[debian-edu-commits] debian-edu/ 392/437: * 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.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit 2b04d3afc579ee7c3bb1fd999ee1a4e7759375fc
Author: Wolfgang Schweer <w.schweer at gmx.de>
Date:   Wed Jun 26 21:22:20 2013 +0000

    * 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.
---
 art/ldm/Makefile.am             |   2 +-
 art/ldm/bg.png                  | Bin 0 -> 212772 bytes
 art/ldm/greeter-gtkrc           |  60 ++++++++++++++++++++--------------------
 art/ldm/logo.png                | Bin 19088 -> 1846 bytes
 debian/changelog                |   7 +++++
 debian/debian-edu-artwork.links |   6 ----
 debian/update-artwork           |   2 +-
 7 files changed, 39 insertions(+), 38 deletions(-)

diff --git a/art/ldm/Makefile.am b/art/ldm/Makefile.am
index 62e71cd..d062337 100644
--- a/art/ldm/Makefile.am
+++ b/art/ldm/Makefile.am
@@ -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)
diff --git a/art/ldm/bg.png b/art/ldm/bg.png
new file mode 100644
index 0000000..f2d0109
Binary files /dev/null and b/art/ldm/bg.png differ
diff --git a/art/ldm/greeter-gtkrc b/art/ldm/greeter-gtkrc
index b755172..4a1382f 100644
--- a/art/ldm/greeter-gtkrc
+++ b/art/ldm/greeter-gtkrc
@@ -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
diff --git a/art/ldm/logo.png b/art/ldm/logo.png
index 3da171a..eae7c23 100644
Binary files a/art/ldm/logo.png and b/art/ldm/logo.png differ
diff --git a/debian/changelog b/debian/changelog
index d004dc4..9a7ab28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,13 @@ debian-edu-artwork (0.0.38-1.1) UNRELEASED; urgency=low
     - 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
 
diff --git a/debian/debian-edu-artwork.links b/debian/debian-edu-artwork.links
index 0f15828..a0c064a 100644
--- a/debian/debian-edu-artwork.links
+++ b/debian/debian-edu-artwork.links
@@ -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
diff --git a/debian/update-artwork b/debian/update-artwork
index 8bfb605..5b42320 100644
--- a/debian/update-artwork
+++ b/debian/update-artwork
@@ -3,7 +3,7 @@ set -e
 
 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() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list