blob: 2aa5407099e202dd987ddd687100e85b68659423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|