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 345521 - "Open With" dialogue shows apps that don't open documents
"Open With" dialogue shows apps that don't open documents
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
2.14.x
Other All
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 348767 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-06-21 09:35 UTC by Jeff Waugh
Modified: 2006-11-23 14:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Basic patch to implement this (500 bytes, patch)
2006-06-21 16:46 UTC, palfrey
none Details | Review

Description Jeff Waugh 2006-06-21 09:35:59 UTC
The "Open With" dialogue should only show applications that have a file opening variable (%U, %f) in their .desktop Exec line. For instance, I do not want to be given the choice to open a file in Blackjack, Calculator or Character Map, but definitely want the choice to open a file in Text Editor or Movie Player.

Other information:
Comment 1 palfrey 2006-06-21 16:46:05 UTC
Created attachment 67794 [details] [review]
Basic patch to implement this

Excludes all that don't have (%u,%U,%f,%F) as per http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html
Comment 2 palfrey 2006-06-21 16:47:06 UTC
Whoops - forgot to mention that this is in fact a libeel bug, and the above patch is to that not nautilus.
Comment 3 Martin Wehner 2006-07-26 16:33:30 UTC
*** Bug 348767 has been marked as a duplicate of this bug. ***
Comment 4 palfrey 2006-10-17 10:38:47 UTC
Is anyone planning on committing this? Or at least commenting on problems if there are any?
Comment 5 Alexander Larsson 2006-11-23 14:58:50 UTC
The patch didn't follow nautilus coding convention. I cleaned it up and commited.
thanks.