Bug 172475 - Incorrent URL in Trash plasmoid
Summary: Incorrent URL in Trash plasmoid
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-trashcan (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2008-10-09 20:37 UTC by Alexey Chernov
Modified: 2009-04-28 02:56 UTC (History)
5 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 Alexey Chernov 2008-10-09 20:37:45 UTC
Version:            (using KDE 4.1.2)
Compiler:          GCC 4.1.2 Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.1.2/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib Thread model: posix
OS:                Linux
Installed from:    Compiled From Sources

Opening trash with Trash plasmoid fails in KDE 4.1 (up to now, 4.1.2) with the following error message: "KIOExec Error - Incorrect URL trash:/". It's impossible to open trash either by clicking it or by selecting Open from menu. From dolphin trash opens ok with the same URL trash:/. Empty trash menu item seems to work ok, too.
Comment 1 Dario Andres 2008-12-08 23:09:21 UTC
Have you experienced this bug again with a recent KDE version ( 4.1.3 / 4.2beta1 / 4.2svn)? Thanks :)
Comment 2 Alexey Chernov 2008-12-08 23:45:04 UTC
Yes, in KDE 4.1.3 it's there. But 4.2 i didn't try.
Comment 3 Sebastian Sauer 2008-12-10 00:39:26 UTC
hmmm, Mysterious :-/

Could you open System Settings and choose from the "Advanced" tab the item "File Associations" and put at the search box top-left the string "inode/directory" and provide us the info what applications are listed at the "General" tab?

I ask cause the trash.cpp does
KRun::runUrl(KUrl("trash:/"), "inode/directory", 0);
to open the trash folder. But probably there is no app registered for "inode/directory" at your system (normally it should be at least dolphin and konqueror)? Though that wouldn't explain why it sometimes works (with an empty trash) and sometimes not (if the trash isn't empty).

Anyway, would be also great to know if this is still reproducable for you with 4.2 beta1. Thank you very much for your feedback!
Comment 4 Nicolas L. 2009-02-25 00:57:26 UTC
i can't reproduce on kde 4.1 nor 4.2, can you please tell if this is still valid for you.

If not we will close this bugreport
Comment 5 Alexey Chernov 2009-02-25 01:00:53 UTC
Yes, this is there for 4.2.0. I don't know, maybe there's some .desktop file from older versions which make this problem with url?
Comment 6 Dario Andres 2009-03-20 14:29:24 UTC
Have you tried with a new clean user account (just for testing) ?
Thanks
Comment 7 Alexey Chernov 2009-04-05 16:08:58 UTC
Yes, I've just tried with clean user account and it works fine.. So it seems that something broken in my profile. Could you suggest where can be the problem? I did nothing special with trash can.
Comment 8 FiNeX 2009-04-26 00:46:05 UTC
@Alexey: settings between first KDE 4 releases are often messed up. Probably the easiest solution is to clean your KDE settings... but it is not good solution, I know...

@Developers: Being a "support" issue and not a bug. Is this the right place for helping Alexey?
Comment 9 Dario Andres 2009-04-28 02:56:16 UTC
I guess Alexey can ask on his distribution Forum or even on KDE-forums. (forum.kde.org)
If this is a configuration issue non reproducible with a clean config this should be marked as WORKSFORME.