Skip to content

Commit 7d73602

Browse files
Update GUI-known-problems.md
1 parent ac37a73 commit 7d73602

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

wiki/GUI-known-problems.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ If you're running GNOME you need to install this extension -> https://github.com
1717
See the instructions detailed below to see how to enable it.
1818

1919
👉 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+
2028
See this issue for more information: https://github.com/evilsocket/opensnitch/issues/647#issuecomment-1383956333
2129

2230
🐛 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
2735
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
2836
```
2937

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:
39+
40+
https://github.com/evilsocket/opensnitch/issues/1214#issuecomment-2518864350
3141

3242
https://github.com/evilsocket/opensnitch/issues/1129 - https://stackoverflow.com/a/73383927 (`$ pip install protobuf==3.20.6`)
3343

@@ -118,7 +128,7 @@ If either of these methods work, add the variable to your `~/.bashrc` or `/etc/e
118128
https://codebrowser.dev/qt5/qtbase/src/gui/kernel/qguiapplication.cpp.html#1406
119129

120130

121-
### GUI crash/exception/does not show up on old distros (ubuntu 16, 18, ...)
131+
### GUI crash/exception/does not show up on old distros (ubuntu 16..18, linuxmint 17..19, ...)
122132

123133
You have to install `unicode_slugify` and `grpcio-tools`, usually not available in old distros. You can install them using pip:
124134

0 commit comments

Comments
 (0)