Idesktop Links korrigiert
This commit is contained in:
parent
afa994b963
commit
3110d537e5
|
|
@ -1,7 +1,7 @@
|
|||
table Icon
|
||||
Caption: Browser
|
||||
Command: /usr/bin/chromium-browser
|
||||
Icon: /usr/local/share/icons/internet.png
|
||||
Icon: /usr/local/share/icons/hicolor/48x48/apps/internet.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 40
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
table Icon
|
||||
Caption: Home
|
||||
Caption: Dateien
|
||||
Command: /usr/bin/pcmanfm
|
||||
Icon: /usr/local/share/icons/filemanager.png
|
||||
Icon: /usr/local/share/icons/hicolor/48x48/apps/filemanager.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 40
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
table Icon
|
||||
Caption: OBP60v MFD
|
||||
Command: /home/arthur/OBP60v/obp60v.py
|
||||
Icon: //usr/local/share/icons/obp60.png
|
||||
Icon: /usr/local/share/icons/hicolor/48x48/apps/obp60.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 40
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
table Icon
|
||||
Caption: PI-Clone
|
||||
Command: sudo dbus-launch /usr/bin/piclone
|
||||
Icon: /home/thooge/piclone.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 48
|
||||
Y: 792
|
||||
end
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
table Icon
|
||||
Caption: Neustarten
|
||||
Command: sudo /usr/sbin/shutdown -r now
|
||||
Icon: /usr/local/share/icons/reboot.png
|
||||
Icon: /usr/local/share/icons/hicolor/48x48/action/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/shutdown.png
|
||||
Icon: /usr/local/share/icons/key_off.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 709
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
table Icon
|
||||
Caption: Terminal
|
||||
Command: x-terminal-emulator
|
||||
Icon: /usr/local/share/icons/terminal.png
|
||||
Icon: /usr/local/share/icons/hicolor/48x48/apps/terminal.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 40
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
table Icon
|
||||
Caption: Yacht Management
|
||||
Command: /home/arthur/YMS/ymsgui.py
|
||||
Icon: /usr/local/share/icons/yms.png
|
||||
Icon: /usr/local/share/icons/hicolor/48x48/apps/yms.png
|
||||
Width: 48
|
||||
Height: 48
|
||||
X: 168
|
||||
|
|
|
|||
|
|
@ -5,5 +5,9 @@
|
|||
# Icons
|
||||
# Fonts
|
||||
|
||||
cp -a icons/apps/*.png /usr/local/share/icons/hicolor/48x48/pps
|
||||
echo "Installiere Symbole"
|
||||
cp -a icons/apps/*.png /usr/local/share/icons/hicolor/48x48/apps
|
||||
cp -a icons/actions/*.png /usr/local/share/icons/hicolor/48x48/actions
|
||||
|
||||
echo "Installiere Hintergründe"
|
||||
cp -a backgrounds/* /usr/local/share/backgrounds
|
||||
|
|
|
|||
Loading…
Reference in New Issue