diff options
author | root <root@jones.dk> | 2008-09-23 20:15:53 +0200 |
---|---|---|
committer | root <root@jones.dk> | 2008-09-23 20:15:53 +0200 |
commit | 7ed20c3e66f539bc62c2a1cfedec89aaa40bf980 (patch) | |
tree | 576b34797a18f4f84f9e285293e4a410e086e50b /autossh/usr/local/share | |
parent | 62ce2896c55b58c575d27eef8c635e5ba2ea020a (diff) |
Add autossh desktop files.
Diffstat (limited to 'autossh/usr/local/share')
-rw-r--r-- | autossh/usr/local/share/applications/local-remotehelp-stop.desktop | 12 | ||||
-rw-r--r-- | autossh/usr/local/share/applications/local-remotehelp.desktop | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/autossh/usr/local/share/applications/local-remotehelp-stop.desktop b/autossh/usr/local/share/applications/local-remotehelp-stop.desktop new file mode 100644 index 0000000..595db0b --- /dev/null +++ b/autossh/usr/local/share/applications/local-remotehelp-stop.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Remote help [start] +Name[da]=Fjernhjælp [stop] +Comment=Break connection back to your machine for helpdesk personel +Comment[da]=Afbryd forbindelse tilbage til din maskine for teknikere +TryExec=autossh +Exec=killall autossh +Icon=gdm-xnest +Terminal=false +Type=Application +Categories=Application;System; diff --git a/autossh/usr/local/share/applications/local-remotehelp.desktop b/autossh/usr/local/share/applications/local-remotehelp.desktop new file mode 100644 index 0000000..436ee6f --- /dev/null +++ b/autossh/usr/local/share/applications/local-remotehelp.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Remote help [start] +Name[da]=Fjernhjælp [start] +Comment=Log into remote server and keep connection back to your machine open for helpdesk personel +Comment[da]=Log ind på ekstern server og hold forbindelse tilbage til din maskine åben for teknikere +TryExec=autossh +Exec=localautossh jones.dk +Icon=gdm-xnest +Terminal=false +Type=Application +Categories=Application;System; |