From: Frank Brehm Date: Sun, 28 Jun 2015 07:48:45 +0000 (+0200) Subject: Current state X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e52d237ffab244b7381b999797143e9681fe3ba9;p=config%2Fbruni%2Fetc.git Current state --- diff --git a/X11/xinit/xinitrc.d/90-xcursor-theme-gnome b/X11/xinit/xinitrc.d/90-xcursor-theme-gnome new file mode 100755 index 00000000..13bc453c --- /dev/null +++ b/X11/xinit/xinitrc.d/90-xcursor-theme-gnome @@ -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/bash/bashrc b/bash/bashrc index 63aecc2c..fcf508b7 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -158,7 +158,7 @@ if [ -f /usr/share/mc/mc.gentoo ]; then . /usr/share/mc/mc.gentoo fi -if [ -e /etc/bash_completion.d/git ] ; then +if type -t __git_ps1 >/dev/null ; then if [[ ${EUID} == 0 ]] ; then PS1='$? \[\033[01;31m\]\h\[\033[01;30m\]:\[\033[01;34m\]\w\[\033[01;31m\]$(__git_ps1)\[\033[01;34m\] \$ \[\033[00m\]' else diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index bf53fb3c..8491bf12 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,11 +1,3 @@ # Subscription configuration file for CUPS v2.0.2 -# Written by cupsd on 2015-06-26 23:45 +# Written by cupsd on 2015-06-27 23:46 NextSubscriptionId 219 - -Events printer-changed -Owner root -LeaseDuration 86400 -Interval 60 -ExpirationTime 1435441528 -NextEventId 1 - diff --git a/dconf/db/ibus.d/00-upstream-settings b/dconf/db/ibus.d/00-upstream-settings index b54a74f1..30a8030e 100644 --- a/dconf/db/ibus.d/00-upstream-settings +++ b/dconf/db/ibus.d/00-upstream-settings @@ -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=['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 index 429425f4..00000000 --- a/env.d/44qca2 +++ /dev/null @@ -1 +0,0 @@ -LDPATH="/usr/lib64/qca2" diff --git a/gconf/gconf.xml.defaults/%gconf-tree.xml b/gconf/gconf.xml.defaults/%gconf-tree.xml index 1d2f713f..504c40de 100644 --- a/gconf/gconf.xml.defaults/%gconf-tree.xml +++ b/gconf/gconf.xml.defaults/%gconf-tree.xml @@ -2114,35 +2114,39 @@ - - - - - - - - - + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -16525,14 +16529,39 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + + + + #415099 + + 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. + + + + + + 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. + + + The milliseconds to show property panel after focus-in or properties are changed. - + Sans 10 @@ -16540,49 +16569,101 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati Custom font name for language panel - + Use custom font name for language panel - + Show input method name on language bar - + Show icon on system tray - + Orientation of lookup table. 0 = Horizontal, 1 = Vertical - + - + - + - + The behavior of property panel. 0 = Do not show, 1 = Auto hide, 2 = Always show - + + + + Run xmodmap if .xmodmap or .Xmodmap exists when + ibus engines are switched. + + + + + +
  • + ara +
  • +
  • + bg +
  • +
  • + cz +
  • +
  • + dev +
  • +
  • + gr +
  • +
  • + gur +
  • +
  • + in +
  • +
  • + jp(kana) +
  • +
  • + mal +
  • +
  • + mkd +
  • +
  • + ru +
  • +
  • + ua +
  • +
    + US layout is appended to the latin layouts. variant can be + omitted. + +
    +
    + @@ -16593,7 +16674,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - +
  • @@ -16609,32 +16690,32 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati Prefixes of DConf keys to stop name conversion - + Enable input method by default when the application gets input focus - + Share the same input method among all applications - + Embed Preedit Text in Application Window - + Use system keyboard (XKB) layout - + Set popup delay milliseconds to show IME switcher window. @@ -16645,14 +16726,14 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + Saved engines order in input method list - + @@ -16660,21 +16741,21 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + The shortcut keys for switching to the previous input method - + The shortcut keys for switching to the previous input method - +
  • @@ -16684,7 +16765,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The shortcut keys for switching to the next input method in the list - +
  • @@ -16694,21 +16775,21 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The shortcut keys for switching to the next input method in the list - + The shortcut keys for turning input method off - + The shortcut keys for turning input method on - +
  • @@ -16718,7 +16799,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The shortcut keys for turning input method on or off - +
  • diff --git a/gconf/schemas/ibus.schemas b/gconf/schemas/ibus.schemas index 06af938b..178f8877 100644 --- a/gconf/schemas/ibus.schemas +++ b/gconf/schemas/ibus.schemas @@ -9,8 +9,8 @@ [] string - Preload engines - Preload engines during ibus starts up + Preload engines + Preload engines during ibus starts up @@ -105,6 +105,32 @@ Сохраненный номер версии используется для сравнения предыдущей версии ibus с текущей. + + /schemas/desktop/ibus/general/xkb-latin-layouts + /desktop/ibus/general/xkb-latin-layouts + ibus + list + string + [ara,bg,cz,dev,gr,gur,in,jp(kana),mal,mkd,ru,ua] + + Latin layouts which have no ASCII + US layout is appended to the latin layouts. variant can be + omitted. + + + + + /schemas/desktop/ibus/general/use-xmodmap + /desktop/ibus/general/use-xmodmap + ibus + bool + true + + Use xmodmap + Run xmodmap if .xmodmap or .Xmodmap exists when + ibus engines are switched. + + /schemas/desktop/ibus/general/hotkey/trigger /desktop/ibus/general/hotkey/trigger @@ -361,7 +387,7 @@ /desktop/ibus/panel/show ibus int - 1 + 0 Auto hide The behavior of property panel. 0 = Do not show, 1 = Auto hide, 2 = Always show @@ -472,6 +498,19 @@ --> + + /schemas/desktop/ibus/panel/follow-input-cursor-when-always-shown + /desktop/ibus/panel/follow-input-cursor-when-always-shown + ibus + bool + false + + Follow the input cursor in case the panel is always shown + 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. + + /schemas/desktop/ibus/panel/auto-hide-timeout /desktop/ibus/panel/auto-hide-timeout @@ -577,6 +616,26 @@ Hiển thị tên kiểu gõ trên thanh ngôn ngữ + + /schemas/desktop/ibus/panel/xkb-icon-rgba + /desktop/ibus/panel/xkb-icon-rgba + ibus + string + #415099 + + RGBA value of XKB icon + 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. + + /schemas/desktop/ibus/general/use_system_keyboard_layout /desktop/ibus/general/use_system_keyboard_layout diff --git a/init.d/memcached b/init.d/memcached index dd181ebf..92937810 100755 --- a/init.d/memcached +++ b/init.d/memcached @@ -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 diff --git a/init.d/virtlockd b/init.d/virtlockd index 2c80af63..bfa37a5a 100755 --- a/init.d/virtlockd +++ b/init.d/virtlockd @@ -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}" +} diff --git a/ld.so.conf b/ld.so.conf index ca657fe4..6a0a880b 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -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 diff --git a/profile.d/vte.sh b/profile.d/vte.sh index 3b57f838..95d20c7d 100644 --- a/profile.d/vte.sh +++ b/profile.d/vte.sh @@ -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/sgml/catalog b/sgml/catalog index 0934ffc2..ed6e8ebf 100644 --- a/sgml/catalog +++ b/sgml/catalog @@ -15,7 +15,4 @@ CATALOG "/etc/sgml/sgml-docbook-4.0.cat" CATALOG "/etc/sgml/xml-simple-docbook-4.1.2.4.cat" CATALOG "/etc/sgml/xml-simple-docbook-1.0.cat" CATALOG "/etc/sgml/xhtml1.cat" -CATALOG "/etc/sgml/sgml-data-2.0.8.cat" -CATALOG "/etc/sgml/xml-core-0.13_p2.cat" -CATALOG "/etc/sgml/debiandoc-sgml-1.2.27.cat" CATALOG "/etc/sgml/linuxdoc.cat" diff --git a/sgml/debiandoc-sgml-1.2.27.cat b/sgml/debiandoc-sgml-1.2.27.cat deleted file mode 100644 index 1c790d31..00000000 --- a/sgml/debiandoc-sgml-1.2.27.cat +++ /dev/null @@ -1,2 +0,0 @@ -CATALOG "/usr/share/sgml/debiandoc/dtd/sgml/1.0/catalog" -CATALOG "/usr/share/sgml/debiandoc/entities/catalog" diff --git a/sgml/sgml-data-2.0.8.cat b/sgml/sgml-data-2.0.8.cat deleted file mode 100644 index 6c718d46..00000000 --- a/sgml/sgml-data-2.0.8.cat +++ /dev/null @@ -1,13 +0,0 @@ -CATALOG "/usr/share/sgml/dtd/catalog" -CATALOG "/usr/share/sgml/entities/ArborText/catalog" -CATALOG "/usr/share/sgml/entities/Hewlett-Packard/catalog" -CATALOG "/usr/share/sgml/entities/sgml-iso-entities-8879.1986/catalog" -CATALOG "/usr/share/sgml/entities/sgml-iso-entities-9573-13.1991/catalog" -CATALOG "/usr/share/sgml/html/dtd/catalog" -CATALOG "/usr/share/sgml/html/dtd/4.0/catalog" -CATALOG "/usr/share/sgml/html/dtd/4.01/catalog" -CATALOG "/usr/share/sgml/html/dtd/iso-15445/catalog" -CATALOG "/usr/share/sgml/html/entities/catalog" -CATALOG "/usr/share/xml/qaml/catalog" -CATALOG "/usr/share/xml/svg/catalog" -CATALOG "/usr/share/xml/entities/xml-iso-entities-8879.1986/catalog" diff --git a/sgml/xml-core-0.13_p2.cat b/sgml/xml-core-0.13_p2.cat deleted file mode 100644 index dc0d9035..00000000 --- a/sgml/xml-core-0.13_p2.cat +++ /dev/null @@ -1 +0,0 @@ -CATALOG "/usr/share/sgml/dtd/xml-core/catalog" diff --git a/sysctl.d/libvirtd.conf b/sysctl.d/libvirtd.conf deleted file mode 100644 index 275482cc..00000000 --- a/sysctl.d/libvirtd.conf +++ /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 diff --git a/xdg/autostart/tracker-extract.desktop b/xdg/autostart/tracker-extract.desktop index 300cfab7..bd5b5f3f 100644 --- a/xdg/autostart/tracker-extract.desktop +++ b/xdg/autostart/tracker-extract.desktop @@ -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 diff --git a/xdg/autostart/tracker-miner-apps.desktop b/xdg/autostart/tracker-miner-apps.desktop index 4e25679d..af033b43 100644 --- a/xdg/autostart/tracker-miner-apps.desktop +++ b/xdg/autostart/tracker-miner-apps.desktop @@ -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 diff --git a/xdg/autostart/tracker-miner-fs.desktop b/xdg/autostart/tracker-miner-fs.desktop index 2ec46bed..80b4f25d 100644 --- a/xdg/autostart/tracker-miner-fs.desktop +++ b/xdg/autostart/tracker-miner-fs.desktop @@ -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 diff --git a/xdg/autostart/tracker-miner-user-guides.desktop b/xdg/autostart/tracker-miner-user-guides.desktop index 6dcea8cc..8d967a3a 100644 --- a/xdg/autostart/tracker-miner-user-guides.desktop +++ b/xdg/autostart/tracker-miner-user-guides.desktop @@ -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 diff --git a/xdg/autostart/tracker-store.desktop b/xdg/autostart/tracker-store.desktop index 3ccee345..f2c294d6 100644 --- a/xdg/autostart/tracker-store.desktop +++ b/xdg/autostart/tracker-store.desktop @@ -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 diff --git a/xml/catalog b/xml/catalog index 3890781f..1cc354cb 100644 --- a/xml/catalog +++ b/xml/catalog @@ -8,19 +8,6 @@ - - - - - - - - - - - - - diff --git a/xml/sgml-data b/xml/sgml-data deleted file mode 100644 index 7fbc44fb..00000000 --- a/xml/sgml-data +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/xml/xml-core b/xml/xml-core deleted file mode 100644 index dd64ebf3..00000000 --- a/xml/xml-core +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -