summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20b9c16..2aa5407 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
# Kodereviewer
A code review tool
+
+# Flatpak
+
+## flatpak-pip-generator
+This tool is used to build the pip dependencies manifests for flatpak
+
+ pip install requirements-parser
+ wget https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/pip/flatpak-pip-generator --directory-prefix venv/bin
+ chmod +x ./venv/bin/flatpak-pip-generator
+
+To generate the manifest:
+
+ flatpak-pip-generator pyside6 hatch
+
+# gammaray
+
+[Gammaray](https://www.kdab.com/gammaray/) helps to view all the state in Qt/QML. To attach it to the project need to activate a flag for `ptrace`
+
+echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope