]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 19 Nov 2015 18:40:24 +0000 (19:40 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Thu, 19 Nov 2015 18:40:24 +0000 (19:40 +0100)
X11/xinit/xinput.d/ibus.conf
dconf/db/ibus.d/00-upstream-settings
gconf/schemas/ibus.schemas

index 052ad30fcc1eddcceb1d468ddcffa521a2c4f09e..458145392f8af22e56ec52c6ae43559a563714d9 100644 (file)
@@ -3,13 +3,16 @@ exec_prefix=${prefix}
 
 XIM=ibus
 XIM_PROGRAM="${exec_prefix}/bin/ibus-daemon"
-ICON=ibus
+ICON="ibus"
 XIM_ARGS="--xim"
 PREFERENCE_PROGRAM="${exec_prefix}/bin/ibus-setup"
 SHORT_DESC="IBus"
 GTK_IM_MODULE=ibus
+NOT_RUN=gnome3
 
-if test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so || \
+if test -f /usr/lib64/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
+   test -f /usr/lib/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
+   test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so || \
    test -f /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so;
 then
     QT_IM_MODULE=ibus
index 30a8030e0d07c9a0b385eed468dea0de0b88bbfe..1d02c82df99d78190ba4316dfccb333b5a7ba910 100644 (file)
@@ -31,6 +31,7 @@ triggers=['<Super>space']
 
 [desktop/ibus/panel]
 x=-1
+property-icon-delay-time=500
 y=-1
 lookup-table-orientation=1
 show=0
index 178f8877f1927dd9b94b96557ec0c99621eba2e7..8dae6e579021918b23f986d4065f1cc1cad24128 100644 (file)
                   of the alpha.</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/ibus/panel/property-icon-delay-time</key>
+      <applyto>/desktop/ibus/panel/property-icon-delay-time</applyto>
+      <owner>ibus</owner>
+      <type>int</type>
+      <default>500</default>
+      <locale name="C">
+        <short>The milliseconds to show the panel icon for a property</short>
+          <long>The milliseconds to show the panel icon from the
+                engine icon to a property icon whenever engines are
+                switched if the property is specified by the value of
+                icon-prop-key in IBusEngineDesc.
+                If the value is 0, no delay time and the property icon
+                is shown immediately.</long>
+      </locale>
+    </schema>
     <schema>
       <key>/schemas/desktop/ibus/general/use_system_keyboard_layout</key>
       <applyto>/desktop/ibus/general/use_system_keyboard_layout</applyto>