Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404531 - gtk-engines-qtcurve-1.8.13 doesn't read users kdeglobals
Summary: gtk-engines-qtcurve-1.8.13 doesn't read users kdeglobals
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-19 15:07 UTC by Sebastian Rose
Modified: 2016-05-21 11:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Rose 2012-02-19 15:07:57 UTC
The gtk part of qtcurve doesn't read the users settings anymore. The result are wrong font and icons sizes. Doesn't happen with 1.8.12.

Reproducible: Always

Actual Results:  
$ QTCURVE_DEBUG=1 firefox                                                                              
QtCurve: Reading kdeglobals - /usr/share/themes/QtCurve/gtk-2.0/kdeglobals                                                    
QtCurve: Font[0] - Sans Serif   10.000000                                                                                     
QtCurve: Font[1] - Sans Serif   10.000000                                                                                     
QtCurve: Font[2] - Sans Serif   8.000000                                                                                      
QtCurve: Command - "firefox"                                                                                                  
QtCurve: Mozilla app version:A0000                                                                                            
QtCurve: Application name: "firefox"                                                                                          
QtCurve: pixmap_path "/home/rose/.kde4//share/icons/oxygen:/usr/share/icons//oxygen:/usr/share/icons/oxygen:/home/rose/.kde4//share/icons/hicolor:/usr/share/icons//hicolor:/usr/share/icons/hicolor"                                                       
QtCurve: gtk-toolbar-style 0                                                                                                  
QtCurve: gtk-button-images 1

Expected Results:  
QTCURVE_DEBUG=1 firefox
QtCurve: Reading kdeglobals - /usr/share/themes/QtCurve/gtk-2.0/kdeglobals
QtCurve: Font[0] - Sans Serif   10.000000
QtCurve: Font[1] - Sans Serif   10.000000
QtCurve: Font[2] - Sans Serif   8.000000
QtCurve: Reading kdeglobals - /home/rose/.kde4//share/config/kdeglobals
QtCurve: Font[0] - Sans Serif   12.000000
QtCurve: Font[1] - Sans Serif   12.000000
QtCurve: Font[2] - Sans Serif   10.000000
QtCurve: Command - "firefox"
QtCurve: Mozilla app version:A0000
QtCurve: Application name: "firefox"
QtCurve: pixmap_path "/home/rose/.kde4//share/icons/oxygen:/usr/share/icons//oxygen:/usr/share/icons/oxygen:/home/rose/.kde4//share/icons/hicolor:/usr/share/icons//hicolor:/usr/share/icons/hicolor"
QtCurve: gtk-toolbar-style 3
QtCurve: gtk-button-images 1
Comment 1 Jouni Rinne 2012-02-19 19:00:07 UTC
Yes, I can confirm that. Downgrading to 1.8.12 fixes gtk apps
Comment 2 Pavel Procopiuc 2012-02-21 08:47:16 UTC
Same here, masked 1.8.13 for the time being
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2012-02-22 13:54:49 UTC
Could you report this issue upstream please?
Comment 4 Coacher 2012-02-24 04:20:08 UTC
Confirm too. Also colors are ignored.
Comment 5 Johannes Huber (RETIRED) gentoo-dev 2012-02-29 07:58:32 UTC
Thanks for reporting. Bumped =x11-themes/gtk-engines-qtcurve-1.8.14, which fixes this issue. Sync in some hours.