[Xfce4-commits] r22969 - xfce4-panel/trunk/config

Olivier Fourdan olivier at xfce.org
Thu Aug 31 19:29:03 UTC 2006


Author: olivier
Date: 2006-08-31 19:29:01 +0000 (Thu, 31 Aug 2006)
New Revision: 22969

Added:
   xfce4-panel/trunk/config/clock-14.rc
   xfce4-panel/trunk/config/systray-4.rc
   xfce4-panel/trunk/config/xfce4-menu-5.rc
Modified:
   xfce4-panel/trunk/config/Makefile.am
Log:
Tweaks defaults config

Modified: xfce4-panel/trunk/config/Makefile.am
===================================================================
--- xfce4-panel/trunk/config/Makefile.am	2006-08-31 18:46:44 UTC (rev 22968)
+++ xfce4-panel/trunk/config/Makefile.am	2006-08-31 19:29:01 UTC (rev 22969)
@@ -3,12 +3,12 @@
 conf_files = $(conf_in_files:.rc.in=.rc)
 
 confdir = $(sysconfdir)/xdg/xfce4/panel
-conf_DATA = panels.xml	$(conf_files)
+conf_DATA = panels.xml systray-4.rc xfce4-menu-5.rc clock-14.rc $(conf_files)
 
 # copied from INTLTOOL_DESKTOP_RULE
 %.rc:   %.rc.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 
-EXTRA_DIST = panels.xml $(conf_in_files)
+EXTRA_DIST = panels.xml systray-4.rc xfce4-menu-5.rc clock-14.rc $(conf_in_files)
 
 distclean-local:	
-	rm -f *.rc
+	rm -f $(conf_files)

Added: xfce4-panel/trunk/config/clock-14.rc
===================================================================
--- xfce4-panel/trunk/config/clock-14.rc	                        (rev 0)
+++ xfce4-panel/trunk/config/clock-14.rc	2006-08-31 19:29:01 UTC (rev 22969)
@@ -0,0 +1,5 @@
+mode=2
+military=true
+ampm=false
+secs=false
+show_frame=false

Added: xfce4-panel/trunk/config/systray-4.rc
===================================================================
--- xfce4-panel/trunk/config/systray-4.rc	                        (rev 0)
+++ xfce4-panel/trunk/config/systray-4.rc	2006-08-31 19:29:01 UTC (rev 22969)
@@ -0,0 +1 @@
+show_frame=0


Property changes on: xfce4-panel/trunk/config/systray-4.rc
___________________________________________________________________
Name: svn:executable
   + *

Added: xfce4-panel/trunk/config/xfce4-menu-5.rc
===================================================================
--- xfce4-panel/trunk/config/xfce4-menu-5.rc	                        (rev 0)
+++ xfce4-panel/trunk/config/xfce4-menu-5.rc	2006-08-31 19:29:01 UTC (rev 22969)
@@ -0,0 +1,2 @@
+use_default_menu=true
+show_button_title=false



More information about the Xfce4-commits mailing list