Having issues with Input Remapper when booting into Bazzite
Hi there,
New Bazzite Gnome user here. My issue is that I told Input Remapper to autostart my mouse profile, but it doesn't. When I boot into Bazzite, I need to manually start the program, input my password and click apply for it to work.
**System Information and logs**
1. `input-remapper-control --version`: 2.2.0
2. which linux distro (ubuntu 20.04, manjaro, etc.): Bazzite F42a
3. which desktop environment (gnome, plasma, xfce4, etc.): Gnome
4. `sudo ls -l /proc/1/exe` to check if you are using systemd: No clue what this means
5. `cat ~/.config/input-remapper-2/config.json` to see if the "autoload" config is written correctly:
{
"version": "2.2.0",
"autoload": {
"Logitech G305": "Mouse 001",
"Logitech MX Keys": "new preset"
}
}
6. `systemctl status input-remapper -n 50` the service has to be running:
○ input-remapper.service - Service to inject keycodes without the GUI applicati>
Loaded: loaded (/usr/lib/systemd/system/input-remapper.service; disabled; >
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: inactive (dead)
7. `journalctl -b | grep input-remapper`
```
**Testing the setup**
1. `input-remapper-control --command hello`
2. `sudo pkill -f input-remapper-service && sudo input-remapper-service -d & sleep 2 && input-remapper-control --command autoload`, are your keys mapped now?
3. `sudo udevadm control --log-priority=debug && sudo udevadm control --reload-rules && journalctl -f | grep input-remapper`, now plug in the device that should autoload
0 条评论