-
-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI does not work in Ubuntu 20.04 #678
Comments
Hi @pabloab , Could you post your python3-protobuf installed version? Also, could you launch the GUI as follow?: Thak you for reporting this issue! I'll try to reproduce it to try several things before bothering you with more tests. |
On a fresh ubuntu 20.04 installation, with python3-protobuf 3.6.1 (3.6.1.3-2ubuntu5) and python3-grpcio (1.16.1-1ubuntu5) 1.16.1 the GUI works fine as expected.
mmh, have you installed or upgraded recently anything? |
python3-protobuf 3.6.1.3-2ubuntu5
Beside just regular apt update/upgrade, I had some issues between guake (build from source) and python libraries installed through brew.
I installed python3-grpcio (apt) and now it's working. I uninstalled it a couple of days ago (UI stopped working weeks ago) trying to fix this issue (maybe based on this comment), so it is unclear to me what happened. |
🎉 :) |
A regular
|
@pabloab see if you have any python3-protobuf or python3-grpcio locally installed, either in your home: If you have any of those packages installed in those directories remove them with pip and try again. It looks like a compatbility problem between installed versions. |
closing, follow last comment to address this problem. |
Maybe not related, but I recently fix an issue with |
OpenSnitch (service and UI) was running fine on my Ubuntu 20.04, v1.5.0. Not sure why now UI crush with (service status is fine):
Doesn't seem related to issue #647 (
pip3 install --ignore-installed grpcio
doesn't solve the issue). Tried installing last stable version (python3-opensnitch-ui v1.5.1-1) without luck (no errors through the installation).Using Ubuntu 20.04.4 LTS, GNOME Shell, Linux 5.4.0-120-generic #136-Ubuntu SMP Fri Jun 10 13:40:48 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux. python3-protobuf v3.6.1.3-2ubuntu5.
To reproduce, run
/bin/sh -c 'pkill -15 opensnitch-ui; opensnitch-ui'
on a terminal.The text was updated successfully, but these errors were encountered: