Idesktop-Links korrigiert
This commit is contained in:
parent
981e3189ba
commit
391e2c2f1c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue