[email protected] wrote:
On 07/25/2016 03:44 PM, Douglas R. Reno wrote:
[email protected] wrote:
On 07/22/2016 05:38 PM, Douglas R. Reno wrote:
Bruce Dubbs wrote:
[email protected] wrote:
I've recently compiled Midori and receive the following upon
starting with
"midori":
GLib-GIO-Message: Using the 'memory GSettings backend. Your
settings
will not be saved or shared with other applications.
(midori4:15329): Gtk-CRITICAL **: gtk_action_set_action_group:
assertion 'action_group == NULL' failed
I've compiled:
shared-mime-info
desktop-file-utils
gsettings-desktop-schemas
Other than the startup errors Midori seems to be performing well.
Is DConf
necessary?
I think these messages show up from libraries if you are not
running Gnome. Douglas?
-- Bruce
I'd try building DConf and try launching it again. That looks like
it can't get to the backend to actually store the settings,
therefore it runs it in memory instead of saving it.
I tried compiling DConf before posting and received the following
during the make command:
I/O error : Attempt to load network
entityhttp://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external
entity"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot
parsehttp://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Makefile:906: recipe for target 'dconf-service.1' failed
make[2]: *** [dconf-service.1] Error 4
make[2]: Leaving directory '/sources/dconf-0.24.0/docs'
Makefile:380: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/sources/dconf-0.24.0'
Makefile:319: recipe for target 'all' failed
make: *** [all] Error 2
I have D-BUS, Glib, libxslt, and Vala compiled and am compiling
neither the editor nor gtk-doc.
Hello,
You need docbook-xml and docbook-xsl in order for it to load the
entities for the XML files that DConf uses.
The book has libxslt and libxml2 as dependencies already. I can make
libxml2 required for both the editor and the base package itself at
my next commit.
Thank you,
I also had those compiled which is the first two lines throw me.
Check and see if you have these ran:
for DTDVERSION in 4.1.2 4.2 4.3 4.4
do
xmlcatalog --noout --add "public" \
"-//OASIS//DTD DocBook XML V$DTDVERSION//EN" \
"http://www.oasis-open.org/docbook/xml/$DTDVERSION/docbookx.dtd" \
/etc/xml/docbook
xmlcatalog --noout --add "rewriteSystem" \
"http://www.oasis-open.org/docbook/xml/$DTDVERSION" \
"file:///usr/share/xml/docbook/xml-dtd-4.5" \
/etc/xml/docbook
xmlcatalog --noout --add "rewriteURI" \
"http://www.oasis-open.org/docbook/xml/$DTDVERSION" \
"file:///usr/share/xml/docbook/xml-dtd-4.5" \
/etc/xml/docbook
xmlcatalog --noout --add "delegateSystem" \
"http://www.oasis-open.org/docbook/xml/$DTDVERSION/" \
"file:///etc/xml/docbook" \
/etc/xml/catalog
xmlcatalog --noout --add "delegateURI" \
"http://www.oasis-open.org/docbook/xml/$DTDVERSION/" \
"file:///etc/xml/docbook" \
/etc/xml/catalog
done
That is in the Configuration Information section of the docbook-xml page.
Also check and see if you have a /etc/xml/catalog file. If you don't,
recreate the /etc/xml/catalog file using the instructions in the
docbook-xml and docbook-xsl pages.
--
Douglas R. Reno
--LFS/BLFS systemd maintainer
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page