[snap] chrome-gnome-shell extension fails to detect native host connector
Bug #1741074 reported by
Olivier Tilloy
This bug affects 209 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KeePassXC Snap Builds |
Unknown
|
Unknown
|
|||
Mozilla Firefox |
In Progress
|
Unknown
|
|||
chromium-browser (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
firefox (Ubuntu) |
In Progress
|
High
|
Unassigned | ||
goopg (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
kdeconnect (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
plasma-browser-integration (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
(initially reported at https:/
See attached screenshot.
[Workaround]
If you're using Ubuntu 22.04 LTS, you can install GNOME Shell extensions with this app.
sudo apt install gnome-shell-
affects: | chromium-browser → keepassxc-snap |
affects: | keepassxc-snap → keepassxc-browser (Ubuntu) |
affects: | keepassxc-browser (Ubuntu) → keepassxc-snap |
Changed in firefox (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Olivier Tilloy (osomon) |
Changed in firefox: | |
status: | Unknown → New |
Changed in firefox: | |
status: | New → Confirmed |
Changed in firefox: | |
status: | Confirmed → In Progress |
Changed in firefox (Ubuntu): | |
status: | Confirmed → In Progress |
description: | updated |
Changed in firefox (Ubuntu): | |
assignee: | Olivier Tilloy (osomon) → nobody |
To post a comment you must log in.
stracing the snap reveals that /usr/bin/ chrome- gnome-shell cannot be found in the context of the snap:
15760 access( "/usr/bin/ chrome- gnome-shell" , F_OK) = -1 ENOENT (No such file or directory)
This is not an apparmor denial. Inside the snap’s execution environment, /usr/bin is in fact /snap/core/ current/ usr/bin.