You are not logged in.
Pages: 1
At launch on terminal from rolling version get this error
(firefox:28557): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
(firefox:28557): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
(firefox:28557): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
(firefox:28557): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
(firefox:28557): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
(firefox:28557): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
Firefox seem run well, but anyone have idea to solve this message?
Offline
I have the same problem
XPCOMGlueLoad error for file /home/tux/Downloads/firefox/libmozgtk.so:
libgtk-3.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM
Offline
Hi forum_liker,
You have the different problem.
Your system miss the "libgtk-3.so.0" file.
You can search the package online or on terminal:
[c]you@slitaz:~$ tazpkg -sp libgtk-3.so.0
Search result for package "libgtk-3.so.0"
================================================================================
gtk+3
================================================================================
1 package[/c]
So you need the package "gtk+3" to be installed on your system.
If it isn't installed yet, you can install it online (search for "Install package" link). Or you can do it in the terminal:
[c]you@slitaz:~$ su
Password:
root@slitaz:/home/you# tazpkg -gi gtk+3[/c]
If the package "gtk+3" already installed, you need to reinstall it. You can do it in the terminal adding the option "--forced" to the above mentioned command:
[c]you@slitaz:~$ su
Password:
root@slitaz:/home/you# tazpkg -gi gtk+3 --forced[/c]
Or you can remove and then install the package "gtk+3" online or in the terminal.
Offline
Hello, Aleksej . Thanks, the reinstallation helped me
Offline
My problem is solved with the upgrade of GTK3 and related dependency.
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]