http://bugs.winehq.org/show_bug.cgi?id=9493
Summary: Cosmetic Errors when using Default Luna theme from Windows XP Product: Wine Version: 0.9.44. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: smackdat1@gmail.com
Created an attachment (id=7842) --> (http://bugs.winehq.org/attachment.cgi?id=7842) errors using luna theme
Background for dragbar is black and Frame and Checkbox labelsdo not blend with the background. Component is just a guess
http://bugs.winehq.org/show_bug.cgi?id=9493
Jordan M smackdat1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal Difficulty|Minutes |Hours
http://bugs.winehq.org/show_bug.cgi?id=9493
Jordan M smackdat1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2
http://bugs.winehq.org/show_bug.cgi?id=9493
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Difficulty|Hours |---
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2007-08-28 07:21:29 --- Themes are buggy in Wine and they never worked right.
http://bugs.winehq.org/show_bug.cgi?id=9493
Stuart Middleton Stuart@houseofanime.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Stuart@houseofanime.org
--- Comment #2 from Stuart Middleton Stuart@houseofanime.org 2007-08-29 06:07:35 --- Similar problems affecting DVD Profiler (app 1975). DVD Profiler is partially dependent on the Windows themes for some of it's internal configuration, meaning that the display is somewhat lacking for the app. This means tat for a default wine install, the DVD Profiler default theme (blue) is actually grey. If I install the xp theme ('save as' in windows and upload into wine), the background for both winecfg and DVD Profiler are pink!
I'm going to add this bug to the DVD Profiler application as well.
http://bugs.winehq.org/show_bug.cgi?id=9493
Stuart Middleton Stuart@houseofanime.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Stuart Middleton Stuart@houseofanime.org 2007-08-29 07:12:05 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #4 from Jordan M smackdat1@gmail.com 2007-08-29 19:37:45 --- Created an attachment (id=7891) --> (http://bugs.winehq.org/attachment.cgi?id=7891) errors shown in foobar2000 using Luna theme
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #5 from Stuart Middleton Stuart@houseofanime.org 2007-08-31 09:42:53 --- After a little more analysis on how Wine handles themes, I've found that in the RGB input from a .theme file is converted to RBG in user.reg, and then read back as RGB again. In other words, winecfg swaps the blue and green figures, leading to the peculiar colour scheme.
I've attached two files, one showing the content of the default xp theme file and one showing what user.reg looks like after this theme has been uploaded via winecfg.
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #6 from Stuart Middleton Stuart@houseofanime.org 2007-08-31 09:45:12 --- Created an attachment (id=7900) --> (http://bugs.winehq.org/attachment.cgi?id=7900) Default XP theme (see [Control Panel\Colors])
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #7 from Stuart Middleton Stuart@houseofanime.org 2007-08-31 09:48:08 --- Created an attachment (id=7901) --> (http://bugs.winehq.org/attachment.cgi?id=7901) User.reg after uploading defaulkt xp theme
http://bugs.winehq.org/show_bug.cgi?id=9493
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Drvanger@gmail.com
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2007-09-07 11:45:17 --- *** Bug 9605 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=9493
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_gui |-unknown
http://bugs.winehq.org/show_bug.cgi?id=9493
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |integration
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #9 from Stuart Middleton Stuart@houseofanime.org 2008-12-02 08:42:14 --- Still present in 1.1.9 on KDE 3.5.
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #10 from Igor Tarasov tarasov.igor@gmail.com 2009-03-18 12:54:09 --- Created an attachment (id=20014) --> (http://bugs.winehq.org/attachment.cgi?id=20014) winecfg with Luna theme on wine 1.1.17
As you may see, there was alot of progress since last screenshots shown here.
But there are still some bugs.
1. Some elements stop being themed if they get bothered after initial draw. On the screenshot, notice the following:
1.1. After checkboxes get checked or unchecked they become unthemed (see second and third checkboxes). 1.2. Notice Apply button. Initially, it was inactive, but when I checked/unchecked the checkboxes above it became active and unthemed.
These bugs seem to be pretty simple and straightforward to fix, since the implementation is already there, all what is needed is to add if (theme) {} in all places where these elements get changed.
Good to see that many other elements, though, do interact well and do not become unthemed.
2. Some elements do not react on mouseover. As good as I remember, all active elements in Windows change when mouse hovers them. I've noticed this on buttons, checkboxes and sliders. Good to see, though that many other elements, such as toolbar buttons, tabs, headers, dropdown buttons etc behave well when mouse hovering them.
3. One unthemed control that I've noticed is scrollbar in combobox/dropdown lists and strange button (colorpicker) in winecfg 'Desktop Integration' tab.
As of now, theming is pretty useable, but these small glitches spoil the experience :)
http://bugs.winehq.org/show_bug.cgi?id=9493
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #11 from André H. nerv@dawncrow.de 2009-07-26 10:51:49 --- (In reply to comment #5)
After a little more analysis on how Wine handles themes, I've found that in the RGB input from a .theme file is converted to RBG in user.reg, and then read back as RGB again. In other words, winecfg swaps the blue and green figures, leading to the peculiar colour scheme.
I've attached two files, one showing the content of the default xp theme file and one showing what user.reg looks like after this theme has been uploaded via winecfg.
That Problem seems fixed.
(In reply to comment #10)
Created an attachment (id=20014)
--> (http://bugs.winehq.org/attachment.cgi?id=20014) [details]
winecfg with Luna theme on wine 1.1.17
As you may see, there was alot of progress since last screenshots shown here.
But there are still some bugs.
- Some elements stop being themed if they get bothered after initial draw. On
the screenshot, notice the following:
There were some working patches around: http://www.winehq.org/pipermail/wine-patches/2008-July/057236.html http://www.winehq.org/pipermail/wine-patches/2008-July/057237.html
They maybe just need some testcases
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #12 from Austin English austinenglish@gmail.com 2010-04-30 14:53:02 --- Probably still present.
http://bugs.winehq.org/show_bug.cgi?id=9493
Ole Rasmussen olerass@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |olerass@gmail.com
--- Comment #13 from Ole Rasmussen olerass@gmail.com 2010-07-06 08:24:54 --- 2) and 3) from comment #10 still present in 1.2-rc6.
Using BCGSofts' mfc examples to illustrate the problems: 1) Download the examples (http://www.bcgsoft.com/download/BCGControlBarProDemo.zip) 2) Run ListCtrlDemo.exe
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #14 from Ole Rasmussen olerass@gmail.com 2010-07-06 08:25:54 --- *** Bug 23540 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #15 from Ole Rasmussen olerass@gmail.com 2010-07-06 08:26:23 --- *** Bug 23541 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=9493
Carlos Solis csolisr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |csolisr@gmail.com
--- Comment #16 from Carlos Solis csolisr@gmail.com 2010-07-24 16:09:40 --- Confirmed in latest version of Wine as of today (1.2). Particularly in scrollbars which aren't themed right now. Screenshot attached.
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #17 from Carlos Solis csolisr@gmail.com 2010-07-24 16:10:23 --- Created an attachment (id=29817) --> (http://bugs.winehq.org/attachment.cgi?id=29817) Snapshot - Scrollbars not working correctly
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #18 from Stuart Middleton Stuart@houseofanime.org 2011-07-01 08:27:33 CDT --- Confirming that colouration issues seen in DVD Profiler are still present in 1.3.23.
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #19 from Higgs bison bizzone@hotbox.ru 2012-01-05 06:10:25 CST --- Created attachment 38267 --> http://bugs.winehq.org/attachment.cgi?id=38267 Scrollbars are not propertly themed
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #20 from Higgs bison bizzone@hotbox.ru 2012-01-05 06:12:29 CST --- Created attachment 38268 --> http://bugs.winehq.org/attachment.cgi?id=38268 Buttons are not properly themed (right bottom button)
http://bugs.winehq.org/show_bug.cgi?id=9493
Higgs bison bizzone@hotbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bizzone@hotbox.ru
--- Comment #21 from Higgs bison bizzone@hotbox.ru 2012-01-05 07:14:12 CST --- This bug is not only related to Luna theme. See my attachments of Ambiance theme above. It is bug in Wine theming engine. Look at this discussion: http://www.winehq.org/pipermail/wine-devel/2008-November/070346.html .
May be we should create another bug report about basic wine theming? I think that appearance of Wine apps is quite important thing: default Wine theme looks ugly. But Windows themes support is not well. As far as I know, no work was done in this direction at least over the past few years.
Another problem is that drawing of decorated application controls is too slow: try to switch tabs in themed winecfg for example. I could not find any bug describing this problem. I think, developers should pay attention to this.
http://bugs.winehq.org/show_bug.cgi?id=9493
Higgs bison bizzone@hotbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #38267|Scrollbars are not |Scrollbars are not properly description|propertly themed |themed
http://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #22 from Stuart Middleton Stuart@houseofanime.org 2013-11-14 07:54:32 CST --- Confirming that colouration issues seen in DVD Profiler are still present in 1.7.6.
https://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #23 from Austin English austinenglish@gmail.com --- Is this still an issue in current (1.7.36 or newer) wine? If so, please attach terminal output
https://bugs.winehq.org/show_bug.cgi?id=9493
--- Comment #24 from Stuart Middleton Stuart@houseofanime.org --- I can confirm that the issue in DVDProfile is no longer being displayed for 1.7.37 (i.e. issue resolved). I cannot, however, speak for the bug in the more general sense.
https://bugs.winehq.org/show_bug.cgi?id=9493
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial
https://bugs.winehq.org/show_bug.cgi?id=9493
rebe@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rebe@gmx.net
--- Comment #25 from rebe@gmx.net --- What is the scope of this bug? All Luna issues with the theme engine?