OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
Find a file
PizzaDude 543f722b72
Add instructions on how to build the UI properly on Fedora
There is no "lrelease" binary on Fedora, which is needed to build the UI properly. There is a "lrelease-qt5" binary, which is part of the package "qt5-linguist".
To fix the UI not building properly on Fedora, symlink /usr/lib64/qt5/bin/lrelease-qt5 to /usr/local/bin/lrelease:
```
sudo ln -s /usr/lib64/qt5/bin/lrelease-qt5 /usr/local/bin/lrelease
```
Then it should build properly.
2022-09-11 00:54:29 +00:00
.github add wiki 2021-02-14 22:04:12 +03:00
daemon Merge pull request #347 from themighty1/go_vet_fixes 2021-02-13 18:09:50 +01:00
debian deb: fixed debian/changelog 2021-02-13 18:19:11 +01:00
proto Use daemon's event timestamp in UI. 2020-12-22 22:50:18 +03:00
screenshots added more screenshots 2020-02-25 22:39:32 +01:00
ui ui, rules: replace rules received from the daemon 2021-02-13 19:55:47 +01:00
wiki Add instructions on how to build the UI properly on Fedora 2022-09-11 00:54:29 +00:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-16 17:51:54 +02:00
LICENSE Update LICENSE 2020-06-20 17:48:59 +02:00
make_ads_rules.py Misc. typos 2018-09-06 19:24:38 -04:00
Makefile removed sudo from Makefiles 2020-12-11 23:42:47 +01:00
README.md add Footer and explain how to submit changes to the wiki. 2021-02-15 20:44:39 +03:00
release.sh misc: small fix or general refactoring i did not bother commenting 2018-04-10 19:49:58 +02:00

In order to submit changes for the wiki, please follow these steps:

  1. Fork this repository

  2. In your local forked repository switch to the "wiki" branch

  3. Make necessary modifications to the files located in the wiki/ directory

  4. Create a pull request.