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
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.
Yes, I have a 32-bit system
I just updated a 32-bit LXDE system, and iceweasel is launching as expected. You must have some configuration issue on that system.
Possibly
https://bugzilla.mozilla.org/show_bug.cgi?id=833117
https://bugzilla.mozilla.org/show_bug.cgi?id=672671
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