01-15-2022, 04:27 AM
(01-15-2022, 02:42 AM)arcanemachine Wrote: The dot in the `.local` folder means it's a hidden folder. The folders `squeekboard` and `keyboards` may not exists, so you'll need to use `mkdir` to make them.
I might add:
mkdir -p ~/.local/share/squeekboard/keyboards/
That way you can create both directories in 1 go, and if they already exist, nothing will happen.
And if only "squeekboard" exists but not "keyboards", then only "keyboards" will be created.
母語は日本語ですが、英語も喋れます(ry