Hi,
Trying to run gedit like
Code:
$gedit admin:///some/root/file
I'm getting error that admin editing is not supported.
or
Code:
$ pkexec --disable-internal-agent "/usr/bin/gedit" "$@"
Error executing command as another user: No authentication agent found.
Polkit only authenticates in terminal, and for GUI apps it's broken anyway.
I cannot find good info how to enable GUI authentication without dragging in full blown desktop on Xvnc.
Code:
> wsl --version
WSL version: 2.0.9.0Kernel version: 5.15.133.1-1
WSLg version: 1.0.59
MSRDC version: 1.2.4677
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22631.3007
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
$ uname -r
5.15.133.1-microsoft-standard-WSL2
May be someone has some insights?
Thanks
Bookmarks