SliTaz SliTaz Forum

You are not logged in.

#1 2018-04-29 17:13:59

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Firefox-59 issue

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

#2 2018-05-07 13:22:00

forum_liker
Member
Registered: 2018-04-30
Posts: 7

Re: Firefox-59 issue

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

#3 2018-05-07 14:23:04

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: Firefox-59 issue

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

#4 2018-05-07 15:34:37

forum_liker
Member
Registered: 2018-04-30
Posts: 7

Re: Firefox-59 issue

Hello, Aleksej . Thanks, the reinstallation helped me

Offline

#5 2018-07-05 06:48:35

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Firefox-59 issue

My problem is solved with the upgrade of GTK3 and related dependency.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]