From owner-freebsd-gnome@freebsd.org Thu Jan 28 15:00:54 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76698A711A2 for ; Thu, 28 Jan 2016 15:00:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 60C3B1F18 for ; Thu, 28 Jan 2016 15:00:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6124CA711A1; Thu, 28 Jan 2016 15:00:54 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60C01A711A0 for ; Thu, 28 Jan 2016 15:00:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5090E1F17 for ; Thu, 28 Jan 2016 15:00:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0SF0s8A092701 for ; Thu, 28 Jan 2016 15:00:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 206663] x11/gnome-shell: shell and desktop failed Date: Thu, 28 Jan 2016 15:00:54 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lantw44@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 15:00:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206663 --- Comment #12 from Ting-Wei Lan --- (In reply to jetmomo from comment #11) Let's replace gnome-session-failed with another program, so we can keep the session alive and use gnome-shell without seeing the fullscreen 'Something = has gone wrong' message. When gnome-session-failed shows, switch to another virtual console and find= the PID of gnome-session-failed. Type the following commands to use gdb to repl= ace it with cat. I use devel/gdb port because the version included in base cras= hes when I type 'attach'. $ gdb710 (gdb) attach (gdb) p execl("/bin/cat", "cat", (char*)0) Keep gdb running and switch back to the graphical virtual console and you c= an use gnome-shell without being blocked by the fullscreen message. You can us= e it to launch terminal and test '/usr/local/libexec/gnome-settings-daemon-localeexec &'. gnome-settings-dae= mon has to be run inside the graphical session. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=