This commit is contained in:
2024-10-14 00:08:40 +02:00
parent dbfba56f66
commit 1462d52e13
4572 changed files with 2658864 additions and 0 deletions

View 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.

View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

View 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"