Require dconf utility to (re)build /etc/dconf/db/local

Some applications complains if compiled version of dconf database is
missing ("dconf-WARNING **: unable to open file '/etc/dconf/db/local':
Failed to open file '/etc/dconf/db/local': open() failed: No such file
or directory; expect degraded performance").
There is only one entry in that database, but generate its binary
version anyway to avoid that warning message.

The dconf call is already included in package scripts, now only make
sure the utility is really installed.

QubesOS/qubes-issues#1951
This commit is contained in:
Marek Marczykowski-Górecki 2018-05-02 03:02:07 +02:00
parent 23250f84b2
commit 4329eab307
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -26,6 +26,7 @@ Vcs-Git: https://github.com/QubesOS/qubes-core-agent-linux
Package: qubes-core-agent
Architecture: any
Depends:
dconf-cli,
dmsetup,
gawk,
imagemagick,

View File

@ -129,6 +129,7 @@ Requires: python2-qubesdb
Requires: ImageMagick
Requires: librsvg2-tools
Requires: zenity
Requires: dconf
Requires: qubes-core-agent-qrexec
Requires: qubes-libvchan
Requires: qubes-db-vm