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 761996 - Install metainfo file even if Nautilus extension disabled
Install metainfo file even if Nautilus extension disabled
Status: RESOLVED FIXED
Product: easytag
Classification: Other
Component: general
2.4.x
Other Linux
: Normal normal
: 2.4
Assigned To: EasyTAG maintainer(s)
EasyTAG maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-13 14:34 UTC by vitalik_p
Modified: 2016-02-14 10:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vitalik_p 2016-02-13 14:34:31 UTC
configure option --disable-nautilus-actions does not exclude easytag-nautilus.metainfo.xml file when run make install.

easytag 2.4.1

steps to reproduce:
1) unpack archive 
2) run ./configure --disable-nautilus-actions
3) make
4) make install

file easytag-nautilus.metainfo.xml is installed.
Comment 1 David King 2016-02-14 10:27:23 UTC
Thanks for the bug report. I fixed this in master with commit 30e2c672106ec5177f421cc577214bc562610517. The fix will be in an upcoming 2.4.2 release.