Version: (using KDE KDE 3.5.4) Installed from: Gentoo Packages Compiler: gcc (GCC) 4.1.1 (Gentoo 4.1.1-r1) OS: Linux When I enter a filename in the URL box of Konqueror it get an error message instead of the file. The file exists and is even displayed in the drop down suggestion box. Beim Laden von file:///home/fuu/.kde/share/apps/konversation/logs/freenode_#warone.log ist folgender Fehler aufgetreten: Die Datei oder der Ordner /home/fuu/.kde/share/apps/konversation/logs/freenode_ existiert nicht. English translation: Error while loading: file:///home/fuu/.kde/share/apps/konversation/logs/freenode_#warzone.log No such file or directory: /home/fuu/.kde/share/apps/konversation/logs/freenode_
If you just put a path (without file:// at the beginning) it works fine. Clicking on the "browse" button in Location->Open Location dialog just puts a path, so it works fine. Putting the file:// at the beginning signifies that you're giving a URI, so I suppose it should have special characters correctly escaped for a URI. I think (though I'm not sure), that means this isn't a bug
Ok if I write a plain filename it works as expected. I originally found the problem when I entered: ~/.kde/share/apps/konversation/logs/freenode.net_#kde.log Konqueror translates this to "http://~/.kde/share/apps/konversation/logs/freenode.net_#kde.log" and reports "unknown host ~". I then tried to fix this somehow and replaced the "http" with "file", what gave me a "timeout on server ~". So I replaced "~" with my homedir. Seems like there is some more weirdness going on... (esp. that http can't find the host, file can, but gets a timeout instead...)
bug 104585 is slightly different, but presumably they have the same cause. *** This bug has been marked as a duplicate of 104585 ***