You are not logged in.
Pages: 1
hello,
can someone give me some help as to how to change the titlebar of terminator??
right now it reads: user@host: ~ - Terminator
i would like to remove the terminator addendum.. i'm also trying to do the same thing with firefox, but the add-on for titlebar remove doesn't seem to work on crunchbang.. (btw.. using 9.04.1) ..
thanks for any feedback..
Offline
Just out of curiosity, is it just those two that you would like to remove the titlebar text from, or would you like the title bar in general to not show text?
Website 500px DeviantArt
God never ends anything on a negative; God always ends on a positive. -- Edwin Louis Cole --
Offline
i would like my titlebar to read just "user@host" or "user@host ~" or whatever program im running at the time.. for example right now it reads "mocp - Terminator" and i would like to just be "mocp" in the same way that pcmanfm just has the directory name as the titlebar output..
Offline
You can add the nightly tester tool addon to change the Firefox titlebar. I use it with FF 3.5 to get "Firefox" as opposed to "Shiretoko" in the titlebar.
Offline
You can add the nightly tester tool addon to change the Firefox titlebar. I use it with FF 3.5 to get "Firefox" as opposed to "Shiretoko" in the titlebar.
thanks mr/ms cubed.. that solved that quite nicely!!
.. and i love your town by the way.. beautiful..
Last edited by ak00 (2009-08-07 20:06:23)
Offline
Salut ak00 ,
you can't remove "Terminator" from config .. You must edit "code" source. So ..
Edit this file ( !! Take care , you need 'user privilege' .. So if you make a mistake !! ) :
sudo geany /usr/share/pyshared/terminatorlib/terminatorterm.pyand modify this line ( ~1287 )
self.terminator.set_window_title("%s - %s" % (re.sub(' - %s' % APP_NAME.capitalize(), '', title), APP_NAME.capitalize()))to something like this :
self.terminator.set_window_title("%s" % (re.sub(' - %s' % APP_NAME.capitalize(), '', title)))save , launch Terminator , and It should work ( tested , work fine for me )
@bye
David [aka] ADcomp
Offline
You're welcome 
Yes, Harpers Ferry is very beautiful. You live nearby?
And BTW, it's Mr.!
Last edited by RubiksQubed (2009-08-07 21:56:40)
Offline
Salut ak00 ,
you can't remove "Terminator" from config .. You must edit "code" source. So ..
thanks adcomp... not with my computer to test it right now.. but it looks like that should work and it worked for you.. thanks for the help!!
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.