L.V.A Asked: 2013-10-28 12:23:25 +0800 CST2013-10-28 12:23:25 +0800 CST 2013-10-28 12:23:25 +0800 CST Opera works only with root rights 772 Opera doesn't start unless I start it with sudo opera. What could be the problem? permissions 1 Answers Voted Best Answer V1R4N64R 2013-10-28T12:59:24+08:002013-10-28T12:59:24+08:00 After running it once as root (via sudo) the ownership of your opera profile are set to root. You should correct this. Change the owner of .opera and all subdirectories and files (with -R recursive option): sudo chown -R group_name.user_name ~/.opera and it should work.
After running it once as root (via
sudo
) the ownership of your opera profile are set to root. You should correct this. Change the owner of.opera
and all subdirectories and files (with-R
recursive option):and it should work.