I'm using Gnome terminal and I want to change the background color or the profile through a command so I can group some commands in an alias to visually differentiate my windows when I run certain processes. I'm running Ubuntu, and bash is my shell. Are there commands in to do this?
|
feedback
|
|
you can use setterm like this
| |||
|
feedback
|
|
Assuming you know what profile you want before you open your terminal: Right-click on your Panel and "Add to Panel" and add a custom application launcher You can define position, size and profile (which takes care of colours, fonts, etc)
"man gnome-terminal" has lots of useful information | ||||
|
feedback
|
|
I used to do this with command line arguments to xterm. I set up my .olvwm (am I dating myself) to execute 4 xterms with different background colours. | |||
|
feedback
|
|
You want to use gconftool. Gnome holds its settings in a hierarchy similar to the Windows Registry. Once you know the path to the item you want to change you can set that item's value with gconftool from the command line. Use gconf-editor to browse through the Gnome settings. In your case, you want to do the following: gconftool --type string --set /desktop/gnome/background/primary_color "#dadab0b08282" Obviously you'll want to replace that color value with whatever color you want. | |||
|
feedback
|
|
I looked into it and it turns out this is not possible. I filed bug: http://bugzilla.gnome.org/show_bug.cgi?id=569869 gconftool-2 can get/set profile properties, but there is no way to script an existing, open gnome-terminal. | |||
|
feedback
|
|
1) Create a terminal profile with the color and settings you desire, and call it "myGterm"
4) Save and close
6) Voila! | ||||
|
feedback
|