[firstboot/f14/master] * Sun Sep 19 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.113-4 - extend kwin patch to also support

Kevin Kofler kkofler at fedoraproject.org
Sun Sep 19 13:45:43 UTC 2010


commit 543a1ff28e3633bf1a506f869917ac26b841a8b3
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Sep 19 15:44:43 2010 +0200

    * Sun Sep 19 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.113-4
    - extend kwin patch to also support xfwm4 (Xfce) and openbox (LXDE) (#605675)

 firstboot-1.113-kwin.patch |    2 +-
 firstboot.spec             |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/firstboot-1.113-kwin.patch b/firstboot-1.113-kwin.patch
index 7ee316f..c727b41 100644
--- a/firstboot-1.113-kwin.patch
+++ b/firstboot-1.113-kwin.patch
@@ -6,7 +6,7 @@ diff -up firstboot-1.113/firstboot/xfrontend.py.kwin firstboot-1.113/firstboot/x
  
          if not self._wm_pid:
 -            path = "/usr/bin/metacity"
-+            paths = ["/usr/bin/metacity", "/usr/bin/kwin"]
++            paths = ["/usr/bin/metacity", "/usr/bin/kwin", "/usr/bin/xfwm4", "/usr/bin/openbox"]
 +            for path in paths:
 +                if os.access(path, os.X_OK): break 
              args = [path, "--display", os.environ["DISPLAY"]]
diff --git a/firstboot.spec b/firstboot.spec
index df0c49e..9618927 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -4,7 +4,7 @@ Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
 Version: 1.113
-Release: 3%{?dist}
+Release: 4%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -85,6 +85,9 @@ fi
 /lib/systemd/system/firstboot-graphical.service
 
 %changelog
+* Sun Sep 19 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.113-4
+- extend kwin patch to also support xfwm4 (Xfce) and openbox (LXDE) (#605675)
+
 * Wed Sep 15 2010 Rex Dieter <rdieter at fedoraproject.org> 1.113-3
 - firstboot -> metacity dep (#605675)
 


More information about the scm-commits mailing list