Trash Docklet doesn't open Thunar
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Plank |
New
|
Undecided
|
Unassigned |
Bug Description
I'm on Linux Mint 18 xfce and i installed Plank through the integrated Repositories.
I want to use the Trash-docklet but when i click on it to open the trash folder...Audacious opens with the following...
Error opening trash: ///:
Unknown URL scheme
After that i remove Audacious, but then nothing happens if i want to open trash with docklet.
Option 'Empty trash' does work fine.
Package: plank
Priority: optional
Section: universe/utils
Installed-Size: 383
Maintainer: Rico Tzschichholz <email address hidden>
Architecture: amd64
Version: 0.11.1-1
Depends: libplank1 (= 0.11.1-1), libc6 (>= 2.4), libcairo2 (>= 1.10.0), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.40.0), libgtk-3-0 (>= 3.10.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libwnck-3-0 (>= 2.91.6)
Filename: pool/universe/
Size: 81020
MD5sum: cb489db9921bae1
SHA1: 08bd391a1ddee44
SHA256: e69c43f5c8fab0a
The same thing was annoing me for the last week....
I'm using Arch+XFCE. So what I found.
Running Plank in terminal were giving me next errors:
[CRITICAL 15:19:27.034831] [System:201] No application is registered as handling this file
[CRIICAL 15:19:27.034867] [System:206] Unable to use application/file '(null)' for execution.
As Plank relies on GVFS i tried
$ gvfs-open trash://
and the command returned error like "No application is registered as handling this file".
It means we need register application (Thunar) to open 'trash://' URI (here I should say, that with Gnome FM installed there were no problems at all) in GVFS.
I found this article https:/ /help.ubuntu. com/community/ DefaultFileMana ger
tl;tr
last chapter "One more way - for "mousemonkeys", like me" told to open "Preffered applications" manager, where Thunar was already set up as default FM, i closed the window, and OMG the Trash docklet opened the trash folder as well as $ gvfs-open trash://. Still works.
Funny .... yeah...