[Bug 842140] New: KDM default theme uses wrong color for domain
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c0 Summary: KDM default theme uses wrong color for domain Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: luizluca@tre-sc.gov.br QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 When kdm uses winbind auth, it provides a combobox to select the domain. In default OpenSuSE KDM theme, this combobox background color is a light color while the text color is also a light color. The window-color should be in sync with base-color. --- openSUSE/openSUSE.xml.old 2013-09-10 07:03:43.000000000 -0300 +++ openSUSE/openSUSE.xml 2013-09-24 17:20:48.883563819 -0300 @@ -27,6 +27,7 @@ disabled-base-color="#1b2122" disabled-base-alpha="0" disabled-highlight-alpha="0" + window-color="#1b2122" frame="false" /> <!-- the background --> Reproducible: Always Steps to Reproduce: 1.configure auth to use winbind 2.configure xdm to kdm 3.click on the domain combobox to bring options down Actual Results: 4.it is difficult do read entries because both fore/background colors are light Expected Results: 4.combobox should use theme bgcolor. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hrvoje.senjan@gmail.com AssignedTo|kde-maintainers@suse.de |giacomosrv@gmail.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c1 Giacomo Barazzetti <giacomosrv@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |luizluca@tre-sc.gov.br --- Comment #1 from Giacomo Barazzetti <giacomosrv@gmail.com> 2013-09-25 06:25:20 UTC --- Ok, I can't really test this theme option,I just get a single item in the menu. I believe you have more items, can you provide a screenshot to have a more precise overview of the issue? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c2 Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|luizluca@tre-sc.gov.br | --- Comment #2 from Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> 2013-09-25 21:14:15 UTC --- Created an attachment (id=560118) --> (http://bugzilla.novell.com/attachment.cgi?id=560118) Screenshot I got some trouble to get a screenshot in kdm. Is there an easy way? I managed to run ksnapshot with some xauth tricks. Anyway, here comes the requested image. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c3 --- Comment #3 from Giacomo Barazzetti <giacomosrv@gmail.com> 2013-09-26 15:22:53 UTC --- I tried a different approach to fix the issue (to avoid to change the background color of all the widgets): <item type="entry" id="domain-entry" > <pos x="33" y="2" height="28" width="240" anchor="nw" /> + <style text-color="#141a1a" highlight-color="#98ce57" /> </item> In some way I got a second item in the combobox (not only the highlighted one) to test the result, can you confirm it works for you too? (Xephyr + activated XDMCP should be an easier way) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c4 --- Comment #4 from Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> 2013-09-26 17:03:10 UTC --- Now I can read the entries. However, the selected colors are still not in sync with the rest of the theme. How about changing only the background? <item type="entry" id="domain-entry" > <pos x="33" y="2" height="28" width="240" anchor="nw" /> <style window-color="#1b2122" /> </item> It looks nicer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c5 --- Comment #5 from Giacomo Barazzetti <giacomosrv@gmail.com> 2013-09-26 17:26:41 UTC --- Yes, but sadly in that way the upper part of the combobox (not the popup list) is no more transparent and it covers the background image (a plain grey over a noisy texture). More or less evident depending on monitor, screen resolution and number of user list items (the combobox will be pushed down where the wallpaper is lighter, so even more contrast with the plain grey). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c6 --- Comment #6 from Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> 2013-09-26 18:13:36 UTC --- Hum... I changed the resolution in order to get some bg green under the combobox. Yes, it gets opaque. BTW, thanks for the Xephyr tip. Another suggestion is to set window-alpha. <style window-alpha="0" /> Using this suggestion, the upper part is kept transparent. However, Qt/kdm seems to get it wrong and combobox dropdown is not transparent at all. It is not a big problem as it gets plain black. Still, it is better than light gray. If someone fixes this upstream, it will look even better. I looked for some qt customization of combobox and found this link. http://doc.qt.digia.com/4.7/stylesheet-examples.html#customizing-qcombobox But I don't know if I could use this stylesheets inside a kdm theme. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c7 --- Comment #7 from Giacomo Barazzetti <giacomosrv@gmail.com> 2013-09-27 12:54:03 UTC --- Imo the plain black seems too much an error, something like a widget mask not painted. However the light grey is visible just during specific actions: * the domain selection (if activated), * the desktop session change and the shutdown menu + dialog (both always available). Maybe kdm supports stylesheets (as a Qt application), but to use it kdm should be started with a specific option (--stylesheet <file.qss>). I'm sure it's a too heavy customization. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c8 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |bruno@ioda-net.ch InfoProvider| |giacomosrv@gmail.com --- Comment #8 from Bruno Friedmann <bruno@ioda-net.ch> 2013-09-30 06:20:19 UTC --- @Giacomo where's the pull request on artwork ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c9 Giacomo Barazzetti <giacomosrv@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|giacomosrv@gmail.com | --- Comment #9 from Giacomo Barazzetti <giacomosrv@gmail.com> 2013-09-30 07:03:26 UTC --- Here it is (on branding): https://github.com/openSUSE/branding/pull/40 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c10 --- Comment #10 from Bruno Friedmann <bruno@ioda-net.ch> 2013-09-30 11:33:46 UTC --- Created an attachment (id=560829) --> (http://bugzilla.novell.com/attachment.cgi?id=560829) The box layout after the fix Fixed in github repo https://github.com/Caig/branding/commit/c0e079b539b615ae393c912ba6e6c4011692... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c11 --- Comment #11 from Bruno Friedmann <bruno@ioda-net.ch> 2013-09-30 17:02:30 UTC --- obs sr 201503 created. Waiting acceptance in Base:System to goes it's way to Factory 13.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842140 https://bugzilla.novell.com/show_bug.cgi?id=842140#c12 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #12 from Bruno Friedmann <bruno@ioda-net.ch> 2013-10-02 07:58:19 UTC --- sr accepted pulling to factory is going I put it as fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com