Bug 353779 - Dropping stuff onto the desktop containment no longer works
Summary: Dropping stuff onto the desktop containment no longer works
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop Containment (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 23:17 UTC by Kai Uwe Broulik
Modified: 2015-11-07 12:22 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 Kai Uwe Broulik 2015-10-10 23:17:51 UTC
When dropping a folder or other file onto the Desktop, I can briefly see the "Determining mime type" dialog, with sometimes an applet appearing briefly but nothing happens, eg. dropping an application from Kickoff does not create an icon widget.

Console output shows nothing unusual:
Arrived mimeData (QUrl("file:///home/kaiuwe/Bilder") )  ("text/uri-list") at 342 ,  793
can decode "inode/directory" (QVariant(QString, "file:///home/kaiuwe/Bilder") ) 
Mimetype Job returns. "inode/directory"
Received a suitable dropEvent at QPoint(342,793)
Creating menu for: "inode/directory" QPoint(342,793)
"Ordner-Ansicht"
"org.kde.plasma.folder"


Reproducible: Always

Steps to Reproduce:
1. Drop folder from your home directory onto the Desktop Containment (not Folderview Containment)
2.
3.

Actual Results:  
I can briefly see the "Determining mimetype" note, but nothing happens otherwise

Expected Results:  
I get a selection asking me whether I want a Folderview or icon widget to be created

Dropping a text snipped (eg. the selection in an editor) yields a sticky note, though. It seems the file case is broken.