From ffc809061bafce9a4726165e02bfb1607f7924ee Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 18 Jun 2025 16:26:46 -0400 Subject: [PATCH] Removed discord autostart and introduced Ignition as default flatpak to allow users to add autostart for themselves --- files/system/etc/xdg/autostart/discord.desktop | 14 -------------- recipes/components/default-flatpak.yml | 1 + 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 files/system/etc/xdg/autostart/discord.desktop diff --git a/files/system/etc/xdg/autostart/discord.desktop b/files/system/etc/xdg/autostart/discord.desktop deleted file mode 100644 index eb2e443..0000000 --- a/files/system/etc/xdg/autostart/discord.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Name=Discord -StartupWMClass=discord -Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. -GenericName=Internet Messenger -Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=com.discordapp.Discord --file-forwarding com.discordapp.Discord @@u %U @@ -Icon=com.discordapp.Discord -Type=Application -Categories=Network;InstantMessaging; -Path=/usr/bin -X-Desktop-File-Install-Version=0.28 -MimeType=x-scheme-handler/discord; -X-Flatpak-Tags=proprietary; -X-Flatpak=com.discordapp.Discord \ No newline at end of file diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml index e690a43..e528711 100644 --- a/recipes/components/default-flatpak.yml +++ b/recipes/components/default-flatpak.yml @@ -6,6 +6,7 @@ modules: - one.ablaze.floorp - com.github.tchx84.Flatseal - io.missioncenter.MissionCenter + - io.github.flattool.Ignition user: install: - com.discordapp.Discord \ No newline at end of file