Summary: | File dialog and auto-completion contents are invisible | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | gabriel.ruffieux |
Component: | gtk2-engine | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | CLOSED FIXED | ||
Severity: | major | CC: | b7.10110111, cfeck, hugo.pereira.da.costa, web |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | File dialog shot |
Description
gabriel.ruffieux
2011-09-29 07:43:48 UTC
Does this bug also appear when you are not using the Oxygen-GTK engine? Le Jeudi, 29 Septembre 2011 14.47:51, Christoph Feck a écrit :
> https://bugs.kde.org/show_bug.cgi?id=283016
>
>
> Christoph Feck <christoph@maxiom.de> changed:
>
> What |Removed |Added
> ---------------------------------------------------------------------------
> - CC| |christoph@maxiom.de
>
>
>
>
> --- Comment #1 from Christoph Feck <christoph maxiom de> 2011-09-29
> 12:47:51 --- Does this bug also appear when you are not using the
> Oxygen-GTK engine?
Effectively, I have installed QtCurve and it is displayed correctly now, thanks
you.
@Ruslan This is a problem with the inner shadow hack. Disabling it fixes the issue. I'll black list the application. (there is already an isKomodo in our code, so ...) Git commit b9b19472e7ba86efb48900e6c5324a270759d58e by Hugo Pereira Da Costa. Committed on 29/09/2011 at 16:37. Pushed by hpereiradacosta into branch '1.1'. Do not enable inner shadows for komodo CCBUG: 283016 M +2 -7 src/animations/oxygenanimations.cpp http://commits.kde.org/oxygen-gtk/b9b19472e7ba86efb48900e6c5324a270759d58e Comment #4 fixes it (and likely also fixes other issues reported in attachement). So closing. Thanks for reporting. @Gabriel if you want to double check, get the oxygen-gtk code from git: git clone -b 1.1 git://anongit.kde.org/oxygen-gtk and try compile it (its quite straightforward, and there is an INSTALL file provided). I wish there existed a WORKEDAROUND resolution option in this bug tracker :) @Ruslan: what made me decide quickly is that: 1/ animations are already disabled for OpenOffice and Komodo 2/ inner shadow is already disabled for OpenOffice, so, "by analogy" adding Komodo to the disabling of the inner shadow code seemed natural ... I hope you don't mind ;) (I love the inner shadows !) @Hugo
> I hope you don't mind ;)
Yeah, of course - since Komodo is known to be bad, blacklisting is the only thing we can do here.
|