[debian-edu-commits] r81191 - in branches/wheezy/debian-edu-artwork: art/ldm debian

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Wed Jun 26 21:22:20 UTC 2013


Author: schweer-guest
Date: 2013-06-26 21:22:20 +0000 (Wed, 26 Jun 2013)
New Revision: 81191

Added:
   branches/wheezy/debian-edu-artwork/art/ldm/bg.png
Modified:
   branches/wheezy/debian-edu-artwork/art/ldm/Makefile.am
   branches/wheezy/debian-edu-artwork/art/ldm/greeter-gtkrc
   branches/wheezy/debian-edu-artwork/art/ldm/logo.png
   branches/wheezy/debian-edu-artwork/debian/changelog
   branches/wheezy/debian-edu-artwork/debian/debian-edu-artwork.links
   branches/wheezy/debian-edu-artwork/debian/update-artwork
Log:
* Try to update and configure the LDM theme:
  - Copy greeter-gtkrc from ldm ltsp theme.
  - Add bg.png as background image (same as for other greeters).
  - Replace logo.png (which would show almost the same once again) with
    a simple image showing the Text 'LTSP Client Login'.
  - Raise update-alternatives priority to make it the default theme.
  - Remove useless links.

Modified: branches/wheezy/debian-edu-artwork/art/ldm/Makefile.am
===================================================================
--- branches/wheezy/debian-edu-artwork/art/ldm/Makefile.am	2013-06-26 20:39:06 UTC (rev 81190)
+++ branches/wheezy/debian-edu-artwork/art/ldm/Makefile.am	2013-06-26 21:22:20 UTC (rev 81191)
@@ -1,5 +1,5 @@
 ldmdir   = $(datadir)/ldm/themes/debian-edu
-ldm_DATA = logo.png greeter-gtkrc
+ldm_DATA = logo.png greeter-gtkrc bg.png
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(ldmdir)

Added: branches/wheezy/debian-edu-artwork/art/ldm/bg.png
===================================================================
(Binary files differ)


Property changes on: branches/wheezy/debian-edu-artwork/art/ldm/bg.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: branches/wheezy/debian-edu-artwork/art/ldm/greeter-gtkrc
===================================================================
--- branches/wheezy/debian-edu-artwork/art/ldm/greeter-gtkrc	2013-06-26 20:39:06 UTC (rev 81190)
+++ branches/wheezy/debian-edu-artwork/art/ldm/greeter-gtkrc	2013-06-26 21:22:20 UTC (rev 81191)
@@ -14,64 +14,64 @@
 style "clearlooks-default"
 {
     font_name="Sans 10"
-	GtkButton      ::default_border    = { 0, 0, 0, 0 }
-	GtkRange       ::trough_border     = 0
+    GtkButton      ::default_border    = { 0, 0, 0, 0 }
+    GtkRange       ::trough_border     = 0
 
-	GtkCheckButton ::indicator_size    = 14
-	GtkExpander    ::expander_size     = 16
+    GtkCheckButton ::indicator_size    = 14
+    GtkExpander    ::expander_size     = 16
 
-	GtkButton      ::child-displacement-x = 1
-	GtkButton      ::child-displacement-y = 1
+    GtkButton      ::child-displacement-x = 1
+    GtkButton      ::child-displacement-y = 1
 
-	bg[PRELIGHT]      = "#9baada"
-	bg[SELECTED]      = "#637a9a"
+    bg[PRELIGHT]      = "#9baada"
+    bg[SELECTED]      = "#637a9a"
 
-	engine "clearlooks" 
-	{
-		menubarstyle      = 0       # 0 = flat, 1 = sunken, 2 = flat gradient
-		menuitemstyle     = 0       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
-		listviewitemstyle = 0       # 0 = flat, 1 = 3d-ish (gradient)
-		progressbarstyle  = 0       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
-		animation         = FALSE
-	}
+    engine "clearlooks"
+    {
+        menubarstyle      = 0       # 0 = flat, 1 = sunken, 2 = flat gradient
+        menuitemstyle     = 0       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
+        listviewitemstyle = 0       # 0 = flat, 1 = 3d-ish (gradient)
+        progressbarstyle  = 0       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
+        animation         = FALSE
+    }
 }
 
 style "clearlooks-wide" = "clearlooks-default"
 {
-	xthickness = 2
-	ythickness = 2
+    xthickness = 2
+    ythickness = 2
 }
 
 style "clearlooks-wider" = "clearlooks-default"
 {
-	xthickness = 3
-	ythickness = 3
-	font_name="Sans 9"
+    xthickness = 3
+    ythickness = 3
+    font_name="Sans 9"
 }
 
 style "clearlooks-tasklist" = "clearlooks-default"
 {
-	xthickness = 5
-	ythickness = 3
+    xthickness = 5
+    ythickness = 3
 }
 
 style "clearlooks-menu" = "clearlooks-default"
 {
-	xthickness = 2
-	ythickness = 1
+    xthickness = 2
+    ythickness = 1
 }
 
 style "clearlooks-menu-item" = "clearlooks-default"
 {
-	xthickness = 2
-	ythickness = 3
+    xthickness = 2
+    ythickness = 3
 }
 
 style "clearlooks-tooltips" = "clearlooks-default"
 {
-	xthickness = 4
-	ythickness = 4
-	bg[NORMAL] = { 1.0,1.0,0.75 }
+    xthickness = 4
+    ythickness = 4
+    bg[NORMAL] = { 1.0,1.0,0.75 }
 }
 
 # widget styles

