init III
This commit is contained in:
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