Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-04-28 Thread Alad Wenter
Package: catfish
Version: 0.3.2-2+deb7u1
Severity: serious
Justification: fails to run

Dear Maintainer,

After the last Stable update /usr/bin/catfish fails to run with a no
such job error.

bash: fg: %python%: no such job

Changing the contents in /usr/bin/catfish from

#!/usr/bin/env bash
%python% /usr/share/catfish/bin/catfish.py $@

to

#!/usr/bin/env bash
python /usr/share/catfish/catfish.py $@

Fixes the error.

Regards,

Alad
=== modified file 'NtfsConfig/Fstab/FstabHandler.py'
--- NtfsConfig/Fstab/FstabHandler.py	2010-07-30 23:24:29 +
+++ NtfsConfig/Fstab/FstabHandler.py	2012-09-08 20:27:52 +
@@ -516,7 +516,7 @@
 name is default to the date of saving '''
 
 if not name :
-name = time.time()
+name = str(time.time())
 if self.logchanges and self.lastsave_has_changed() :
 logging.debug(Save log as %s, name)
 self._logconf.add_section(name)





Bug#746251: Whoops

2014-04-28 Thread Alad Wenter
Accidentally attached an unrelated patch.

-- 
The Ant tries his best to convince the Kid why he shouldn't be squished.
Should we squish bugs? Depends on the bug? Depends on the situation?


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#738639: catfish: missing dependency on python-gi-cairo

2014-02-11 Thread Alad Wenter
Package: catfish
Version: 1.0.0-1
Severity: serious
Justification: Policy 3.5

Dear Maintainer,

When doing a search in Catfish, the program hangs with the following traceback:

Traceback (most recent call last):
  File /usr/share/catfish/catfish_lib/Window.py, line 94, in on_destroy
self.search_engine.stop()
  File /usr/share/catfish/catfish/CatfishSearchEngine.py, line 187, in stop
for method in self.methods:
TypeError: Couldn't find conversion for foreign struct 'cairo.Context'

Installing python-gi-cairo makes it run normally.

Cheers,

Alad


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing'), (100, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=nl_BE.utf8, LC_CTYPE=nl_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages catfish depends on:
ii  gir1.2-gdkpixbuf-2.0  2.28.2-1+b1
ii  gir1.2-glib-2.0   1.36.0-2+b1
ii  gir1.2-gtk-3.03.8.6-1
ii  gir1.2-pango-1.0  1.36.0-1+b1
pn  python:anynone

Versions of packages catfish recommends:
ii  mlocate  0.26-1

Versions of packages catfish suggests:
pn  python-zeitgeist  none
pn  zeitgeist none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org