From 138fa2aeec358afd34f87d4bbd4c4d940c9629c4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 24 Jul 2024 14:01:29 +0300 Subject: [PATCH] autostart: add Shortwave, 64gram, append NoDisplay to EasyEffects --- etc/xdg/autostart/.gitignore | 2 ++ etc/xdg/autostart/de.haeckerfelix.Shortwave.desktop | 1 + etc/xdg/autostart/easyeffects-service.desktop | 3 ++- etc/xdg/autostart/io.github.tdesktop_x64.TDesktop.desktop | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 etc/xdg/autostart/de.haeckerfelix.Shortwave.desktop create mode 120000 etc/xdg/autostart/io.github.tdesktop_x64.TDesktop.desktop diff --git a/etc/xdg/autostart/.gitignore b/etc/xdg/autostart/.gitignore index e2474e6a..d25e260c 100644 --- a/etc/xdg/autostart/.gitignore +++ b/etc/xdg/autostart/.gitignore @@ -1 +1,3 @@ org.telegram.desktop +de.haeckerfelix.Shortwave.desktop +io.github.tdesktop_x64.TDesktop.desktop diff --git a/etc/xdg/autostart/de.haeckerfelix.Shortwave.desktop b/etc/xdg/autostart/de.haeckerfelix.Shortwave.desktop new file mode 120000 index 00000000..bc3ce294 --- /dev/null +++ b/etc/xdg/autostart/de.haeckerfelix.Shortwave.desktop @@ -0,0 +1 @@ +/var/lib/flatpak/exports/share/applications/de.haeckerfelix.Shortwave.desktop \ No newline at end of file diff --git a/etc/xdg/autostart/easyeffects-service.desktop b/etc/xdg/autostart/easyeffects-service.desktop index 94694d0e..2e3f4027 100644 --- a/etc/xdg/autostart/easyeffects-service.desktop +++ b/etc/xdg/autostart/easyeffects-service.desktop @@ -1,5 +1,6 @@ [Desktop Entry] -Name=EasyEffects +Name=EasyEffects gapplication service Exec=/usr/bin/flatpak run com.github.wwmm.easyeffects --gapplication-service Type=Application Icon=com.github.wwmm.easyeffects +NoDisplay=true diff --git a/etc/xdg/autostart/io.github.tdesktop_x64.TDesktop.desktop b/etc/xdg/autostart/io.github.tdesktop_x64.TDesktop.desktop new file mode 120000 index 00000000..62880815 --- /dev/null +++ b/etc/xdg/autostart/io.github.tdesktop_x64.TDesktop.desktop @@ -0,0 +1 @@ +/var/lib/flatpak/exports/share/applications/io.github.tdesktop_x64.TDesktop.desktop \ No newline at end of file