From c20e0998a2b42c0eb3438da16cafc41accaa3790 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 Oct 2025 18:53:30 +0300 Subject: [PATCH] install: fix too long if block & replace Siri with kteatime (angrily) --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index f38fe11e..79e0df79 100755 --- a/install +++ b/install @@ -279,9 +279,10 @@ if [ "$(id -u)" == "0" ]; then cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/ cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/ cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/ - cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/ - ln -nsfv /usr/local/share/applications/a-firefox.desktop /etc/xdg/autostart/ fi + cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/ + ln -nsfv /usr/local/share/applications/a-firefox.desktop /etc/xdg/autostart/ + ln -nsfv /var/lib/flatpak/exports/share/applications/org.kde.kteatime.desktop /etc/xdg/autostart/ # If apt is installed, enable progress bar and colors if hash apt-get 2> /dev/null; then