-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Issue Opensnitch GUI Linux Mint 20.1 Cinnamon #371
Comments
Hi @robjob1938 ! I've just tested it on a fresh Mint 20.1 installation and it has worked as expected . Try uninstalling the GUI:
and reinstall it again (when it asks for installing dependencies answer No):
Try launching it from a terminal as a regular user. If it fails install: |
Thanks for the quick reply. I followed those instructions, and nothing changed. I did make sure I had version 1.3.6-1. When I run: opensnitchd So it seems that opensnitch is running fine, it is a UI problem????? and: opensnitch-ui Traceback (most recent call last): Original exception was: |
I should also add that just double clicking the UI in Mint causes nothing to happen. |
Python 3.8.5 is what is installed |
Yes, the daemon is running fine 👍 mmmh, did you install the UI manually? or have you ever had a previous version of opensnitch? This path suggest me that it's not properly installed or that you have a previous installation: Verify with the following command that your installation is under Remove the installation from |
Thank you, it does seem that files are under There is an installation in I understand that this is wrong folder location however I am too much of a novice to know how to fix this. I once again tried to uninstall I also have to say everything in python3 folder is in the folder dist-packages standard@laptop:$ dpkg -L python3-opensnitch-ui |
Update: I spoke too soon. I can see the UI but I can't run opensnitch. It is red "not running" at the top right with the play button, but hitting play does nothing. reboot does not help. I am assuming this has something to do with the daemon now :( original: I figured it out: |
don't know if it helps but and |
great @robjob1938 ! glad to have helped you :) |
I need some help, this could be 100% me as this is day 10 of ever using Linux.
#1 I installed the needed packets from the installation notes: apt-get install g++ python3-dev python3-wheel python3-slugify
after that did not work I read the linked file here and did everything in the comments. gustavo-iniguez-goya#16
#2 I tried uninstalling both the GUI and Opensnitch and reinstalling, no dice.
After trying to force the UI through the terminal sudo opensnitch-ui I get the following (which does not help me, but may help someone more knowledgeable. Please help, I use this on my Pop!_os machine and it is exactly what I am looking for.
Traceback (most recent call last):
File "/usr/bin/opensnitch-ui", line 22, in
from opensnitch.service import UIService
File "/usr/local/lib/python3.8/dist-packages/opensnitch/service.py", line 17, in
import ui_pb2
File "/usr/local/lib/python3.8/dist-packages/opensnitch/ui_pb2.py", line 22, in
create_key=_descriptor._internal_create_key,
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_bin_opensnitch-ui.0.crash'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/opensnitch-ui", line 22, in
from opensnitch.service import UIService
File "/usr/local/lib/python3.8/dist-packages/opensnitch/service.py", line 17, in
import ui_pb2
File "/usr/local/lib/python3.8/dist-packages/opensnitch/ui_pb2.py", line 22, in
create_key=_descriptor._internal_create_key,
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
The text was updated successfully, but these errors were encountered: