Bug 324059

Summary: gtk3 menu buttons are ugly
Product: [Plasma] Oxygen Reporter: Lukas Schneiderbauer <lukas.schneiderbauer>
Component: gtk3-engineAssignee: Hugo Pereira Da Costa <hugo.pereira.da.costa>
Status: RESOLVED NOT A BUG    
Severity: normal CC: b7.10110111, hugo.pereira.da.costa, web
Priority: NOR    
Version First Reported In: 4.11.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: menubar of gtk3-app

Description Lukas Schneiderbauer 2013-08-26 10:36:19 UTC
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
Comment 1 Lukas Schneiderbauer 2013-08-26 10:37:16 UTC
Created attachment 81939 [details]
menubar of gtk3-app
Comment 2 Hugo Pereira Da Costa 2013-08-26 11:01:30 UTC
Can't reproduce.
Most likely yet another gtk3 regression.
What version of gt3 are you using ?
Comment 3 Lukas Schneiderbauer 2013-08-26 11:13:32 UTC
I've installed gtk 3.8.2 .
Comment 4 Hugo Pereira Da Costa 2013-08-26 11:15:06 UTC
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.
Comment 5 Lukas Schneiderbauer 2013-08-26 12:27:41 UTC
(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.
Comment 6 Lukas Schneiderbauer 2013-08-26 12:47:16 UTC
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.
Comment 7 Hugo Pereira Da Costa 2013-08-26 16:34:04 UTC
No problem.
Thanks for reporting !
Closing the bug.

cheers,

Hugo