View Issue Details

IDProjectCategoryView StatusLast Update
0005627Kali LinuxGeneral Bugpublic2019-08-15 14:23
Reporterbroomdodger Assigned Torhertzog  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2019.2 
Fixed in Version2019.3 
Summary0005627: catfish 1.4.8-1 not open after upgrade
Description

catfish 1.4.8-1 not open after upgrade
catfish 1.4.7 was working

Steps To Reproduce

Tried on Toshiba laptop and Dell tower.

In terminal:
catfish
Traceback (most recent call last):
File "/usr/bin/catfish", line 41, in <module>
import catfish
File "/usr/lib/python3/dist-packages/catfish/init.py", line 29, in <module>
from catfish import CatfishWindow
File "/usr/lib/python3/dist-packages/catfish/CatfishWindow.py", line 31, in <module>
import dbus
ModuleNotFoundError: No module named 'dbus'

Additional Information

cat /etc/rel
DISTRIB_ID=Kali
DISTRIB_RELEASE=kali-rolling
DISTRIB_CODENAME=kali-rolling
DISTRIB_DESCRIPTION="Kali GNU/Linux Rolling"
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2019.3"
VERSION_ID="2019.3"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/&quot;
SUPPORT_URL="https://forums.kali.org/&quot;
BUG_REPORT_URL="https://bugs.kali.org/&quot;

Activities

broomdodger

broomdodger

2019-08-11 14:33

reporter   ~0010853

using kali light 64

crash

crash

2019-08-12 08:39

reporter   ~0010854

Try to install python-dbus pkg.

broomdodger

broomdodger

2019-08-12 15:43

reporter   ~0010855

installed python-dbus and reboot

In terminal... same error
catfish
Traceback (most recent call last):
File "/usr/bin/catfish", line 41, in <module>
import catfish
File "/usr/lib/python3/dist-packages/catfish/init.py", line 29, in <module>
from catfish import CatfishWindow
File "/usr/lib/python3/dist-packages/catfish/CatfishWindow.py", line 31, in <module>
import dbus
ModuleNotFoundError: No module named 'dbus'

broomdodger

broomdodger

2019-08-12 15:53

reporter   ~0010856

installed python3-dbus
catfish works

from terminal... a warning
(catfish:1396): Gtk-WARNING **: 08:49:34.520:
c:8629: widget not within a GtkWindow

rhertzog

rhertzog

2019-08-15 14:23

administrator   ~0010886

I added the missing dependency in catfish 1.4.8-2 that I just uploaded to Debian. It will trickle to Debian Testing and Kali in a few days.

Issue History

Date Modified Username Field Change
2019-08-10 00:25 broomdodger New Issue
2019-08-11 14:33 broomdodger Note Added: 0010853
2019-08-12 08:39 crash Note Added: 0010854
2019-08-12 15:43 broomdodger Note Added: 0010855
2019-08-12 15:53 broomdodger Note Added: 0010856
2019-08-15 14:23 rhertzog Assigned To => rhertzog
2019-08-15 14:23 rhertzog Status new => resolved
2019-08-15 14:23 rhertzog Resolution open => fixed
2019-08-15 14:23 rhertzog Fixed in Version => 2019.3
2019-08-15 14:23 rhertzog Note Added: 0010886