GNOME Bugzilla – Bug 689248
opening a folder in trash will go to .local/share/Trash/... instead of trash://...
Last modified: 2016-03-02 09:57:51 UTC
and thereby also removes the info bar as well as the possibility to go up using the breadcrumbs
*** Bug 704732 has been marked as a duplicate of this bug. ***
Created attachment 249890 [details] [review] Do not set an activation URI for files in Trash
(In reply to comment #2) > Created an attachment (id=249890) [details] [review] > Do not set an activation URI for files in Trash This seems to fix the issue
Created attachment 249933 [details] [review] Do not set an activation URI for files in Trash Well, actually it can be turned into a one-liner :)
Thanks for the patch! Sorry it took so long to answer. The patch looks good to me as it is, I'm not sure if it will have some implications not having an activation uri, but everything uses the G_FILE_ATTRIBUTE_TRASH_ORIG_PATH, so it should just work. Let's hope it does not break anything. Attachment 249933 [details] pushed as bc22321 - Do not set an activation URI for files in Trash