mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #108] [BUG] build from source - qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found #80
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peterpepo on GitHub (Dec 30, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/108
Describe the bug
Cannot launch after build according to instructions.
To Reproduce
Steps to reproduce the behavior:
apt install git python3-pip python3-venvExpected behaviour
This comment recommends building from source: https://github.com/casualsnek/onthespot/issues/101#issuecomment-1783716548
The prebuilt binary works for me - in terms I can launch it and works 90% of time, but I experience various issues such as metadata error, therefore I wanted to build from source.
System Information (please complete the following information):
899e75cAdditional context
Add any other context about the problem here.
@ghost commented on GitHub (Feb 6, 2024):
There seems to be a missing dependency in the readme. I had your same issue and installing adwaita-qt pulled in a list of about 11 qt related packages (one of them is required), after rebuilding onthespot with them installed it, ran just fine.
@peterpepo commented on GitHub (Feb 6, 2024):
Thank you @just37 , it started successfully after installing
adwaita-qt:)Would you mind sharing details how you figured this out?
@ghost commented on GitHub (Feb 6, 2024):
It was just by chance to be honest, I use onthespot whenever I launch spotify so that any songs I play are downloaded but was sick of the white ui. I had 2 hours free last night and coded in an option for a dark mode. The app would not compile and I knew that xcb is qt related so I installed qtcore and the app still would not compile. I installed adwaita-qt because I knew it would pull in all the required deps I was missing, after which the app compiled fine and I uninstalled adwaita-qt.
One of the following is required to build the app: