How can I programmically set the gnome-terminal title?
I've tried gnome-terminal --title="bla"
But this opens a new terminal window while outputting
$ gnome-terminal --title=bla
Xlib: extension "RANDR" missing on display ":0.0".
|
How can I programmically set the gnome-terminal title?
But this opens a new terminal window while outputting
|
|||
|
|
|
Got this to work
If this did not change your terminal title you will first have to open
Comment out this line, by putting a
Now add this line (you may want to put it just after the commented-out line):
Replace |
||||
|
|
|
find change to save restart name changed IS that what you wanted ? Or another way without leaving the terminal
to see the name change appear on the icon in launcher you must also restart unity
for more info about unity restart read http://askubuntu.com/a/38597/71679 ` |
||||