← Back to team overview

simple-scan-team team mailing list archive

[Question #239963]: Settings schema / Build problem with logging & schema

 

New question #239963 on Simple Scan:
https://answers.launchpad.net/simple-scan/+question/239963

Building on Ubuntu 12.04 LTS I encounter two problems, could anyone help get past the second one?
The first problem is:

page.vala:146.19-146.45: error: only automatic properties can have default values
        default = ScanDirection.TOP_TO_BOTTOM;
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)


Bypassing that line, it compiles but does not run:

> ./install/bin/simple-scan --debug test
[+0.00s] DEBUG: simple-scan.vala:582: Starting Simple Scan 3.11.1.1, PID=12665
[+0.00s] DEBUG: Connecting to session manager
[+0.05s] ERROR: Settings schema 'org.gnome.SimpleScan' does not contain a key named 'brightness'
Trace/breakpoint trap (core dumped)

> gdb...
0x00007ffff6390f9b in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0


-- 
You received this question notification because you are a member of
Simple Scan Development Team, which is an answer contact for Simple
Scan.