[uxlaunch] add epoch

Peter Robinson pbrobinson at fedoraproject.org
Sun Oct 10 19:44:30 UTC 2010


commit c9d22f2cf681cc02091ace365478d70732aa95f2
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Oct 10 20:44:38 2010 +0100

    add epoch

 startmoblin   |    6 ++----
 uxlaunch.spec |    4 ++++
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/startmoblin b/startmoblin
index 7c9314f..e4abdd9 100644
--- a/startmoblin
+++ b/startmoblin
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export GCONF_DEFAULT_SOURCE_PATH=/etc/gconf/2/moblin.path
+# export GCONF_DEFAULT_SOURCE_PATH=/etc/gconf/2/moblin.path
 export XDG_MENU_PREFIX=moblin-
 export XDG_DATA_DIRS=$HOME/.local/share/applications:/usr/share
 
@@ -8,6 +8,4 @@ export XDG_DATA_DIRS=$HOME/.local/share/applications:/usr/share
 test -r /etc/X11/Xmodmap && xmodmap /etc/X11/Xmodmap
 test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
 
-exec /usr/sbin/uxlaunch -x
-
-
+exec /usr/sbin/uxlaunch -x -v > ~/uxlaunch.log 2>&1
diff --git a/uxlaunch.spec b/uxlaunch.spec
index 7874d37..9499f79 100644
--- a/uxlaunch.spec
+++ b/uxlaunch.spec
@@ -6,6 +6,7 @@
 Name:          uxlaunch
 Version:       0.56
 Release:       3%{?dist}
+Epoch:         1
 Summary:       A small and quick interface to start the Moblin Desktop
 
 Group:         User Interface/X
@@ -68,6 +69,9 @@ rm -rf %{buildroot}
 %{_datadir}/xsessions/fedora-netbook.desktop
 
 %changelog
+* Sun Oct 10 2010 Peter Robinson <pbrobinson at gmail.com> 0.56-4
+- Add epoch
+
 * Sun Oct 10 2010 Peter Robinson <pbrobinson at gmail.com> 0.56-3
 - Add some patches for starting the UX
 


More information about the scm-commits mailing list