evilsocket / opensnitch

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

Size scale issue, really big buttons/windows #226

Closed B4rabbas closed 3 years ago

B4rabbas commented 5 years ago

Hello, I've builded open snitch today but it's very unusable like this, see the attachement for better comprehension.

Cheers.

B screenshot openshot statistics

Duckseazon commented 5 years ago

Hi,

Same issue here on Debian 9.6 with Cinnamon 3.2.7 installed. Opensnitch can be used but it is difficult and not straightforward.

Thanks

MatteoManzoni commented 5 years ago

Hi, I had the same issue I resolved it disabling the QT autoscaling putting QT_AUTO_SCREEN_SCALE_FACTOR to 0 in opensnitch-ui.

Running Arch KDE on 4k screen.

Duckseazon commented 5 years ago

Where are you changing this setting? I tried to add this to ~/.opensnitch/ui-config.json but nothing changed. Thank you for your help

MatteoManzoni commented 5 years ago

I modify the python command that launch the UI. Mine was under /usr/bin/

Duckseazon commented 5 years ago

Thanks a lot, it worked! Mine was located here /usr/local/bin.

alexschomb commented 5 years ago

Thanks, this helped on Manjaro KDE as well. I modified the line to look like this:

os.environ["QT_AUTO_SCREEN_SCALE_FACTOR"] = "0"

Unfortunately this has to be redone after each update.

gustavo-iniguez-goya commented 3 years ago

I think this is fixed with latest version. Feel free to reopen it if it still occurs.