Not a real bug. Just a theme specific preference.
To fix this, you can either choose a skin that still has appicons there like
Clearlooks or:
1. open text editor with root (e.g.: Terminal: sudo gedit)
2. open: /usr/share/themes/YOURTHEME/metacity-1/metacity-theme-1.xml
3. find stanzas beginning with: <draw_ops name="menu_button_normal">, <draw_ops
name="menu_button_pressed"> and <draw_ops name="menu_button_unfocused">
4. delete found stanzas or make them comments by adding <!-- in front of and
--> behind them
5. insert:
<draw_ops name="menu_button_icon">
<!--<icon x="0" y="0" width="width" height="height"/>-->
<icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2"
width="mini_icon_width" height="mini_icon_height"/>
</draw_ops>
<draw_ops name="menu_button_icon_unfocused">
<!--<icon x="0" y="0" width="width" height="height" alpha="0.5"/>-->
<icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2"
width="mini_icon_width" height="mini_icon_height"/>
</draw_ops>
<draw_ops name="menu_button_normal">
<include name="menu_button_icon"/>
</draw_ops>
<draw_ops name="menu_button_pressed">
<include name="menu_button_icon"/>
</draw_ops>
<draw_ops name="menu_button_unfocused">
<include name="menu_button_icon_unfocused"/>
</draw_ops>
instead.
6. Save and close editor
The changes should immediately take effect.
kr hife
--
i can not see app icon on metacity title bar
https://bugs.launchpad.net/bugs/447632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs