Skip to content

Commit

Permalink
UI: kill any running instance of the UI after login in
Browse files Browse the repository at this point in the history
Fixes #15

Maybe not the proper way of doing it, but solves this particular
problem.
  • Loading branch information
gustavo-iniguez-goya committed May 11, 2020
1 parent 53aa721 commit 74fe3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/resources/opensnitch_ui.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=OpenSnitch
Exec=opensnitch-ui
Exec=/bin/sh -c 'pkill -15 opensnitch-ui; opensnitch-ui'
Icon=opensnitch-ui
GenericName=OpenSnitch Firewall
Terminal=false
Expand Down

0 comments on commit 74fe3b8

Please sign in to comment.