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