1

I need to access root in Kubuntu 17.10 through graphical interface, can someone point out how this is done please. This differ since Kubuntu 17.10 uses Wayland.

Thanks in advance..

wblm
  • 357

1 Answers1

0

Install kdesudo if it's not installed by running

sudo  apt install kdesudo

Then you'll be able to run GUI applications as root, for example

kdesudo kate /path/to/file.text
pomsky
  • 70,557