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

[BUG] - OnTheSpot GUI fails to start on Wayland due to missing Qt platform plugin #152

Open
xaviqo opened this issue Aug 30, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@xaviqo
Copy link

xaviqo commented Aug 30, 2024

When attempting to launch the onthespot_gui application, it fails with an error related to the Qt platform plugin. The application cannot start because the "wayland" Qt platform plugin could not be found. This issue occurs while using OnTheSpot version 0.5 on Fedora 39.

Error:

OTS Version : 0.5
Config version: 0.5
Attempting to use system ffmpeg binary !
Using ffmpeg binary at: /usr/bin/ffmpeg
[2024-08-30 19:40:21,050 :: init :: /home/xavi/.local/lib/python3.12/site-packages/onthespot/init.py -> 11: main() :: INFO] -> Starting application in
3
2
1
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

[1] 7370 IOT instruction (core dumped) onthespot_gui

@xaviqo xaviqo added the bug Something isn't working label Aug 30, 2024
@xaviqo xaviqo changed the title [BUG] [BUG] - OnTheSpot GUI fails to start on Wayland due to missing Qt platform plugin Aug 30, 2024
@xaviqo
Copy link
Author

xaviqo commented Aug 30, 2024

I've also tried to force xcb but the issue persists:

QT_QPA_PLATFORM=xcb onthespot_gui

@justin025
Copy link

justin025 commented Aug 31, 2024

Of my releases here (v0.6) would you prefer an appimage or a binary. Neither are built with wayland support but I could build whichever you prefer.

Since you look like an experienced developer you could just run the build scripts yourself, they should be pretty easy to follow.

@RandomLegend
Copy link

As a wayland user aswell, i'd love to have a wayland compatible build myself!

I don't care wether it's appiamge or binary :)

@justin025
Copy link

I added wayland libraries to the 0.6.1 builds https://github.com/justin025/onthespot/releases/tag/v0.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants