From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#44002: 27.1; Small window height with VcXsrv X server when built with gtk3 toolkit Date: Fri, 16 Oct 2020 10:31:33 +0300 Message-ID: <83d01iwrsa.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13173"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 44002@debbugs.gnu.org To: "J. Scott Berg" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 16 09:32:15 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kTKDn-0003Io-1C for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 16 Oct 2020 09:32:15 +0200 Original-Received: from localhost ([::1]:38562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTKDl-00013e-Mc for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 16 Oct 2020 03:32:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTKDa-000136-8b for bug-gnu-emacs@gnu.org; Fri, 16 Oct 2020 03:32:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45924) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kTKDZ-0006dc-Uw for bug-gnu-emacs@gnu.org; Fri, 16 Oct 2020 03:32:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kTKDZ-00020x-Qq for bug-gnu-emacs@gnu.org; Fri, 16 Oct 2020 03:32:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Oct 2020 07:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44002 X-GNU-PR-Package: emacs Original-Received: via spool by 44002-submit@debbugs.gnu.org id=B44002.16028335087722 (code B ref 44002); Fri, 16 Oct 2020 07:32:01 +0000 Original-Received: (at 44002) by debbugs.gnu.org; 16 Oct 2020 07:31:48 +0000 Original-Received: from localhost ([127.0.0.1]:57470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTKDM-00020U-3r for submit@debbugs.gnu.org; Fri, 16 Oct 2020 03:31:48 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTKDL-00020H-9c for 44002@debbugs.gnu.org; Fri, 16 Oct 2020 03:31:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42421) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTKDF-0006W7-Iq; Fri, 16 Oct 2020 03:31:41 -0400 Original-Received: from [176.228.60.248] (port=3662 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTKD9-0008R4-Qp; Fri, 16 Oct 2020 03:31:39 -0400 In-Reply-To: (jsberg-bnl@outlook.com) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:190661 Archived-At: > From: "J. Scott Berg" > Date: Thu, 15 Oct 2020 01:55:44 +0000 > > Run "emacs -Q" on a remote machine, the local X server is VcXsrv on Windows > The window that opens will only have 5 lines. > This occurs when emacs is built to use the gtk3 toolkit > Everything is fine on the local display of the Linux machine > Everything is fine if emacs is built to use the gtk2 toolkit Do you have any GTK settings that could affect this, like font selection or window dimensions? If that doesn't give any clue, is it possible to you to run Emacs under GDB, put a breakpoint in adjust_frame_size, and tell when and by which code are these small dimensions specified during startup? Thanks.