! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[LP] Catfish search broken. Package does not function at all.
Status:
RESOLVED: FIXED
Product:
Catfish
Component:
General

Comments

Description Sean Davis editbugs 2018-06-29 11:30:43 CEST
From https://bugs.launchpad.net/catfish-search/+bug/1655530

~ $ catfish

(catfish:3117): Gtk-WARNING **: /build/gtk+3.0-6ZPWga/gtk+3.0-3.18.9/./gtk/gtkwidget.c:8456: widget not within a GtkWindow
Traceback (most recent call last):
  File "/usr/bin/catfish", line 42, in <module>
    catfish.main()
  File "/usr/lib/python3/dist-packages/catfish/__init__.py", line 74, in main
    window = CatfishWindow.CatfishWindow()
  File "/usr/lib/python3/dist-packages/catfish_lib/Window.py", line 168, in __new__
    new_object.finish_initializing(builder)
  File "/usr/lib/python3/dist-packages/catfish/CatfishWindow.py", line 124, in finish_initializing
    super(CatfishWindow, self).finish_initializing(builder)
  File "/usr/lib/python3/dist-packages/catfish_lib/Window.py", line 202, in finish_initializing
    settings = CatfishSettings.CatfishSettings()
  File "/usr/lib/python3/dist-packages/catfish_lib/CatfishSettings.py", line 43, in __init__
    self.read()
  File "/usr/lib/python3/dist-packages/catfish_lib/CatfishSettings.py", line 63, in read
    for line in open(self.settings_file):
  File "/usr/lib/python3.5/codecs.py", line 321, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x95 in position 1: invalid start byte
Comment 1 Git Bot editbugs 2018-06-30 05:08:48 CEST
Sean Davis referenced this bugreport in commit 741e4c56d9e88a0a81e681a1e7d3d23bb200cac4

Handle exceptions encountered while opening settings (bug #14491)

https://git.xfce.org/apps/catfish/commit?id=741e4c56d9e88a0a81e681a1e7d3d23bb200cac4
Comment 2 Sean Davis editbugs 2018-06-30 05:09:19 CEST
Fixed in the above commit.

Bug #14491

Reported by:
Sean Davis
Reported on: 2018-06-29
Last modified on: 2018-06-30

People

Assignee:
Sean Davis
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information