LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Anyone else having trouble with catfish 1.2.2 on Slackware 14.1? (https://www.linuxquestions.org/questions/slackware-14/anyone-else-having-trouble-with-catfish-1-2-2-on-slackware-14-1-a-4175535670/)

tiuz 03-03-2015 02:42 PM

Anyone else having trouble with catfish 1.2.2 on Slackware 14.1?
 
Hello,

I just installed catfish 1.2.2 (slackbuilds.org). All deps are installed, and catfish compiled without any problems/errors.

But when i try to start i´ll get this:

(catfish.py:9269): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:67:17: Theming engine 'unico' not found

(catfish.py:9269): Gtk-WARNING **: Invalid input string

(catfish.py:9269): Gtk-WARNING **: Invalid input string

(catfish.py:9269): Gtk-WARNING **: Invalid input string

(catfish.py:9269): Gtk-WARNING **: Invalid input string

(catfish.py:9269): Gtk-WARNING **: Unknown property: GtkInfoBar.show-close-button

(catfish.py:9269): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Fehler in Zeile 1, Zeichen 21: Ungültiger UTF-8-kodierter Text im Namen - »Ver\xe4ndert« ist nicht gültig

(catfish.py:9269): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(catfish.py:9269): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Fehler in Zeile 1, Zeichen 21: Ungültiger UTF-8-kodierter Text im Namen - »Ver\xe4ndert« ist nicht gültig
Traceback (most recent call last):
File "/usr/share/catfish/bin/catfish.py", line 44, in <module>
catfish.main()
File "/usr/share/catfish/catfish/__init__.py", line 73, in main
window = CatfishWindow.CatfishWindow()
File "/usr/share/catfish/catfish_lib/Window.py", line 49, in __new__
new_object.finish_initializing(builder)
File "/usr/share/catfish/catfish/CatfishWindow.py", line 211, in finish_initializing
if SudoDialog.check_dependencies(['locate', 'updatedb']):
File "/usr/share/catfish/catfish_lib/SudoDialog.py", line 54, in check_dependencies
pexpect.TIMEOUT]) == 3:
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1418, in expect
timeout, searchwindowsize)
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1433, in expect_list
timeout, searchwindowsize)
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1490, in expect_loop
index = searcher.search(incoming, freshlen, searchwindowsize)
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1946, in search
match = s.search(buffer, searchstart)
RuntimeError: internal error in regular expression engine

Anyone else getting this?

willysr 03-03-2015 05:20 PM

Have you installed the deps?
pexpect, pyxdg, pygobject3

brobr 03-03-2015 05:28 PM

Quote:

Originally Posted by tiuz (Post 5326415)
I just installed catfish 1.2.2 (slackbuilds.org). ....

(catfish.py:9269): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Fehler in Zeile 1, Zeichen 21: Ungültiger UTF-8-kodierter Text im Namen - »Ver\xe4ndert« ist nicht gültig

(catfish.py:9269): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()


Anyone else getting this?

No, but I am running catfish 1.2.2 on an English-language computer (with current). Would something has gone wrong with language/UTF/zone (during compilation) ????

tiuz 03-04-2015 07:10 AM

Yes, all dependencies are installed. Rebuild it today to see if there are any errors/warings about language setting stuff, but none there. I might try an older version and see if i get the same issue.

thx,

tiuz 03-04-2015 08:47 AM

I have been testing building catfish from version 1.0.3 to 1.2.2

Version 1.2.2, 1.2.1 and 1.2.0 have all the same issues that i have mentioned above, when trying to start catfish.

For all these version i get only these warnings while building the package:

Checking module dependencies...
No protocol specified

** (build.py:18101): WARNING **: Could not open X display
No protocol specified
No protocol specified
No module named zeitgeist
...Warning: The optional module zeitgeist is missing.
...OK

However when i build 1.0.3 i got the same warnings than with the newer versions but now when i try to start catfish (version 1.0.3) i get this:

