From: frank Date: Mon, 16 Jan 2012 00:02:36 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=c10f1ec324b29a30f62f27b06337e04259bff3f3;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +x11-libs/gtk+-2.24.8-r1 --- diff --git a/.etckeeper b/.etckeeper index 0a033250..ca9bcf69 100755 --- a/.etckeeper +++ b/.etckeeper @@ -145,6 +145,7 @@ maybe chmod 0644 './env.d/20java-config' maybe chmod 0644 './env.d/30xdg-data-local' maybe chmod 0644 './env.d/37fontconfig' maybe chmod 0644 './env.d/44qt4' +maybe chmod 0644 './env.d/50gtk2' maybe chmod 0644 './env.d/50ncurses' maybe chmod 0644 './env.d/70less' maybe chmod 0644 './env.d/90xdg-data-base' @@ -259,6 +260,11 @@ maybe chmod 0644 './group' maybe chmod 0600 './group-' maybe chmod 0400 './gshadow' maybe chmod 0600 './gshadow-' +maybe chmod 0755 './gtk-2.0' +maybe chmod 0644 './gtk-2.0/gtkrc' +maybe chmod 0644 './gtk-2.0/im-multipress.conf' +maybe chmod 0755 './gtk-2.0/x86_64-pc-linux-gnu' +maybe chmod 0644 './gtk-2.0/x86_64-pc-linux-gnu/.keep_x11-libs_gtk+-2' maybe chmod 0644 './host.conf' maybe chmod 0644 './hosts' maybe chmod 0755 './init.d' diff --git a/env.d/50gtk2 b/env.d/50gtk2 new file mode 100644 index 00000000..078151cc --- /dev/null +++ b/env.d/50gtk2 @@ -0,0 +1 @@ +GDK_USE_XFT=1 diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc new file mode 100644 index 00000000..61617391 --- /dev/null +++ b/gtk-2.0/gtkrc @@ -0,0 +1 @@ +gtk-fallback-icon-theme = "gnome" diff --git a/gtk-2.0/im-multipress.conf b/gtk-2.0/im-multipress.conf new file mode 100644 index 00000000..d6c8129d --- /dev/null +++ b/gtk-2.0/im-multipress.conf @@ -0,0 +1,22 @@ +# Example configuration file for the GTK+ Multipress Input Method +# Authored by Openismus GmbH, 2009. +# +# This file follows the GKeyFile format. On the left of the equal sign goes +# the key that you press repeatedly to iterate through the text items listed +# on the right-hand side. The list items are separated by semicolons ";" and +# consist of one or more characters each. The backslash "\" is used to escape +# characters; for instance "\;" for a literal semicolon. +# +# The example configuration below imitates the behavior of a standard mobile +# phone by a major manufacturer, with German language setting. +[keys] +KP_1 = .;,;?;!;';";1;-;(;);@;/;:;_ +KP_2 = a;b;c;2;ä;à;á;ã;â;å;æ;ç +KP_3 = d;e;f;3;è;é;ë;ê;ð +KP_4 = g;h;i;4;ì;í;î;ï +KP_5 = j;k;l;5;£ +KP_6 = m;n;o;6;ö;ò;ó;ô;õ;ø;ñ +KP_7 = p;q;r;s;7;ß;$ +KP_8 = t;u;v;8;ü;ù;ú;û +KP_9 = w;x;y;z;9;ý;þ +KP_0 = \s;0 diff --git a/gtk-2.0/x86_64-pc-linux-gnu/.keep_x11-libs_gtk+-2 b/gtk-2.0/x86_64-pc-linux-gnu/.keep_x11-libs_gtk+-2 new file mode 100644 index 00000000..e69de29b