diff --git a/idesktop/restart.lnk b/idesktop/restart.lnk index 73a0d63..f89d44b 100644 --- a/idesktop/restart.lnk +++ b/idesktop/restart.lnk @@ -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 diff --git a/idesktop/shutdown.lnk b/idesktop/shutdown.lnk index 3dfd36f..7335053 100644 --- a/idesktop/shutdown.lnk +++ b/idesktop/shutdown.lnk @@ -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 diff --git a/install.sh b/install.sh index f546c1f..f4002cc 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/install_user.sh b/install_user.sh new file mode 100755 index 0000000..76b46ec --- /dev/null +++ b/install_user.sh @@ -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