You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
Error: Unhandled exception
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/guiscrcpy/ui/pyside2/main.py", line 31, in setupUi
MainWindow.setSizePolicy(sizePolicy)
TypeError: arguments did not match any overloaded call:
setSizePolicy(self, a0: QSizePolicy): argument 1 has unexpected type 'PySide2.QtWidgets.QSizePolicy'
setSizePolicy(self, hor: QSizePolicy.Policy, ver: QSizePolicy.Policy): argument 1 has unexpected type 'PySide2.QtWidgets.QSizePolicy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/guiscrcpy/cli.py", line 157, in cli
bootstrap(
File "/usr/lib/python3.10/site-packages/guiscrcpy/launcher.py", line 1287, in bootstrap
guiscrcpy = InterfaceGuiscrcpy(
File "/usr/lib/python3.10/site-packages/guiscrcpy/launcher.py", line 111, in __init__
self.setupUi(self)
File "/usr/lib/python3.10/site-packages/guiscrcpy/ui/pyside2/main.py", line 33, in setupUi
MainWindow.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding)
TypeError: arguments did not match any overloaded call:
setSizePolicy(self, a0: QSizePolicy): argument 1 has unexpected type 'PySide2.QtWidgets.QSizePolicy.Policy'
setSizePolicy(self, hor: QSizePolicy.Policy, ver: QSizePolicy.Policy): argument 1 has unexpected type 'PySide2.QtWidgets.QSizePolicy.Policy'
To Reproduce
Steps to reproduce the behavior:
Go to '...'
-Start Menu
Click on '....'
-Favorites Tab
Scroll down to '....'
-guiscrcpy
See error
-after clicking on guiscrcpy app launcher
Expected behavior
quiscrcpy launches as it always used to do
Screenshots
If applicable, add screenshots to help explain your problem.
(Also remove the unnecessary geometry restrictions; I had to do so manually using a KWin rule in order to see the entire lines of the traceback...
Desktop (please complete the following information):
Windows
Architecture: Example: 32-bit / 64-bit
Version: Example: 10, 8.1, 7
[ .] Linux
Please paste your neofetch here. (What is a neofetch)
A neofetch is always available in your package repositories.
If you do not want to install neofetch; Please provide the name of your desktop environment, distro and architecture
MacOS
Version: Example Catalina 10.15
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
As indicates @yochananmarqos (thank you!), it is solved using env QT_API=pyside2 guiscrcpy as the menu shortcut (same with Rofi in run mode as it is like running in the terminal).
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
-Start Menu
-Favorites Tab
-guiscrcpy
-after clicking on guiscrcpy app launcher
Expected behavior
quiscrcpy launches as it always used to do
Screenshots
If applicable, add screenshots to help explain your problem.
(Also remove the unnecessary geometry restrictions; I had to do so manually using a KWin rule in order to see the entire lines of the traceback...
Desktop (please complete the following information):
Please paste your
neofetch
here. (What is a neofetch)A
neofetch
is always available in your package repositories.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: