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 707320 - Implement search-by-mimetype
Implement search-by-mimetype
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
design
Depends on:
Blocks:
 
 
Reported: 2013-09-02 21:24 UTC by Matthias Clasen
Modified: 2014-04-08 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2013-09-02 21:24:45 UTC
We want to be able to launch gnome-software to make suggestions for what app to install to open a certain file.
Comment 1 Richard Hughes 2013-10-17 09:28:03 UTC
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
Comment 2 Richard Hughes 2014-04-08 10:08:07 UTC
The gnome-software side of this works well now.