** Changed in: gnome-shell-extension-appindicator (Ubuntu Focal)
Status: New => In Progress
** Changed in: gnome-shell-extension-appindicator (Ubuntu)
Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)
** Changed in: gnome-shell-extension-appindicator (Ubuntu Focal)
Importance: Undecided => Low
** Changed in: gnome-shell-extension-appindicator (Ubuntu Focal)
Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)
** Description changed:
+ [ Impact ]
+
+ Destroying an appindicator dbusmenu we fail with some (non-fatal) errors
+
+ [ Test case ]
+
+ Open/Close an application with appindicator
+ Ensure that gnome-shell journal (journalctl -b0 /usr/bin/gnome-shell) doesn't
show any error related to
+
+ Jun 01 17:24:15 cerberus gnome-shell[3318]: [AppIndicatorSupport-WARN] While
reading menu layout: Gio.DBusError:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.
+ Jun 01 17:24:15 cerberus gnome-shell[3318]: JS ERROR: TypeError: this._proxy
is null
+
DBusClient<._beginRequestProperties@/usr/share/gnome-shell/extensions/[email protected]/dbusMenu.js:247:9
+
wrapper@resource:///org/gnome/gjs/modules
+
+ [ Regression potential ]
+
+ Indicator may not show at all, but that was what we expect on
+ destruction.
+
+ ---
+
jlquinn@cerberus:~$ lsb_release -rd
Description: Ubuntu 18.04.4 LTS
Release: 18.04
jlquinn@cerberus:~/Videos$ apt-cache policy
gnome-shell-extension-appindicator
gnome-shell-extension-appindicator:
- Installed: 18.04.1
- Candidate: 18.04.1
- Version table:
- *** 18.04.1 500
- 500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
- 500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
- 100 /var/lib/dpkg/status
+ Installed: 18.04.1
+ Candidate: 18.04.1
+ Version table:
+ *** 18.04.1 500
+ 500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
+ 500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
+ 100 /var/lib/dpkg/status
-
- This may be related to bug 1879016, but my stack trace is smaller and
different. I enabled the appindicator extension, and see the following my logs:
+ This may be related to bug 1879016, but my stack trace is smaller and
+ different. I enabled the appindicator extension, and see the following
+ my logs:
Jun 01 17:24:15 cerberus gnome-shell[3318]: Object
.Gjs_AppIndicatorIconActor__1 (0x5582a2e9b240), has been already finalized.
Impossible to set any property to it.
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: == Stack trace for
context 0x5582a28894b0 ==
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #0 0x7ffc718eda00 b
resource:///org/gnome/gjs/modules/_legacy.js:83 (0x7f70f00b5de0 @ 87)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #1 0x5582a2c5a930 i
/usr/share/gnome-shell/extensions/[email protected]/indicatorStatusIcon.js:93
(0x7f6ee00
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #2 0x7ffc718ee5e0 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #3 0x7ffc718eed80 b
self-hosted:916 (0x7f70f00f12b8 @ 367)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #4 0x7ffc718eee70 b
resource:///org/gnome/gjs/modules/signals.js:128 (0x7f70f00d2230 @ 386)
- Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #5 0x5582a2c5a8a8 i
/usr/share/gnome-shell/extensions/[email protected]/appIndicator.js:190
(0x7f6ee00adf78
+ Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #5 0x5582a2c5a8a8 i
/usr/share/gnome-shell/extensions/[email protected]/appIndicator.js:190
(0x7f6ee00adf78
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #6 0x7ffc718efac0 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #7 0x5582a2c5a800 i
/usr/share/gnome-shell/extensions/[email protected]/statusNotifierWatcher.js:176
(0x7f6e
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #8 0x7ffc718f06a0 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #9 0x5582a2c5a760 i
/usr/share/gnome-shell/extensions/[email protected]/statusNotifierWatcher.js:170
(0x7f6e
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #10 0x7ffc718f1290 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #11 0x7ffc718f1a50 b
self-hosted:918 (0x7f70f00f12b8 @ 394)
Jun 01 17:24:15 cerberus gnome-shell[3318]: [AppIndicatorSupport-WARN] While
reading menu layout: Gio.DBusError:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.
Jun 01 17:24:15 cerberus gnome-shell[3318]: JS ERROR: TypeError: this._proxy
is null
-
DBusClient<._beginRequestProperties@/usr/share/gnome-shell/extensions/[email protected]/dbusMenu.js:247:9
-
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
+
DBusClient<._beginRequestProperties@/usr/share/gnome-shell/extensions/[email protected]/dbusMenu.js:247:9
+
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
- ProblemType: Bug
- DistroRelease: Ubuntu 18.04
+ ProblemType: BugDistroRelease: Ubuntu 18.04
Package: gnome-shell-extension-appindicator 18.04.1
ProcVersionSignature: Ubuntu 5.3.0-53.47~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-53-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun 1 17:41:57 2020
Dependencies:
-
+
InstallationDate: Installed on 2020-05-29 (2 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64
(20190805)
PackageArchitecture: all
ProcEnviron:
- TERM=xterm-256color
- PATH=(custom, no user)
- XDG_RUNTIME_DIR=<set>
- LANG=en_US.UTF-8
- SHELL=/bin/bash
- SourcePackage: gnome-shell-extension-appindicator
+ TERM=xterm-256color
+ PATH=(custom, no user)
+ XDG_RUNTIME_DIR=<set>
+ LANG=en_US.UTF-8
+ SHELL=/bin/bashSourcePackage: gnome-shell-extension-appindicator
UpgradeStatus: No upgrade log present (probably fresh install)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-appindicator in
Ubuntu.
https://bugs.launchpad.net/bugs/1881669
Title:
Object .Gjs_AppIndicatorIconActor__1 (0x5582a2e9b240), has been
already finalized. Impossible to set any property to it
Status in gnome-shell-extension-appindicator package in Ubuntu:
Fix Released
Status in gnome-shell-extension-appindicator source package in Focal:
In Progress
Bug description:
[ Impact ]
Destroying an appindicator dbusmenu we fail with some (non-fatal)
errors
[ Test case ]
Open/Close an application with appindicator
Ensure that gnome-shell journal (journalctl -b0 /usr/bin/gnome-shell) doesn't
show any error related to
Jun 01 17:24:15 cerberus gnome-shell[3318]: [AppIndicatorSupport-WARN] While
reading menu layout: Gio.DBusError:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.
Jun 01 17:24:15 cerberus gnome-shell[3318]: JS ERROR: TypeError: this._proxy
is null
DBusClient<._beginRequestProperties@/usr/share/gnome-shell/extensions/[email protected]/dbusMenu.js:247:9
wrapper@resource:///org/gnome/gjs/modules
[ Regression potential ]
Indicator may not show at all, but that was what we expect on
destruction.
---
jlquinn@cerberus:~$ lsb_release -rd
Description: Ubuntu 18.04.4 LTS
Release: 18.04
jlquinn@cerberus:~/Videos$ apt-cache policy
gnome-shell-extension-appindicator
gnome-shell-extension-appindicator:
Installed: 18.04.1
Candidate: 18.04.1
Version table:
*** 18.04.1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status
This may be related to bug 1879016, but my stack trace is smaller and
different. I enabled the appindicator extension, and see the
following my logs:
Jun 01 17:24:15 cerberus gnome-shell[3318]: Object
.Gjs_AppIndicatorIconActor__1 (0x5582a2e9b240), has been already finalized.
Impossible to set any property to it.
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: == Stack trace for
context 0x5582a28894b0 ==
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #0 0x7ffc718eda00 b
resource:///org/gnome/gjs/modules/_legacy.js:83 (0x7f70f00b5de0 @ 87)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #1 0x5582a2c5a930 i
/usr/share/gnome-shell/extensions/[email protected]/indicatorStatusIcon.js:93
(0x7f6ee00
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #2 0x7ffc718ee5e0 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #3 0x7ffc718eed80 b
self-hosted:916 (0x7f70f00f12b8 @ 367)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #4 0x7ffc718eee70 b
resource:///org/gnome/gjs/modules/signals.js:128 (0x7f70f00d2230 @ 386)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #5 0x5582a2c5a8a8 i
/usr/share/gnome-shell/extensions/[email protected]/appIndicator.js:190
(0x7f6ee00adf78
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #6 0x7ffc718efac0 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #7 0x5582a2c5a800 i
/usr/share/gnome-shell/extensions/[email protected]/statusNotifierWatcher.js:176
(0x7f6e
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #8 0x7ffc718f06a0 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #9 0x5582a2c5a760 i
/usr/share/gnome-shell/extensions/[email protected]/statusNotifierWatcher.js:170
(0x7f6e
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #10 0x7ffc718f1290 I
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f70f00b5de0 @ 71)
Jun 01 17:24:15 cerberus org.gnome.Shell.desktop[3318]: #11 0x7ffc718f1a50 b
self-hosted:918 (0x7f70f00f12b8 @ 394)
Jun 01 17:24:15 cerberus gnome-shell[3318]: [AppIndicatorSupport-WARN] While
reading menu layout: Gio.DBusError:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.
Jun 01 17:24:15 cerberus gnome-shell[3318]: JS ERROR: TypeError: this._proxy
is null
DBusClient<._beginRequestProperties@/usr/share/gnome-shell/extensions/[email protected]/dbusMenu.js:247:9
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
ProblemType: BugDistroRelease: Ubuntu 18.04
Package: gnome-shell-extension-appindicator 18.04.1
ProcVersionSignature: Ubuntu 5.3.0-53.47~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-53-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun 1 17:41:57 2020
Dependencies:
InstallationDate: Installed on 2020-05-29 (2 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64
(20190805)
PackageArchitecture: all
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bashSourcePackage: gnome-shell-extension-appindicator
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1881669/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp