09

03/11

Operation not supported – Pcmanfm – mount issue

5:42 am by Admir. Postuar tek: Linux

If you found this post you know already what’s all about.
You cannot mount automatically external storage support on your linux box and you have dbus in your daemon list (up and running).

This problem normally it’s caused by a mis-configuration when using some login managers like slim.
TO FIX THIS, modify the line under:
#login_cmd exec /bin/sh – ~/.xinitrc %session

in
[cc lang="C"]login_cmd exec ck-launch-session /bin/bash -login ~/.xinitrc %session[/cc]

And remove teh ck-launch-session from your .xinitrc leaving it simple as:

exec openbox-session

Enjoy.