Bug 204394

Summary: plasma desktop icon appends own name to path given in configuration dialog
Product: [Plasma] plasma4 Reporter: Jan Binder <wheel>
Component: widget-miscAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: asraniel, thelwyn
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jan Binder 2009-08-19 12:43:57 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Debian testing/unstable Packages

This bug is about plasma icons generated by dragging kioslave "folders" to the desktop.
Folders present in the local file system work fine.


How to reproduce:

* Open remote:/ view in konqueror or dolphin (by ahnd or from K menu)
* Drag the "folder" "Network" or "Network Services" to the desktop
* A Plasma icon for the respective destination appears, it will have the name 
  "network" or "zeroconf"
* Clicking the icon, you will get a dolphin window which opens at the location
  network:/network or zeroconf:/zeroconf
* The config dialog will confirm that the name of the icon is "Network" or
  "Network Services" and the respective destiantions are network:/ and zeroconf:/

This behaviour is wrong, dolphin should open at network:/ or zeroconf:/.
The zeroconf:/ case is especially weird, as the config dialog says that the folder name is "Network Services" but the name shown on the desktop and appended to the 
destination URL is "zeroconf".


The above bug will also occur with fish:/ kioslave folders:

* Suppose you have an icon named "remote.machine" pointing to your home folder on 
  a remote machine, the URL being fish:/user@remote.machine/home/user.
* Clicking the plasma icon will open dolphin at 
  fish:/user@remote.machine/home/user/remote.machine

Dolphin should open at fish:/user@remote.machine/home/user.
Comment 1 Kolia 2010-01-04 12:52:44 UTC
Jan,

I can not reproduce this with KDE 4.4 SVN 1068732 | Qt 4.6.0, for me the dragged-to-desktop icons opens at the correct path in dolphin.

Can you still reproduce this behavior?
Comment 2 Jan Binder 2010-01-04 13:19:03 UTC
With KDE 4.3.4 and Qt 4.5.3 the bug is still reproducible for both the network:/ and zeroconf:/ folders, but not for fish:/.

I cannot test SVN builds right now, sorry for that.