【debian】iceweaselがエラーで起動しない
問題
iceweasel(firefox)がエラーで起動しない。
答え
デスクトップのショートカットなどから起動していると、何が起きているのかよく分からないが、端末から起動すると、エラーメッセージが確認できる。
端末からだと、起動オプションを指定できるのでセーフモードで起動したりができる。
エラーの例。
$ iceweasel /home/yoshimura/.themes/Beastie/gtk-2.0/gtkrc:55: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /home/yoshimura/.themes/Beastie/gtk-2.0/gtkrc:56: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored. /home/yoshimura/.themes/Beastie/gtk-2.0/gtkrc:57: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored. iceweasel: /tmp/buildd/cairo-1.10.2/src/cairo-image-surface.c:1320: _pixel_to_solid: Assertion `!"reached"' が失敗しました. アボートしました
そこで、セーフモードで起動してみる例。
$ iceweasel -safe-mode
これで起動できれば、後は通常どおり再起動させてみたり、一旦リセットしてから起動させたりできる。
コメント