]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
Current state
authorFrank Brehm <frank.brehm@profitbricks.com>
Wed, 1 Jul 2015 07:34:34 +0000 (09:34 +0200)
committerFrank Brehm <frank.brehm@profitbricks.com>
Wed, 1 Jul 2015 07:34:34 +0000 (09:34 +0200)
19 files changed:
X11/xinit/xinitrc.d/90-xcursor-theme-gnome [new file with mode: 0755]
config-archive/etc/fuse.conf [new file with mode: 0644]
config-archive/etc/fuse.conf.dist.new [new file with mode: 0644]
cups/cups-browsed.conf
dconf/db/ibus.d/00-upstream-settings
env.d/44qca2 [deleted file]
gconf/gconf.xml.defaults/%gconf-tree.xml
gconf/schemas/ibus.schemas
init.d/memcached
init.d/virtlockd
ld.so.conf
portage/package.use
profile.d/vte.sh
sysctl.d/libvirtd.conf [deleted file]
xdg/autostart/tracker-extract.desktop
xdg/autostart/tracker-miner-apps.desktop
xdg/autostart/tracker-miner-fs.desktop
xdg/autostart/tracker-miner-user-guides.desktop
xdg/autostart/tracker-store.desktop

diff --git a/X11/xinit/xinitrc.d/90-xcursor-theme-gnome b/X11/xinit/xinitrc.d/90-xcursor-theme-gnome
new file mode 100755 (executable)
index 0000000..13bc453
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ "$DESKTOP_SESSION" = "gnome" -o "$DESKTOP_SESSION" = "cinnamon" ]; then
+    XCURSOR_THEME=`dconf read /org/gnome/desktop/interface/cursor-theme` 2> /dev/null
+    if [ x"$XCURSOR_THEME" = "x" ]; then
+        export XCURSOR_THEME="Adwaita"
+    else
+        # 'dconf read' wraps string output in single quotes
+        eval export "XCURSOR_THEME=$XCURSOR_THEME"
+    fi
+fi
diff --git a/config-archive/etc/fuse.conf b/config-archive/etc/fuse.conf
new file mode 100644 (file)
index 0000000..1617ea6
--- /dev/null
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+user_allow_other
diff --git a/config-archive/etc/fuse.conf.dist.new b/config-archive/etc/fuse.conf.dist.new
new file mode 100644 (file)
index 0000000..cb6c631
--- /dev/null
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+#user_allow_other
index b90f1dedba6f42753f6901e5727e41d27d8a4662..48aa30013e58e56d9f9f138d5afb58242827ee09 100644 (file)
@@ -44,6 +44,21 @@ BrowseRemoteProtocols DNSSD,CUPS
 
 # CreateIPPPrinterQueues Yes
 
+# If cups-browsed is automatically creating print queues for native
+# IPP network printers ("CreateIPPPrinterQueues Yes"), the type of
+# queue to be created can be selected by the "IPPPrinterQueueType"
+# directive.  The "PPD" setting makes always queues with PPD file
+# being created and no queue if the printer does not supply sufficient
+# information for creating a PPD. With "NoPPD" the queue is always
+# created with a System V interface script as filter, also when
+# creatig a PPD would be possible.  "Auto" (the default) lets a PPD
+# being created if the printer supplies sufficient information and a
+# System V interface script otherwise.
+
+# IPPPrinterQueueType Auto
+# IPPPrinterQueueType PPD
+# IPPPrinterQueueType NoPPD
+
 # The AutoShutdown directive specifies whether cups-browsed should
 # automatically terminate when it has no local raw queues set up
 # pointing to any discovered remote printers (auto shutdown
index b54a74f1abc6c94691d39981b225db02d7bd5b2e..30a8030e0d07c9a0b385eed468dea0de0b88bbfe 100644 (file)
@@ -8,32 +8,36 @@
 
 [desktop/ibus/general]
 dconf-preserve-name-prefixes=['/desktop/ibus/engine/pinyin', '/desktop/ibus/engine/bopomofo', '/desktop/ibus/engine/hangul']
+use-system-keyboard-layout=false
 embed-preedit-text=true
 enable-by-default=false
