[opensuse-gnome] typelib question
Hi all, I was toying around with 'pmap' today and cinnamon checking a few things of my personal interest and I've noticed the following: 00007fc56eee4000 32K 32K 32K 0K 0K r--p /usr/lib64/girepository-1.0/Gee-1.0.typelib 00007fc56eeec000 60K 44K 44K 0K 0K r--p /usr/lib64/muffin/Meta-3.0.typelib 00007fc56eefb000 40K 40K 40K 0K 0K r--p /usr/lib64/girepository-1.0/NMClient-1.0.typelib
From the middle line, it seems that 'muffin' installed the the typelib in a different place. Ok, ideally this should be fixed on the source (right?)... I can eventually try to fix this... Is this only a packaging issue, or is there code hammering required ?
NM -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Hi, I've made a small patch and sent it upstream (hopefully corrects this issue, at least in practice, not sure if it's the right way): * https://github.com/linuxmint/muffin/issues/4 If this is wrong, could anyone please correct me ? NM 2012/1/27 Nelson Marques <nmo.marques@gmail.com>:
Hi all,
I was toying around with 'pmap' today and cinnamon checking a few things of my personal interest and I've noticed the following:
00007fc56eee4000 32K 32K 32K 0K 0K r--p /usr/lib64/girepository-1.0/Gee-1.0.typelib 00007fc56eeec000 60K 44K 44K 0K 0K r--p /usr/lib64/muffin/Meta-3.0.typelib 00007fc56eefb000 40K 40K 40K 0K 0K r--p /usr/lib64/girepository-1.0/NMClient-1.0.typelib
From the middle line, it seems that 'muffin' installed the the typelib in a different place. Ok, ideally this should be fixed on the source (right?)... I can eventually try to fix this... Is this only a packaging issue, or is there code hammering required ?
NM
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Le vendredi 27 janvier 2012, à 21:20 +0000, Nelson Marques a écrit :
Hi all,
I was toying around with 'pmap' today and cinnamon checking a few things of my personal interest and I've noticed the following:
00007fc56eee4000 32K 32K 32K 0K 0K r--p /usr/lib64/girepository-1.0/Gee-1.0.typelib 00007fc56eeec000 60K 44K 44K 0K 0K r--p /usr/lib64/muffin/Meta-3.0.typelib 00007fc56eefb000 40K 40K 40K 0K 0K r--p /usr/lib64/girepository-1.0/NMClient-1.0.typelib
From the middle line, it seems that 'muffin' installed the the typelib in a different place. Ok, ideally this should be fixed on the source (right?)... I can eventually try to fix this... Is this only a packaging issue, or is there code hammering required ?
No, that's done like this by design (this copied from mutter): the typelib from mutter/muffin is not supposed to be public, I guess. Btw, if you move it to girepository-1.0, it should really be renamed, as the mutter one has the same name and we could easily get a conflict there. Cheers, Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Vincent, Thanks for explanation, good to know. I haven't broke the software then :) NM 2012/1/27 Vincent Untz <vuntz@opensuse.org>:
Le vendredi 27 janvier 2012, à 21:20 +0000, Nelson Marques a écrit :
Hi all,
I was toying around with 'pmap' today and cinnamon checking a few things of my personal interest and I've noticed the following:
00007fc56eee4000 32K 32K 32K 0K 0K r--p /usr/lib64/girepository-1.0/Gee-1.0.typelib 00007fc56eeec000 60K 44K 44K 0K 0K r--p /usr/lib64/muffin/Meta-3.0.typelib 00007fc56eefb000 40K 40K 40K 0K 0K r--p /usr/lib64/girepository-1.0/NMClient-1.0.typelib
From the middle line, it seems that 'muffin' installed the the typelib in a different place. Ok, ideally this should be fixed on the source (right?)... I can eventually try to fix this... Is this only a packaging issue, or is there code hammering required ?
No, that's done like this by design (this copied from mutter): the typelib from mutter/muffin is not supposed to be public, I guess.
Btw, if you move it to girepository-1.0, it should really be renamed, as the mutter one has the same name and we could easily get a conflict there.
Cheers,
Vincent
-- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
participants (2)
-
Nelson Marques
-
Vincent Untz