Comment 3 for bug 1636252

Revision history for this message
X-Legs (xlegs231) wrote : Re: [Bug 1636252] Re: KDE Plasma 5.8 LTS doesn't render transparency effects

>
> sudo vim /usr/lib/python3.5/site-packages/Onboard/KbdWindow.py

I'm running Manjaro -- a rolling release distro based on Arch. Changing the
file had no effect. FYI, the version of Cairo installed is:

> cairo 1.14.6-2

python2-cairo 1.10.0-6

My GTK is v3.22.1+67+gffb1ac5-1.

Stefan Zecevic
The little commuter in the big red scooter

On Tue, Oct 25, 2016 at 3:10 AM, marmuta <email address hidden> wrote:

> What distribution is this?
>
> There was a change in Onboard in version 1.2 that dropped
> gtk_window_set_opacity() calls and did set_app_paintable(True) instead.
> Since then all transparency was handled by cairo drawing.
> https://bazaar.launchpad.net/~onboard/onboard/trunk/revision/2036
>
> This could very well be a bug in Plasma or even Gtk, but I'm wondering
> what happens if you enable the old override_background_color() calls at
> https://bazaar.launchpad.net/~onboard/onboard/trunk/view/
> 2180/Onboard/KbdWindow.py#L205
>
> Could you
> sudo gedit /usr/lib/python3/dist-packages/Onboard/KbdWindow.py
> and replace line 204
> if gtk_version < Version(3, 18): # Xenial doesn't need them
> with
> if True: #gtk_version < Version(3, 18): # Xenial doesn't
> need them
> ?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1636252
>
> Title:
> KDE Plasma 5.8 LTS doesn't render transparency effects
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/onboard/+bug/1636252/+subscriptions
>