[oe-issues] [Bug 2364] hardcoded paths in gtk-engines ipk

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Fri May 25 12:34:39 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2364





--- Comment #5 from Joaquim Duran <joaquinduran at adtelecom.es>  2007-05-25 05:34:39 ---
(In reply to comment #4)
> (In reply to comment #3)
> > packages/gtk-engines/gtk-engines_2.6.1.bb:      engines_root =
> > os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.4.0/engines")
> 
> This of course, was a single line.
> 
> In this case, it would of course affect all distributions.
> 

Yes, I was talking about the lines in comment #3.

But, why this change could affect to all distributions?

More over, There is not included version 2.7.4 of gtk-themes.

They solve the problem by using:

engines_ver = ['gtk-2.0/', gtkbinver_find(d), '/engines']

engines_root = os.path.join(bb.data.getVar('libdir', d, 1), ''.join(engi
nes_ver))
themes_root = os.path.join(bb.data.getVar('datadir', d, 1), "themes")

Hope this helps!!


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list