-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(os): Snaps don't work #33
Comments
Can you ensure the snap runtime is installed with |
@eugenialoli I asked for the output of |
Here it is:
|
Better to include the actual text file that has formatting. |
Or you could just use three backticks to create a large codeblock?
Either way I can confirm you have the snap runtime installed onto your system so I will dig into this further later. |
After updating, snaps should now appear properly in the app grid (rhino-linux/unicorn@b78c958). As for the |
Note: While applications appear properly in the app grid, they still do not appear in uLauncher (tested and confirmed this issue on 2025.2~RC) |
Unconfirmed - I do not experience this issue. |
Just because you do not experience this issue, does not mean that it is not an active issue. See below:
On Rhino Linux 2025.2~RC installed on my laptop. EDIT: Sublime-text DOES appear in lightpad/app grid though, which means this is an issue with uLauncher. |
I did a fresh install of rhino Rhino-Linux-2025.2~RC-amd64 (on AMD64 machine). Installed thunderbird and sublime text snaps. Both of these show up in ulauncher :) Thunderbird doesn't launch but sublime does. Log from running thunderbird:
|
Rhino Linux version & platform:
2025.1
What distribution component is causing issues:
Snapd
Describe the bug
As seen in this screenshot, snaps don't work properly. I tried both Chromium and Thunderbird (which are wrapper snaps), but also normal snaps, like liferea.
That error message is very common on ubuntu. It gets alleviated if just before launching the app from the terminal you run: export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
Unfortunately, even if I put this command on some scripts, or on my .profile, it still doesn't work. Only when I run it from the terminal manually it works to later load manually the snap binary.
Plus, no menu item gets added on the menus anyway for these snaps anyway, so it becomes a terminal-only launching experience.
On top of that, all the snap apps complain that they can't load the appmenu-gtk-module, and so they don't provide their menu on the appmenu plugin.
The text was updated successfully, but these errors were encountered: