Package Details: catt-qt 4.0-4

Git Clone URL: https://aur.archlinux.org/catt-qt.git (read-only, click to copy)
Package Base: catt-qt
Description: A control GUI for Chromecasts written using python3, catt api, pychromecast and PyQt5.
Upstream URL: https://github.com/soreau/catt-qt
Licenses: GPLv3
Submitter: d-air1
Maintainer: d-air1
Last Packager: d-air1
Votes: 3
Popularity: 0.004555
First Submitted: 2023-07-14 18:24 (UTC)
Last Updated: 2023-07-15 20:21 (UTC)

Latest Comments

d-air1 commented on 2024-11-28 08:21 (UTC)

@warp4ever. I don't get any crashes just running the package and I did a fresh install in a new virtual machine to make sure it still builds. If you think you have found a bug then you should report them to the developer, not here.

warp4ever commented on 2024-11-27 18:59 (UTC)

Traceback (most recent call last):
File "/usr/bin/catt-qt", line 8, in <module> sys.exit(main()) ^^^^^^
File "/usr/lib/python3.12/site-packages/cattqt/init.py", line 18, in main cattqt.main()
File "/usr/lib/python3.12/site-packages/cattqt/cattqt.py", line 1270, in main ex = App(app, version)
^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/cattqt/cattqt.py", line 567, in init self.initUI()
File "/usr/lib/python3.12/site-packages/cattqt/cattqt.py", line 640, in initUI device.filename = cast.media_controller.title
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MediaController' object has no attribute 'title'

d-air1 commented on 2023-07-15 20:21 (UTC)

@yochananmarqos Ok the remaining dependencies have been added.

yochananmarqos commented on 2023-07-15 20:02 (UTC)

@d-air1: Try running python -m build --wheel --no-isolation on it's own, you'll see Flit complain about the missing runtime dependencies.

xdg-desktop-portal is required for the file browser as it uses xdg-document-portal.

d-air1 commented on 2023-07-15 19:50 (UTC)

@yochananmarqos Make that four dependencies. I didn't include "xdg-desktop-portal" as well. Most people have that installed for separate reasons and I don't think it provides anything for this package. As well with the other dependencies, any reason this should be added?

d-air1 commented on 2023-07-15 19:44 (UTC)

@yochananmarqos Thanks for your advice. I have nearly made all of the changes with the exception of three dependencies. "python-brotli" and "python-websockets" and "python-pycryptodomex". The package builds and works fine without these. Does this break some functionality of the application for you? I don't mind including them, but I try not to include anything not strictly necessary.

yochananmarqos commented on 2023-07-15 16:36 (UTC)

I was able to build it with python-flit, see my PKGBUILD with missing dependencies (according to flit) added as well.