Hello everyone. Sometimes I use
so that I can edit/move files as root. This works great but whenever I use it, it changes the permissions on /home/jk/.kde/share/apps/d3lphin/bookmarks.xml. When I use Dophin the usual way it throws an error saying it can't write to that file. Chmoding that file makes the error message go away but if I use sudo dolphin again then I have to chmod the file afterwards.
Am I not supposed to run sudo dolphin? Is there a different command I'm supposed to use? Or is this just a bug? For now I am using
but I don't feel like typing that out every time I want to open a root dolphin lol.
Thanks in advance.
Code:
sudo dolphin
Am I not supposed to run sudo dolphin? Is there a different command I'm supposed to use? Or is this just a bug? For now I am using
Code:
sudo dolphin && sudo chmod 777 /home/jk/.kde/share/apps/d3lphin/bookmarks.xml
Thanks in advance.
Comment