You are not logged in.
Pages: 1
Hello,
I had to reinstall Arch (64bit of course) on my Thinkpad. I installed the flashplugin package but I am getting this error:
warning: directory permissions differ on usr/lib/mozilla/
filesystem: 700 package: 755
I have seen threads on this but I cannot find a solution. Its worked before so I know its possible..
Any help?
Toasty
Thinkpad X200 FTW!
Offline
Run the following as root (e.g. with sudo) to correct this:
chmod 755 /usr/lib/mozilla
Everyone need to be able to read that directory (like the package says), because otherwise ordinary users can't access the plugins.
Offline
THANK YOU.
I actually tried chmoding the actual .so file. But not the entire file.
Thanks again,
Toasty
Thinkpad X200 FTW!
Offline
Pages: 1