init III
This commit is contained in:
7
Linux Gnome Starter/README
Normal file
7
Linux Gnome Starter/README
Normal file
@@ -0,0 +1,7 @@
|
||||
andre_actions.desktop
|
||||
andre_actions.jpg in
|
||||
/home/andre/.local/share/applications/
|
||||
ablegen
|
||||
|
||||
Im Startmenü (evtl. vorher ab- und wieder anmelden) nach AFGeissler suchen.
|
||||
Per Rechtsklick - Zur Leiste hinzufügen wird das Icon zur Programmleiste hinzugefügt.
|
||||
44
Linux Gnome Starter/andre_actions.desktop
Normal file
44
Linux Gnome Starter/andre_actions.desktop
Normal file
@@ -0,0 +1,44 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=andre_actions
|
||||
GenericName=andres apps
|
||||
Icon=/home/andre/.local/share/applications/andre_actions.jpg
|
||||
Terminal=true
|
||||
;Exec=nemo
|
||||
Exec=bash -c "dialog --msgbox 'Use the right-click on this application icon.' 5 49"
|
||||
MimeType=
|
||||
Actions=2;3;4;5;6;7;8
|
||||
Name[de_DE]=andre_actions
|
||||
|
||||
[Desktop Action 2]
|
||||
Name=enpass
|
||||
Exec=/opt/enpass/Enpass %U
|
||||
|
||||
[Desktop Action 3]
|
||||
Name=r11
|
||||
Terminal=true
|
||||
Exec=ssh -Y rancid@10.101.0.11
|
||||
|
||||
[Desktop Action 4]
|
||||
Name=c12
|
||||
Terminal=true
|
||||
Exec=ssh -Y conetadm@10.101.0.12
|
||||
|
||||
[Desktop Action 5]
|
||||
Name=rdp JH
|
||||
Terminal=true
|
||||
Exec=rdesktop -D -g 1680x950 -u arg -d conacc -p K01v1kk0! 10.1.1.6
|
||||
|
||||
[Desktop Action 6]
|
||||
Name=ssh JH
|
||||
Terminal=true
|
||||
Exec=ssh conetadm@10.1.1.5
|
||||
|
||||
[Desktop Action 7]
|
||||
Name=update bashrc
|
||||
Exec=/usr/bin/curl -s -H "Cache-Control: no-cache" https://andre:mesh-assort2@config.andregeissler.de/bashrc1 | tee /home/andre/.bashrc
|
||||
|
||||
[Desktop Action 8]
|
||||
Name=ovn
|
||||
Exec=bash -c "/usr/bin/expect /home/andre/Nextcloud/ovn.exp"
|
||||
|
||||
BIN
Linux Gnome Starter/andre_actions.jpg
Normal file
BIN
Linux Gnome Starter/andre_actions.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 328 KiB |
38
Linux Gnome Starter/beispiele.txt
Normal file
38
Linux Gnome Starter/beispiele.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=AFGeissler
|
||||
GenericName=andres apps
|
||||
Icon=/home/andre/.local/share/applications/andre_actions.jpg
|
||||
Terminal=true
|
||||
Exec=bash -c "dialog --msgbox 'Use the right-click on this application icon.' 5 49"
|
||||
MimeType=
|
||||
Actions=1;2;3;4;5;6;7
|
||||
Name[de_DE]=AFGeissler
|
||||
|
||||
[Desktop Action 1]
|
||||
Name=tilix Shell
|
||||
Exec=tilix
|
||||
|
||||
[Desktop Action 2]
|
||||
Name=Enpass
|
||||
Exec=/opt/enpass/Enpass %U
|
||||
|
||||
[Desktop Action 3]
|
||||
Name=r11
|
||||
Exec=ssh -Y rancid@10.101.0.11
|
||||
|
||||
[Desktop Action 4]
|
||||
Name=c12
|
||||
Exec=ssh -Y conetadm@10.101.0.12
|
||||
|
||||
[Desktop Action 5]
|
||||
Name=update bashrc
|
||||
Exec=bash -c "/usr/bin/curl -s -H 'Cache-Control: no-cache' https://andre:mesh-assort2@config.andregeissler.de/bashrc1 > /home/andre/.bashrc"
|
||||
|
||||
[Desktop Action 6]
|
||||
Name=touch or rm ~/test
|
||||
Exec=bash -c "if [ -f ~/test ]; then rm ~/test ; else touch ~/test; fi"
|
||||
|
||||
[Desktop Action 7]
|
||||
Name=ovn
|
||||
Exec=bash -c "/usr/bin/expect /home/andre/Nextcloud/ovn.exp"
|
||||
Reference in New Issue
Block a user