From nobody Sat Apr 9 04:32:10 2022 X-Original-To: freebsd-ports@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 D5BDE1AAC164 for ; Sat, 9 Apr 2022 04:32:21 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from thunderstorm.neelc.org (thunderstorm.neelc.org [IPv6:2001:19f0:8001:174b:5400:3ff:febf:260b]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Kb2K10LP7z3rwR for ; Sat, 9 Apr 2022 04:32:21 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mail.neelc.org (thunderstorm.neelc.org [IPv6:2001:19f0:8001:174b:5400:3ff:febf:260b]) by thunderstorm.neelc.org (Postfix) with ESMTPSA id 914D12FAF13; Fri, 8 Apr 2022 21:32:12 -0700 (PDT) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Fri, 08 Apr 2022 21:32:10 -0700 From: Neel Chauhan To: Pavel Timofeev Cc: ports-list freebsd Subject: Re: Recent quarterly GNOME upgrade broke my desktop In-Reply-To: References: Message-ID: <32a2b55f48165989226f729c72152400@FreeBSD.org> X-Sender: nc@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Kb2K10LP7z3rwR X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 2001:19f0:8001:174b:5400:3ff:febf:260b is neither permitted nor denied by domain of nc@FreeBSD.org) smtp.mailfrom=nc@FreeBSD.org X-Spamd-Result: default: False [-3.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[nc]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; R_SPF_SOFTFAIL(0.00)[~all]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RCPT_COUNT_TWO(0.00)[2]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-ports]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:2001:19f0:8000::/38, country:US]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ONCE_RECEIVED(0.10)[] X-ThisMailContainsUnwantedMimeParts: N Hi, On 2022-04-07 16:28, Pavel Timofeev wrote: > Hello, dear community > > I've got non-working gnome-shell with the recent GNOME upgrade in the > new 2022Q2 quarterly port branch. > My laptop: > [pavel.timofeev@carbon ~]$ freebsd-version -ku > 13.1-RC1 > 13.1-RC1 I help maintain GNOME on FreeBSD. I'm sorry if it broke for you. > I don't mention drm-fbsd13-kmod breakage due ABI changes (?) as I was > able to recompile it against 13.1-RC1 locally and make it work (with > some visual artefacts for some reason) I have no issues with GNOME 42, on both 14-CURRENT and 13.1-RC2, but then I'm using the latest branch. > But I can't make that new GNOME work and switched to XFCE for now. > GDM starts fine, but once I login I get "oops, something went wrong" > message from gnome-shell. > I disabled GDM autostart and got this in my .xinitrc: > exec gnome-session --debug > .xsession-errors 2>&1 > Then I started X with startx. The error file is attached. The errors I noticed: (gnome-shell:15744): Gjs-CRITICAL **: 09:23:03.928: JS ERROR: TypeError: method GLib.TimeZone.get_offset: At least 1 argument required, but only 0 passed _clocksChanged/<@resource:///org/gnome/shell/ui/dateMenu.js:343:46 _clocksChanged@resource:///org/gnome/shell/ui/dateMenu.js:342:25 _init@resource:///org/gnome/shell/ui/dateMenu.js:309:14 ... were something I fixed a while back. A few questions: 1. Are you using x11/gnome-shell 41.4_2 (note the `_2` in the version)? This version fixes the GNOME shell. > Found something similar on debian mail list, where they suggested > upgrading to gnome-shell 42. > https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1849602.html > The reporter says it helped. > Not sure if I get the same error. > > Am I the only one who experiences this issue with GNOME? You could try updating packages again, or switching to "latest". It's only very recently that GNOME packages unbroke. I am using 13.1-RC2 on my laptop with GNOME 42 (really a 41/42 hybrid as of now). -Neel (nc@)