Idesktop-Links korrigiert

This commit is contained in:
Thomas Hooge 2025-10-13 11:45:36 +02:00
parent 981e3189ba
commit 391e2c2f1c
4 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,7 @@
table Icon table Icon
Caption: Neustarten Caption: Neustarten
Command: sudo /usr/sbin/shutdown -r now 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 Width: 48
Height: 48 Height: 48
X: 560 X: 560

View File

@ -1,7 +1,7 @@
table Icon table Icon
Caption: Ausschalten Caption: Ausschalten
Command: sudo /usr/sbin/shutdown -h now 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 Width: 48
Height: 48 Height: 48
X: 709 X: 709

View File

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# Run this as root
# Als root ausführen!
echo "Installiere Symbole" echo "Installiere Symbole"
install --mode=755 -d /usr/local/share/icons/hicolor/48x48/apps install --mode=755 -d /usr/local/share/icons/hicolor/48x48/apps

10
install_user.sh Executable file
View File

@ -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