From 254e7e8b1bc072a120783c0ae62db9245cdc3645 Mon Sep 17 00:00:00 2001 From: cyber-sushi Date: Fri, 7 Jun 2024 10:26:49 +0200 Subject: [PATCH] Edit troubleshooting section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe1b79c..915485d 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ To add other controllers, please open an issue. **Q**: Will application-specific bindings be implemented for other desktops like Gnome Wayland?\ **A**: Gnome on Wayland requires an extension to retrieve the active window through D-Bus, which is why I haven't implemented window tracking for it. If anyone finds a better solution, I'm all for it. Regarding other compositors, feel free to open an issue and I'll look into it. -**Q**: Makima gives me a "Permission Denied" error when launching, what do I do?\ +**Q**: Makima says that it's unable to create a virtual device, what do I do?\ **A**: Pick `50-makima.rules` from this repo and copy it into `/etc/udev/rules.d/`, then load the `uinput` module with `sudo modprobe uinput`. To load it automatically on boot, create `/etc/modules-load.d/uinput.conf` and write `uinput` inside. **Q**: SELinux prevents Makima's system service from running, what do I do?\