You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once it's finished installing, you can update and run the Babble app by typing `babble-app` into your terminal.
36
44
37
45
*You should also be able to run the Windows executable through Wine!*
38
46
39
-
#### Notes:
47
+
#### Notes on Linux:
48
+
49
+
##### KDE Plasma
50
+
51
+
If your GUI window shows just the top row of radio buttons, set a resolution for the Babble App manually in KDE's Window Settings. 800x600y is a good starting point with plenty of empty space.
52
+
53
+
---
54
+
55
+
##### v4l2/v4l-linux
56
+
40
57
If you receive a `["Error listing UVC devices on Linux ... No such file or directory"]` when choosing/changing your camera, you'll need to install video4linux (`v4l-utils`) for your distro.
41
58
42
59
For Ubuntu or other distros with apt:
43
60
```bash
44
61
sudo apt-get install v4l-utils
45
62
```
46
63
64
+
---
65
+
66
+
##### tkinter
67
+
47
68
If you receive a `ModuleNotFoundError: No module named 'tkinter'` error message on run, you'll need to install `tkinter` for your distro.
You can read more about this [here](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter).
59
80
81
+
---
82
+
83
+
##### udev
84
+
85
+
If you have trouble connecting to your Babble Board (IE being denied permission to access it), you will need to set up and configure [udev](https://docs.platformio.org/en/latest/core/installation/udev-rules.html) rules.
86
+
60
87
## Usage
61
88
We have integrations for [VRChat](https://docs.babble.diy/docs/software/integrations/vrc), [Resonite](https://docs.babble.diy/docs/software/integrations/resonite) and [ChilloutVR](https://docs.babble.diy/docs/software/integrations/chilloutVR)!
0 commit comments