-engines-order=@as []
-preload-engines=@as []
-switcher-delay-time=400
 use-global-engine=true
-use-system-keyboard-layout=false
+use-xmodmap=true
+switcher-delay-time=400
 version=''
+engines-order=@as []
+preload-engines=@as []
+xkb-latin-layouts=['ara', 'bg', 'cz', 'dev', 'gr', 'gur', 'in', 'jp(kana)', 'mal', 'mkd', 'ru', 'ua']
 
 [desktop/ibus/general/hotkey]
+next-engine=['Alt+Shift_L']
 disable-unconditional=@as []
 enable-unconditional=@as []
-next-engine=['Alt+Shift_L']
-next-engine-in-menu=['Alt+Shift_L']
-prev-engine=@as []
-previous-engine=@as []
 trigger=['Control+space', 'Zenkaku_Hankaku', 'Alt+Kanji', 'Alt+grave', 'Hangul', 'Alt+Release+Alt_R']
+previous-engine=@as []
+prev-engine=@as []
+next-engine-in-menu=['Alt+Shift_L']
 triggers=['<Super>space']
 
 [desktop/ibus/panel]
+x=-1
+y=-1
+lookup-table-orientation=1
+show=0
+xkb-icon-rgba='#415099'
 auto-hide-timeout=10000
+show-im-name=false
+follow-input-cursor-when-always-shown=false
 custom-font='Sans 10'
-lookup-table-orientation=1
-show=1
 show-icon-on-systray=true
-show-im-name=false
 use-custom-font=false
-x=-1
-y=-1
diff --git a/env.d/44qca2 b/env.d/44qca2
deleted file mode 100644 (file)
index 429425f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-LDPATH="/usr/lib64/qca2"
index 7f157616257e2349836302d2e2b734d4afdd7b3f..5df2d98d040ec1bf233ae4a0718fcefc0ce7027f 100644 (file)
@@ -16910,14 +16910,39 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                <dir name="desktop">
                        <dir name="ibus">
                                <dir name="panel">
-                                       <entry name="auto-hide-timeout" mtime="1435047393" type="schema" stype="int" owner="ibus">
+                                       <entry name="xkb-icon-rgba" mtime="1435699305" type="schema" stype="string" owner="ibus">
+                                               <local_schema locale="C" short_desc="RGBA value of XKB icon">
+                                                       <default type="string">
+                                                               <stringvalue>#415099</stringvalue>
+                                                       </default>
+                                                       <longdesc>XKB icon shows the layout string and the string is
+                  rendered with the RGBA value. The RGBA value can be
+                  1. a color name from X11, 2. a hex value in form &apos;#rrggbb&apos;
+                  where &apos;r&apos;, &apos;g&apos; and &apos;b&apos; are hex digits of the red, green,
+                  and blue, 3. a RGB color in form &apos;rgb(r,g,b)&apos; or
+                  4. a RGBA color in form &apos;rgba(r,g,b,a)&apos; where &apos;r&apos;,
+                  &apos;g&apos;, and &apos;b&apos; are either integers in the range 0 to 255
+                  or precentage values in the range 0% to 100%, and
+                  &apos;a&apos; is a floating point value in the range 0 to 1
+                  of the alpha.</longdesc>
+                                               </local_schema>
+                                       </entry>
+                                       <entry name="follow-input-cursor-when-always-shown" mtime="1435699305" type="schema" stype="bool" owner="ibus">
+                                               <local_schema locale="C" short_desc="Follow the input cursor in case the panel is always shown">
+                                                       <default type="bool" value="false"/>
+                                                       <longdesc>If true, the panel follows the input cursor in case the
+                panel is always shown. If false, the panel is shown at
+                a fixed location.</longdesc>
+                                               </local_schema>
+                                       </entry>
+                                       <entry name="auto-hide-timeout" mtime="1435699305" type="schema" stype="int" owner="ibus">
                                                <local_schema locale="C" short_desc="The milliseconds to show property panel">
                                                        <default type="int" value="10000"/>
                                                        <longdesc>The milliseconds to show property panel after focus-in or
                 properties are changed.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="custom_font" mtime="1435047393" type="schema" stype="string" owner="ibus">
+                                       <entry name="custom_font" mtime="1435699305" type="schema" stype="string" owner="ibus">
                                                <local_schema locale="C" short_desc="Custom font">
                                                        <default type="string">
                                                                <stringvalue>Sans 10</stringvalue>
@@ -16925,49 +16950,101 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                        <longdesc>Custom font name for language panel</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_custom_font" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="use_custom_font" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Use custom font">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Use custom font name for language panel</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_im_name" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="show_im_name" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Show input method name">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Show input method name on language bar</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_icon_on_systray" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="show_icon_on_systray" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Show icon on system tray">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Show icon on system tray</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="lookup_table_orientation" mtime="1435047393" type="schema" stype="int" owner="ibus">
+                                       <entry name="lookup_table_orientation" mtime="1435699305" type="schema" stype="int" owner="ibus">
                                                <local_schema locale="C" short_desc="Orientation of lookup table">
                                                        <default type="int" value="1"/>
                                                        <longdesc>Orientation of lookup table. 0 = Horizontal, 1 = Vertical</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="y" mtime="1435047393" type="schema" stype="int" owner="ibus">
+                                       <entry name="y" mtime="1435699305" type="schema" stype="int" owner="ibus">
                                                <local_schema locale="C" short_desc="Language panel position">
                                                        <default type="int" value="-1"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="x" mtime="1435047393" type="schema" stype="int" owner="ibus">
+                                       <entry name="x" mtime="1435699305" type="schema" stype="int" owner="ibus">
                                                <local_schema locale="C" short_desc="Language panel position">
                                                        <default type="int" value="-1"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show" mtime="1435047393" type="schema" stype="int" owner="ibus">
+                                       <entry name="show" mtime="1435699305" type="schema" stype="int" owner="ibus">
                                                <local_schema locale="C" short_desc="Auto hide">
-                                                       <default type="int" value="1"/>
+                                                       <default type="int" value="0"/>
                                                        <longdesc>The behavior of property panel. 0 = Do not show, 1 = Auto hide, 2 = Always show</longdesc>
                                                </local_schema>
                                        </entry>
                                </dir>
                                <dir name="general">
-                                       <entry name="version" mtime="1435047393" type="schema" stype="string" owner="ibus">
+                                       <entry name="use-xmodmap" mtime="1435699305" type="schema" stype="bool" owner="ibus">
+                                               <local_schema locale="C" short_desc="Use xmodmap">
+                                                       <default type="bool" value="true"/>
+                                                       <longdesc>Run xmodmap if .xmodmap or .Xmodmap exists when
+                ibus engines are switched.</longdesc>
+                                               </local_schema>
+                                       </entry>
+                                       <entry name="xkb-latin-layouts" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <local_schema locale="C" short_desc="Latin layouts which have no ASCII">
+                                                       <default type="list" ltype="string">
+                                                               <li type="string">
+                                                                       <stringvalue>ara</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>bg</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>cz</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>dev</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>gr</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>gur</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>in</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>jp(kana)</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>mal</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>mkd</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>ru</stringvalue>
+                                                               </li>
+                                                               <li type="string">
+                                                                       <stringvalue>ua</stringvalue>
+                                                               </li>
+                                                       </default>
+                                                       <longdesc>US layout is appended to the latin layouts. variant can be
+                 omitted.
+           </longdesc>
+                                               </local_schema>
+                                       </entry>
+                                       <entry name="version" mtime="1435699305" type="schema" stype="string" owner="ibus">
                                                <local_schema locale="C" short_desc="Saved version number">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -16978,7 +17055,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
             </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="dconf_preserve_name_prefixes" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                       <entry name="dconf_preserve_name_prefixes" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                <local_schema locale="C" short_desc="DConf preserve name prefixes">
                                                        <default type="list" ltype="string">
                                                                <li type="string">
