From 391e2c2f1c3e15bbe5cf8d47b7ee69dcb45adc28 Mon Sep 17 00:00:00 2001 From: Thomas Hooge Date: Mon, 13 Oct 2025 11:45:36 +0200 Subject: [PATCH] Idesktop-Links korrigiert --- idesktop/restart.lnk | 2 +- idesktop/shutdown.lnk | 2 +- install.sh | 3 +-- install_user.sh | 10 ++++++++++ 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100755 install_user.sh diff --git a/idesktop/restart.lnk b/idesktop/restart.lnk index 73a0d63..f89d44b 100644 --- a/idesktop/restart.lnk +++ b/idesktop/restart.lnk @@ -1,7 +1,7 @@ table Icon Caption: Neustarten Command: sudo /usr/sbin/shutdown -r now - Icon: /usr/local/share/icons/hicolor/48x48/action/key_reboot.png + Icon: /usr/local/share/icons/hicolor/48x48/actions/key_reboot.png Width: 48 Height: 48 X: 560 diff --git a/idesktop/shutdown.lnk b/idesktop/shutdown.lnk index 3dfd36f..7335053 100644 --- a/idesktop/shutdown.lnk +++ b/idesktop/shutdown.lnk @@ -1,7 +1,7 @@ table Icon Caption: Ausschalten Command: sudo /usr/sbin/shutdown -h now - Icon: /usr/local/share/icons/key_off.png + Icon: /usr/local/share/icons/hicolor/48x48/actions/key_off.png Width: 48 Height: 48 X: 709 diff --git a/install.sh b/install.sh index f546c1f..f4002cc 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,5 @@ #!/bin/sh - -# Als root ausführen! +# Run this as root echo "Installiere Symbole" install --mode=755 -d /usr/local/share/icons/hicolor/48x48/apps diff --git a/install_user.sh b/install_user.sh new file mode 100755 index 0000000..76b46ec --- /dev/null +++ b/install_user.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# Run this as normal user + +# Desktopsymbole +mkdir ~/.idesktop +cp -a idesktop/*.lnk ~/.idesktop + +# Openbox-Konfiguration +mkdir ~/.config/openbox +cp -a openbox/*.xml ~/.config/openbox