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 647548 - Tracker should provide libmeegotouch disabling option
Tracker should provide libmeegotouch disabling option
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other Windows
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2011-04-12 11:09 UTC by Peter Zhu
Modified: 2011-04-13 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for disabling/enabling libmeegotouch as configure options (1.51 KB, patch)
2011-04-13 14:26 UTC, Maitrey
none Details | Review

Description Peter Zhu 2011-04-12 11:09:00 UTC
As an middleware, tracker shouldn't have dependency on MTF or any UI framework. Before bugs on MTF could be fixed, please at least explicit option to disable usage of libmeegotouch and parse desktop file directly.
Comment 1 Martyn Russell 2011-04-12 11:38:23 UTC
Presumably --disable-maemo is not good enough here then?
Comment 2 Ivan Frade 2011-04-13 09:10:46 UTC
--disable-maemo disables also the maemo ontologies.

Right now, if you do --enable-maemo:
1. Some extra ontologies are included
2. IF libmeegotouch is available, it is used to read the applications names (because of translations).

There is no way to say "Do not use libmeegotouch even if it is available". So the idea is to split it in two options:
--disable/enable-maemo
--disable/enable-meegotouch

In Meego-meego.com we will use:
--enable-maemo
--disable-meegotouch

In Meego-harmattan we will use:
--enable-maemo
--enable-meegotouch

In desktops and rest of the world:
--disable-maemo
--disable-meegotouch
Comment 3 Maitrey 2011-04-13 14:26:21 UTC
Created attachment 185874 [details] [review]
patch for disabling/enabling libmeegotouch as configure options

Please review attached patch
Comment 4 Carlos Garnacho 2011-04-13 15:53:51 UTC
I've committed a slight variation of that patch to master and tracker-0.10
Comment 5 Martyn Russell 2011-04-13 22:04:53 UTC
(In reply to comment #4)
> I've committed a slight variation of that patch to master and tracker-0.10

Presumably we can cherry-pick this to master too right Carlos?