On 05/16/2014 04:53 PM, fari...@arcor.de wrote:
> On 16.05.2014 21:27, lubuntu-users-requ...@lists.ubuntu.com wrote:
>> As a middle measure you could also try
>> sudo apt-get clean
>>
>> (Since synaptic is a front-end for the apt system, the problem may lie
>> there, and the above command clears out the local repository of
>> retrieved package files.)
>
> Thanks a lot for the suggestion. I tried it as well as autoclean. But
> to no extent.
>
> OTOH, all 'apt-get' commands from a terminal work correctly. It's
> synaptic, which does not work. Just a minute ago i realized that also
> gdebi-gtk will not work. I got this error, repeating the operation i'd
> tried before in desktop environment out of a terminal:
>
> -----
> $ gksu gdebi-gtk icedove-l10n-de_24.3.0-1_all.deb
>
> (gdebi-gtk:25904): Gtk-WARNING **: Style property
> "border-top-left-radius" is not gettable
> /usr/share/gdebi/GDebi/GDebiGtk.py:1085: Warning:
> /build/glib2.0-9sMUmu/glib2.0-2.40.0/./gobject/gtype.c:4210: type id
> '0' is invalid
>   Gtk.main_iteration()
> /usr/share/gdebi/GDebi/GDebiGtk.py:1085: Warning: can't peek value
> table for type '<invalid>' which is not currently referenced
>   Gtk.main_iteration()
> Segmentation fault
> -----
>
> Seems pretty much the same as for synaptic.
>
> What is a Gtk.main_interation? And what a segmentation fault?
>
> Thanks a lot in advance for your patience!
>
>
Have you removed any programs that have GTK libs as a dependency?
You may have accidentally removed something....
Of course I had an issue where a few programs wouldn't open after I
installed nvidia drivers.
I had to go back in and make a symlink that stopped existing.

A segmentation fault is basically a crash that happens because of
something trying to access memory that it shouldn't.

Gtk.main_iteration() is some function... most likely an iterator
function (guessing from the name :)
Apparently GDebi is a python program.....  the number '1085' tells you
what line the error is on in the code.... My guess is you have a missing
library, or you have changed something that is causing problems.

-- 
Regards


-- 
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users

Reply via email to