@@ -16994,32 +17071,32 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                        <longdesc>Prefixes of DConf keys to stop name conversion</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_by_default" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="enable_by_default" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Enable input method by default">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Enable input method by default when the application gets input
             focus</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_global_engine" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="use_global_engine" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Use global input method">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Share the same input method among all applications</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="embed_preedit_text" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="embed_preedit_text" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Embed Preedit Text">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Embed Preedit Text in Application Window</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_system_keyboard_layout" mtime="1435047393" type="schema" stype="bool" owner="ibus">
+                                       <entry name="use_system_keyboard_layout" mtime="1435699305" type="schema" stype="bool" owner="ibus">
                                                <local_schema locale="C" short_desc="Use system keyboard layout">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Use system keyboard (XKB) layout</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="switcher-delay-time" mtime="1435047393" type="schema" stype="int" owner="ibus">
+                                       <entry name="switcher-delay-time" mtime="1435699305" type="schema" stype="int" owner="ibus">
                                                <local_schema locale="C" short_desc="Popup delay milliseconds for IME switcher window">
                                                        <default type="int" value="400"/>
                                                        <longdesc>Set popup delay milliseconds to show IME switcher window.
@@ -17030,14 +17107,14 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
             </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="engines_order" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                       <entry name="engines_order" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                <local_schema locale="C" short_desc="Engines order">
                                                        <default type="list" ltype="string">
                                                        </default>
                                                        <longdesc>Saved engines order in input method list</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="preload_engines" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                       <entry name="preload_engines" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                <local_schema locale="C" short_desc="Preload engines">
                                                        <default type="list" ltype="string">
                                                        </default>
@@ -17045,21 +17122,21 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                </local_schema>
                                        </entry>
                                        <dir name="hotkey">
-                                               <entry name="previous_engine" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="previous_engine" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Prev engine shortcut keys">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                                <longdesc>The shortcut keys for switching to the previous input method</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="prev_engine" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="prev_engine" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Prev engine shortcut keys">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                                <longdesc>The shortcut keys for switching to the previous input method</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="next_engine_in_menu" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="next_engine_in_menu" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Next engine shortcut keys">
                                                                <default type="list" ltype="string">
                                                                        <li type="string">
@@ -17069,7 +17146,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                <longdesc>The shortcut keys for switching to the next input method in the list</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="next_engine" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="next_engine" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Next engine shortcut keys">
                                                                <default type="list" ltype="string">
                                                                        <li type="string">
@@ -17079,21 +17156,21 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                <longdesc>The shortcut keys for switching to the next input method in the list</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="disable_unconditional" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="disable_unconditional" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Disable shortcut keys">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                                <longdesc>The shortcut keys for turning input method off</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="enable_unconditional" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="enable_unconditional" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Enable shortcut keys">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                                <longdesc>The shortcut keys for turning input method on</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="triggers" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="triggers" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Trigger shortcut keys for gtk_accelerator_parse">
                                                                <default type="list" ltype="string">
                                                                        <li type="string">
@@ -17103,7 +17180,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                <longdesc>The shortcut keys for turning input method on or off</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="trigger" mtime="1435047393" type="schema" stype="list" owner="ibus" list_type="string">
+                                               <entry name="trigger" mtime="1435699305" type="schema" stype="list" owner="ibus" list_type="string">
                                                        <local_schema locale="C" short_desc="Trigger shortcut keys">
                                                                <default type="list" ltype="string">
                                                                        <li type="string">
@@ -21360,35 +21437,39 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
        <dir name="desktop">
                <dir name="ibus">
                        <dir name="panel">
