Idesktop-Links korrigiert
This commit is contained in:
@@ -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
|
||||||
|
|||||||
10
install_user.sh
Executable file
10
install_user.sh
Executable 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
|
||||||
Reference in New Issue
Block a user