Bug 204394 - plasma desktop icon appends own name to path given in configuration dialog
Summary: plasma desktop icon appends own name to path given in configuration dialog
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-misc (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 12:43 UTC by Jan Binder
Modified: 2010-01-12 17:17 UTC (History)
2 users (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 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.