From 2d45bb63f5f813c1c566634b0e3f708426840f58 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 27 Dec 2021 11:42:41 +0100 Subject: [PATCH] easyeffects: run Flatpak --- bin/rofi-mediaplayer | 18 +++++++++--------- dotfiles/systemd/easyeffects.service | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/rofi-mediaplayer b/bin/rofi-mediaplayer index efe2c0d..ac1ea06 100755 --- a/bin/rofi-mediaplayer +++ b/bin/rofi-mediaplayer @@ -29,14 +29,14 @@ case $ROFI_RETV in i=$((i+1)) printf "$description\00icon\037$icon\037info\037$i\n" done <&2 ;; diff --git a/dotfiles/systemd/easyeffects.service b/dotfiles/systemd/easyeffects.service index f731a0e..a51bdcc 100644 --- a/dotfiles/systemd/easyeffects.service +++ b/dotfiles/systemd/easyeffects.service @@ -5,7 +5,7 @@ PartOf=graphical-session.target [Service] Type=dbus BusName=com.github.wwmm.easyeffects -ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service -ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-input -ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-output +ExecStart=/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects --gapplication-service +ExecStartPost=-/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects -l default-input +ExecStartPost=-/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects -l default-output Restart=on-failure