From 440fd1dd8c194e4e02fc47725296812fba31df5d Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Thu, 3 Oct 2024 10:48:42 -0300 Subject: Better layout --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2