From 8209a74c6b44dc80e94edd9f49d35c207e606443 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 2 Dec 2021 19:52:34 +0200 Subject: [PATCH] etc: small xdg/autostarts updates: * pulseeffects -> easyeffects * wire -> deprecated/ * telegramdesktop.desktop: add workaround (and supposedly it didn't exist here, #42) Resolves: #42 --- etc/xdg/autostart/com.github.wwmm.easyeffects.desktop | 5 +++++ etc/xdg/autostart/com.github.wwmm.pulseeffects.desktop | 5 ----- .../autostart/{ => deprecated}/com.wire.WireDesktop.desktop | 0 etc/xdg/autostart/telegramdesktop.desktop | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 etc/xdg/autostart/com.github.wwmm.easyeffects.desktop delete mode 100755 etc/xdg/autostart/com.github.wwmm.pulseeffects.desktop rename etc/xdg/autostart/{ => deprecated}/com.wire.WireDesktop.desktop (100%) diff --git a/etc/xdg/autostart/com.github.wwmm.easyeffects.desktop b/etc/xdg/autostart/com.github.wwmm.easyeffects.desktop new file mode 100755 index 00000000..383d2450 --- /dev/null +++ b/etc/xdg/autostart/com.github.wwmm.easyeffects.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=PulseEffects +Exec=/usr/bin/flatpak run com.github.wwmm.easyeffects --gapplication-service +Type=Application +Icon=com.github.wwmm.easyeffects diff --git a/etc/xdg/autostart/com.github.wwmm.pulseeffects.desktop b/etc/xdg/autostart/com.github.wwmm.pulseeffects.desktop deleted file mode 100755 index cf258db8..00000000 --- a/etc/xdg/autostart/com.github.wwmm.pulseeffects.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=PulseEffects -Exec=/usr/bin/flatpak run com.github.wwmm.pulseeffects --gapplication-service -Type=Application -Icon=com.github.wwmm.pulseeffects diff --git a/etc/xdg/autostart/com.wire.WireDesktop.desktop b/etc/xdg/autostart/deprecated/com.wire.WireDesktop.desktop similarity index 100% rename from etc/xdg/autostart/com.wire.WireDesktop.desktop rename to etc/xdg/autostart/deprecated/com.wire.WireDesktop.desktop diff --git a/etc/xdg/autostart/telegramdesktop.desktop b/etc/xdg/autostart/telegramdesktop.desktop index f36d6002..211ae03f 100755 --- a/etc/xdg/autostart/telegramdesktop.desktop +++ b/etc/xdg/autostart/telegramdesktop.desktop @@ -1,5 +1,5 @@ [Desktop Entry] Name=Telegram Desktop -Exec=telegram-desktop -many -startintray +Exec=env LANG=en telegram-desktop -startintray Icon=telegram Type=Application