You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
I searched the existing issues and did not find anything similar.
Current Behavior
All process report to be running under the "root" user, not their actual user.
I am using Resources 1.10.2 from Flathub. All processes including those for my own user account show up as user "root". Both in the process list and in the process details dialog (see screenshot).
The correct user should be reported for processes, not always "root".
Steps to Reproduce
Install Resources from Flathub (version 1.10.2), open the process list.
Debug Logs
I've not provided everything here, as the logs are long and I'm not 100% certain there's nothing sensitive there. I can provide further pieces of the log if you can tell me what to look for specifically.
Expand logs
❯ flatpak run --env=RUST_LOG=resources=debug net.nokyan.Resources
DEBUG resources::utils > Running as Flatpak
INFO resources::application > Resources (net.nokyan.Resources)
INFO resources::application > Version: 1.10.2 ()
INFO resources::application > Datadir: `/app/share/resources`
DEBUG resources::application > Operating system: Ubuntu 24.04.4 LTS
DEBUG resources::application > Kernel version: 6.17.0-23-generic
DEBUG resources::utils::gpu > Searching for GPUs…
DEBUG resources::utils::pci > Parsing pci.ids…
INFO resources::utils::pci > Successfully parsed pci.ids within 9.61ms (vendors: 2378, devices: 18685, subdevices: 16184)
INFO resources::utils::gpu > Found GPU "Raptor Lake-P [Iris Xe Graphics]" (Identifier: 0000:00:02.0 · PCI ID: 8086:a7a1 · Category: Intel)
DEBUG resources::utils::gpu > 1 GPUs found
DEBUG resources::utils::app > Detecting installed apps
Is there an existing issue for this?
Current Behavior
All process report to be running under the "root" user, not their actual user.
I am using Resources 1.10.2 from Flathub. All processes including those for my own user account show up as user "root". Both in the process list and in the process details dialog (see screenshot).
Expected Behavior
The correct user should be reported for processes, not always "root".
Steps to Reproduce
Install Resources from Flathub (version 1.10.2), open the process list.
Debug Logs
I've not provided everything here, as the logs are long and I'm not 100% certain there's nothing sensitive there. I can provide further pieces of the log if you can tell me what to look for specifically.
Expand logs
Environment
Anything Else?
I found #182 which might be related.