From: xf0r3m Date: Sat, 16 Dec 2023 11:27:04 +0000 (+0100) Subject: Próba rozwiązania problemu z brakiem aktywatora 'qmmp' w ulubionych na immudex-oldstable. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=440bb6a5de83ca55fc33026299a9d5fb3229c031;p=immudex.git Próba rozwiązania problemu z brakiem aktywatora 'qmmp' w ulubionych na immudex-oldstable. --- diff --git a/versions/base.sh b/versions/base.sh index fe13861..af70ec1 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -146,6 +146,9 @@ cp -vv ~/immudex/files/redshift.desktop /etc/skel/.config/autostart; cp -rvv ~/immudex/files/sync.sh /usr/share; cp -vv ~/immudex/files/gtk-main.css /usr/share/xfce4-notes-plugin/gtk-3.0/; cp -vv ~/immudex/files/librewolf.desktop /usr/share/applications; +if [ -f /usr/share/applications/qmmp.desktop ]; then + ln -s /usr/share/applications/qmmp.desktop /usr/share/applications/qmmp-1.desktop; +fi cp -vv ~/immudex/files/immudex_hostname.service /etc/systemd/system; tar -xzvf ~/immudex/files/mozilla.tgz -C /etc/skel;