Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Desktop Entry]
  2. Name=Terminal
  3. Comment=Use the command line
  4. TryExec=gnome-terminal
  5. Exec=gnome-terminal
  6. Icon=utilities-terminal
  7. Type=Application
  8. X-GNOME-DocPath=gnome-terminal/index.html
  9. X-GNOME-Bugzilla-Bugzilla=GNOME
  10. X-GNOME-Bugzilla-Product=gnome-terminal
  11. X-GNOME-Bugzilla-Component=BugBuddyBugs
  12. X-GNOME-Bugzilla-Version=3.6.2
  13. Categories=GNOME;GTK;Utility;TerminalEmulator;
  14. StartupNotify=true
  15. OnlyShowIn=GNOME;Unity;
  16. Keywords=Run;
  17. Actions=New;ServerLocal;ServerRemote
  18. X-Ubuntu-Gettext-Domain=gnome-terminal
  19. X-Ayatana-Desktop-Shortcuts=Server-Local;Server-Remote
  20.  
  21. [Desktop Action New]
  22. Name=New Terminal
  23. Exec=gnome-terminal
  24. OnlyShowIn=GNOME
  25.  
  26. [Desktop Action ServerLocal]
  27. Name=Connect Server Locally
  28. Exec=gnome-terminal --disable-factory --sm-client-disable --class=MyServer -x ssh -t user@server
  29. #OnlyShowIn=GNOME
  30.  
  31. [Desktop Action ServerRemote]
  32. Name=Connect Server Remotely
  33. Exec=gnome-terminal --disable-factory --sm-client-disable --class=MyServer -x ssh -t user@domainname.org
  34. OnlyShowIn=GNOME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement