this post was submitted on 04 Mar 2025
18 points (95.0% liked)
Linux
53000 readers
510 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's likely because it can't access X11 or Wayland. To fix this, try editing the files in
/home/your_username/.local/share/flatpak/overrides/
like I mentioned earlier. Specifically, look for thesockets
line and make sure it includeswayland
,x11
, andx11-fallback
likesockets=wayland;x11;x11-fallback;
. This should help you launch flatpaks that need X11 access.Alright I took a look, and all I see are text files of only a few of the apps, nothing else is present as far as I'm seeing right now, and in them there's only a single command of text, all of them are different. Is that normal?
Yes, they are different because they are for different flatpak applications.
What's in the files? Do they have a line called
sockets
? Is that line set tox11
orx11-fallback
? Have you tried adding those options likesockets=wayland;x11;x11-fallback
? I usually get an error saying I can't connect to the display or that X is missing when I revoke access tox11
orwayland
. Or did you removex11
from your system?Like I said there's literally nothing in the text files but a single line of text, each application only has one and it's different for each. Some have filesystems=host-etc;host-os, some have something else, and again there's only a few applications here, not everything, and the selection is also very random, some of these are applications I haven't used in a while, really weird.
Tried that yeah, didn't do anything at all. X11 is definitely installed, I checked, and all the flatpaks only ran in x11 mode before all of this regardless of what settings I changed through flatseal or command line, so no idea what's going on then. Did I bork flatpak somehow?
EDIT: okay I think I'm just gonna use timeshift, get everything working-ish again, back up whatever I can over a few days, and either install a whole new distro or install a new version of Kubuntu and not tweak anything anymore, I think the things really screwed up after that broken install ordeal, no idea what's going on.
Do you know if it's possible to install a new version of Kubuntu via a live USB without wiping everything, including important data, out? If not, what's the second best option? Can I drag and drop some folders to perserve my applications and their data and stuff? Is there a tool for all of that? Let me know! Would be appreciated!