PDA

View Full Version : [ubuntu] Remove title bar mini icon from metacity



Syrinx Priest
August 17th, 2009, 08:30 PM
Hi, I set a new metacity theme (plastique3) and it has the icon of the app in the titlebar, how do I remove this? (xml editing)

Syrinx Priest
August 18th, 2009, 02:09 AM
Before going out bump.

asmoore82
August 18th, 2009, 02:13 AM
gconf-editor
and edit the key /apps/metacity/general/button_layout.

maybe to be ":minimize,maximize,close"

Syrinx Priest
August 18th, 2009, 02:51 AM
No, that removes the actual menu button, I mean the icon of the Application (ex. Firefox, Terminal, etc.) next to the text.

eamon63
August 18th, 2009, 05:37 AM
In metacoty theme xml file, look for this line

<draw_ops name="title-text-focused">
and
<draw_ops name="title-text-unfocused">

under each line are items <clip... and <icon...
remove/comment out these so that you'll only have
<title color=...

i think you also need to remove/comment out
<constant name="IconSpacing".../>

Syrinx Priest
August 18th, 2009, 06:03 PM
That did it, thank you very much!