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: wiki/GUI-known-problems.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ If you're running GNOME you need to install this extension -> https://github.com
17
17
See the instructions detailed below to see how to enable it.
18
18
19
19
👉 On the other hand, if you're running **LinuxMint <= 21.1** or **Ubuntu <= 22.10** or **Pop!_OS 22.04 LTS**, see if the process `opensnitch-ui` is consuming 100% of the CPU.
20
+
21
+
Solution to this problem:
22
+
23
+
```bash
24
+
~ $ pip install grpcio==1.41.0
25
+
~ $ pip install protobuf==3.20.0
26
+
```
27
+
20
28
See this issue for more information: https://github.com/evilsocket/opensnitch/issues/647#issuecomment-1383956333
21
29
22
30
🐛 As a consequence of the previous problem, you may also encounter this error:
@@ -27,7 +35,9 @@ If you cannot immediately regenerate your protos, some other possible workaround
27
35
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
28
36
```
29
37
30
-
The solution to this problem is described in these issues:
38
+
The solution to this problem is also described in detail in these issues:
0 commit comments