evilsocket / opensnitch

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

Edit option does not work on newly cloned rule in opensnitch UI #1027

Closed brbar closed 7 months ago

brbar commented 10 months ago

If you clone the rule and try to edit it - nothing will happen. I'm using the recent version of opensnitch 1.6.3.

Steps to reproduce:

  1. Clone an existing rule
  2. Click edit on newly cloned rule. Edit rule window will not open.
lainedfles commented 10 months ago

@brbar You may need to provide more information about your environment, i.e. OS version, display environment, etc. Additionally, UI & daemon debug logging may shed some light on your problem; I'm unable to re-produce it per your description via master build of 1.6.3. Does this occur with a specific rule or any?

gustavo-iniguez-goya commented 7 months ago

hey @brbar ,

I think this issue has been partially fixed on v1.6.4. At least it opens the rules editor dialog.

The reason that could have caused this error might have been a typo, fixed here: 72756c85b86d198e0bb915dad7ca61b59694c5c1

But I realize, that the fields of the rules are not displayed in the dialog, if the type is "list". I'll investigate it.