rpms/fast-user-switch-applet/devel fast-user-switch-applet-2.17.3-defaults.patch, NONE, 1.1 fast-user-switch-applet.spec, 1.7, 1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 13 21:14:45 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/fast-user-switch-applet/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13109

Modified Files:
	fast-user-switch-applet.spec 
Added Files:
	fast-user-switch-applet-2.17.3-defaults.patch 
Log Message:
Better defaults


fast-user-switch-applet-2.17.3-defaults.patch:
 fast-user-switch-applet.schemas.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE fast-user-switch-applet-2.17.3-defaults.patch ---
--- fast-user-switch-applet-2.17.3/data/fast-user-switch-applet.schemas.in.defaults	2007-02-13 16:13:15.000000000 -0500
+++ fast-user-switch-applet-2.17.3/data/fast-user-switch-applet.schemas.in	2007-02-13 16:17:01.000000000 -0500
@@ -5,7 +5,7 @@
       <key>/schemas/apps/fast-user-switch-applet/per-applet/display_style</key>
       <owner>fast-user-switch-applet</owner>
       <type>string</type>
-      <default>text</default>
+      <default>username</default>
       <locale name="C">
 	<short>Display Style</short>
 	<long>Specifies how to display the applet in the panel. Use "username"
@@ -40,7 +40,7 @@
       <applyto>/apps/fast-user-switch-applet/show_screen_item</applyto>
       <owner>fast-user-switch-applet</owner>
       <type>string</type>
-      <default>always</default>
+      <default>never</default>
       <locale name="C">
 	<short>Show "Other" Menuitem</short>
 	<long>When to show the "Other" item. Possible values include:


Index: fast-user-switch-applet.spec
===================================================================
RCS file: /cvs/dist/rpms/fast-user-switch-applet/devel/fast-user-switch-applet.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fast-user-switch-applet.spec	7 Feb 2007 04:21:39 -0000	1.7
+++ fast-user-switch-applet.spec	13 Feb 2007 21:14:42 -0000	1.8
@@ -1,12 +1,13 @@
 Name:           fast-user-switch-applet
 Version:        2.17.3 
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A panel applet for user-switching 
 Group:          User Interface/Desktops
 License:        GPL
 Source0:        ftp://ftp.gnome.org/pub/gnome/sources/fast-user-switch-applet/2.17/fast-user-switch-applet-%{version}.tar.bz2
 # http://bugzilla.gnome.org/show_bug.cgi?id=402475
 Patch0:         fast-user-switch-applet-2.17.3-username.patch
+Patch1:         fast-user-switch-applet-2.17.3-defaults.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: pkgconfig
@@ -35,6 +36,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .username
+%patch1 -p1 -b .defaults
 
 
 %build
@@ -91,6 +93,9 @@
 %{_datadir}/omf/fast-user-switch-applet
 
 %changelog
+* Tue Feb 13 2007 Matthias Clasen <mclasen at redhat.com> 2.17.3-3
+- Set better defaults 
+
 * Tue Feb  6 2007 Matthias Clasen <mclasen at redhat.com> 2.17.3-2
 - Add a patch to improve the fast user switching experience
 




More information about the fedora-cvs-commits mailing list