You are not logged in.

#1 2021-07-26 20:11:10

max kaspar
Member
Registered: 2013-04-11
Posts: 57

Catfish not starting

Just updated Catfish TO 4.16.1 and it stopped working.

Terminal outputs this error:

Traceback (most recent call last):
  File "/usr/bin/catfish", line 44, in <module>
    catfish.main()
  File "/usr/lib/python3.9/site-packages/catfish/__init__.py", line 78, in main
    window = CatfishWindow.CatfishWindow()
  File "/usr/lib/python3.9/site-packages/catfish_lib/Window.py", line 173, in __new__
    builder = get_builder(__builder__['ui_file'])
  File "/usr/lib/python3.9/site-packages/catfish_lib/helpers.py", line 87, in get_builder
    ui_filename = get_data_file('ui', '%s.ui' % (builder_file_name,))
  File "/usr/lib/python3.9/site-packages/catfish_lib/catfishconfig.py", line 50, in get_data_file
    return os.path.join(get_data_path(), *path_segments)
  File "/usr/lib/python3.9/site-packages/catfish_lib/catfishconfig.py", line 67, in get_data_path
    raise project_path_not_found
catfish_lib.catfishconfig.project_path_not_found

Previous version works fine.

Last edited by max kaspar (2021-07-26 20:11:48)

Offline

#2 2021-07-27 07:33:13

pebcak
Member
Registered: 2020-08-11
Posts: 18

Re: Catfish not starting

There is a bug report and a workaround here > https://bugs.archlinux.org/task/71600?p … ng=catfish

Offline

#3 2021-09-03 14:14:12

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: Catfish not starting

It would be great if this bug was fixed soon. It is really annoying.

Offline

#4 2021-09-03 21:01:38

Ammako
Member
Registered: 2021-07-16
Posts: 267

Re: Catfish not starting

questionask wrote:

It would be great if this bug was fixed soon. It is really annoying.

It has been. Update your system.

Offline

#5 2021-09-04 04:52:08

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: Catfish not starting

With the most recent catfish:

$ catfish 
Reading profile /etc/firejail/catfish.profile
Reading profile /etc/firejail/allow-python2.inc
Reading profile /etc/firejail/allow-python3.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 5969, child pid 5970
Blacklist violations are logged to syslog
Child process initialized in 97.88 ms
Traceback (most recent call last):
  File "/usr/bin/catfish", line 43, in <module>
    import catfish
  File "/usr/lib/python3.9/site-packages/catfish/__init__.py", line 32, in <module>
    from catfish import CatfishWindow
  File "/usr/lib/python3.9/site-packages/catfish/CatfishWindow.py", line 52, in <module>
    from catfish.CatfishPrefsDialog import CatfishPrefsDialog
  File "/usr/lib/python3.9/site-packages/catfish/CatfishPrefsDialog.py", line 29, in <module>
    from catfish_lib.PrefsDialog import PrefsDialog
  File "/usr/lib/python3.9/site-packages/catfish_lib/__init__.py", line 23, in <module>
    from . Window import Window  # noqa
  File "/usr/lib/python3.9/site-packages/catfish_lib/Window.py", line 27, in <module>
    from catfish_lib import CatfishSettings
  File "/usr/lib/python3.9/site-packages/catfish_lib/CatfishSettings.py", line 26, in <module>
    Xfconf.init()
gi.repository.GLib.Error: g-io-error-quark: Verbindung ist gescheitert: Keine Berechtigung (14)

Parent is shutting down, bye...

Offline

#6 2021-09-04 06:38:46

SimonJ
Member
Registered: 2021-05-11
Posts: 121

Re: Catfish not starting

This was a problem but I can verify no issues now.

pacman -Qi catfish
Name            : catfish
Version         : 4.16.2-1
Description     : Versatile file searching tool
Architecture    : any
URL             : https://docs.xfce.org/apps/catfish/start
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : dbus-python  gtk3  python-cairo  python-gobject  python-pexpect  xdg-utils  xfconf
Optional Deps   : mlocate: search in locate index [installed]
                  zeitgeist: search in zeitgeist index [installed]
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 1765,40 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : lun 09 ago 2021 09:25:00
Install Date    : sáb 04 sep 2021 08:36:59
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : SHA-256 Sum

Offline

#7 2021-09-04 08:53:53

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: Catfish not starting

Strange. I have the same version installed (pacman -Qi catfish). What can I do?

Offline

#8 2021-09-04 09:24:22

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: Catfish not starting

Start your own thread, probably? Very different error, related to xfconf (and maybe dbus?), so might not be catfish, but your session/environment.

I see a German message there; run it with LC_MESSAGES=C or LC_ALL=C to get untranslated output for these boards or web searches.

Offline

#9 2021-09-04 10:12:34

robson75
Member
From: Poland
Registered: 2020-06-28
Posts: 144

Re: Catfish not starting

On my xfce4 catfish runs without any errors

Przechwycenie-obrazu-ekranu-2021-09-04-12-04-04.png

also in the terminal

Przechwycenie-obrazu-ekranu-2021-09-04-12-03-39.png

EDIT.
You can build yourself from AUR FSearch
which I use myself.

Last edited by robson75 (2021-09-04 10:25:56)


Arch Linux Xfce - 64Bit Linux User #621110

Offline

#10 2021-09-04 12:22:00

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: Catfish not starting

My solution is to disable firejail for catfish. It works now. Maybe someone responsible for firejail can have a look at this. I have similar problems with Tor (Browser): https://bbs.archlinux.org/viewtopic.php?id=269370

Offline

Board footer

Powered by FluxBB