(catfish.py:19112): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:67:17: Theming engine 'unico' not found

(catfish.py:19112): Gtk-WARNING **: Invalid input string

(catfish.py:19112): Gtk-WARNING **: Invalid input string
/usr/bin/catfish: Zeile 2: 19112 Speicherzugriffsfehler python /usr/share/catfish/bin/catfish.py "$@"

I have double checked all dependencies.

Any ideas?

Thx,

bassmadrigal 03-04-2015 10:03 AM

Quote:

Originally Posted by tiuz (Post 5326782)
** (build.py:18101): WARNING **: Could not open X display

The error with not being able to open X display is usually because you're trying to start an X app either remotely or as another user (typically root). Does it seem like the rest of the build process finishes without errors?

tiuz 03-04-2015 10:17 AM

Quote:

Originally Posted by bassmadrigal (Post 5326815)
The error with not being able to open X display is usually because you're trying to start an X app either remotely or as another user (typically root). Does it seem like the rest of the build process finishes without errors?

Yep, the rest of the build process finishes without problems/errors.

PROBLEMCHYLD 05-13-2017 10:31 AM

Does anyone have a copy and slackbuild for 1.2.2?

bassmadrigal 05-13-2017 12:17 PM

Where is the 1.2.2 version coming from? The latest release on SBo is 0.3.2 and the latest release of catfish is 0.4.0.1.

PROBLEMCHYLD 05-13-2017 12:53 PM

Quote:

Originally Posted by bassmadrigal (Post 5710146)
Where is the 1.2.2 version coming from? The latest release on SBo is 0.3.2 and the latest release of catfish is 0.4.0.1.

Here is the motherload.

https://launchpad.net/catfish-search/+download

PROBLEMCHYLD 05-13-2017 05:18 PM

Got it working with not trouble. Thanks

bassmadrigal 05-13-2017 06:14 PM

Quote:

Originally Posted by PROBLEMCHYLD (Post 5710156)

Ah, I didn't realize it was moved. It might be worth emailing the SlackBuild maintainer to see if he is aware. He has the site I linked to as the homepage rather than launchpad.net's.

Although, based on that latest entry on the site, it seems that 0.3.2 is the last version using gtk+2, and the newer versions rely on gtk+3. It could be the maintainer is not wanting to add a gtk+3 dependency to catfish, but that is just speculation on my part. He could just not be aware that such newer versions are available.

dive 05-15-2017 03:49 PM

Quote:

Originally Posted by bassmadrigal (Post 5710290)
Ah, I didn't realize it was moved. It might be worth emailing the SlackBuild maintainer to see if he is aware. He has the site I linked to as the homepage rather than launchpad.net's.

Although, based on that latest entry on the site, it seems that 0.3.2 is the last version using gtk+2, and the newer versions rely on gtk+3. It could be the maintainer is not wanting to add a gtk+3 dependency to catfish, but that is just speculation on my part. He could just not be aware that such newer versions are available.

Hi, I have an update to 1.4.2 ready to submit as soon as submissions are open again. I've kept the old homepage the same as it has all the relevant info + pics.

Cheers

kikinovak 05-17-2017 04:32 PM

Quote:

Originally Posted by tiuz (Post 5326415)
Hello,

I just installed catfish 1.2.2 (slackbuilds.org). All deps are installed, and catfish compiled without any problems/errors.

But when i try to start i´ll get this:

(catfish.py:9269): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:67:17: Theming engine 'unico' not found

I had similar troubles with Catfish some time ago. This motivated me to check out Recoll, which works so much better I never bothered to look back.

Cheers,

Niki

PROBLEMCHYLD 05-17-2017 04:51 PM

Quote:

Originally Posted by dive (Post 5711107)
Hi, I have an update to 1.4.2 ready to submit as soon as submissions are open again. I've kept the old homepage the same as it has all the relevant info + pics.

Cheers

Is it possible to get a copy, or do I have to wait on SBo?


All times are GMT -5. The time now is 06:11 AM.