From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#52809: 28.0.90; X11 modeline context menu grows offscreen unreadable on smaller screen of two screen display Date: Mon, 27 Dec 2021 10:25:22 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: References: <9c23b7a-3b14-ad5e-d9d-268874b5504e@SDF.ORG> <87ee5y1rxn.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13840"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 52809@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 27 11:26:28 2021 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 1n1nD1-0003RA-RO for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 27 Dec 2021 11:26:27 +0100 Original-Received: from localhost ([::1]:47416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1nD0-00086I-7c for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 27 Dec 2021 05:26:26 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1nCb-000866-Va for bug-gnu-emacs@gnu.org; Mon, 27 Dec 2021 05:26:01 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58907) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n1nCb-0003Hg-Mc for bug-gnu-emacs@gnu.org; Mon, 27 Dec 2021 05:26:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n1nCb-0007Hd-K2 for bug-gnu-emacs@gnu.org; Mon, 27 Dec 2021 05:26:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Dec 2021 10:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52809 X-GNU-PR-Package: emacs Original-Received: via spool by 52809-submit@debbugs.gnu.org id=B52809.164060073027942 (code B ref 52809); Mon, 27 Dec 2021 10:26:01 +0000 Original-Received: (at 52809) by debbugs.gnu.org; 27 Dec 2021 10:25:30 +0000 Original-Received: from localhost ([127.0.0.1]:42215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1nC5-0007Gc-Qm for submit@debbugs.gnu.org; Mon, 27 Dec 2021 05:25:30 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:57249) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1nC1-0007GM-TF for 52809@debbugs.gnu.org; Mon, 27 Dec 2021 05:25:29 -0500 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 1BRAPO2a021599 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 27 Dec 2021 10:25:24 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 1BRAPMr6018995; Mon, 27 Dec 2021 10:25:22 GMT In-Reply-To: <87ee5y1rxn.fsf@yahoo.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:223180 Archived-At: On Mon, 27 Dec 2021, Po Lu wrote: To be clear, the primary larger screen where the taskbar/app-launcher is pinned behaves as expected for emac's modeline context menu. The problem is on the smaller secondary screen. >> The context menu grows offscreen and unreadable. >> >> # expected behavior >> The context menu "floats" as it grows, showing all the rows on the >> context menu. > > What toolkit is your Emacs built with? Is it GTK+? And if so, what > version of GTK+ is it? The x-toolkit is "lucid". Here is the clip from the config.log in the build directory. ''' $ /b/b/b/Blah/Projects/X/emacs/configure --prefix=/b/b/b/Blah/Applications/emacs-2021-12-04 --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-xft --with-native-compilation --without-compress-install ''' The GTK values are not set in config.log ''' ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= GTK_CFLAGS='' GTK_LIBS='' GTK_OBJ='' ''' > In the future, please use report-emacs-bug to report this kind of bug. > It avoids having to ask these questions. I don't have emacs configured for email and worry the mechanism might misfire. Sorry about that. I just discovered the config.log file is 1Mb long and decided not to include that in the attachment. These are all the libraries associated with the emacs binary. I want a skeleton thin build for my basic need but don't really know what to exclude. Hope this helps. ''' $ readelf -d b/b/Blah/bin/emacs | fgrep -n NEED 4: 0x0000000000000001 (NEEDED) Shared library: [libtiff.so.5] 5: 0x0000000000000001 (NEEDED) Shared library: [libjpeg.so.62] 6: 0x0000000000000001 (NEEDED) Shared library: [libpng16.so.16] 7: 0x0000000000000001 (NEEDED) Shared library: [libz.so.1] 8: 0x0000000000000001 (NEEDED) Shared library: [libgif.so.7] 9: 0x0000000000000001 (NEEDED) Shared library: [libXpm.so.4] 10: 0x0000000000000001 (NEEDED) Shared library: [libXaw3d.so.6] 11: 0x0000000000000001 (NEEDED) Shared library: [libXmu.so.6] 12: 0x0000000000000001 (NEEDED) Shared library: [libXt.so.6] 13: 0x0000000000000001 (NEEDED) Shared library: [libSM.so.6] 14: 0x0000000000000001 (NEEDED) Shared library: [libICE.so.6] 15: 0x0000000000000001 (NEEDED) Shared library: [libXext.so.6] 16: 0x0000000000000001 (NEEDED) Shared library: [libX11.so.6] 17: 0x0000000000000001 (NEEDED) Shared library: [libXrender.so.1] 18: 0x0000000000000001 (NEEDED) Shared library: [libasound.so.2] 19: 0x0000000000000001 (NEEDED) Shared library: [librsvg-2.so.2] 20: 0x0000000000000001 (NEEDED) Shared library: [libm.so.6] 21: 0x0000000000000001 (NEEDED) Shared library: [libgio-2.0.so.0] 22: 0x0000000000000001 (NEEDED) Shared library: [libgdk_pixbuf-2.0.so.0] 23: 0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0] 24: 0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0] 25: 0x0000000000000001 (NEEDED) Shared library: [libcairo.so.2] 26: 0x0000000000000001 (NEEDED) Shared library: [libacl.so.1] 27: 0x0000000000000001 (NEEDED) Shared library: [librt.so.1] 28: 0x0000000000000001 (NEEDED) Shared library: [libdbus-1.so.3] 29: 0x0000000000000001 (NEEDED) Shared library: [libXrandr.so.2] 30: 0x0000000000000001 (NEEDED) Shared library: [libXinerama.so.1] 31: 0x0000000000000001 (NEEDED) Shared library: [libXfixes.so.3] 32: 0x0000000000000001 (NEEDED) Shared library: [libxml2.so.2] 33: 0x0000000000000001 (NEEDED) Shared library: [libgpm.so.2] 34: 0x0000000000000001 (NEEDED) Shared library: [libtinfo.so.6] 35: 0x0000000000000001 (NEEDED) Shared library: [libselinux.so.1] 36: 0x0000000000000001 (NEEDED) Shared library: [libfreetype.so.6] 37: 0x0000000000000001 (NEEDED) Shared library: [libfontconfig.so.1] 38: 0x0000000000000001 (NEEDED) Shared library: [libharfbuzz.so.0] 39: 0x0000000000000001 (NEEDED) Shared library: [libotf.so.0] 40: 0x0000000000000001 (NEEDED) Shared library: [libm17n-core.so.0] 41: 0x0000000000000001 (NEEDED) Shared library: [libm17n-flt.so.0] 42: 0x0000000000000001 (NEEDED) Shared library: [libgnutls.so.30] 43: 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 44: 0x0000000000000001 (NEEDED) Shared library: [libanl.so.1] 45: 0x0000000000000001 (NEEDED) Shared library: [liblcms2.so.2] 46: 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 47: 0x0000000000000001 (NEEDED) Shared library: [libsystemd.so.0] 48: 0x0000000000000001 (NEEDED) Shared library: [libgmp.so.10] 49: 0x0000000000000001 (NEEDED) Shared library: [libgccjit.so.0] 50: 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 71: 0x000000006ffffffe (VERNEED) 0xd730 72: 0x000000006fffffff (VERNEEDNUM) 18 ''' Thanks in advance. -- vl