Version: (using KDE 4.3.1) OS: Linux Installed from: Unspecified Linux Using several Linux distros based in KDE I've created shortcuts in my desktops (called "Links to Location (URL)"). They work OK offline: if I (double) click on them Dolphin or Konqueror opens in the destiny folder. But if I open a web browser (Konqueror or Firefox) and go to a page with a Browse... button, when I click on it a window with a file system navigator (I think it belongs to KDE) opens -> I click on Desktop and then (double) click on my "shortcut" (link to location). Instead of forwarding to the destiny folder the window with the file system navigator closes (selecting the shortcut, with the route /root/Desktop/nameofshortcut.desktop or /home/user/Desktop/nameofshortcut).
There is a workaround: Instead of creating a "Link to Location (URL)", open a terminal and create a symbolic link: ln -s /the/destination/folder ~/Desktop/link ( Taken from http://www.slax.org/forum.php?action=view&parentID=59037 ) In the file system navigator window, to see the just created symlink, it may be necessary to click on the refresh button.
I've learned that Firefox for Linux uses GTK dialogs, no matter if the Linux distro uses KDE or GNOME. I thought that KDE based distros didn't have GTK packages but I've seen that they have some. So probably this bug could be closed.