-                               <entry name="auto-hide-timeout" mtime="1435047393" schema="/schemas/desktop/ibus/panel/auto-hide-timeout"/>
-                               <entry name="custom_font" mtime="1435047393" schema="/schemas/desktop/ibus/panel/custom_font"/>
-                               <entry name="use_custom_font" mtime="1435047393" schema="/schemas/desktop/ibus/panel/use_custom_font"/>
-                               <entry name="show_im_name" mtime="1435047393" schema="/schemas/desktop/ibus/panel/show_im_name"/>
-                               <entry name="show_icon_on_systray" mtime="1435047393" schema="/schemas/desktop/ibus/panel/show_icon_on_systray"/>
-                               <entry name="lookup_table_orientation" mtime="1435047393" schema="/schemas/desktop/ibus/panel/lookup_table_orientation"/>
-                               <entry name="y" mtime="1435047393" schema="/schemas/desktop/ibus/panel/y"/>
-                               <entry name="x" mtime="1435047393" schema="/schemas/desktop/ibus/panel/x"/>
-                               <entry name="show" mtime="1435047393" schema="/schemas/desktop/ibus/panel/show"/>
+                               <entry name="xkb-icon-rgba" mtime="1435699305" schema="/schemas/desktop/ibus/panel/xkb-icon-rgba"/>
+                               <entry name="follow-input-cursor-when-always-shown" mtime="1435699305" schema="/schemas/desktop/ibus/panel/follow-input-cursor-when-always-shown"/>
+                               <entry name="auto-hide-timeout" mtime="1435699305" schema="/schemas/desktop/ibus/panel/auto-hide-timeout"/>
+                               <entry name="custom_font" mtime="1435699305" schema="/schemas/desktop/ibus/panel/custom_font"/>
+                               <entry name="use_custom_font" mtime="1435699305" schema="/schemas/desktop/ibus/panel/use_custom_font"/>
+                               <entry name="show_im_name" mtime="1435699305" schema="/schemas/desktop/ibus/panel/show_im_name"/>
+                               <entry name="show_icon_on_systray" mtime="1435699305" schema="/schemas/desktop/ibus/panel/show_icon_on_systray"/>
+                               <entry name="lookup_table_orientation" mtime="1435699305" schema="/schemas/desktop/ibus/panel/lookup_table_orientation"/>
+                               <entry name="y" mtime="1435699305" schema="/schemas/desktop/ibus/panel/y"/>
+                               <entry name="x" mtime="1435699305" schema="/schemas/desktop/ibus/panel/x"/>
+                               <entry name="show" mtime="1435699305" schema="/schemas/desktop/ibus/panel/show"/>
                        </dir>
                        <dir name="general">
-                               <entry name="version" mtime="1435047393" schema="/schemas/desktop/ibus/general/version"/>
-                               <entry name="dconf_preserve_name_prefixes" mtime="1435047393" schema="/schemas/desktop/ibus/general/dconf_preserve_name_prefixes"/>
-                               <entry name="enable_by_default" mtime="1435047393" schema="/schemas/desktop/ibus/general/enable_by_default"/>
-                               <entry name="use_global_engine" mtime="1435047393" schema="/schemas/desktop/ibus/general/use_global_engine"/>
-                               <entry name="embed_preedit_text" mtime="1435047393" schema="/schemas/desktop/ibus/general/embed_preedit_text"/>
-                               <entry name="use_system_keyboard_layout" mtime="1435047393" schema="/schemas/desktop/ibus/general/use_system_keyboard_layout"/>
-                               <entry name="switcher-delay-time" mtime="1435047393" schema="/schemas/desktop/ibus/general/switcher-delay-time"/>
-                               <entry name="engines_order" mtime="1435047393" schema="/schemas/desktop/ibus/general/engines_order"/>
-                               <entry name="preload_engines" mtime="1435047393" schema="/schemas/desktop/ibus/general/preload_engines"/>
+                               <entry name="use-xmodmap" mtime="1435699305" schema="/schemas/desktop/ibus/general/use-xmodmap"/>
+                               <entry name="xkb-latin-layouts" mtime="1435699305" schema="/schemas/desktop/ibus/general/xkb-latin-layouts"/>
+                               <entry name="version" mtime="1435699305" schema="/schemas/desktop/ibus/general/version"/>
+                               <entry name="dconf_preserve_name_prefixes" mtime="1435699305" schema="/schemas/desktop/ibus/general/dconf_preserve_name_prefixes"/>
+                               <entry name="enable_by_default" mtime="1435699305" schema="/schemas/desktop/ibus/general/enable_by_default"/>
+                               <entry name="use_global_engine" mtime="1435699305" schema="/schemas/desktop/ibus/general/use_global_engine"/>
+                               <entry name="embed_preedit_text" mtime="1435699305" schema="/schemas/desktop/ibus/general/embed_preedit_text"/>
+                               <entry name="use_system_keyboard_layout" mtime="1435699305" schema="/schemas/desktop/ibus/general/use_system_keyboard_layout"/>
+                               <entry name="switcher-delay-time" mtime="1435699305" schema="/schemas/desktop/ibus/general/switcher-delay-time"/>
+                               <entry name="engines_order" mtime="1435699305" schema="/schemas/desktop/ibus/general/engines_order"/>
+                               <entry name="preload_engines" mtime="1435699305" schema="/schemas/desktop/ibus/general/preload_engines"/>
                                <dir name="hotkey">
