Revert "easyeffects: run Flatpak"

This reverts commit 2d45bb63f5. Dunno
how to properly integrate a Flatpak with systemd.
This commit is contained in:
Vincent Bernat 2021-12-27 11:43:01 +01:00
parent 2d45bb63f5
commit 2dd1c9e1c7
2 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@ PartOf=graphical-session.target
[Service]
Type=dbus
BusName=com.github.wwmm.easyeffects
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
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
Restart=on-failure