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 147811 - Allow to edit launchers with MIME type "application/x-gnome-app-info" through property page
Allow to edit launchers with MIME type "application/x-gnome-app-info" through...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other All
: High minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-18 10:00 UTC by Christian Neumair
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Proposed patch against HEAD. (1.96 KB, patch)
2004-07-18 10:00 UTC, Christian Neumair
none Details | Review

Description Christian Neumair 2004-07-18 10:00:24 UTC
Currently, we assume that all launchers have the MIME type
"application/x-desktop". That isn't true. Even if it's just a MIME db
inconsistency, we ought to display the launcher property page for
"application/x-gnome-app-info" launchers as well (those in applications://).
Patch attached.

regs,
 Chris
Comment 1 Christian Neumair 2004-07-18 10:00:57 UTC
Created attachment 29623 [details] [review]
Proposed patch against HEAD.
Comment 2 Alexander Larsson 2004-08-16 10:20:52 UTC
It should really be using gnome_vfs_mime_type_is_equal() and
application/x-gnome-app-info should be an alias to application/x-desktop
Comment 3 Alexander Larsson 2004-08-16 11:32:25 UTC
2004-08-16  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c (nautilus_file_is_mime_type):
	Compare types using gnome_vfs_mime_type_is_equal to catch aliases.
	Fixes bug #147811

That fixes it.