From nobody Sat Sep 10 21:49:35 2022 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MQ62y1qywz4c65W for ; Sat, 10 Sep 2022 21:49:46 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx1.riseup.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MQ62x39Rpz41pZ for ; Sat, 10 Sep 2022 21:49:45 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4MQ62w36Y5zDrwL for ; Sat, 10 Sep 2022 21:49:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1662846584; bh=MOD3ObVgmqG2wSfaVhKWjDbmxf7MKlmwpFkbTGCcohE=; h=Subject:From:To:Date:In-Reply-To:References:From; b=mqF2iwUpvo9O7pSJGq7WO8msidhEUNLQSF9AeIOdjFAQLpEZfchlXqsSmyVaWnzYJ hxYgR6NTWfRrLuwVuMja5wt0bwfxmWBDeptxhclvYF0Q/PUHSPpHqeFoRUdG1DTI4C uJJggBHvEE7/fTvSSVc5Hh519gtAjNvsgUrvQ404= X-Riseup-User-ID: 8A7D7AA2A335D862EF0DA7BE61E0D82DC5D615E07DF666E8A1635248BCF7AF98 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4MQ62v5gNhz1xx7 for ; Sat, 10 Sep 2022 21:49:43 +0000 (UTC) Message-ID: <1e21502c0bda169d479a0f74d856df1d9d53e709.camel@riseup.net> Subject: Re: qt apps top file menu missing From: Ralf Mardorf To: questions@freebsd.org Date: Sat, 10 Sep 2022 23:49:35 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Rspamd-Queue-Id: 4MQ62x39Rpz41pZ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=riseup.net header.s=squak header.b=mqF2iwUp; dmarc=pass (policy=none) header.from=riseup.net; spf=pass (mx1.freebsd.org: domain of ralf-mardorf@riseup.net designates 198.252.153.129 as permitted sender) smtp.mailfrom=ralf-mardorf@riseup.net X-Spamd-Result: default: False [-4.20 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[riseup.net,none]; R_DKIM_ALLOW(-0.20)[riseup.net:s=squak]; R_SPF_ALLOW(-0.20)[+mx:c]; MIME_GOOD(-0.10)[text/plain]; RWL_MAILSPIKE_GOOD(-0.10)[198.252.153.129:from]; RCVD_IN_DNSWL_LOW(-0.10)[198.252.153.129:from]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US]; DKIM_TRACE(0.00)[riseup.net:+]; MLMMJ_DEST(0.00)[questions@freebsd.org]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_NONE(0.00)[riseup.net:dkim] X-ThisMailContainsUnwantedMimeParts: N On Sat, 2022-09-10 at 23:47 +0200, Ralf Mardorf wrote: > On Sat, 2022-09-10 at 22:51 +0200, Tomek CEDRO wrote: > > All Qt based apps are missing top file menu on my desktop for a recent > > time. >=20 > the apps have a menu bar, but instead of "File Edit View [...]" > you see "Edit View [...]"? If so, there's not just the text "File" > missing, IOW there's even no space without text you can click, to open > the file menu? If you move and/or resize the window "file" doesn't show > up? PS: Did you verify, if changing the theme makes a difference?