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

Not saving settings between restarts #9

Open
SilasHoffmann opened this issue Dec 31, 2024 · 5 comments
Open

Not saving settings between restarts #9

SilasHoffmann opened this issue Dec 31, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@SilasHoffmann
Copy link

I downloaded the executable and executed it. It automatically starts at startup, but other settings, for example for the device low battery notifications, are not saved. Should the program create a config file automatically, have I to create it manually or should i move the executable to a specific directory?

Device: Logitech G733 Lightspeed
OS: Arch
DE: KDE
executable location of headsetcontrol and headsetcontrol-gui: subfolder of my user directory

@nicola02nb
Copy link
Collaborator

nicola02nb commented Dec 31, 2024

It should create a file the first time you change one of this settings...

The config/settings file are stored in the AppDataLocation defined by Qt depending by OS it is running.
You can check standardpaths there: https://doc.qt.io/qt-6/qstandardpaths.html

Wihch for you should be something like:
~/.local/share/HeadsetControl-GUI
/usr/local/share/HeadsetControl-GUI
/usr/share/HeadsetControl-GUI

Please tell me if I'm wrong...

@nicola02nb
Copy link
Collaborator

Also I have just seen that the continous version had an issue with loading devices configs, and now it's fixed...

@SilasHoffmann
Copy link
Author

The config file exists in ~/.local/share/HeadsetControl-GUI and has the settings in it I configured when I set up the program, but now it shows and uses the default settings and doesnt stick to the settings in the config file.

@nicola02nb
Copy link
Collaborator

Are you using the latest release 0.17.0, right?

Have you plugged other compatible devices before and chagend their settings?

@nicola02nb
Copy link
Collaborator

Would you try to see if the latest continuous version has the same problem?

@nicola02nb nicola02nb added the bug Something isn't working label Feb 5, 2025
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

2 participants