-                                       <entry name="previous_engine" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/previous_engine"/>
-                                       <entry name="prev_engine" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/prev_engine"/>
-                                       <entry name="next_engine_in_menu" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/next_engine_in_menu"/>
-                                       <entry name="next_engine" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/next_engine"/>
-                                       <entry name="disable_unconditional" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/disable_unconditional"/>
-                                       <entry name="enable_unconditional" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/enable_unconditional"/>
-                                       <entry name="triggers" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/triggers"/>
-                                       <entry name="trigger" mtime="1435047393" schema="/schemas/desktop/ibus/general/hotkey/trigger"/>
+                                       <entry name="previous_engine" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/previous_engine"/>
+                                       <entry name="prev_engine" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/prev_engine"/>
+                                       <entry name="next_engine_in_menu" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/next_engine_in_menu"/>
+                                       <entry name="next_engine" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/next_engine"/>
+                                       <entry name="disable_unconditional" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/disable_unconditional"/>
+                                       <entry name="enable_unconditional" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/enable_unconditional"/>
+                                       <entry name="triggers" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/triggers"/>
+                                       <entry name="trigger" mtime="1435699305" schema="/schemas/desktop/ibus/general/hotkey/trigger"/>
                                </dir>
                        </dir>
                </dir>
index 7aff7814290cbbf51a7800c7738ce6c47ab8499c..719e7da67ad6b1e625a31a691f6e41870255861a 100644 (file)
@@ -9,8 +9,8 @@
       <default>[]</default>
       <list_type>string</list_type>
       <locale name="C">
-        <short>Preload engines</short>
-           <long>Preload engines during ibus starts up</long>
+        <short><!-- Translators: Here “Preload” is a verb -->Preload engines</short>
+           <long><!-- Translators: Tooltip for the button “Preload Engines” -->Preload engines during ibus starts up</long>
       </locale>
 
       <locale name="de">
             <long>Сохраненный номер версии используется для сравнения предыдущей версии ibus с текущей.</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/ibus/general/xkb-latin-layouts</key>
+      <applyto>/desktop/ibus/general/xkb-latin-layouts</applyto>
+      <owner>ibus</owner>
+      <type>list</type>
+      <list_type>string</list_type>
+      <default>[ara,bg,cz,dev,gr,gur,in,jp(kana),mal,mkd,ru,ua]</default>
+      <locale name="C">
+        <short>Latin layouts which have no ASCII</short>
+           <long>US layout is appended to the latin layouts. variant can be
+                 omitted.
+           </long>
+      </locale>
+    </schema>
+    <schema>
+      <key>/schemas/desktop/ibus/general/use-xmodmap</key>
+      <applyto>/desktop/ibus/general/use-xmodmap</applyto>
+      <owner>ibus</owner>
+      <type>bool</type>
+      <default>true</default>
+      <locale name="C">
+        <short>Use xmodmap</short>
+          <long>Run xmodmap if .xmodmap or .Xmodmap exists when
+                ibus engines are switched.</long>
+      </locale>
+    </schema>
     <schema>
       <key>/schemas/desktop/ibus/general/hotkey/trigger</key>
       <applyto>/desktop/ibus/general/hotkey/trigger</applyto>
       <applyto>/desktop/ibus/panel/show</applyto>
       <owner>ibus</owner>
       <type>int</type>
-      <default>1</default>
+      <default>0</default>
       <locale name="C">
         <short>Auto hide</short>
            <long>The behavior of property panel. 0 = Do not show, 1 = Auto hide, 2 = Always show</long>
       </locale>
     </schema>
     -->
