[maemo-developers] Possible bug in /usr/lib/libglib-2.0.so.0
From: Detlef Schmicker d.schmicker at physik.deDate: Fri Sep 21 23:56:35 EEST 2007
- Previous message: Possible bug in /usr/lib/libglib-2.0.so.0
- Next message: Second time of asking: hildon-desktop include file missing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Fernando,
I came closer to the problem. It seems to me, that not the gtkrc.cache
file is broken, but the
-rw-r--r-- 1 user users 25 Jun 29 14:30
current-gtk-key-theme
-rw-r--r-- 1 root root 28 Sep 21 21:45
current-gtk-key-theme.cache
-rw-r--r-- 1 user users 50 Jun 29 14:30
current-gtk-theme
-rw-r--r-- 1 root root 52 Sep 21 21:45
current-gtk-theme.cache
-
cache files in /home/user/.osso
are missing. They are not recached by the actual hildon-theme-cacher
anymore. (It is disabled in the source
// uncommented patch for maetronom, detlef
// g_unsetenv ("GTK2_RC_FILES");
(I reenabled it, so 0.4.1 is working again for me, and added postinst to
recache everything including .osso files)
I have the files on the project maetronome and the bug report for
maetronome in
https://garage.maemo.org/tracker/index.php?func=detail&aid=1189&group_id=152&atid=637
This is not a solution up to now.
By the way, the hildon-theme-cacher can only be installed in red pill
mode. Otherwize the app installer tells me: incompatible package. What
is the reason for that. How does the app installer decide, that red pill
mode is needed?
Am Donnerstag, den 20.09.2007, 15:58 +0300 schrieb Fernando Herrera:
> Hi,
>
> El jue, 20-09-2007 a las 13:53 +0200, ext Detlef Schmicker escribió:
> > Am I right, that the gtkrc.cache is corrupt in the latest image? I had a
> > quite clean N800 installation and only added openssh and xterm before
> > testing!
>
> Humm, this sounds very strange to me.
>
> > What is the clean way to deliver a program which needs calling
> > hildon-theme-cacher. I could not find a trusted source for
> > hildon-theme-cacher and in I could not find the source code. So it is
> > not possible to deliver it with my gpl application?!
>
> hildon-theme-cacher is installed in all the images, so you can just
> invoke it if you really need it from your applications.
>
> Usually new themes invokes it in the postinst script, either:
>
> hildon-theme-cacher <path-to-your-theme>
>
> or (to update all gtkrc caches):
>
> hildon-theme-recache-all
>
> The source code for this cacher program it's at stage svn. Latest
> sources are:
>
> https://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-theme-cacher/
>
> but those are matching the current development versions of glib and gtk+
> present on sardine and won't work with the latest official maemo
> release, so you probably want to look at:
>
> https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-theme-cacher/0.4.1-1/
>
> Hope this helps.
>
> Salu2
>
>
>
>
>
- Previous message: Possible bug in /usr/lib/libglib-2.0.so.0
- Next message: Second time of asking: hildon-desktop include file missing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
