Hi all,
On Monday I did a fresh install of Kubuntu 25.10 on my PC and from time to time I get the following error popup, sometimes even multiple times in quick succession:
https://ibb.co/gCXMfX6 (embedding or attaching the image somehow does not work).
This morning I did a new fresh install with the hope to fix it by that, however this did not improve anything.
I searched the web and found not much, that I could relate to this error. Somewhere I read that this could be due to permissions of the su binary, but they seem to be fine:
I have no idea where to even begin looking for logs or more detailed error messages and would appreciate any tips. It's a little annoying to get these popups, however as far as I can tell they have no functional impact.
On Monday I did a fresh install of Kubuntu 25.10 on my PC and from time to time I get the following error popup, sometimes even multiple times in quick succession:
https://ibb.co/gCXMfX6 (embedding or attaching the image somehow does not work).
This morning I did a new fresh install with the hope to fix it by that, however this did not improve anything.
I searched the web and found not much, that I could relate to this error. Somewhere I read that this could be due to permissions of the su binary, but they seem to be fine:
Code:
ls -l $(which su) -rwsr-xr-x 1 root root 55832 Sep 6 17:37 /usr/bin/su
Comment