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

User settings not loaded when a Bluetooth tablet is connected #39

Open
jcpearson opened this issue Jan 7, 2020 · 2 comments
Open

User settings not loaded when a Bluetooth tablet is connected #39

jcpearson opened this issue Jan 7, 2020 · 2 comments

Comments

@jcpearson
Copy link

When powering on a PTH-660 connected over Bluetooth to CentOS 7, saved wacom-gui user settings are not loaded

This is because the file /etc/udev/rules.d/99-wacom-gui.rules will only trigger wacom-gui.service for tablets connected over USB

I managed to get this to work by adding the following line to /etc/udev/rules.d/99-wacom-gui.rules:

ENV{PRODUCT}=="5/56a/*/*" TAG+="systemd", ENV{SYSTEMD_WANTS}+="wacom-gui.service"

I have no idea is this is the 'best' way to do this ... I used a bit of trial-n-error based on the syntax in /usr/lib/udev/rules.d/65-libwacom.rules - but it appears to work for me

@tb2097
Copy link
Owner

tb2097 commented Jan 7, 2020

I believe the issue is more related to how the tablet information is being parsed out and the changes made in libwacom (#38 ) as BT was working in previous versions, but I had not tested it in over a year since I can only usually get my hands on older non-BT tablets. I'll try to get one, update libwacom-data, and ensure this is working for the next release.

@tb2097
Copy link
Owner

tb2097 commented Jan 7, 2020

I've built an RPM to install libwacom-1.2 (latest) on EL7; the spec file is in the rpmbuild directory. I will do some testing to see if it is stable and in the meantime I will do testing with the updated data files to resolve the compatibility issues with the format change.

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

2 participants