GNOME Bugzilla – Bug 707320
Implement search-by-mimetype
Last modified: 2014-04-08 10:08:07 UTC
We want to be able to launch gnome-software to make suggestions for what app to install to open a certain file.
Do we want to integrate with the nautilus functionality for this? I've added this to gnome-software this morning: commit fce87155cf9c405bc653647675dcdd032c1f5acf Author: Richard Hughes <richard@hughsie.com> Date: Thu Oct 17 10:27:00 2013 +0100 Allow search-by-mimetype in the UI This means you get sensible results for queries like: $ gnome-software --mode=search --search-value="application/vnd.oasis.opendocument.text" Resolves part of: https://bugzilla.gnome.org/show_bug.cgi?id=707320
The gnome-software side of this works well now.