Bugs in the xfce Thunar

Asked by Samuel

Right now I'm using xubuntu 9.10 and I'm trying Docky in XFCE and I noticed that when I use the plugin for trash, it opens well, but I get a notification that does not find the nautilus which is normal, my question is can I report this bug, since it refers to thunar?

Question information

Language:
English Edit question
Status:
Answered
For:
Docky Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Robert Dyer (psybers) said :
#1

I dont know what is notifying you of nautilus missing, but I doubt it is Docky. I believe we simply execute 'xdg-open trash://' and let xdg-open take care of the rest.

Revision history for this message
Chris S. (cszikszoy) said :
#2

No, we use GLib to query the default handler for the file with a uri of trash:// Then we use GLib to launch whatever application is registered to open that uri. Thunar is heavily based on GLib / GIO, so I don't see why there would be a problem here.

Revision history for this message
kamon1662 (kewlkamon) said :
#3

I am having the same issue myself, Xubuntu 10.10
The "empty trash" command works like a charm, but the "open trash" command does exactly what the bug report says. A message pops up in notify-osd complaining

Error running: nautilus
Failed to execute child process
"nautilus" (No such file or directory)

This is an annoying bug, and as is proven with the "empty trash" command, totally unnecessary. I'm downloading the source and taking a look right now.

Revision history for this message
kamon1662 (kewlkamon) said :
#4

I think I have it figured out. The source file only references Nautilus once, and its in the "empty trash" command, which as we know, is functioning fine.
However, the "open trash" command makes references to the compile flags of the current system, specifically to the file manager.
So, if i'm not mistaken, this would mean that if nautilus was the file manager of the compile system, it would insert a reference to nautilus in the built file that is in the repository we install from.
I'm new to docky's code, and I'm not certain how to correct this (devs?)

Can you help with this problem?

Provide an answer of your own, or ask Samuel for more information if necessary.

To post a message you must log in.