rokejulianlockhart
(Mr. Beedell, Roke Julian Lockhart (RJLB))
November 17, 2025, 11:45am
6
@boredsquirrel , like pkexec, run0 doesn’t invoke (GUI?) software, as the superuser:
I forgot that kdesu is fairly unmaintained: pkexec Consequently, I thought, recently, that pkexec might act as a solution, because I’d had success with it on the CLI: However, it doesn’t appear to be an improvement: As...
…yet sudo and su are able to:
opened 07:21PM - 29 Jul 25 UTC
#### Errata
Ignoring [`TheAssassin/AppImageLauncher/issues/711`](https://github… .com/TheAssassin/AppImageLauncher/issues/711#event-3809797405), `x86_64-Qt6_3a746abe447b3c79c5784a7d5622b2ab.AppImage` fails to locate `QEFIEntryManager` via `env` (due to `pkexec`):
<blockquote>
~~~diff
+ RokeJulianLockhart@Beedell:~$ /home/RokeJulianLockhart/Applications/EFI_Entry_Manager-x86_64-Qt6_3a746abe447b3c79c5784a7d5622b2ab.AppImage
- /usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
+ env: ‘QEFIEntryManager’: No such file or directory
~~~
</blockquote>
This persists with `AppImageLauncher` uninstalled, so it's irrelevant; I solely leave it because the original issue contained that error message.
#### My Environment
1. #### My OS
Per `/etc/os-release`:
> ~~~ini
> NAME="Fedora Linux"
> VERSION_ID=42
> VARIANT="KDE Plasma Desktop Edition"
> ~~~
1. #### My OS
Per `kinfo`:
<blockquote>
~~~YAML
KDE Plasma Version: 6.4.3
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.15.7-200.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
~~~
</blockquote>
If someone is able to confirm that it’s a bug, I’ll report it. However, it regardless demonstrates that it’s not sufficiently reliable for common use cases (yet):
@BluishHumility, might this be the cause of those common invocation failures? [1] If so, perhaps, as at least a developer, one can’t guarantee it’ll always be configured as it should be, by default. Would be nice if SystemD could improve this. ...