~jamesgifford/unity-quicklist-examples/trunk

« back to all changes in this revision

Viewing changes to ssh-launcher.desktop

  • Committer: James Gifford
  • Date: 2012-08-03 15:53:50 UTC
  • mfrom: (15.1.1 unity-quicklist-examples)
  • Revision ID: james@jamesrgifford.com-20120803155350-6xfibatk20u4n2li
MergeĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Icon=utilities-terminal
10
10
StartupNotify=true
11
11
StartupWMClass=RemoteServers
12
 
X-Ayatana-Desktop-Shortcuts=Server1;
 
12
Actions=Server1;
13
13
 
14
 
[Server1 Shortcut Group]
 
14
[Desktop Action Server1]
15
15
Name=SSH into minibox.local
16
16
Exec=gnome-terminal --disable-factory --sm-client-disable  --class=remoteserver -x ssh -t minibox.local
17
 
TargetEnvironment=Unity
 
17
OnlyShowIn=Unity;
18
18
 
19
 
Comment=You can create more of these. Just add to X-Ayatana-Desktop-Shortcuts a "Server2", "Server3" etc, then change the domain name (in this case, "minibox.local") to the name of your server. You'll also notice that the default action (When you just click the icon in the launcher) is to SSH into minibox.local - you'll need to change that to your most used server. 
 
19
Comment=You can create more of these. Just add to Actions a "Server2", "Server3" etc, then change the domain name (in this case, "minibox.local") to the name of your server. You'll also notice that the default action (When you just click the icon in the launcher) is to SSH into minibox.local - you'll need to change that to your most used server.