Author: dj
Date: Sat Apr 29 23:41:25 2017
New Revision: 18663
Log:
Fix ibus build issue if GConf is not available (hopefully).
Modified:
trunk/BOOK/general/genutils/ibus.xml
Modified: trunk/BOOK/general/genutils/ibus.xml
==============================================================================
--- trunk/BOOK/general/genutils/ibus.xml Sat Apr 29 21:23:25 2017
(r18662)
+++ trunk/BOOK/general/genutils/ibus.xml Sat Apr 29 23:41:25 2017
(r18663)
@@ -109,7 +109,9 @@
<para>Fix an issue with deprecated schema entries:</para>
-<screen><userinput>sed 's@/desktop/ibus@/org/freedesktop/ibus@g' -i
data/ibus.schemas.in</userinput></screen>
+<screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
+ data/ibus.schemas.in \
+ data/dconf/org.freedesktop.ibus.gschema.xml.in</userinput></screen>
<para>
Install <application>IBus</application> by running the following
@@ -139,7 +141,7 @@
<title>Command Explanations</title>
<para>
- <command>sed -ri ... data/ibus.schemas</command>: This sed fixes
+ <command>sed -ri ... data/ibus.schemas ...</command>: This sed fixes
deprecated entries in the gsettings schema templates installed by this
package.
</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page