-
Notifications
You must be signed in to change notification settings - Fork 248
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
Player should support window scaling #101
Comments
What kind of error do you get with notify2? We have not tested the app for Windows, so your feedback is appreciated! :) |
notify2 uses dbus which I don't think has any chance to work in windows. Package dbus-python can't be installed on windows, so I removed it from setup.py.
I think notifications could be just disabled for windows. It is not critical feature :) |
Windows support, which was recently released, gets rid of notify2. I'll adjust this issue so that it focuses only on window scaling. |
If anyone decides to look at this: For window scaling, this could be implemented directly in the QRemoteDesktop ( |
Hi, Some suggestions for the player.
notify2 is totally incompatible with ms-windows, I think. I use the player with import notify2 and its calls commented out (but otherwise it works well, thanks).done in Added Windows support #129The text was updated successfully, but these errors were encountered: