all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Peter Feigl <peter.feigl@gmx.at>
Cc: 14471@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	[thread overview]
Message-ID: <8A20E6EE-4DC2-4FD9-9C55-4677016E08B5@swipnet.se> (raw)
In-Reply-To: <87a9njkraw.fsf@nexoid.at>

Hello.

25 maj 2013 kl. 17:33 skrev Peter Feigl <peter.feigl@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.







  reply	other threads:[~2013-05-26  8:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-25 15:33 bug#14471: 24.1.50; GTK3 shows resize handle which cannot be disabled Peter Feigl
2013-05-26  8:02 ` Jan Djärv [this message]
2019-09-26 11:31 ` Stefan Kangas
2019-09-27  8:17   ` martin rudalics
2019-09-27 10:10     ` Stefan Kangas
2019-09-28  7:48       ` martin rudalics
2019-09-28  9:51         ` Stefan Kangas
2019-09-29  7:04           ` martin rudalics
2019-09-29 18:13             ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8A20E6EE-4DC2-4FD9-9C55-4677016E08B5@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=14471@debbugs.gnu.org \
    --cc=peter.feigl@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.