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

GUI Fails to Launch #287

Closed seonwoolee closed 3 years ago

seonwoolee commented 4 years ago

I'm using Arch Linux and installed opensnitch through the AUR package. The opensnitchd daemon starts and runs just fine. Whenever an application tries to access the network, the notification window pops up

However, I cannot launch the ui that shows all the connections made. When I run opensnitch-ui, I get the following message Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created. and the terminal hangs there

yochananmarqos commented 4 years ago

@seonwoolee I've made a working PKGBUILD.

EDIT: The AUR maintainer just updated the package to use my PKGBUILD.

seonwoolee commented 4 years ago

I still get the same error with your PKGBUILD

thomasmodeneis commented 4 years ago

yep, having same issue after upgrading to ubuntu 19.10 (gcc 9.2.1, Python 3.7.5, pip 18.1)

seonwoolee commented 3 years ago

Don't know which package version started working for me, but the AUR package is working for me now. Closing