resources
resources copied to clipboard
Grab resource usage using systemd's XDG standardization
Is there an existing issue for this?
- [x] I have searched the existing issues
Is your feature request related to a problem? Please describe.
I am the developer of Portable sandbox. It currently instruct systemd to start a new transient service: app-portable-<app ID>.service which adheres the systemd XDG standardization.
Resources currently does not detect the new service started by Portable. Instead, it pulls data from app-gnome-<app ID>-<random number>.scope thus resulting in wrong data being used.
Describe the solution you'd like
Prefer the systemd standard service name app[-<launcher>]-<ApplicationID>[@<RANDOM>].service over the GNOME scope, or combine them.
Describe alternatives you've considered
No response
Additional context
Hi, thank for the issue. I wasn't aware of that, I'll look into it.