Bug 232247 - Desktop shortcut (Link to Location (URL)) fails when opened from web browser
Summary: Desktop shortcut (Link to Location (URL)) fails when opened from web browser
Status: RESOLVED LATER
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 17:19 UTC by Bienreuk
Modified: 2011-09-23 14:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bienreuk 2010-03-26 17:19:10 UTC
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).
Comment 1 Bienreuk 2010-03-28 20:51:14 UTC
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.
Comment 2 Bienreuk 2010-03-29 14:31:27 UTC
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.