Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-19 Thread Christoph Anton Mitterer
On Thu, 2016-05-19 at 15:55 +0200, Christian Seiler wrote:
> So the initial thing you reported with the drop-downs is fixed by my
> patch for #824616, so it was the same underlying problem.
confirmed.


> However, since this is a perfectly fine bugreport ;-), and the 2nd
> problem you reported with gedit's border I can reproduce (and it's
> even worse here, because with gtk3-nocsd there are black areas where
> the rounded edges are supposed to be), I'm going to reuse the report
> here to track the second issue. My guess is that there needs to be
> some small fixup for the CSS used to render the header bar.
I see,... and as said in the other bug already... this isn't fixed by
the other patch.



> PS: btw. Adwaita is available in my test VM for "Window Borders",
> but the Nautilus preferences dialog is really weird with those
> decorations (also without gtk3-nocsd), because there's no close
> button there at all and you can only close it via the context menu
> on the title bar. With your window border theme there is a close
> button, so it's fine.
Well I don't really like Adwaita... I think it's pretty unintuitive,
looking fancy, but not professionally usable.

Anyway, my cinnamon system settings even don't show it anymore for
window decorations... (perhaps a feature of cinnamon? ;-) )... guess I
should open a bug there about that.


Chris.

smime.p7s
Description: S/MIME cryptographic signature


Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-19 Thread Christian Seiler
Control: retitle -1 gtk3-nocsd: header bar borders look slightly off
Control: severity -1 minor

On 05/19/2016 02:20 PM, Christoph Anton Mitterer wrote:
> On Wed, 2016-05-18 at 11:09 +0200, Christian Seiler wrote:
>> I cannot reproduce this. Could you provide screenshots with and
>> without
>> gtk3-nocsd?
> Attached... 

So the initial thing you reported with the drop-downs is fixed by my
patch for #824616, so it was the same underlying problem.

However, since this is a perfectly fine bugreport ;-), and the 2nd
problem you reported with gedit's border I can reproduce (and it's
even worse here, because with gtk3-nocsd there are black areas where
the rounded edges are supposed to be), I'm going to reuse the report
here to track the second issue. My guess is that there needs to be
some small fixup for the CSS used to render the header bar.

Regards,
Christian

PS: btw. Adwaita is available in my test VM for "Window Borders",
but the Nautilus preferences dialog is really weird with those
decorations (also without gtk3-nocsd), because there's no close
button there at all and you can only close it via the context menu
on the title bar. With your window border theme there is a close
button, so it's fine.



signature.asc
Description: OpenPGP digital signature


Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-19 Thread Christian Seiler
On 05/19/2016 02:20 PM, Christoph Anton Mitterer wrote:
> On Wed, 2016-05-18 at 11:09 +0200, Christian Seiler wrote:
>> I cannot reproduce this. Could you provide screenshots with and
>> without
>> gtk3-nocsd?
> Attached... 

Yikes, those black borders definitely don't happen on my Stretch
laptop.

>>  - what desktop environment / window manager?
> cinnamon

I'm currently installing a VM with cinnamon to try to reproduce this.

Regards,
Christian



signature.asc
Description: OpenPGP digital signature


Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-19 Thread Christoph Anton Mitterer
Control: tags -1 - moreinfo

On Wed, 2016-05-18 at 11:09 +0200, Christian Seiler wrote:
> I cannot reproduce this. Could you provide screenshots with and
> without
> gtk3-nocsd?
Attached... 


> Could you also tell me:
Basically everything I have is a most recent state of Debian sid.

>  - what desktop environment / window manager?
cinnamon / not sure what it actually uses as WM... cinnamon itself?
muffin *is* installed, but no muffin process runs.


>  - what Gtk theme?
Window broders: TraditionalOk (from mate-themes; couldn't test Adwaita
                here, since it doesn't show up in the most recent
                cinnamon version aymore)
Controls: Adwaita (clearlook-phenix is unfortunately broken since the
          most recent gtk3 updates)

>  - any Gtk-related environment variables / special configuration?
not really I think, as mentioned before, I have configured gtk3-nocsd
not to start globally, but run it on the command line.
Also since cinnamon 3.0.2 of today, I have disabled the overlay
scrollbars, which is done via a GTK env var, AFAIK, but the issue
happened before as well.

>  - the exact versions of gtk, glib, gobject, gdk and e.g. nautilus
>    you're using?
$ apt-cache show libgtk-3-0 | grep Version
Version: 3.20.4-1
$ apt-cache show libglib2.0-0 | grep Version
Version: 2.48.1-1
$ apt-cache show gobject-introspection | grep Version
Version: 1.48.0-2
$ apt-cache show libgdk-pixbuf2.0-0 | grep Version
Version: 2.34.0-1
$ apt-cache show nautilus | grep Version
Version: 3.20.1-2


Cheers,
Chris.

smime.p7s
Description: S/MIME cryptographic signature


Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-18 Thread Christian Seiler
Control: tags -1 + moreinfo

On 05/18/2016 04:55 AM, Christoph Anton Mitterer wrote:
> When I start e.g.:
> # gtk3-nocsd  nautilus
> right-click some file, go to Properties, then the Permissions tab
> I see a number fo drop-down-boxes.
> At least such drop-down-boxes, have a pretty thick (2-3 pixel) black
> "border" or "frame" around them, which they don't have when I do
> the same without gtk3-nocsd.

I cannot reproduce this. Could you provide screenshots with and without
gtk3-nocsd?

Could you also tell me:

 - what desktop environment / window manager?
 - what Gtk theme?
 - any Gtk-related environment variables / special configuration?
 - the exact versions of gtk, glib, gobject, gdk and e.g. nautilus
   you're using?

Thanks!

Regards,
Christian



Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-17 Thread Christoph Anton Mitterer
btw: this also happened for non-CSDed programs (e.g. evolution), which
is also why I had to disable the preloading.

smime.p7s
Description: S/MIME cryptographic signature


Bug#824617: gtk3-nocsd: in some cases widget borders are drawn to thick

2016-05-17 Thread Christoph Anton Mitterer
Package: gtk3-nocsd
Version: 2-1
Severity: normal


Hi.

I have:
#cat /etc/X11/Xsession.d/01-dont-disable-gtk-csd
export GTK3_NOCSD_IGNORE=1

When I start e.g.:
# gtk3-nocsd  nautilus
right-click some file, go to Properties, then the Permissions tab
I see a number fo drop-down-boxes.
At least such drop-down-boxes, have a pretty thick (2-3 pixel) black
"border" or "frame" around them, which they don't have when I do
the same without gtk3-nocsd.

Cheers,
Chris.