I have a battery power issue that I'm trying to resolve. One proposed solution involves adding some boot arguments and then removing the battery, but I'm running into trouble on the first step. To add a boot argument, I'm running
gksudo gedit etc/default/grub
However, I get this response:
Error copying '/home/username/.Xauthority' to /tmp/libgksu-0n0AJS': No such file or directory
New to Ubuntu and not an advanced user.
gksudo gedit etc/default/grub
the command should begksudo gedit /etc/default/grub
. ""Error copying '/home/username/.Xautority' to /tmp/libgksu-0n0AJS': No such file or directory" please don't retype error messages; copy/paste the actual message.Xautority
is not the name it stated: it is at least missing an "h". – Rinzwind Feb 04 '18 at 16:50