+    <schema>
+      <key>/schemas/desktop/ibus/panel/follow-input-cursor-when-always-shown</key>
+      <applyto>/desktop/ibus/panel/follow-input-cursor-when-always-shown</applyto>
+      <owner>ibus</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Follow the input cursor in case the panel is always shown</short>
+          <long>If true, the panel follows the input cursor in case the
+                panel is always shown. If false, the panel is shown at
+                a fixed location.</long>
+      </locale>
+    </schema>
     <schema>
       <key>/schemas/desktop/ibus/panel/auto-hide-timeout</key>
       <applyto>/desktop/ibus/panel/auto-hide-timeout</applyto>
            <long>Показывать название метода ввода на языковой панели</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/ibus/panel/xkb-icon-rgba</key>
+      <applyto>/desktop/ibus/panel/xkb-icon-rgba</applyto>
+      <owner>ibus</owner>
+      <type>string</type>
+      <default>#415099</default>
+      <locale name="C">
+        <short>RGBA value of XKB icon</short>
+           <long>XKB icon shows the layout string and the string is
+                  rendered with the RGBA value. The RGBA value can be
+                  1. a color name from X11, 2. a hex value in form '#rrggbb'
+                  where 'r', 'g' and 'b' are hex digits of the red, green,
+                  and blue, 3. a RGB color in form 'rgb(r,g,b)' or
+                  4. a RGBA color in form 'rgba(r,g,b,a)' where 'r',
+                  'g', and 'b' are either integers in the range 0 to 255
+                  or precentage values in the range 0% to 100%, and
+                  'a' is a floating point value in the range 0 to 1
+                  of the alpha.</long>
+      </locale>
+    </schema>
     <schema>
       <key>/schemas/desktop/ibus/general/use_system_keyboard_layout</key>
       <applyto>/desktop/ibus/general/use_system_keyboard_layout</applyto>
index dd181ebf3f106e694388a6e94de874fbc958b8dc..929378100305a690fd0ce746ed187a8c33415b57 100755 (executable)
@@ -4,7 +4,7 @@ CONF="${SVCNAME#*.}"
 CONFBASE="/etc/conf.d/memcached"
 
 [ -z "${PIDBASE}" ] && PIDBASE="/run/memcached/memcached"
-[ "${CONF}" == "memcached" ] && CONF=''
+[ "${CONF}" = "memcached" ] && CONF=''
 
 if [ -n "${CONF}" ]; then
     PIDFILE="${PIDBASE}.${CONF}.pid"
