Open GoogleCodeExporter opened 9 years ago
Can you refer to issue #74?
Original comment by yendo0206
on 23 May 2011 at 8:17
Ok, I took a look at issue #74. What I found is that with python-clutter-gtk
uninstalled that gphotoframe will start on the LTSP client.
With it reinstalled and the gconf key that you mentioned in #74 set I cannot
start it on the LTSP client.
I have to wonder what is different as I can always start it on the server.
Original comment by frederic...@gmail.com
on 23 May 2011 at 10:23
[deleted comment]
I think this problem is due to clutter libs or OpenGL libs on Ubuntu, not to
gphotoframe.
Did you try it?
http://code.google.com/p/gphotoframe/issues/detail?id=74#c3
> With it reinstalled and the gconf key that you mentioned in #74 set I cannot
start it on the LTSP client.
Did the gphotoframe show some error messages?
Original comment by yendo0206
on 24 May 2011 at 1:43
Hi!
I did not try the fix in
http://code.google.com/p/gphotoframe/issues/detail?id=74#c3
It had dependency problems and wanted to uninstall ubuntu-desktop a major
package, so I aborted the install.
The other than the error messages in the terminal that I posted before, I found
in the messages log these:
May 23 13:36:35 henderson kernel: [22638.206889] gphotoframe[23713]: segfault
at 6f687481 ip 02f34860 sp bfb17038 error 4 in
libQtCore.so.4.6.2[2ed0000+276000]
May 25 16:29:48 henderson kernel: [32726.845851] gphotoframe[6648]: segfault at
6f687481 ip 07192860 sp bfbbe4d8 error 4 in libQtCore.so.4.6.2[712e000+276000]
Original comment by frederic...@gmail.com
on 26 May 2011 at 10:11
>>>> media@henderson:~$ LIBGL_ALWAYS_INDIRECT=1 gphotoframe
>>>>
>>>> (gphotoframe:12415): Clutter-WARNING **: Unable to create a new stage: the
glx backend does not support multiple stages.
>>>> /usr/lib/python2.6/dist-packages/gphotoframe/image/clutterimage.py:20:
Warning: invalid (NULL) pointer instance
>>>> self.image = self.embed = cluttergtk.Embed()
>>>> /usr/lib/python2.6/dist-packages/gphotoframe/image/clutterimage.py:20:
Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)'
failed
>>>> self.image = self.embed = cluttergtk.Embed()
>>> With it reinstalled and the gconf key that you mentioned in #74 set I
cannot start it on the LTSP client.
>> Did the gphotoframe show some error messages?
> The other than the error messages in the terminal that I posted before, I
found in the messages log these:
Thank you for your report.
But, I can not reproduce the problem.
Original comment by yendo0206
on 30 May 2011 at 11:49
I added a gconf key ui/disabel_clutter.
Could you try to disable clutter library support with gconf?
gconftool-2 --type bool --set /apps/gphotoframe/ui/disable_clutter true
Original comment by yendo0206
on 6 Dec 2011 at 3:38
Original issue reported on code.google.com by
frederic...@gmail.com
on 23 May 2011 at 7:36