Idesktop-Links korrigiert
This commit is contained in:
@@ -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
|
||||
|
||||
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