|
Revision 1427, 418 bytes
(checked in by arnonym, 4 years ago)
|
- Load the users configuration-file too and use it to overwrite the systems config
- add a menu-item to trigger bus-resets (not yet implemented)
- add an "About FFADO" box stating the authors and the license and such things. Should be improved...
|
| Line | |
|---|
| 1 |
REGISTER_URL = '$REGISTRATION_URL' |
|---|
| 2 |
INI_FILE_PATH = "$CONFIGDIR/registration.ini" |
|---|
| 3 |
|
|---|
| 4 |
FFADO_CONFIG_DIR = "$CONFIGDIR" |
|---|
| 5 |
|
|---|
| 6 |
FFADO_VERSION="$VERSION-$REVISION" |
|---|
| 7 |
|
|---|
| 8 |
FFADO_DBUS_SERVER = 'org.ffado.Control' |
|---|
| 9 |
FFADO_DBUS_BASEPATH = '/org/ffado/Control' |
|---|
| 10 |
|
|---|
| 11 |
POLL_SLEEP_TIME_MSEC = 100 # 100ms |
|---|
| 12 |
|
|---|
| 13 |
PYTHONDIR = "$PYTHONDIR" |
|---|
| 14 |
SHAREDIR = "$SHAREDIR" |
|---|
| 15 |
|
|---|
| 16 |
USER_CONFIG_FILE = "$USER_CONFIG_FILE" |
|---|
| 17 |
SYSTEM_CONFIG_FILE = "$SYSTEM_CONFIG_FILE" |
|---|
| 18 |
|
|---|
| 19 |
DEBUG = $DEBUG |
|---|