AppAmour prevents load on startup on Ubuntu 25.04 #480
Unanswered
ncfoster219
asked this question in
Q&A
Replies: 3 comments 3 replies
-
|
So just to make sure I got it right:
Is this correct? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This is a known bug and its being worked on by Cononical https://www.omgubuntu.co.uk/2025/10/flatpak-broken-ubuntu-25-10-apparmor-bug |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ubuntu's AppArmor now blocks unprivileged user namespaces, preventing Flatpak apps from starting. Here's the recommended solution: Create Bubblewrap AppArmor Profile
sudo nano /etc/apparmor.d/local-bwrap
sudo systemctl reload apparmor
ls ~/.config/autostart/ | grep -i stream
cat > ~/.config/autostart/streamcontroller.desktop << 'EOF'
[Desktop Entry]
Type=Application
Name=StreamController
Exec=flatpak run com.core447.StreamController
X-GNOME-Autostart-enabled=true
EOF
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I have been quite glad to find this program. Before it, I found using my Stream Deck borderline useless. However, for the last few versions of Ubuntu Studio (I would presume any flavor of Ubuntu), the program will not auto launch at startup. This a quite frustrating, since my primary way to use the Stream Deck had become to use it to startup most of the things that I use when I turn the machine on.
At this point, I need to go to the command line and basically turn off AppArmour or something equivalent before it will open (sadly, this goes for anything Flatpak/App Image, etc.). I know that, in theory, that using bubblewrap, I should be able to setup a profile that will let StreamController do what it needs to do (and presumably, that would include launching on startup). However, I have made some attempts to figure this out, and I have failed.
If anyone has done this, or if anyone has any advice on how to manage this, I'd be much obliged. Having to go to the command line before I can launch it is quite a bit less efficient than it just starting up automatically. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions