Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Using GTK+ 2.x and GTK+ 3 in the same process is not supported . . .

  • 1 ответ
  • 1 имеет эту проблему
  • 18 просмотров
  • Последний ответ от cor-el

more options

I had been using firefox just fine, until I started to get the error message:

   $ ./firefox -safe-mode &
   [3] 4499
   $ 
   (firefox:4499): Gtk-WARNING **: GTK+ module libgail.so cannot be loaded.
   GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
   close failed in file object destructor:
   sys.excepthook is missing
   lost sys.stderr
   [3]+  Exit 1                  ./firefox -safe-mode
   $ 
How should I troubleshoot such error?
lbrtchx
I had been using firefox just fine, until I started to get the error message: $ ./firefox -safe-mode & [3] 4499 $ (firefox:4499): Gtk-WARNING **: GTK+ module libgail.so cannot be loaded. GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported. close failed in file object destructor: sys.excepthook is missing lost sys.stderr [3]+ Exit 1 ./firefox -safe-mode $ How should I troubleshoot such error? lbrtchx

Все ответы (1)

more options

It is likely that you have an old version of libgail.so that is part of GTK+ 2. You will have to check your software update to see if you can install a GTK+ 3 version.