After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 77875 - dragging start-here or trash icons from desktop to panel does weird stuff
dragging start-here or trash icons from desktop to panel does weird stuff
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other Linux
: High minor
: 1.1.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 84457 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-04-06 21:28 UTC by Dave Bordoley [Not Reading Bug Mail]
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Schemas patch for gnome-libs to make gnome_url_show handle start-here: desktop: etc.. urls (7.19 KB, patch)
2002-06-08 11:12 UTC, Alexander Larsson
none Details | Review
New patch that also handles trash: (8.45 KB, patch)
2002-06-08 11:17 UTC, Alexander Larsson
none Details | Review

Description Dave Bordoley [Not Reading Bug Mail] 2002-04-06 21:28:36 UTC
if you drag start here from the desktop to the panel and launch it from the
panel, if will try to open it using the default web page handler and in my
case opens http://www.start-here.com/ in mozilla.

dragging the trash from the desktop to the panel does two weird things
1. The trash icon doesn't appear on the panel and instead thedefault 
no-icon icon appears.

2. clicking on the trash icon on the panel to launch the trash gives this
error:
---
Nautilus has no installed viewer capable of displaying "/root/Trash".
---


These problem only appear with these nautilus specific .desktop files.
draggin file folders seems to work just fine and dandy.
Comment 1 Luis Villa 2002-04-18 16:49:27 UTC
Is this gnome-vfs weirdness? Anyway, not a huge deal, but probably
needs to be made to work for .0.
Comment 2 Luis Villa 2002-05-22 21:58:22 UTC
Alex, Jacob: is this gnome-vfs or nautilus or what?
Comment 3 Dave Bordoley [Not Reading Bug Mail] 2002-06-07 06:16:03 UTC
*** Bug 84457 has been marked as a duplicate of this bug. ***
Comment 4 Alexander Larsson 2002-06-07 11:59:21 UTC
The icons are nautilus specific, so i don't expect anything else to
handle them:
X-Nautilus-Icon=trash-full

The type is also nautilus specific:
Type=X-nautilus-trash
and:
Type=X-nautilus-home

So the panel doesn't know what to do with them.
Comment 5 Luis Villa 2002-06-07 12:04:36 UTC
OK, making this 2.0.0 because of the (amusing) side effect of bug
84457. :) There is also a patch in that bug, which the release team
has already approved. 
Comment 6 Alexander Larsson 2002-06-07 12:42:09 UTC
Of course, that patch will make opening start-here ass-slow.
Comment 7 Luis Villa 2002-06-07 18:26:16 UTC
So then can we have another one, alex? :) 
Comment 8 Alexander Larsson 2002-06-08 11:12:42 UTC
Created attachment 9072 [details] [review]
Schemas patch for gnome-libs to make gnome_url_show handle start-here: desktop: etc.. urls
Comment 9 Alexander Larsson 2002-06-08 11:17:14 UTC
Created attachment 9073 [details] [review]
New patch that also handles trash:
Comment 10 Alexander Larsson 2002-06-08 11:22:11 UTC
Andersca, can you take a look at the patch and apply it to libgnome
for 2.0.0.
Comment 11 Alexander Larsson 2002-06-08 11:50:44 UTC
Fixed in libgnome:

2002-06-08  Alexander Larsson  <alla@lysator.liu.se>

	* schemas/desktop_gnome_url_handlers.schemas:
	Add handlers for start-here, preferences, system-settings,
server-settings, applications,
	and trash. They all default to nautilus. Fixes bug 77875.