Bug 250628

Summary: trash:// kio slave not available on WIN32 but file dialog lists it
Product: kde-windows Reporter: Peter Grasch <me>
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal CC: chaofeng111, ps_ml
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Peter Grasch 2010-09-09 09:02:12 UTC
Version:           CVS (using Devel) 
OS:                MS Windows

I installed a recent snapshot of the KDE libs (emerge) and when a file dialog is displayed (when using kfiledialog:// logic the KDE dialog displays, not the native one) it shows the "Trash" button in on the left side. Clicking on it stalls the dialog a bit before it displays "The process for the trash protocol died unexpectedly."

Looking at the debug output, the library kio_trash doesn't seem to be available on windows.

Reproducible: Always

Steps to Reproduce:
Open KDE file dialog
Klick on "Trash"

Actual Results:  
The process for the trash protocol died unexpectedly.

Expected Results:  
Showing the contents of the windows recycle bin.
Comment 1 Patrick Spendrin 2012-03-06 19:23:56 UTC
kio_trash was disabled in mingw. I recently enabled it & fixed it today.