Add preferences
This commit is contained in:
parent
3a341c2fe5
commit
4a6d85f7ea
9 changed files with 219 additions and 28 deletions
14
dev-run.sh
Executable file
14
dev-run.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue