I would like to be able to click on SSH links that look like ssh://user@servername and have a gnome-terminal open that runs SSH inside of it.
After reading up on the XDG stuff I did the following:
I created a shell script in $HOME/bin/ssh-terminal with the following:
#!/bin/sh
dest=${1#ssh://}
gnome-terminal -e "ssh $dest" &
This works from the command line.
I created $HOME/.local/share/
I have a gnome-terminal profile created with "When the command exists: Hold the terminal open" set. How can I avoid the yellow message at the top of the gnome-terminal window that states "The child process exited normally with status 0."?
Below are the contents of the desktop entry I have pinned to the Unity launcher.
I've just updated ubuntu to 11.10 a couple of days ago. When i was experimenting with the launcher, i removed a terminal icon, which was running and un-clicked "keep in launcher".
Until today's update, I could start Terminal with either Ctrl-Alt-T or else the BFB at top left, then a terminal icon would appear on the launcher, and I could lock it to the launcher.
I use terminal a lot.
Until the last Raring Unity update, I could start terminal either from the top left icon or else with Ctrl+Alt+T then the terminal icon would show on the launcher and I could lock it to the launcher.
No more. The terminal icon no longer appears on the launcher and I can't lock the launcher.
For the way I use Ubuntu, that's a big deprovement.
Any suggestions?
Thanks.
I like the terminal, it's handy to have open but this happens eveytime:
open terminal
type something in it
switch to another program
dammit terminal is closed
:-/ This happens even if I just type something in the command line and leave it there, or if I open a program through the command line or if I'm just looking through my folders...
edit
Sorry this is the true chain of events:
List it
So i tried making a desktop shortcut which executes a very simple shell script.
But when i double click/right click->execute it, it does nothing. (or atleast i think it does nothing)
heres how my shortcut and shell script looks:
Note the shortcut has "Terminal" set to 1, and i hope that means that it opens the shell script in a new terminal window..
I downloaded and installed Eclipse JUNO in Fedora 17, KDE desktop and created an eclipse.desktop. The icon does appear in the Application.Development section but it does not open when selected. I am able to open Eclipse on the command line.
I am running Unity 2D on a laptop with an integrated graphics card. The terminal is having trouble dealing with lots of text. For example, if i enter the following in a gnome-terminal:
while [ 1 ]; do echo 'hi'; done
the result is that my system is bogged down so much that it takes a few seconds to switch workspaces to or from the workspace with the offending terminal.