[meego-commits] 8543: Changes to Trunk:Testing/xorg-x11-xinit

Brian Harring no_reply at build.meego.com
Sun Oct 17 08:00:49 UTC 2010


Hi,
I have made the following changes to xorg-x11-xinit in project Trunk:Testing. Please review and accept ASAP.

Thank You,
Brian Harring

[This message was auto-generated]

---

Request #8543:

  submit:   home:ferringb:branches:Trunk/xorg-x11-xinit(r2) -> Trunk:Testing/xorg-x11-xinit


Message:
    * Sun Oct 17 2010 Brian Harring <brian.harring at intel.com> - 1.1.1
- BMC #2582; add startivi in for X-IVI environments.

State:   new          2010-10-17T01:00:48 ferringb
Comment: None



changes files:
--------------
--- xorg-x11-xinit.changes
+++ xorg-x11-xinit.changes
@@ -0,0 +1,3 @@
+* Sun Oct 17 2010 Brian Harring <brian.harring at intel.com> - 1.1.1
+- BMC #2582; add startivi in for X-IVI environments.
+

spec files:
-----------

other changes:
--------------

++++++ Xclients
--- Xclients
+++ Xclients
@@ -12,6 +12,7 @@
 STARTKDE="$(which startkde 2>/dev/null)"
 STARTXFCE="$(which startxfce4 2>/dev/null)"
 STARTMOB="$(which startmoblin 2>/dev/null)"
+STARTIVI="$(which startivi 2>/dev/null)"
 
 # check to see if the user has a preferred desktop
 PREFERRED=
@@ -23,6 +24,8 @@
         PREFERRED="$STARTKDE"
     elif [ "$DESKTOP" = "XFCE" ]; then
         PREFERRED="$STARTXFCE"
+    elif [ "$DESKTOP" = "X-IVI" ]; then
+        PREFERRED="$STARTIVI"
     elif [ "$DESKTOP" = "MOBLIN" ]; then
         PREFERRED="$STARTMOB"
     fi




More information about the MeeGo-commits mailing list