SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2009-08-07 18:05:29

ak00
New Member
Registered: 2009-08-06
Posts: 6

terminator titlebar

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

Help fund CrunchBang, donate to the project!

#2 2009-08-07 18:19:21

illumin8
#! Junkie
From: Seattle
Registered: 2009-05-30
Posts: 407
Website

Re: terminator titlebar

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

#3 2009-08-07 18:55:09

ak00
New Member
Registered: 2009-08-06
Posts: 6

Re: terminator titlebar

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

#4 2009-08-07 19:32:38

RubiksQubed
Member
From: Harpers Ferry, West Virginia
Registered: 2009-06-04
Posts: 21

Re: terminator titlebar

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

#5 2009-08-07 20:05:43

ak00
New Member
Registered: 2009-08-06
Posts: 6

Re: terminator titlebar

RubiksQubed wrote:

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!! smile .. and i love your town by the way.. beautiful..

Last edited by ak00 (2009-08-07 20:06:23)

Offline

#6 2009-08-07 20:50:21

ADcomp
Python Script Master
From: Belgium
Registered: 2008-12-22
Posts: 600
Website

Re: terminator titlebar

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.py

and 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

#7 2009-08-07 21:56:25

RubiksQubed
Member
From: Harpers Ferry, West Virginia
Registered: 2009-06-04
Posts: 21

Re: terminator titlebar

You're welcome smile

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

#8 2009-08-24 05:53:03

ak00
New Member
Registered: 2009-08-06
Posts: 6

Re: terminator titlebar

ADcomp wrote:

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

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo