Add preferences

This commit is contained in:
Jeena 2025-06-05 12:37:55 +09:00
parent 3a341c2fe5
commit 4a6d85f7ea
9 changed files with 219 additions and 28 deletions

14
dev-run.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
# Compile resources
glib-compile-resources src/resources/resources.xml \
--target=src/recoder/resources.gresource \
--sourcedir=src/resources
# Compile GSettings schemas (using correct path)
glib-compile-schemas src/resources
# Run the app with environment variables
GSETTINGS_SCHEMA_DIR=$(pwd)/src/resources \
PYTHONPATH=$(pwd)/src \
python -m recoder.app