Modified: branches/wheezy/debian-edu-artwork/art/ldm/logo.png
===================================================================
(Binary files differ)

Modified: branches/wheezy/debian-edu-artwork/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-artwork/debian/changelog	2013-06-26 20:39:06 UTC (rev 81190)
+++ branches/wheezy/debian-edu-artwork/debian/changelog	2013-06-26 21:22:20 UTC (rev 81191)
@@ -14,6 +14,13 @@
     - Add 20-desktop-base-edu.js to /usr/share/kde4/apps/plasma-desktop/init/
       to set scaled Debian Edu theme images as the default background.
   * Add myself to AUTHORS.
+  * Try to update and configure the LDM theme:
+    - Copy greeter-gtkrc from ldm ltsp theme.
+    - Add bg.png as background image (same as for other greeters).
+    - Replace logo.png (which would show almost the same once again) with
+      a simple image showing the Text 'LTSP Client Login'.
+    - Raise update-alternatives priority to make it the default theme.
+    - Remove useless links.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 18 Jun 2013 14:47:31 +0200
 

Modified: branches/wheezy/debian-edu-artwork/debian/debian-edu-artwork.links
===================================================================
--- branches/wheezy/debian-edu-artwork/debian/debian-edu-artwork.links	2013-06-26 20:39:06 UTC (rev 81190)
+++ branches/wheezy/debian-edu-artwork/debian/debian-edu-artwork.links	2013-06-26 21:22:20 UTC (rev 81191)
@@ -1,7 +1 @@
-/usr/share/ldm/themes/ltsp/bg.png /usr/share/ldm/themes/debian-edu/bg.png
-/usr/share/ldm/themes/ltsp/host.png /usr/share/ldm/themes/debian-edu/host.png
-/usr/share/ldm/themes/ltsp/language.png /usr/share/ldm/themes/debian-edu/language.png
-/usr/share/ldm/themes/ltsp/reboot.png /usr/share/ldm/themes/debian-edu/reboot.png
-/usr/share/ldm/themes/ltsp/session.png /usr/share/ldm/themes/debian-edu/session.png
-/usr/share/ldm/themes/ltsp/shutdown.png /usr/share/ldm/themes/debian-edu/shutdown.png
 /usr/share/images/desktop-base/debian-edu-wallpaper02_1600x1200.svg /usr/share/images/desktop-base/login-background.svg

Modified: branches/wheezy/debian-edu-artwork/debian/update-artwork
===================================================================
--- branches/wheezy/debian-edu-artwork/debian/update-artwork	2013-06-26 20:39:06 UTC (rev 81190)
+++ branches/wheezy/debian-edu-artwork/debian/update-artwork	2013-06-26 21:22:20 UTC (rev 81191)
@@ -3,7 +3,7 @@
 
 change_ldm_background() {
     update-alternatives --install /usr/share/ldm/themes/default \
-        ldm-theme /usr/share/ldm/themes/debian-edu 80
+        ldm-theme /usr/share/ldm/themes/debian-edu 85
 }
 
 restore_ldm_background() {




More information about the debian-edu-commits mailing list