mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-30 16:57:22 +01:00
autostart plasma-discover --mode Update
This commit is contained in:
parent
3846629f75
commit
8fd0f70e84
4
install
4
install
@ -322,6 +322,7 @@ if [ "$(id -u)" == "0" ]; then
|
||||
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/
|
||||
ln -nsfv /usr/local/share/applications/plasma-update.desktop /etc/xdg/autostart/
|
||||
|
||||
# If apt is installed, enable progress bar and colors
|
||||
if hash apt-get 2> /dev/null; then
|
||||
@ -443,6 +444,9 @@ else
|
||||
if [ -f "/usr/bin/librewolf" ]; then
|
||||
ln -nsfv /usr/local/share/applications/libreawoo.desktop $DESKTOP/
|
||||
fi
|
||||
if hash plasma-discover 2> /dev/null; then
|
||||
ln -nsfv /usr/local/share/applications/plasma-update.desktop $DESKTOP/
|
||||
fi
|
||||
|
||||
ln -nsfv /usr/local/share/applications/flatpak-steam-bigpicture.desktop $DESKTOP/
|
||||
ln -nsfv /usr/local/share/applications/a-steam.desktop $DESKTOP/
|
||||
|
||||
9
local/share/applications/plasma-update.desktop
Normal file
9
local/share/applications/plasma-update.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
NoDisplay=false
|
||||
Terminal=false
|
||||
Icon=plasma-discover
|
||||
Exec=plasma-discover --mode Update
|
||||
Name=Updates
|
||||
Name[fi]=Päivitykset
|
||||
Loading…
x
Reference in New Issue
Block a user