Scroll to bottom for system specs
So I'm two days into my installed kubuntu OS (dual-booting with win11) with a BTRFS file system. and I've encountered an issue with file permissions.
My user is able to read and write to my computer no problem. sudo works too. the problem I'm having is with apps.
For whatever reason. every app either install from a .deb file, or installed from the default ubuntu repo is automatically denied permissions to the root folder. Meaning any app that isn't self contained or already running in a sandbox (snap, flatpak, appimage) will fail to launch. Funnily enough. The one type of app that can access these folders are the self-contained ones themselves! This probably marks a departure from 99% of these types of issues on this forum. Though the discover client itself refuses to install flatpaks. I assume it's a permissions issue with external repos or something like that.
I've just come out the other end of a nasty BIOS update that wiped my linux install from the boot order. Following instructions in a telegram channel from a dev i had recently crashed out on. On an OS i stopped using a couple days afterwards. So safe to say my permissions might be a little scuffed.Though I'm not actually sure how they're scuffed but i think you guys can figure that out. I've already tried running these apps as sudo and it spits out an Error: Cannot run as root user.
Here's my specs if anyone needs them:
Operating System: Kubuntu 25.10
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.2
Kernel Version: 6.17.0-22-generic (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7700X 8-Core Processor
Memory: 32 GiB of RAM (30.2 GiB usable)
Graphics Processor 1: AMD Radeon Graphics
Graphics Processor 2: AMD Ryzen 7 7700X 8-Core Processor
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7E26
System Version: 1.0
And the output of my fstab:
UUID=0CC5-7406 /boot/efi vfat defaults 0 2
UUID=5bd03062-8624-4fd0-a7cf-33ec11198754 / btrfs subvol=/@,defaults,noatime,autodefrag 0 0
UUID=5bd03062-8624-4fd0-a7cf-33ec11198754 /home btrfs subvol=/@home,defaults,noatime,autodefrag 0 0
UUID=5bd03062-8624-4fd0-a7cf-33ec11198754 /swap btrfs subvol=/@swap,defaults 0 0
/swap/swapfile swap swap defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Worth noting the apps i have had issues with so far are:
- Steam (installer from website and presumably from repo as well)
- OnlyOffice (installer from website+snap)
- Krita (preinstalled from installer menu)




Comment