LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Dolphin pointing to wrong folders by default (https://www.linuxquestions.org/questions/mandriva-30/dolphin-pointing-to-wrong-folders-by-default-676400/)

chaostheory07 10-14-2008 09:33 PM

Dolphin pointing to wrong folders by default
 
I have Mandriva One 2009, and am having a few issues with it. Most importantly, Dolphin points to the wrong home folders. I don't know how to describe it better than that; if I did I could probably fix it. I noticed the problem when I downloaded a picture for a background. I set it to go to home/pictures. When I hit "open containing folder" in the download dialogue in Firefox, this is where it took me (or tried to take me):

home > 'file: > home > mark > Pictures'

that is the path displayed at the top of the window. At the bottom is this error:

the file or folder /home/mark/'file/home/mark/pictures' does not exist.

Dolphin should have gone to /home/mark/pictures

I think this is a problem with all of my personal folders, because when I go to /home/mark/Desktop I have some default icons that should have been displayed, but they aren't on my actual desktop.

Also, this may be related, but I have no dictionary, or at least not one that this is pointing to correctly, so every word I am typing right now is misspelled. How can I fix these things?

Kenhelm 10-15-2008 07:30 PM

QUOTE: "I set it to go to home/pictures"

It looks as if you are using relative paths where you should be using absolute paths.
Absolute path: /home/pictures
Relative path: home/pictures

Relative paths are relative to the current working directory.

If the current working directory is
/home/mark
then the relative path
home/mark/pictures
is the same as the absolute path
/home/mark/home/mark/pictures

Rognon 10-20-2008 01:57 PM

I've got the same problem with Firefox and Dolphin. It seems that Dolphin tries to open the specified argument (file://some/path) after opening the default folder (~). I've tried messing around with the configuration but can't find a solution...

BTW, this problem is not related to Mandriva at all. I'm running Arch and I've got the same problem.

jastonas 03-03-2009 07:54 AM

I have the same problem in ubuntu..
any solutions?


All times are GMT -5. The time now is 09:57 AM.