Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
This repository was archived by the owner on May 12, 2026. It is now read-only.

User is always reported as "root" #676

Description

@pauldoo

Is there an existing issue for this?

  • 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).

Image
❯ ps auxww | grep 140036
paulrich  140036  8.7  0.2 1267964 147384 ?      Sl   09:47   0:09 resources
paulrich  154241  0.0  0.0   9156  2376 pts/3    S+   09:49   0:00 grep --color=auto 140036
Image

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
❯ 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

Environment

Resources: 1.10.2
Package: Flatpak (from Flathub)
OS: Ubuntu 24.04.4
Hardware: Intel Core i7-1365U, integrated GPU only

Anything Else?

I found #182 which might be related.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions