You have been subscribed to a public bug:

I recently did a release-upgrade from LUbuntu 20.04 to 22.04.   After doing 
that the firefox snap did not work:
```
monra@charon:~$ snap list | grep firefox
firefox            134.0.2-1        5647   latest/stable  mozilla**    -
amonra@charon:~$ /snap/bin/firefox
/user.slice/user-1000.slice/session-55.scope is not a snap cgroup
amonra@charon:~$
```
I am lead to understand that this happens because the environment variable 
DBUS_SESSION_BUS_ADDRESS is incorrectly set, in this case to: 
unix:abstract=/tmp/dbus-rbtaLBnkFl,guid=99129c89faa6343862bdf11b679912be

I am led to believe that I can add this to my .bashrc file:

```export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"```

to bypass the problem.  And when I did so and then did a snap install
firefox, it worked ..

However the underlying issue is still present

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
Problems with snap after 20.04 to 22.04 Upgrade
https://bugs.launchpad.net/bugs/2096989
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to firefox in Ubuntu.

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to