Bug#623094: desktop-base: Please add GSettings default

2011-10-14 Thread Michael Biebl
Package: desktop-base
Version: 6.0.6
Followup-For: Bug #623094

The following keys need to be added so that the default background in gdm3 is
set:

[org.gnome.desktop.background]
picture-uri='file:///usr/share/images/desktop-base/login-background.svg'
picture-options='zoom'




-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages desktop-base depends on:
ii  librsvg2-common  2.34.1-2

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
ii  gnome  1:2.30+11
ii  xfce4  4.8.0.3  

-- no debconf information




-- 
To UNSUBSCRIBE, email to debian-desktop-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111014124418.2566.47160.report...@pluto.milchstrasse.xx



Bug#623094: desktop-base: Please add GSettings default

2011-04-17 Thread Josselin Mouette
Package: desktop-base
Version: 6.0.7
Severity: wishlist

gnome-settings-daemon in experimental uses GSettings and not GConf to 
store its default.

Please apply the attached patch to handle it.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages desktop-base depends on:
ii  librsvg2-common   2.32.1-1   SAX-based renderer library for SVG

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
ii  gnome 1:2.30+8   The GNOME Desktop Environment, wit

-- no debconf information

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling
Index: debian/control
===
--- debian/control	(révision 250)
+++ debian/control	(copie de travail)
@@ -5,7 +5,7 @@
 Uploaders: Loïc Minier l...@dooz.org,
Fathi Boudra f...@debian.org,
Yves-Alexis Perez cor...@debian.org
-Build-Depends: cdbs, debhelper (= 6)
+Build-Depends: cdbs (= 0.4.93), debhelper (= 8.1.3)
 # libusplash-dev, imagemagick, librsvg2-bin
 Standards-Version: 3.9.1
 Homepage: http://www.debian.org/devel/debian-desktop
Index: debian/gsettings-override
===
--- debian/gsettings-override	(révision 0)
+++ debian/gsettings-override	(révision 0)
@@ -0,0 +1,3 @@
+[org.gnome.desktop.background]
+picture-options='zoom'
+picture-uri='file:///usr/share/images/desktop-base/desktop-background'
Index: debian/changelog
===
--- debian/changelog	(révision 250)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,11 @@
+desktop-base (6.0.7) UNRELEASED; urgency=low
+
+  * Build-depend on recent cdbs+debhelper to have dh_installgsettings.
+  * debian/gsettings-override: set the default background using 
+GSettings.
+
+ -- Josselin Mouette j...@debian.org  Sun, 17 Apr 2011 11:24:02 +0200
+
 desktop-base (6.0.6) unstable; urgency=low
 
   * plymouth/spacefun:
Index: debian/source.lintian-overrides
===
--- debian/source.lintian-overrides	(révision 250)
+++ debian/source.lintian-overrides	(copie de travail)
@@ -1,2 +1,2 @@
-# we ignore ${Misc:Depends} because it would bring gconf
+# we ignore ${Misc:Depends} because it would bring gconf and dconf
 desktop-base source: debhelper-but-no-misc-depends desktop-base