61
Distribuce / Re:Xubuntu 19.10 a 20.04LTS nefunguje sudo
« kdy: 10. 05. 2020, 14:41:15 »
Už jsem to vyřešil, udělal jsem si na ploše spouštěč a pouštím script
#!/bin/sh
su - root -c 'xauth list' | grep `echo $DISPLAY | cut -d ':' -f 2 | cut -d '.' -f 1 | sed -e s/^/:/` | xargs -n 3 xauth add
#!/bin/sh
su - root -c 'xauth list' | grep `echo $DISPLAY | cut -d ':' -f 2 | cut -d '.' -f 1 | sed -e s/^/:/` | xargs -n 3 xauth add