-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
In Ubuntu, I encountered a problem where Keebie was unable to detect my keyboards. The underlying issue was that the inotifywatch utility was not installed.
The inotifywatch utility is used for monitoring device files within the code. To resolve this problem, you can use the following commands to install it:
sudo apt-get update
sudo apt-get install inotify-tools
Executing these commands will update the package lists and install the necessary inotify-tools package. Once installed, you should be able to use inotifywatch without any issues.
Metadata
Metadata
Assignees
Labels
No labels