geisview crash on Segmentation fault (17.04)
Bug #1695998 reported by
stefano
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Geis |
New
|
Undecided
|
Unassigned | ||
Debian |
Fix Released
|
Unknown
|
|||
geis (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
geisview from geis-tools_
Here the output:
>> geisview
/usr/lib/
from gi.repository import Gtk
Segmentation fault (core dumped)
I'm new on this so please help me and tell me if I need to provide more information and how.
Changed in debian: | |
status: | Unknown → New |
Changed in debian: | |
status: | New → Fix Released |
To post a comment you must log in.
Trying to correct line 22 of file "classview.py" with:
import gi version( 'Gtk', '3.0')
gi.require_
from gi.repository import Gtk
lead to an anonymous:
>> geisview
Segmentation fault (core dumped)