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

PSA: Works underneath Linux Mint 21 #3

Open
sam-k0 opened this issue Aug 23, 2024 · 3 comments
Open

PSA: Works underneath Linux Mint 21 #3

sam-k0 opened this issue Aug 23, 2024 · 3 comments

Comments

@sam-k0
Copy link

sam-k0 commented Aug 23, 2024

Compiles and runs underneath:
Linux Mint 21.3
Kernel 5.15.x

I just needed to add #include <QDebug> to mainwindow.cpp
I think running qmake and make works as qt5 is preinstalled.

@LeoKlaus
Copy link
Owner

Great to hear, thank you for the info!

@sam-k0
Copy link
Author

sam-k0 commented Aug 24, 2024

Ah and also, I noticed something. I am using Logitech G733 and whenever I turned my headset off, it returns -24 as code for battery, instead of -2.

@nicola02nb
Copy link
Collaborator

henever I turned my headset off, it returns -24 as code for

Are you running latest version of headsetcontrol?
If so, try to run headsetcontrol -o json and look for battery level and it should look like this:

"battery": {
    "status": "BATTERY_UNAVAILABLE",
    "level": -1
}

It might be a bug related of how the battery level/status is calculated/detected on headsetcontrol.

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

No branches or pull requests

3 participants