Page 3 of 3

Re: Cable app now has side-by-side connections manager

Posted: Wed Feb 26, 2025 5:41 pm
by asbak

Thanks I tried but no luck

Code: Select all

raceback (most recent call last):
  File "/usr/bin/cable", line 2, in <module>
    from Cable import main
  File "/usr/lib/python3/dist-packages/Cable.py", line 10, in <module>
    from PyQt6.QtGui import QFont, QIcon, QGuiApplication, QActionGroup, QAction
ImportError: /usr/lib/x86_64-linux-gnu/libQt6DBus.so.6: undefined symbol: _ZN9QtPrivate23CompatPropertySafePointC1EP14QBindingStatusP20QUntypedPropertyData, version Qt_6

/usr/lib/x86_64-linux-gnu/libQt6DBus.so.6 -> libQt6DBus.so.6.2.4

Re: Cable app now has side-by-side connections manager

Posted: Wed Feb 26, 2025 6:52 pm
by magill

Do you have python3-pyqt6 installed?
If yes, try https://github.com/magillos/Cable/relea ... _pyqt5.deb as it's PyQT5 version so it might work for you.


Re: Cable app now has side-by-side connections manager

Posted: Tue Mar 04, 2025 10:33 am
by magill

I pushed some updates to the app;

-Migration to PyQT 6.
-Added option to keep buffer and sample rate saved.
-Added auto-start option (should work straight away with Arch package and flatpak and deb. For pyinstaller binary and AppImage, 'Exec' entry in ~/.config/autostart/cable-autostart.desktop has to be amended for that to work).
-'Default App' toggle should now remember its state.

Deb, flatpak, AppImage, Arch package and pyinstaller executable are available in releases: https://github.com/magillos/Cable/releases/tag/0.5


Re: Cable app now has side-by-side connections manager

Posted: Tue Mar 11, 2025 10:10 pm
by magill

Version 0.6 landed with additional tab displaying pw-top output: https://github.com/magillos/Cable/releases/tag/0.6

pw-top.png
pw-top.png (140.76 KiB) Viewed 638 times

Re: Cable app now has side-by-side connections manager

Posted: Mon Mar 17, 2025 2:12 pm
by magill

Version 0.7 released.
Ports can now be grouped with a toggle and right click menu. PKGBUILD (also on AUR), Arch package, deb, AppImage, flatpak and pyinstaller are available.
https://github.com/magillos/Cable/releases/tag/0.7

Cables.png
Cables.png (239.58 KiB) Viewed 560 times

Re: Cable app now has side-by-side connections manager

Posted: Sat Mar 29, 2025 10:40 pm
by magill

New feature arriving soon:

Screenshot_20250329_223206.png
Screenshot_20250329_223206.png (99.39 KiB) Viewed 152 times

Re: Cable app now has side-by-side connections manager

Posted: Sun Mar 30, 2025 4:33 am
by tseaver

@magill many thanks for taking the bit between your teeth and running away with Cable. Not only are you doing the lifting on the development side (or, as you humble-brag, faking it with LLM prompts): you are also responding in a timely way with grace to feedback from sometimes-disgruntled users, which is waaaaay harder.


Re: Cable app now has side-by-side connections manager

Posted: Sun Mar 30, 2025 10:02 am
by magill

Cheers! I might be faking it with LLMs but the app is real! I must say I have so much respect for real devs, doing it everything on their own. Even with "bots", it takes so much time and effort to make everything run and work as imagined. I can inly hope it's worth it.