Quote:
Originally Posted by ColdSun
On another note, I'm getting an error now that seems permissions related when I use GDebi. Anyone experienced this yet?
Failed to run gdebi-btk '--non=interactive' '/media/disk/mirage_0.9-1_arm.deb' as user root. Unable to copy the user's Xauthorization file.
EDIT: I found the fix. It was on the chinese forum. Whoever posted the fix had it right but the syntax is not correct so I had to remove spaces here and there. If you are having this problem here is the answer. Open evilvte and type this command exactly how you see it:
sudo touch ~/.Xauthority && sudo chown $LOGNAME ~/.Xauthority && chmod 775 ~/. Xauthority
I was able to install Mirage (image viewer) on the new firmware after I used this command.
|
It worked for me to just do
touch .Xauthority in a terminal in the ~/user directory.
m a r