I use oxygen-gtk for both gtk2 and gtk3 apps. While the gtk2 theme is working as expected the gtk3 menu buttons don't look as they should. I will attach a screenshot. Reproducible: Always Steps to Reproduce: 1. set gtk3-theme to oxygen-gtk 2. start gtk3 app 3. To rule out faults of the config file: $ cat ~/.config/gtk-3.0/settings.ini [Settings] gtk-font-name=Sans Serif 9 gtk-theme-name=oxygen-gtk gtk-icon-theme-name=KFaenza gtk-fallback-icon-theme=mono gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-menu-images=1 gtk-button-images=1 $ env | grep -i gtk GTK2_RC_FILES=/home/vootey/.gtkrc-2.0 GTK_RC_FILES=/etc/gtk/gtkrc:/home/vootey/.gtkrc:/home/vootey/.kde4/share/config/gtkrc CONFIG_PROTECT=/usr/share/gnupg/qualified.txt /usr/share/config /usr/share/themes/oxygen-gtk/gtk-2.0 /usr/share/themes/oxygen-gtk/gtk-3.0
Created attachment 81939 [details] menubar of gtk3-app
Can't reproduce. Most likely yet another gtk3 regression. What version of gt3 are you using ?
I've installed gtk 3.8.2 .
ok. I have the same Version of oxygen-gtk ? And can you try complie from source the git version from branch gtk3 ? (that's the latest, that will be released soon) I can provide instructions if needed.
(In reply to comment #4) > ok. I have the same > Version of oxygen-gtk ? 1.3.4 (2) and 1.1.4 (3) > And can you try complie from source the git version from branch gtk3 ? > (that's the latest, that will be released soon) ahh.. that seems to fix it. :) thanks.
Now I actually think that the rebuilding did the trick. I downgraded again to 1.1.4 and it still works. Sorry for wasting your time. I should have checked that before filing a bug.
No problem. Thanks for reporting ! Closing the bug. cheers, Hugo