FS#71758 - [catfish] 4.16.1-1 refers to pkgdir

Attached to Project: Community Packages
Opened by lxgr (lxgr) - Friday, 06 August 2021, 20:26 GMT
Last edited by Antonio Rojas (arojas) - Friday, 06 August 2021, 20:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Running catfish gives this:
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
output.

The .desktop file refers to /build/catfish/pkg/catfish/usr/bin/catfish .
When building manually via abs the .desktop file refers to my local build path, but catfish then works.
So I guess it's a bug in PKGBUILD/an updated build procedure that has not been updated to the PKGBUILD.


Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
Running catfish.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 06 August 2021, 20:57 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#71733   FS#71600 

Loading...