mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-02-27 13:18:07 +01:00
use the upstream easyeffects name and desktop entry
This commit is contained in:
parent
0464ea0dfb
commit
8665645cf8
6
etc/xdg/autostart/com.github.wwmm.easyeffects.desktop
Normal file
6
etc/xdg/autostart/com.github.wwmm.easyeffects.desktop
Normal file
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=com.github.wwmm.easyeffects
|
||||
X-XDP-Autostart=com.github.wwmm.easyeffects
|
||||
Exec=flatpak run --command=easyeffects com.github.wwmm.easyeffects --service-mode --hide-window
|
||||
X-Flatpak=com.github.wwmm.easyeffects
|
||||
@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=EasyEffects gapplication service
|
||||
Exec=/usr/bin/flatpak run com.github.wwmm.easyeffects --gapplication-service
|
||||
Type=Application
|
||||
Icon=com.github.wwmm.easyeffects
|
||||
NoDisplay=true
|
||||
7
install
7
install
@ -345,7 +345,12 @@ if [ "$(id -u)" == "0" ]; then
|
||||
#cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
|
||||
#cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
|
||||
fi
|
||||
cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/
|
||||
# TODO: Remove this in the future when everything has migrated to the new
|
||||
# name. (2026-02-01)
|
||||
if -f [ /etc/xdg/autostart/easyeffects-service.desktop ]; then
|
||||
rm /etc/xdg/autostart/easyeffects-service.desktop
|
||||
fi
|
||||
cp -v etc/xdg/autostart/com.github.wwmm.easyeffects.desktop /etc/xdg/autostart/
|
||||
ln -nsfv /usr/local/share/applications/a-firefox.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/01-chromium-bg.desktop /etc/xdg/autostart/
|
||||
ln -nsfv /var/lib/flatpak/exports/share/applications/org.kde.kteatime.desktop /etc/xdg/autostart/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user