Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate code from PyQt5 to PySide6 #720

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zefr0x
Copy link

@zefr0x zefr0x commented Nov 2, 2023

This pull-request aims to migrate torbrowser-launcher from Qt5 to Qt6.


The next step is to update deps in BUILD.md, build_rpm.sh, and stdeb.cfg to install python3-pyside6 rather than python3-pyqt5. But for the time beeping, Debian doesn't ship pyside6 in there repos and so does Fedora.

By the way according to my knowledge, torbrowser-launcher is currently violating PyQt5's GPLv3 license by being licensed under MIT (unless the commercial license is used). So we must use PySide6 or chagne torbrowser-launcher's license to GPLv3.

Should we just don't care about GPLv3, FOSS, and official support and use PyQt6 rather than PySide6 since PyQt6 is already available in Debian Bookworm and Fedora?

Read More: https://www.pythonguis.com/faq/pyqt6-vs-pyside6/

@AsciiWolf
Copy link
Collaborator

Thanks for your PR and for working on the Qt6 support! If possible, please submit your changes here instead. The GitHub repo is just a mirror.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants