View Issue Details

IDProjectCategoryView StatusLast Update
0002178Kali LinuxKali Package Bugpublic2015-03-27 04:15
Reporterdookie Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionkali-dev 
Fixed in Versionkali-dev 
Summary0002178: webshag-gui is broken in kali-rolling
Description

webshag-gui (part of the webshag) package errors out on launch:

root@kali:~# webshag-gui
Gtk-Message: Failed to load module "canberra-gtk-module"
Traceback (most recent call last):
File "/usr/bin/webshag-gui", line 27, in <module>
gui.run()
File "/usr/share/webshag/webshag/gui/gui.py", line 72, in run
app = WebshagGUI(redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in init
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp
return core.PyAppBootstrapApp(*args, **kwargs)
File "/usr/share/webshag/webshag/gui/gui.py", line 85, in OnInit
window = WebshagWindow(None, -1, WEBSHAG + ' ' + WEBSHAG_VERSION)
File "/usr/share/webshag/webshag/gui/gui.py", line 161, in init
self.__infoPanel = gui_info.Panel(self.
notebook, self)
File "/usr/share/webshag/webshag/gui/gui_info.py", line 103, in init
rootSizer.AddGrowableCol(1)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 15364, in AddGrowableCol
return core.FlexGridSizer_AddGrowableCol(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "!m_cols || idx < (size_t)m_cols" failed at ../src/common/sizer.cpp(1980) in AddGrowableCol(): invalid column index

Activities

sbrun

sbrun

2015-03-26 09:25

manager   ~0003191

the bug has been reported upstream. It's the most likely due to new version of python-wxgtk. In kali it is python-gtk2.8 but in kali-rolling it's python-wxgtk3.0

sbrun

sbrun

2015-03-27 02:44

manager   ~0003194

Upstream doesn't maintain webshag. Here is his answer:
"Unfortunately I don't really maintain Webshag anymore. I would be sad to learn that it is removed from the future version of Kali but it will most probably never be updated/corrected..."

Do we remove webshag from kali-rolling?

rhertzog

rhertzog

2015-03-27 03:44

administrator   ~0003195

FTR Mati said that we can drop webshag.

sbrun

sbrun

2015-03-27 04:15

manager   ~0003196

webshag dropped: version 1.63 of kali-meta

Issue History

Date Modified Username Field Change
2015-03-24 11:39 dookie New Issue
2015-03-24 12:11 rhertzog Assigned To => sbrun
2015-03-24 12:11 rhertzog Status new => assigned
2015-03-26 09:25 sbrun Note Added: 0003191
2015-03-27 02:44 sbrun Note Added: 0003194
2015-03-27 03:44 rhertzog Note Added: 0003195
2015-03-27 04:15 sbrun Note Added: 0003196
2015-03-27 04:15 sbrun Status assigned => resolved
2015-03-27 04:15 sbrun Resolution open => fixed
2015-03-27 04:15 sbrun Fixed in Version => kali-dev
2015-11-09 13:44 Mr.Joe Issue cloned: 0002792