-
Notifications
You must be signed in to change notification settings - Fork 36
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
first run on clean MATE system doesn't recognize tablet #59
Comments
skomra
added a commit
to skomra/wacom-gui
that referenced
this issue
Jan 25, 2022
Specifically this is seen the first time the program runs on a system. tb2097#59
skomra
added a commit
to skomra/wacom-gui
that referenced
this issue
Jan 26, 2022
Specifically this is seen the first time the program runs on a system. tb2097#59
Merged
skomra
added a commit
to skomra/wacom-gui
that referenced
this issue
Feb 7, 2022
Specifically this is seen the first time the program runs on a system. tb2097#59
tb2097
pushed a commit
that referenced
this issue
Feb 13, 2022
* Avoid crash on exit when no configuration is present. Specifically this is seen the first time the program runs on a system. #59 * ensure the configuration directory is always present Currently the UI displays a blank ExpressKey window the first time the program is run. If we create the config directory earlier in the process the ExpressKey panel will always be visible.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the error message you see on exit after the first run on a clean MATE system
Traceback (most recent call last):
File "/usr/local/wacom-gui/wacom-gui.py", line 442, in closeEvent
self.updateConfigs()
File "/usr/local/wacom-gui/wacom-gui.py", line 372, in updateConfigs
if pad != self.configs[self.dev][self.config]['pad']['buttons']:
The text was updated successfully, but these errors were encountered: