Siduction Forum

Siduction Forum => Software - Support => Topic started by: manilg on 2013/10/11, 17:44:32

Title: after du iceweasel doesn´t start (Solved)
Post by: manilg on 2013/10/11, 17:44:32
Hi,

after todays du iceweasel doesnt start

Quote
g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
:~$ apt-cache policy xulrunner-24
N: Paket xulrunner-24 kann nicht gefunden werden.
:~$ apt-cache policy xulrunner-24*
xulrunner-24.0:
 Installiert:           24.0-2
 Installationskandidat: 24.0-2
 Versionstabelle:
*** 24.0-2 0
       500 http://http.debian.net/debian/ unstable/main i386 Packages
       100 /var/lib/dpkg/status
xulrunner-24.0-dbg:
 Installiert:           (keine)
 Installationskandidat: 24.0-2
 Versionstabelle:
    24.0-2 0
       500 http://http.debian.net/debian/ unstable/main i386 Packages
:~$ apt-cache policy iceweasel
iceweasel:
 Installiert:           24.0-2
 Installationskandidat: 24.0-2
 Versionstabelle:
    25.0~b3-1 0
         1 http://ftp.debian.org/debian/ experimental/main i386 Packages
*** 24.0-2 0
       500 http://http.debian.net/debian/ unstable/main i386 Packages
       100 /var/lib/dpkg/status

the folder .mozilla/ I renamed

manilg
Title: Re: after du iceweasel doesn´t start
Post by: dibl on 2013/10/11, 19:04:29
Quote from: "manilg"


g_slice_set_config: assertion `sys_page_size == 0' failed
.
.
.

I also see this message on my system, however iceweasel 24.0-2 launches as expected.  xulrunner-24.0-2 is installed.  This system is 64-bit -- possibly the problem exists only for 32-bit.
Title: Re: after du iceweasel doesn´t start
Post by: manilg on 2013/10/11, 19:12:36
Yes, I have a 32-bit system
Title: RE: Re: after du iceweasel doesn´t start
Post by: dibl on 2013/10/11, 22:45:22
I just updated a 32-bit LXDE system, and iceweasel is launching as expected.  You must have some configuration issue on that system.
Title: RE: Re: after du iceweasel doesn´t start
Post by: piper on 2013/10/12, 05:13:03
Possibly

https://bugzilla.mozilla.org/show_bug.cgi?id=833117

https://bugzilla.mozilla.org/show_bug.cgi?id=672671
Title: after du iceweasel doesn´t start (Solved)
Post by: manilg on 2013/10/12, 13:28:24
I found the answer here:

//http://askubuntu.com/questions/302891/firefox-profile-cannot-be-loaded-after-upgrade

The .cache folder in my home-directory was owned by root. I don´t know why.
I changed the rights
Quote
chown -hR $USER:$USER ~/.cache
and iceweasel works

manilg