Bug 250628 - trash:// kio slave not available on WIN32 but file dialog lists it
Summary: trash:// kio slave not available on WIN32 but file dialog lists it
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 09:02 UTC by Peter Grasch
Modified: 2012-03-06 19:23 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 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.