GNOME Bugzilla – Bug 345521
"Open With" dialogue shows apps that don't open documents
Last modified: 2006-11-23 14:58:50 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:
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
Whoops - forgot to mention that this is in fact a libeel bug, and the above patch is to that not nautilus.
*** Bug 348767 has been marked as a duplicate of this bug. ***
Is anyone planning on committing this? Or at least commenting on problems if there are any?
The patch didn't follow nautilus coding convention. I cleaned it up and commited. thanks.