3


I get this error constantly, and i don't know what should i do :(

I use the lubuntu 12.04

does lxde come with openbox, i don't know whether i have installed openbox.

PS.i found when i right-click the gnome-terminal, the screen flashed and the error occurs.

Liu Hao
  • 379
  • 1
  • 6
  • 15
  • Lxde uses Openbox as its wm, so yes it does come with Openbox. As for your error I'm at a loss, it seems there is a problem with libc (whick seems unlikely). Can you pastebin the whole error, some of it is cut off in you screeshots. – Spilt_Blood Sep 04 '13 at 07:31
  • @Spilt_Blood That must have to wait for the next time I cncounter the issue – Liu Hao Sep 04 '13 at 13:25
  • @Spilt_Blood I have update the post, see what it useful.thanks – Liu Hao Sep 05 '13 at 02:33

2 Answers2

2

The openbox version (L)ubuntu 12.04 ships with is known to have issues with crashes when using GTK 3 applications. What worked for me was adding this PPA with updated Lubuntu packages.

Please make sure to read through these before adding new PPAs:

What are PPAs and how do I use them?

Are PPA's safe to add to my system and what are some "red flags" to watch out for?


If you are ready to proceed you can add the PPA and upgrade your system with:

sudo add-apt-repository ppa:mati75/lubuntu
sudo apt-get update
sudo apt-get upgrade

P.S.: You can safe yourself a lot of work if you just copy paste the error log next time. It must have taken you ages to take these screenshots!

Glutanimate
  • 21,393
1

Normally, bug reports are off-topic here, but as Glutanimate said, you should probably use the PPA to fix that crash. But still, in the report says that you have Obsolete packages and that's why you can't report the bug.

enter image description here

You must upgrade your system packages and go with Glutanimate solution. If you don't do so, you will expect more of this error (or others). The key to solve bugs is keeping your system update.

Braiam
  • 67,791
  • 32
  • 179
  • 269