For now only a list of apps, and problems that exist. If you happen to find any problem with an application, please add it to this page.
Contents
Gimp
Well there is a small problem with GIMP. The extensions of the tabs are not visible, and with the small theme some arrows are not placed at the correct spot. I have created Gimp themes, that fix these issues (should be shiped with the next release).
Default style: This one will be in the theme itself. I know have figured out, that it is possible to give priorities. See below.
#put into ~/.gimp-2.X/themes/eXperience-Default/gtkrc or similar and switch gimp to the eXperience-Default theme
style "fix-notebook-border-style"
{
#this is enough, the focus is not visible, but that isn't too bad, I think.
GimpDockbook::tab_border = 1
}
class "GimpDockbook" style "fix-notebook-border-style"
It is possible to do this:
class "GimpDockbook" style : rc "fix-notebook-border-style"
This will give the thing a higher priority (rc). Then it will override the gimp style.
The following can't go into the eXperience style directly, because we can't detect the gimp theme in use. (But you won't need to change the tab_border to 1 with the above.)
The small one is more complex:
#put into ~/.gimp-2.X/themes/eXperience-Small/gtkrc or similar and switch gimp to the eXperience-Small theme
#first include the original Small theme. You might need to change the path.
include "/usr/share/gimp/2.0/themes/Small/gtkrc"
style "fix-style"
{
#this is enough, the focus is not visible, but that isn't too bad, I think
GimpDockbook::tab_border = 1
}
class "GtkWidget" style "fix-style"
#move arrow of OptionMenu
style "optionmenu-gimp-fix" {
engine "experience" {
group "gimp_optionmenu_arrow_normal" = "optionmenu_arrow_normal" { padding = {0, 4, 0, 0 } }
group "gimp_optionmenu_arrow_prelight" = "optionmenu_arrow_prelight" { padding = {0, 4, 0, 0 } }
group "gimp_optionmenu_arrow_active" = "optionmenu_arrow_active" { padding = {0, 4, 0, 0 } }
group "gimp_optionmenu_arrow_insensitive" = "optionmenu_arrow_insensitive" { padding = {0, 4, 0, 0 } }
}
}
widget_class "*OptionMenu*" style "optionmenu-gimp-fix"
widget_class "*Option*Menu*" style "optionmenu-gimp-fix"
widget_class "*GimpUnitMenu*" style "optionmenu-gimp-fix"
Gnumeric
There are quite a few bugs in Gnumeric, and we would be happy to accept patches to fix some of the issues (Toolbar, etc.). Maybe some of the things should be changed in the gnumeric code base.
Firefox/Mozilla
Quite a few errors. To fix these, Firefox/Mozilla needs to be changed. I will not write any workaround code in the engine!
- Scrollbar buttons are square
- The Menu is drawn wrong.
- Extension of tabs look ugly, because the text is placed to high/the extensions are not big enough.
- Buttons don't have a focus. (I guess because it is drawn with focus, and has_focus isn't set when drawing the button itself.)
- many more.
OpenOffice.org
This is for version 1.1.3. I do not know if there are any problems in OpenOffice 2. Looks pretty good actually, but of course there are some problems.
- Menus aren't themed, correctly
- Arrows on Comboboxes are placed wrong.
- Treeview and Lists are not themed.
- Tab extensions look ugly.
- Scrollbars do not hounor the min_slider_length.
- Focus is ugly. It is drawn by OpenOffice.