GNU bug report logs - #14471
24.1.50; GTK3 shows resize handle which cannot be disabled

Previous Next

Package: emacs;

Reported by: Peter Feigl <peter.feigl <at> gmx.at>

Date: Sat, 25 May 2013 15:35:01 UTC

Severity: normal

Tags: moreinfo, notabug

Found in version 24.1.50

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Peter Feigl <peter.feigl <at> gmx.at>
Cc: 14471 <at> debbugs.gnu.org
Subject: bug#14471: 24.1.50; GTK3 shows resize handle which cannot be disabled
Date: Sun, 26 May 2013 10:02:55 +0200
Hello.

25 maj 2013 kl. 17:33 skrev Peter Feigl <peter.feigl <at> gmx.at>:

> Start "emacs -Q" that was compiled with --with-x-toolkit=gtk3 from bzr.
> You should see a resizing triangle button in the lower right-hand
> corner, as in http://www.nexoid.at/tmp/emacs-triangle.jpg
> 
> This resizing button is useless on all tiling window managers. If you
> remove the check for GTK 3 from gtkutil.c (~ line 1159), things work
> fine again (and I believe this check is erroneous anyway, why only
> disable it on GTK != 3?). After recompiling, the resulting emacs -Q
> looks like this: http://www.nexoid.at/tmp/emacs-no-triangle.jpg
> 

The reason for disabling for Gtk+ 2 is clearly explained in the comment.

> It would be great if this could be fixed in emacs bzr.

You can try to disable it with css, that seems to work for some people:

In ~/.config/gtk-3.0/gtk.css insert the following:

* {
    -GtkWindow-resize-grip-default: false;
}

> 
> The machine I'm sending this bug report from is *not* the same machine I
> tested this on.
> 

Why?

	Jan D.






This bug report was last modified 5 years and 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.