Topic: Openbox permission issue
I have an issue that I have been unable to resolve anywhere else. Although I am using *coug,cough* Lubuntu, I do run it in an Openbox session. I have found that Openbox has taught me a great deal more about Linux itself and I have found that I prefer the minimal appearance and footprint on my system This seems to be the best Openbox forum I have found and as a last resort I am asking my question here. That and, once I get this computer 100% setup and a firm grasp of Openbox I plan on installing Crunchbang on my main pc.
I had issues using pcman to access my external hard drive and usb thumb drives. I kept recieving permission denied access errors. To work around this I created a 'Sudo File Manager' item in my menu and used 'gksudo pcmanfm' as my execute. This was fine, as it prompted my password before launching pcman and gave me full sudo privileges.
I have since decided to switch to Dolphin as my file manager for a couple of reasons: I use ssh on my home network and find Dolphin makes a nice gui for file sharing and also to try and get around the permission issue I am having with pcman.
First off I installed Dolphin from: 'apt-get install dolphin' when I launch it, I get a blank Dolphin screen and the following in the terminal:
jabema@DellLubuntu:~$ dolphin
trying to create local folder /home/jabema/.kde/cache-DellLubuntu: Permission denied
QFile::remove: Empty or null file name
dolphin(7593)/KSharedDataCache KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase
trying to create local folder /home/jabema/.kde/share: Permission denied
QFile::remove: Empty or null file name
QFile::remove: Empty or null file name
QFile::remove: Empty or null file name
dolphin(7593): "Unable to save bookmarks in /home/jabema/.kde/share/apps/kfileplaces/bookmarks.xml. File reported the following error-code: 13."
dolphin(7593) KDirWatchPrivate::KDirWatchPrivate: INotify available: true
trying to create local folder /home/jabema/.kde/tmp-DellLubuntu: Permission denied
trying to create local folder /home/jabema/.kde/socket-DellLubuntu: Permission denied
trying to create local folder /home/jabema/.kde/tmp-DellLubuntu: Permission denied
QFile::remove: Empty or null file name
kdeinit4: Aborting. bind() failed: Permission denied
Could not bind to socket '/home/jabema/.kde/socket-DellLubuntu/kdeinit4__0'
trying to create local folder /home/jabema/.kde/cache-DellLubuntu: Permission denied
trying to create local folder /home/jabema/.kde/share: Permission denied
dolphin(7593): No ksycoca4 database available!
dolphin(7593): No ksycoca4 database available!
trying to create local folder /home/jabema/.kde/share: Permission denied
trying to create local folder /home/jabema/.kde/share: Permission denied
trying to create local folder /home/jabema/.kde/share: Permission denied
dolphin(7593): No ksycoca4 database available!
dolphin(7593): No ksycoca4 database available!
dolphin(7593): No ksycoca4 database available!
dolphin(7593): No ksycoca4 database available!
QFile::remove: Empty or null file nameIf I launch Dolphin as sudo: ~$sudo dolphin, it launches just fine and gives me access to my external drives and usb thumbs. It however seems to get 'lost'? If i search through files the screens I leave become blank and I can't access them without relaunching dolphin. Also 'gksudo dolphin' as an execute does not work. It prompts me for my password but dolphin does not launch.
If anyone can give me a hand getting this worked out or suggest any other file manager that might work with ssh, I would appreciate it. I know pcman doesn't work with ssh and from what I have read Thunar doesn't either.
Thanks in advance for any tips/suggestions