evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.92k stars 510 forks source link

opensnitch-ui doesn't start #568

Closed molitona closed 2 years ago

molitona commented 2 years ago

Describe the bug When launch opensnitch-ui, it doesn't start.

Include the following information:

Steps to reproduce the behavior:

  1. open terminal
  2. type opensnitch-ui

Post error logs: λ ~/ opensnitch-ui Traceback (most recent call last): File "/usr/bin/opensnitch-ui", line 22, in from opensnitch.service import UIService ModuleNotFoundError: No module named 'opensnitch'

gustavo-iniguez-goya commented 2 years ago

Hi @molitona ,

Please, ask AUR maintainer about that error, they'll probably help you out better than me with that problem. Anyway, review also installation logs.

molitona commented 2 years ago

I installed opensnitch pkg which is the most updated version now for arch. I got that prompt when opening ui, what's the matter ? e

gustavo-iniguez-goya commented 2 years ago

The daemon and the GUI are at different versions, maybe you mixed up package installations? I have no idea since I haven't created that package, so please, review what packages you installed (be sure that the daemon and the GUI are at the same level) and contact AUR package maintainer. Or ask on the Arch forums.

v1.5.x is the current development version, while v1.4.x only receive bug fixes.

molitona commented 2 years ago

Haven't mixed anything. It's opensitch AUR pkg installation. BTW, can it cause problems ?

gustavo-iniguez-goya commented 2 years ago

Yes, it can cause problems. v1.5.0 daemon version contain changes that might be incompatible with v1.4.0 GUI.

Closing since this is not an opensnitch error.