diff --git a/Identity/Themes/Models/Default/Distro/BootUp/GDM/GdmGreeterTheme.desktop b/Identity/Themes/Models/Default/Distro/BootUp/GDM/GdmGreeterTheme.desktop
new file mode 100755
index 0000000..f83cc5d
--- /dev/null
+++ b/Identity/Themes/Models/Default/Distro/BootUp/GDM/GdmGreeterTheme.desktop
@@ -0,0 +1,58 @@
+# This is not really a .desktop file like the rest, but it's useful to
+# treat it as such.
+
+[GdmGreeterTheme]
+Name==THEME=
+Greeter==THEME=.xml
+Author=The CentOS Project
+Copyright=2009-2010 The CentOS Project
+Screenshot=screenshot.png
+Description=CentOS default theme.
+Description[ar]=أسلوب (تيمة) ريدهات لينكس الإفتراضي
+Description[be]=Дапонмая тэма CentOS
+Description[bg]=CentOS основна тема
+Description[bn]=CentOS -এর ডিফল্ট থীম
+Description[ca]=Tema predeterminat de CentOS
+Description[cs]=Implicitní téma pro CentOS
+Description[cy]=Thema ragosodedig CentOS
+Description[da]=CentOS standardtema
+Description[de]=CentOS Standard
+Description[el]=Προκαθορισμένο θέμα του CentOS
+Description[es]=Tema predeterminado de CentOS
+Description[et]=CentOS vaike teema
+Description[fa]=تم پیش‌فرض لینوکس ردهت
+Description[fi]=CentOS -oletusteema
+Description[fr]=Thème par défaut de CentOS
+Description[gu]=CentOS લિનક્સ મૂળભુત થીમ
+Description[hi]=रेड हेट लिनक्स मूल प्रकरण
+Description[hr]=Uobičajena tema CentOS-a
+Description[hu]=CentOS alapértelmezett téma
+Description[id]=Theme default CentOS
+Description[is]=Sjálfgefna CentOS þeman
+Description[it]=Tema CentOS predefinito
+Description[ja]=CentOS デフォルトのテーマ
+Description[ko]=CentOS 기본 테마
+Description[lt]=CentOS standartinė tema
+Description[mk]=Основна тема на CentOS
+Description[mn]=Рэд хат линуксийн стандарт хэлбэр
+Description[ms]=Tema default CentOS
+Description[nb]=Forvalgt tema for CentOS
+Description[nl]=CentOS standaard thema
+Description[no]=Forvalgt tema for CentOS
+Description[pa]=CentOS ਲੀਨਕਸ ਮੂਲ ਸਰੂਪ
+Description[pl]=Domyślny schemat CentOS
+Description[pt]=Tema por omissão do CentOS
+Description[pt_BR]=Tema default CentOS
+Description[ro]=Tema implicită CentOS
+Description[ru]=Основная тема CentOS
+Description[sk]=Štandardná téma CentOS
+Description[sl]=Privzeta tema za CentOS
+Description[sv]=Standardtema för CentOS
+Description[ta]=CentOS இயல்பான கருப்பொருள்
+Description[th]=ชุดตกแต่งปริยายของ CentOS
+Description[tr]=Öntanımlı CentOS teması
+Description[uk]=Основна тема CentOS
+Description[vi]=Theme CentOS mặc định
+Description[zh_CN]=CentOS 的默认主题
+Description[zh_TW]=CentOS 預設佈景主題
+Description[zu]=Ingqikithi yendalo ye-CentOS
diff --git a/Identity/Themes/Models/Default/Distro/BootUp/GDM/GdmGreeterTheme.xml b/Identity/Themes/Models/Default/Distro/BootUp/GDM/GdmGreeterTheme.xml
new file mode 100755
index 0000000..dffc7a3
--- /dev/null
+++ b/Identity/Themes/Models/Default/Distro/BootUp/GDM/GdmGreeterTheme.xml
@@ -0,0 +1,238 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE greeter SYSTEM "greeter.dtd">
+<greeter>
+
+   <!-- Background Stuff -->
+
+   <item type="rect">
+   <pos x="0" y="0" width="100%" height="100%" />
+   <normal color="#204C8D" />
+   </item>
+
+   <item type="pixmap">
+   <pos y="0" x="0" width="100%" height="100%" />
+   <normal file="background.png" />
+   </item>
+
+   <!-- CentOS Symbol -->
+
+   <item type="pixmap">
+   <pos x="20" y="20" />
+   <normal file="centos-symbol.png" />
+   </item>
+
+   <!-- The Login Box -->
+
+   <item type="rect">
+   <pos x="30" y="50%" width="490" height="box" />
+   <box orientation="vertical">
+
+      <item type="rect">
+      <fixed>
+
+         <item type="label" id="pam-prompt">
+         <pos x="0" y="-20" anchor="nw" />
+         <normal font="Sans 12" color="#FFFFFF" alpha=".9" />
+         <text>%c</text>
+         <stock type="username-label" />
+         </item>
+
+         <item type="entry" id="user-pw-entry">
+         <pos x="0" y="6"  height="25" width="490" anchor="nw" />
+         <normal font="Sans 14" color="#000000" />
+         </item>
+
+      </fixed>
+      </item>
+
+      <!-- Messages -->
+
+      <item type="label" id="timed-label">
+      <pos x="50%" y="90" anchor="n" />
+      <show type="timed" />
+      <normal font="Sans Bold 12" color="#FFFFFF" />
+      <stock type="timed-label" />
+      </item>
+
+      <item type="label" id="caps-lock-warning">
+      <pos x="50%" y="120" anchor="n" />
+      <normal font="Sans Bold 14" color="#FFFFFF" />
+      <stock type="caps-lock-warning" />
+      </item>
+
+      <item type="label" id="pam-error">
+      <pos x="50%" y="130" anchor="n" />
+      <normal font="Sans 12" color="#FFFFFF" />
+      <text />
+      </item>
+
+   </box>
+   </item>
+
+   <!-- The clock -->
+
+   <item type="rect">
+   <pos x="-20" y="20" width="box" height="box" anchor="ne" />
+   <normal color="#204C8D" alpha="0.5" />
+   <box ypadding="10" xpadding="10" spacing="2" orientation="vertical">
+
+      <item type="label" id="clock">
+      <normal font="Sans 10" color="#FFFFFF" alpha=".9" />
+      <pos x="50%" anchor="n" />
+      <text>%c</text>
+      </item>
+
+      <item type="label">
+      <normal font="Sans Bold 10" color="#FFFFFF" alpha=".9" />
+      <pos x="50%" anchor="n" />
+      <text>%h</text>
+      </item>
+
+   </box>            
+   </item>
+
+   <!-- Bottom Box -->
+
+   <item type="rect">
+   <pos x="100%" y="100%" width="100%" height="box" anchor="se" />
+   <normal color="#204C8D" alpha="1.0" />
+   <box>
+
+      <!-- The Action Bar -->
+
+      <item type="rect">
+      <pos x="-14" y="0" width="box" height="box" anchor="ne" />
+      <box orientation="horizontal" xpadding="0" ypadding="10" >
+
+         <!-- Language -->
+
+         <item type="rect" id="language_button" button="true">
+         <pos width="box" height="box" />
+         <box xpadding="6" orientation="horizontal">
+
+            <item type="pixmap">
+            <normal file="icon-language.png" />
+            </item>
+
+            <item type="label">
+            <active font="Sans Bold 12" color="#D8E5F7" />
+            <prelight font="Sans Bold 12" color="#D8E5F7" />
+            <normal font="Sans Bold 12" color="#FFFFFF" />
+            <pos y="5"  />
+            <stock type="language" />
+            </item>
+
+         </box>
+         </item>
+
+         <!-- Session -->
+
+         <item type="rect" id="session_button" button="true">
+         <pos width="box" height="box" />
+         <box xpadding="6" orientation="horizontal">
+
+            <item type="pixmap">
+            <normal file="icon-session.png" />
+            </item>
+
+            <item type="label">
+            <active font="Sans Bold 12" color="#D8E5F7" />
+            <prelight font="Sans Bold 12" color="#D8E5F7" />
+            <normal font="Sans Bold 12" color="#FFFFFF" />
+            <pos y="5" />
+            <stock type="session" />
+            </item>
+
+         </box>
+         </item>
+
+         <!-- Reboot -->
+
+         <item type="rect" id="reboot_button" button="true">
+         <show modes="console" type="reboot" />
+         <pos width="box" height="box" />
+         <box xpadding="6" orientation="horizontal">
+
+            <item type="pixmap">
+            <normal file="icon-reboot.png" />
+            </item>
+
+            <item type="label">
+            <active font="Sans Bold 12" color="#D8E5F7" />
+            <prelight font="Sans Bold 12" color="#D8E5F7" />
+            <normal font="Sans Bold 12" color="#FFFFFF" />
+            <pos y="5" />
+            <stock type="reboot" />
+            </item>
+
+         </box>
+         </item>
+
+         <!-- Halt -->
+
+         <item type="rect" id="halt_button" button="true">
+         <show modes="console" type="halt" />
+         <pos width="box" height="box" />
+         <box xpadding="6" orientation="horizontal">
+
+            <item type="pixmap">
+            <normal file="icon-shutdown.png" />
+            </item>
+
+            <item type="label">
+            <active font="Sans Bold 12" color="#D8E5F7" />
+            <prelight font="Sans Bold 12" color="#D8E5F7" />
+            <normal font="Sans Bold 12" color="#FFFFFF" />
+            <pos y="5" />
+            <stock type="halt" />
+            </item>
+
+         </box>
+         </item>
+
+         <!-- Disconnect / Quit -->
+
+         <item type="rect" id="disconnect_button" button="true">
+         <show modes="flexi,remote" />
+         <pos width="box" height="box" />
+         <box xpadding="6" orientation="horizontal">
+
+            <item type="pixmap">
+            <normal file="icon-shutdown.png" />
+            </item>
+
+            <item type="label">
+            <show modes="remote" />
+            <active font="Sans Bold 12" color="#D8E5F7" />
+            <prelight font="Sans Bold 12" color="#D8E5F7" />
+            <normal font="Sans Bold 12" color="#FFFFFF" />
+            <pos y="5" />
+            <stock type="disconnect" />
+            </item>
+
+            <item type="label">
+            <show modes="flexi" />
+            <active font="Sans Bold 12" color="#D8E5F7" />
+            <prelight font="Sans Bold 12" color="#D8E5F7" />
+            <normal font="Sans Bold 12" color="#FFFFFF" />
+            <pos y="5" />
+            <stock type="quit" />
+            </item>
+
+         </box>
+         </item>
+
+      </box>
+      </item>
+
+   </box>
+   </item>
+
+   <!-- CentOS Release -->
+
+   <item type="pixmap">
+   <pos x="20" y="-60" />
+   <normal file="centos-release.png" />
+   </item>
+
+</greeter>
diff --git a/Identity/Themes/Models/Default/Distro/BootUp/GdmGreeterTheme.desktop b/Identity/Themes/Models/Default/Distro/BootUp/GdmGreeterTheme.desktop
deleted file mode 100755
index f83cc5d..0000000
--- a/Identity/Themes/Models/Default/Distro/BootUp/GdmGreeterTheme.desktop
+++ /dev/null
@@ -1,58 +0,0 @@
-# This is not really a .desktop file like the rest, but it's useful to
-# treat it as such.
-
-[GdmGreeterTheme]
-Name==THEME=
-Greeter==THEME=.xml
-Author=The CentOS Project
-Copyright=2009-2010 The CentOS Project
-Screenshot=screenshot.png
-Description=CentOS default theme.
-Description[ar]=أسلوب (تيمة) ريدهات لينكس الإفتراضي
-Description[be]=Дапонмая тэма CentOS
-Description[bg]=CentOS основна тема
-Description[bn]=CentOS -এর ডিফল্ট থীম
-Description[ca]=Tema predeterminat de CentOS
-Description[cs]=Implicitní téma pro CentOS
-Description[cy]=Thema ragosodedig CentOS
-Description[da]=CentOS standardtema
-Description[de]=CentOS Standard
-Description[el]=Προκαθορισμένο θέμα του CentOS
-Description[es]=Tema predeterminado de CentOS
-Description[et]=CentOS vaike teema
-Description[fa]=تم پیش‌فرض لینوکس ردهت
-Description[fi]=CentOS -oletusteema
-Description[fr]=Thème par défaut de CentOS
-Description[gu]=CentOS લિનક્સ મૂળભુત થીમ
-Description[hi]=रेड हेट लिनक्स मूल प्रकरण
-Description[hr]=Uobičajena tema CentOS-a
-Description[hu]=CentOS alapértelmezett téma
-Description[id]=Theme default CentOS
-Description[is]=Sjálfgefna CentOS þeman
-Description[it]=Tema CentOS predefinito
-Description[ja]=CentOS デフォルトのテーマ
-Description[ko]=CentOS 기본 테마
-Description[lt]=CentOS standartinė tema
-Description[mk]=Основна тема на CentOS
-Description[mn]=Рэд хат линуксийн стандарт хэлбэр
-Description[ms]=Tema default CentOS
-Description[nb]=Forvalgt tema for CentOS
-Description[nl]=CentOS standaard thema
-Description[no]=Forvalgt tema for CentOS
-Description[pa]=CentOS ਲੀਨਕਸ ਮੂਲ ਸਰੂਪ
-Description[pl]=Domyślny schemat CentOS
-Description[pt]=Tema por omissão do CentOS
-Description[pt_BR]=Tema default CentOS
-Description[ro]=Tema implicită CentOS
-Description[ru]=Основная тема CentOS
-Description[sk]=Štandardná téma CentOS
-Description[sl]=Privzeta tema za CentOS
-Description[sv]=Standardtema för CentOS
-Description[ta]=CentOS இயல்பான கருப்பொருள்
-Description[th]=ชุดตกแต่งปริยายของ CentOS
-Description[tr]=Öntanımlı CentOS teması
-Description[uk]=Основна тема CentOS
-Description[vi]=Theme CentOS mặc định
-Description[zh_CN]=CentOS 的默认主题
-Description[zh_TW]=CentOS 預設佈景主題
-Description[zu]=Ingqikithi yendalo ye-CentOS
diff --git a/Identity/Themes/Models/Default/Distro/BootUp/GdmGreeterTheme.xml b/Identity/Themes/Models/Default/Distro/BootUp/GdmGreeterTheme.xml
deleted file mode 100755
index dffc7a3..0000000
--- a/Identity/Themes/Models/Default/Distro/BootUp/GdmGreeterTheme.xml
+++ /dev/null
@@ -1,238 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE greeter SYSTEM "greeter.dtd">
-<greeter>
-
-   <!-- Background Stuff -->
-
-   <item type="rect">
-   <pos x="0" y="0" width="100%" height="100%" />
-   <normal color="#204C8D" />
-   </item>
-
-   <item type="pixmap">
-   <pos y="0" x="0" width="100%" height="100%" />
-   <normal file="background.png" />
-   </item>
-
-   <!-- CentOS Symbol -->
-
-   <item type="pixmap">
-   <pos x="20" y="20" />
-   <normal file="centos-symbol.png" />
-   </item>
-
-   <!-- The Login Box -->
-
-   <item type="rect">
-   <pos x="30" y="50%" width="490" height="box" />
-   <box orientation="vertical">
-
-      <item type="rect">
-      <fixed>
-
-         <item type="label" id="pam-prompt">
-         <pos x="0" y="-20" anchor="nw" />
-         <normal font="Sans 12" color="#FFFFFF" alpha=".9" />
-         <text>%c</text>
-         <stock type="username-label" />
-         </item>
-
-         <item type="entry" id="user-pw-entry">
-         <pos x="0" y="6"  height="25" width="490" anchor="nw" />
-         <normal font="Sans 14" color="#000000" />
-         </item>
-
-      </fixed>
-      </item>
-
-      <!-- Messages -->
-
-      <item type="label" id="timed-label">
-      <pos x="50%" y="90" anchor="n" />
-      <show type="timed" />
-      <normal font="Sans Bold 12" color="#FFFFFF" />
-      <stock type="timed-label" />
-      </item>
-
-      <item type="label" id="caps-lock-warning">
-      <pos x="50%" y="120" anchor="n" />
-      <normal font="Sans Bold 14" color="#FFFFFF" />
-      <stock type="caps-lock-warning" />
-      </item>
-
-      <item type="label" id="pam-error">
-      <pos x="50%" y="130" anchor="n" />
-      <normal font="Sans 12" color="#FFFFFF" />
-      <text />
-      </item>
-
-   </box>
-   </item>
-
-   <!-- The clock -->
-
-   <item type="rect">
-   <pos x="-20" y="20" width="box" height="box" anchor="ne" />
-   <normal color="#204C8D" alpha="0.5" />
-   <box ypadding="10" xpadding="10" spacing="2" orientation="vertical">
-
-      <item type="label" id="clock">
-      <normal font="Sans 10" color="#FFFFFF" alpha=".9" />
-      <pos x="50%" anchor="n" />
-      <text>%c</text>
-      </item>
-
-      <item type="label">
-      <normal font="Sans Bold 10" color="#FFFFFF" alpha=".9" />
-      <pos x="50%" anchor="n" />
-      <text>%h</text>
-      </item>
-
-   </box>            
-   </item>
-
-   <!-- Bottom Box -->
-
-   <item type="rect">
-   <pos x="100%" y="100%" width="100%" height="box" anchor="se" />
-   <normal color="#204C8D" alpha="1.0" />
-   <box>
-
-      <!-- The Action Bar -->
-
-      <item type="rect">
-      <pos x="-14" y="0" width="box" height="box" anchor="ne" />
-      <box orientation="horizontal" xpadding="0" ypadding="10" >
-
-         <!-- Language -->
-
-         <item type="rect" id="language_button" button="true">
-         <pos width="box" height="box" />
-         <box xpadding="6" orientation="horizontal">
-
-            <item type="pixmap">
-            <normal file="icon-language.png" />
-            </item>
-
-            <item type="label">
-            <active font="Sans Bold 12" color="#D8E5F7" />
-            <prelight font="Sans Bold 12" color="#D8E5F7" />
-            <normal font="Sans Bold 12" color="#FFFFFF" />
-            <pos y="5"  />
-            <stock type="language" />
-            </item>
-
-         </box>
-         </item>
-
-         <!-- Session -->
-
-         <item type="rect" id="session_button" button="true">
-         <pos width="box" height="box" />
-         <box xpadding="6" orientation="horizontal">
-
-            <item type="pixmap">
-            <normal file="icon-session.png" />
-            </item>
-
-            <item type="label">
-            <active font="Sans Bold 12" color="#D8E5F7" />
-            <prelight font="Sans Bold 12" color="#D8E5F7" />
-            <normal font="Sans Bold 12" color="#FFFFFF" />
-            <pos y="5" />
-            <stock type="session" />
-            </item>
-
-         </box>
-         </item>
-
-         <!-- Reboot -->
-
-         <item type="rect" id="reboot_button" button="true">
-         <show modes="console" type="reboot" />
-         <pos width="box" height="box" />
-         <box xpadding="6" orientation="horizontal">
-
-            <item type="pixmap">
-            <normal file="icon-reboot.png" />
-            </item>
-
-            <item type="label">
-            <active font="Sans Bold 12" color="#D8E5F7" />
-            <prelight font="Sans Bold 12" color="#D8E5F7" />
-            <normal font="Sans Bold 12" color="#FFFFFF" />
-            <pos y="5" />
-            <stock type="reboot" />
-            </item>
-
-         </box>
-         </item>
-
-         <!-- Halt -->
-
-         <item type="rect" id="halt_button" button="true">
-         <show modes="console" type="halt" />
-         <pos width="box" height="box" />
-         <box xpadding="6" orientation="horizontal">
-
-            <item type="pixmap">
-            <normal file="icon-shutdown.png" />
-            </item>
-
-            <item type="label">
-            <active font="Sans Bold 12" color="#D8E5F7" />
-            <prelight font="Sans Bold 12" color="#D8E5F7" />
-            <normal font="Sans Bold 12" color="#FFFFFF" />
-            <pos y="5" />
-            <stock type="halt" />
-            </item>
-
-         </box>
-         </item>
-
-         <!-- Disconnect / Quit -->
-
-         <item type="rect" id="disconnect_button" button="true">
-         <show modes="flexi,remote" />
-         <pos width="box" height="box" />
-         <box xpadding="6" orientation="horizontal">
-
-            <item type="pixmap">
-            <normal file="icon-shutdown.png" />
-            </item>
-
-            <item type="label">
-            <show modes="remote" />
-            <active font="Sans Bold 12" color="#D8E5F7" />
-            <prelight font="Sans Bold 12" color="#D8E5F7" />
-            <normal font="Sans Bold 12" color="#FFFFFF" />
-            <pos y="5" />
-            <stock type="disconnect" />
-            </item>
-
-            <item type="label">
-            <show modes="flexi" />
-            <active font="Sans Bold 12" color="#D8E5F7" />
-            <prelight font="Sans Bold 12" color="#D8E5F7" />
-            <normal font="Sans Bold 12" color="#FFFFFF" />
-            <pos y="5" />
-            <stock type="quit" />
-            </item>
-
-         </box>
-         </item>
-
-      </box>
-      </item>
-
-   </box>
-   </item>
-
-   <!-- CentOS Release -->
-
-   <item type="pixmap">
-   <pos x="20" y="-60" />
-   <normal file="centos-release.png" />
-   </item>
-
-</greeter>