You are not logged in.
Pages: 1
Hi,
After last updates Pcmanfm require password to open other partition or external devices.
Are there anybody with this issue too?
Many Thanks
Offline
See the Update Warnings here: http://bbs.archbang.org/viewtopic.php?id=2720. Let us know if you still have any issues.
Free Software Foundation member 10865
Offline
Hi,
I try your workaround but still password is required to mount/unmount external devices.
Tried reinstalling udisks udisks2 polkit an nothing, but whit polkit received this warning:
warning: directory permissions differ on etc/polkit-1/localauthority/
filesystem: 755 package: 700
Offline
Probably you had to reboot for changes to be effective.
There are many things that go wrong; do you have another pkla file that overrides your new pkla file in
/etc/polkit-1/localauthority/50-local.d/
Does your external hd have user rights; you can change them easily in your file manager -right click on the folder , properties, permissions tab- or in the terminal: see
http://www.tuxfiles.org/linuxhelp/filepermissions.html
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Solved, there is another file 55-myconf.
Editing to udisks2 that and now is ok.
Thank for your help.
Regards
Offline
Oh...still a problem, password is required to eject external devices....
Here my 55-myconf:
[Storage Permissions]
Identity=unix-group:storage
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.drive-eject;org.freedesktop.udisks2.drive-detach;org.freedesktop.udisks2.luks-unlock;org.freedesktop.udisks2.inhibit-polling;org.freedesktop.udisks2.drive-set-spindown;org.freedesktop.udisks2.filesystem-mount-system-internal
ResultAny=yes
ResultActive=yes
ResultInactive=yes
Offline
Now is working ok...
The problem was with Slim.
Changed:
/etc/slim.conf
login_cmd exec ck-launch-session /bin/bash -login ~/.xinitrc %session
to
login_cmd exec /bin/bash -login ~/.xinitrc %session
And changed my .xinitrc to:
exec dbus-launch openbox-session
Now I can mount/unmount external devices without password.
Offline
Can you load up spacefm and try out your devices please report back as I am interested if it works....
Offline
Hi Mr Green,
Spacefm is working ok, but I installed it after the last mentioned changes.
Offline
Pages: 1