gustavo-iniguez-goya / opensnitch

OpenSnitch is a GNU/Linux application firewall
GNU General Public License v3.0
394 stars 20 forks source link

opensnitch-ui_1.0.0rc9-1 - Create Dest port can not be empty #22

Closed jonau01 closed 4 years ago

jonau01 commented 4 years ago

I just installed opensnitch_1.0.0rc9-1, opensnitch-ui_1.0.0rc9-1 on linux mint 19.3. I attempted to create a new rule for google chrome based on what I saw you described in sharing a user experience and I got error : Dest port can not be empty .

Is it intended or is it a bug ? According to what I saw in your example the "To this destination IP" was empty. If it was intended how did you create your rule with "To this destination IP" not defined ?

opensnitch_r9_Dest_port_can_not_be_empty

Ph0rk0z commented 4 years ago

It is leaving port gray. I just edited old chromium rule to add the port and it works. But my version is built from source.

gustavo-iniguez-goya commented 4 years ago

The problem is the theme, it looks like something is already written in the textbox, but in reality it's empty. Did you try to type a port, 80 or a regex: (80|443)? I tested it on LinuxMint 19.3 as well and as far as I can tell it should work.

gustavo-iniguez-goya commented 4 years ago

The same dialog with the DstPort empty, but on cinnamon:

image

mmh, taking a look at your screenshot, I'd say that the LinuxMint theme is wrong. Enabled widgets are grayed out and disabled widgets blank, and it's exactly the opposite on kde/cinnmaon/xfce.

jonau01 commented 4 years ago

Yes, it's a "theme" or something like display issue.
I just typed in the exact same value and I was able so save it. I have linux mint xfce 19.3

Thank you