1148] Activating via systemd:
service name='org.gnome.Terminal' unit='gnome-terminal-server.service'
requested by ':1.212' (uid=1000 pid=46789 comm="/usr/bin/gnome-shell ")
18:30:01 cron: pam_unix(cron:session): session closed for user root
18:29:58 pkexec: gw
I have apparently some bugs sent to server at following urls with code (vscode
process) and gnome-shell crashes
https://errors.ubuntu.com/oops/4848883c-3ad3-11eb-87b7-fa163e6cac46 -
gnome-shell
https://errors.ubuntu.com/oops/ddc0efe8-3ad4-11eb-8a50-fa163ee63de6 - code
for some reason opening bug
also some more gnome-shell crashes linked here
https://errors.ubuntu.com/oops/0daefd90-3a2f-11eb-877c-fa163e6cac46
https://errors.ubuntu.com/oops/7b120ffe-3731-11eb-86b8-fa163e6cac46
https://errors.ubuntu.com/oops/2c03ef26-3725-11eb-bc71-fa163e102db1
and code here
https://errors.ubuntu.com/oops/2e
fresh new crash
https://errors.ubuntu.com/oops/4fc4b14f-3af3-11eb-90c1-fa163e983629
https://errors.ubuntu.com/oops/71396256-3af6-11eb-90c2-fa163e983629
what I noticed is that vscode needs to be maximized when minimize to dock
so open a file in vscode, maximize vscode, minimize to dock, try to open
had same issue with vscode
added Ernst ppa and updated (cheers for that mate)
all good
fix should be added asap imo
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1897765
Title:
tested this patch and all seems fine
tried to see if vscode still crashes
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1908161
Title:
Update to 3.38.2
To manage notification
all good with this patch
vscode no longer crashes (see bug
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1907468)
** Tags removed: verification-needed
** Tags added: verification-done-groovy
** Tags removed: verification-needed-groovy
--
You received this bug notification because
** Tags removed: verification-needed-groovy
** Tags added: verification-done-groovy
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1908161
Title:
Update to 3.38.2
To manage no
What I've made a temp fix is this
place file in /lib/systemd/system-sleep
credits to: Paul Knopf (https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084)
file content:
#!/bin/bash
#place file in /lib/systemd/system-sleep
PROGNAME=$(basename "$0")
state=$1
action=$2
function log {
logger -i