Skip to content

Commit c77d788

Browse files
committed
Hint on workaround for #376: GSettings runtime error when installed in non-standard directory. (reported by hugomg)
1 parent ec8a320 commit c77d788

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ Then build it with:
6565
make
6666
make install
6767

68+
If you compile with a --prefix directory which does not match $XDG_DATA_DIRS
69+
you will get a runtime error about the schema not being found. To workaround
70+
set $XDG_DATA_DIRS before starting Liferea. For example:
71+
72+
my_dir=$HOME/tmp/liferea
73+
./autogen.sh --prefix=$my_dir
74+
make
75+
make install
76+
env XDG_DATA_DIRS="$my_dir/share:$XDG_DATA_DIRS" $my_dir/bin/liferea
77+
6878

6979
Contributing
7080
------------

0 commit comments

Comments
 (0)