Hi, The application names in the .desktop files are "encoded" in an id, and Tracker needs a function in meegotouch to get the real application name (so it can be searched). This is a decision of Meegotouch on how to handle translations.
Tracker could also depend only on Qt and hardcode some paths, but it doesn't look any nicer. The root problem is to encode the application names in something that only a function in the toolkit can translate. Either the translation function goes to an independent library or meegotouch uses the same way to handle translations as any upstream distribution. But both things are out of the tracker area of influence. If this help, the dependency with meegotouch is optional. Disabling it, Tracker will read the .desktop files following the usual upstream conventions. Regards, Ivan On Mon, Apr 11, 2011 at 10:00 AM, Carsten Munk <[email protected]> wrote: > That sounds really like a horrible hack. Can someone weigh in with why this > is even a good idea, or needed? > > /carsten > > On Mon Apr 11 2011 08:23:45 AM CEST, maitrey <[email protected]> > wrote: > >> Libmeegotouch-devel is added for fetching locale gconf values. >> >> On 04/10/2011 10:12 AM, ext Zhu, Peter J wrote: >> > Hi >> > > -----Original Message----- >> > > From: [email protected] >> > > [mailto:[email protected]] On Behalf Of Zhu, Peter J >> > > Sent: Friday, April 08, 2011 11:43 PM >> > > To: jean-luc lamadon >> > > Cc: [email protected] >> > > Subject: Re: [meego-packaging] Vala Packages in OBS needs to be >> > > updated >> > > >> > > >> > > > -----Original Message----- >> > > > From: jean-luc lamadon [mailto:[email protected]] >> > > > Sent: Friday, April 08, 2011 11:23 PM >> > > > To: Zhu, Peter J >> > > > Cc: maitrey; Yin, Yan; [email protected]; Lynch, Rusty >> > > > Subject: Re: Vala Packages in OBS needs to be updated >> > > > >> > > > Peter, >> > > > >> > > > On 08/04/11 17:58, ext Zhu, Peter J wrote: >> > > > > Maitrey, >> > > > > >> > > > > >> > > > > > -----Original Message----- >> > > > > > From: maitrey [mailto:[email protected]] >> > > > > > Sent: Friday, April 08, 2011 5:11 PM >> > > > > > To: Yin, Yan >> > > > > > Cc: Lamadon Jean-Luc (Nokia-MS/Helsinki); >> > > [email protected]; >> > > > > > Zhu, Peter J >> > > > > > Subject: Vala Packages in OBS needs to be updated >> > > > > > >> > > > > > Hi, >> > > > > > >> > > > > > Tracker-0.10.7 release needs vala to be updated to 0.12. >> > > > > > Raised a bug for the same: >> > > > https://bugs.meego.com/show_bug.cgi?id=15685 >> > > > > > >> > > > > Could you please upgrade to 0.10.8 directly which has a critical >> > > > > bug fix >> > > MeeGo >> > > > needs. See https://bugzilla.gnome.org/show_bug.cgi?id=642883 >> > > > > >> > > > Would not it be better to first accept 0.10.6 ? We get a wider >> > > > scope of feedbacks with QA and also provide an opportunity for >> > > > tracker's dependencies to upgrade. >> > > OK. But before we accept, any reason to add libmeegotouch-devel as >> > > BR of tracker >> > > >> > Any response why we need libmeegotouch-devel as BR of tracker? >> > >> > Peter >> > _______________________________________________ >> > MeeGo-packaging mailing list >> > [email protected] >> > http://lists.meego.com/listinfo/meego-packaging >> >> _______________________________________________ >> MeeGo-packaging mailing list >> [email protected] >> http://lists.meego.com/listinfo/meego-packaging > > _______________________________________________ > MeeGo-packaging mailing list > [email protected] > http://lists.meego.com/listinfo/meego-packaging > _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