@@ -20,9 +20,6 @@ else
 fi
 
 depend() {
-    if [ -z "${SOCKET}" ]; then
-        need net
-    fi
     # per bug #269022, accurate time is important for memcached!
     # We include the full list of ways it might be set on boot.
     after ntp-client ntpd rdate openrdate adjtimex hwclock
index 2c80af632a799a7b75f041d23d1a9635b7062282..bfa37a5aaeacf8432db42577d8ef7350e14bfdde 100755 (executable)
@@ -1,13 +1,24 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/files/virtlockd.init,v 1.1 2013/10/25 20:06:42 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/files/virtlockd.init-r1,v 1.1 2015/05/24 21:05:42 tamiko Exp $
 
 description="libvirt virtual machine lock manager"
 command="/usr/sbin/virtlockd"
 command_args="-d"
 pidfile="/var/run/virtlockd.pid"
 
+extra_started_commands="reload"
+description_reload="re-exec the daemon, while maintaining locks and clients"
+
+
 depend() {
     after ntp-client ntpd nfs nfsmount corosync
 }
+
+reload() {
+    ebegin "re-exec() virtlockd"
+
+    start-stop-daemon --signal SIGUSR1 \
+      --exec "${command}" --pidfile "${pidfile}"
+}
index ca657fe4d82459d5ee0bd27bf7fff759adc7ded9..6a0a880bfb28f78c115e5ec2447117666bca432e 100644 (file)
@@ -12,7 +12,6 @@
 include ld.so.conf.d/*.conf
 /usr/lib32/opengl/xorg-x11/lib
 /usr/lib64/opengl/xorg-x11/lib
-/usr/lib64/qca2
 /usr/lib32/qt4
 /usr/lib64/qt4
 /usr/lib/postgresql
index e4859504293e305fadec9d03a6c586898f80b189..186669eeec10333b839662ebe6e85b3a2ff5b62c 100644 (file)
@@ -230,6 +230,7 @@ media-libs/libmp4v2                     utils
 media-libs/libpng                       apng
 media-libs/libquicktime                 lame
 media-libs/libvorbis                    aotuv
+media-libs/libvpx                      postproc
 media-libs/libwmf                       -expat
 media-libs/mediastreamer               g726 g729 ilbc -silk
 media-libs/mesa                         g3dvl gbm gles gles1 gles2 llvm shared-dricore xa xvmc
index 3b57f8381104eab36ddb1a324e056da8afef0bc0..95d20c7dc2f7fcfe202af9fdb0b8c3845aa91034 100644 (file)
@@ -50,7 +50,9 @@ __vte_osc7 () {
 }
 
 __vte_prompt_command() {
-  printf "\033]0;%s@%s:%s\007%s" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/~}" "$(__vte_osc7)"
+  local pwd='~'
+  [ "$PWD" != "$HOME" ] && pwd=${PWD/#$HOME\//\~\/}
+  printf "\033]0;%s@%s:%s\007%s" "${USER}" "${HOSTNAME%%.*}" "${pwd}" "$(__vte_osc7)"
 }
 
 case "$TERM" in
diff --git a/sysctl.d/libvirtd.conf b/sysctl.d/libvirtd.conf
deleted file mode 100644 (file)
index 275482c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# The kernel allocates aio memory on demand, and this number limits the
-# number of parallel aio requests; the only drawback of a larger limit is
-# that a malicious guest could issue parallel requests to cause the kernel
-# to set aside memory.  Set this number at least as large as
-#   128 * (number of virtual disks on the host)
-# Libvirt uses a default of 1M requests to allow 8k disks, with at most
-# 64M of kernel memory if all disks hit an aio request at the same time.
-fs.aio-max-nr = 1048576
index 300cfab7d964183f49a35e8ec190e7d816132a10..bd5b5f3fa4dcdd43636c8b34a2a76e13d5e801a6 100644 (file)
@@ -20,4 +20,4 @@ OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=tracker
 X-GNOME-Bugzilla-Component=Extractor
-X-GNOME-Bugzilla-Version=1.2.5
+X-GNOME-Bugzilla-Version=1.2.6
index 4e25679d8e0f546d3e5d0100afc286311263fb0e..af033b43f4b99486d649d59dbd363585e9e752ef 100644 (file)
@@ -20,4 +20,4 @@ OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=tracker
 X-GNOME-Bugzilla-Component=Miners
-X-GNOME-Bugzilla-Version=1.2.5
+X-GNOME-Bugzilla-Version=1.2.6
index 2ec46bed4a6fbf6c7027e85292fd15a78958a2a4..80b4f25d995ff30560f7b68e33e46d6d724bb2b6 100644 (file)
@@ -22,4 +22,4 @@ OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=tracker
 X-GNOME-Bugzilla-Component=Miners
-X-GNOME-Bugzilla-Version=1.2.5
+X-GNOME-Bugzilla-Version=1.2.6
index 6dcea8cc0fcbb7a0815fd1c1af3a938e5de58ab7..8d967a3ae50ad851f7ea88d69e72ef1c5808c882 100644 (file)
@@ -20,4 +20,4 @@ OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=tracker
 X-GNOME-Bugzilla-Component=Miners
-X-GNOME-Bugzilla-Version=1.2.5
+X-GNOME-Bugzilla-Version=1.2.6
index 3ccee345f891a93b22f30f5be09b6b3a35e8c773..f2c294d6e662dd1e22e49d6e9a7c97285dba05eb 100644 (file)
@@ -21,4 +21,4 @@ OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=tracker
 X-GNOME-Bugzilla-Component=Store
-X-GNOME-Bugzilla-Version=1.2.5
+X-GNOME-Bugzilla-Version=1.2.6