← Back to team overview

simple-scan-team team mailing list archive

Re: [Question #221359]: trouble with trunk on Fedora 17

 

Question #221359 on Simple Scan changed:
https://answers.launchpad.net/simple-scan/+question/221359

Robert Ancell proposed the following answer:
Hi Hugh,

This is due to the way gsettings works - you need to use the schema from
the compiled source not the one installed on your system.

The way I do this is:
$ ./autogen.sh --prefix=`pwd`/install
$ make
$ make install
$ XDG_DATA_DIRS=$PWD/install/share/:$XDG_DATA_DIRS ./src/simple-scan

It's annoying that gsettings crashes if the key can't be found, but
there's no way for us to catch that in the Simple Scan code. :(

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