-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SOLVED] OpenSnitch UI does not start minimized #764
Comments
Hi @Frereneo ! You need to install the extension https://extensions.gnome.org/extension/615/appindicator-support/ Try it and let me know if it fixes the issue. |
Hi @gustavo-iniguez-goya, |
hey @Frereneo , sorry for the delayed response. Even if Gnome killed this feature some time ago, I don't think they'll kill extensions, so I guess that for the time being we're safe on this regard. Anyway, the problem is that the GUI is (mainly) composed of 4 components:
It'd be better to have at least the server and the GUI separated. The server would run continuously in background (just as the daemon) receiving and storing events from daemons. That way, we could launch the GUI to connect to the server without having to kill it. As an extra, it'd allow us to have more GUIs (like a web gui for example). That said, maybe we could have a wrapper to launch the GUI if it's not running, or bring the GUI to the front: |
Hi @gustavo-iniguez-goya ,thanks for the detailed answer :). |
Describe the bug
Hello, to begin with, thank you for designing OpenSnitch.
If I come to you, it is to point out that OpenSnitch does not start minimized on my system (Fedora 36 - Gnome 42.4)
Include the following information:
To Reproduce
Start the system, and OpenSnitch opens with the main window. whereas on my Ubuntu system, it runs in the background.
Steps to reproduce the behavior:
Just start the system
Post error logs:
No crash
If the daemon doesn't start:
The daemon starts correctly
If the deb or rpm packages fail to install:
No failed install
thank you for your help
Sincerely,
The text was updated successfully, but these errors were encountered: