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
Copy file name to clipboardExpand all lines: streamerbot/1.get-started/installation/linux/index.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,28 +126,3 @@ Download `lutris/streamerbot.yaml` from GitHub
126
126
2. Select the `streamerbot.yaml` file (download link above)
127
127
3. Follow the installer steps to install Streamer.bot to your location of choice.
128
128
4. Launch Streamer.bot from Lutris!
129
-
130
-
## Known Issues
131
-
132
-
### Groups
133
-
[Action](/guide/actions) and [Command](/guide/commands) lists do not render any configured group names or groupings.
134
-
135
-
All actions and commands are listed in the order they have been added.
136
-
137
-
### Viewer Context Menu
138
-
The :kbd{value="Right-Click"} context menu on users within the viewers tab may not render correctly. You need to move the mouse over the opening context menu to let it fully appear.
139
-
140
-
::success
141
-
This issue has been resolved in Wine 7 and later
142
-
::
143
-
144
-
::tip
145
-
The speed with which the context menu appears can be improved by redirecting `stdout` to `/dev/null`
146
-
147
-
```bash
148
-
wine Streamer.bot.exe >/dev/null 2>&1
149
-
```
150
-
::
151
-
152
-
### Streamer.bot Chat
153
-
The built-in chat and event feed windows will not work due to missing `WebView2` when using the install script or the Lutris installer. However, they work when using Bottles's Streamer.bot installer.
0 commit comments