From 0bf51626dc82d34c417ae0e976eeddbc165612c7 Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 15 Jan 2010 10:17:00 +0000 Subject: [PATCH] =?UTF-8?q?xfce=20initialisierung=20update=20f=C3=BCr=20xf?= =?UTF-8?q?ce4...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_xfceconfig@5089 504e572c-2e33-0410-9681-be2bf7408885 --- etc/sysconfig/profile.d/xfce | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/etc/sysconfig/profile.d/xfce b/etc/sysconfig/profile.d/xfce index 99ed190..97a7b6d 100644 --- a/etc/sysconfig/profile.d/xfce +++ b/etc/sysconfig/profile.d/xfce @@ -34,9 +34,24 @@ MANPATH=$MANPATH:/opt/xfce/man PATH=$PATH:/opt/xfce/bin PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/xfce/lib/pkgconfig xfce_DATA="~/.xfce" -if [ ! -f ~/.xfce3rc ]; then - touch ~/.xfce3rc +if [ ! -f ~/.xfce4rc ]; then + cat > $HOME/.xfwm4rc << "EOF" +theme=/opt/xfce/share/xfwm4/themes/xfce +button_layout=OT|SHMC +theme=kde +EOF fi + +if [ ! -f ~/.gtkrc-2.0test ] || ! grep -q titlebar ~/.gtkrc-2.0test; then + cat >> $HOME/gtkrc-2.0test << "EOF" +style "titlebar" +{ + font_name = "Sans 10" +} +widget "xfwm" style "titlebar" +EOF +fi + if [ ! -d ~/.xfce ]; then mkdir ~/.xfce fi