[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-18 Thread Manu Cornet
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
I believe this setting is only useful for plain gdm themes (not
graphical themes occupying the whole screen), and does not have any
effect on the graphical theme itself, if I understand correctly (you
might notice that the color that appears just before the greeter comes
on changes, though).

Sébastien, should we just close this bug, or try to hide this setting
when "graphical theme" is used ?

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Thanks for your bug.

Manu, this color used to be used after the login and before having your desktop 
background displayed, now the change only makes effect before using gdm. I'm 
not sure that's what the original bug is about but I've forwarded that 
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=328050
You are right other way, the color change has no effect on the theme itself

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Bug watches changed:
+ Bug 328050 [The Gnome Bug Tracker]

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Also affects: gdm (upstream)   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
   Severity: Normal => Minor
 Status: Unconfirmed => Confirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
   Bugwatch: None => The Gnome Bug Tracker #328050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
The problem is  in the /etc/X11/gdm/PreSession/Default script, starting
at line 28.

This script tries to set the background using the xset command. To get
the background color, it parses the /etc/gdm/gdm.conf, not the new
/etc/gdm/gdm.conf-custom.

This bug is in the gdm original source, in config/Presession.in file.

I'm sending this bug to Brian Cameron  .

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Fixed in gdm upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=329253

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
the last update (2.13.0.7) didnt seem to work for me.

as far as i can see it, the calls to 'gdmflexiserver' in the PreSession
scipt don't seem to be returning anything (?) so gdm is defaulting to
another color ("#76848F")

calling gdmflexiserver from a terminal it works:
[EMAIL PROTECTED]:~$ gdmflexiserver --command="GET_CONFIG 
greeter/GraphicalThemedColor"
OK #355c7d

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

- Changed attachments:
Added: quick hack that adds reading from gdm .conf files.
   http://librarian.launchpad.net/1546751/gdm-2.13.0.7-presession.diff

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
 Status: Unconfirmed => Fix Released

Comment:
fixed upstream

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
 Status: Confirmed => Fix Released

Comment:
This upload fixes the issue:

 gdm (2.13.0.8-0ubuntu1) dapper; urgency=low
 .
   * New upstream version:
 - Because the main gdm.conf file is now read-only, contains distro
   defaults and is not to be edited by the user, the file has been
   moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is
   now %{datadir}/gdm/factory-defaults.conf).
 - Lots of performance issues with the GDM sockets connection improved.
   Now the code deals much better with failures, and better debug is
   printed to the log.
 - Fix gdmdynamic so it supports up to hundreds of displays rather than
   just a dozen or so.
 - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use
   gdmflexiserver to get config data rather than trying to grep and
   awk the config file directly.
 - Fix Xsession script so zenity calls work.
 - Lots of improvements to the GDM docs.
 - fix language and session menu options (Ubuntu: #31125)
 - fix gdmflexiserver to run without using gtk when using --command
   (Ubuntu: #27913)
   * debian/init:
 - allow cdd to use an alternative config, patch by Oliver Grawert
   (Ubuntu :#29404)
   * debian/patches/01_xconfigoptions.patch:
 - updated
   * debian/patches/11_powermanagement.patch:
 - updated
   * debian/rules:
 - use --with-defaults-conf to put the configuration file to /etc

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
the last update (2.13.0.7) didnt seem to work for me.

as far as i can see it, the calls to 'gdmflexiserver' in the PreSession
scipt don't seem to be returning anything (?) so gdm is defaulting to
another color ("#76848F")

calling gdmflexiserver from a terminal it works:
[EMAIL PROTECTED]:~$ gdmflexiserver --command="GET_CONFIG 
greeter/GraphicalThemedColor"
OK #355c7d

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

- Changed attachments:
Added: quick hack that adds reading from gdm .conf files.
   http://librarian.launchpad.net/1546751/gdm-2.13.0.7-presession.diff

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
 Status: Unconfirmed => Fix Released

Comment:
fixed upstream

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
 Status: Confirmed => Fix Released

Comment:
This upload fixes the issue:

 gdm (2.13.0.8-0ubuntu1) dapper; urgency=low
 .
   * New upstream version:
 - Because the main gdm.conf file is now read-only, contains distro
   defaults and is not to be edited by the user, the file has been
   moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is
   now %{datadir}/gdm/factory-defaults.conf).
 - Lots of performance issues with the GDM sockets connection improved.
   Now the code deals much better with failures, and better debug is
   printed to the log.
 - Fix gdmdynamic so it supports up to hundreds of displays rather than
   just a dozen or so.
 - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use
   gdmflexiserver to get config data rather than trying to grep and
   awk the config file directly.
 - Fix Xsession script so zenity calls work.
 - Lots of improvements to the GDM docs.
 - fix language and session menu options (Ubuntu: #31125)
 - fix gdmflexiserver to run without using gtk when using --command
   (Ubuntu: #27913)
   * debian/init:
 - allow cdd to use an alternative config, patch by Oliver Grawert
   (Ubuntu :#29404)
   * debian/patches/01_xconfigoptions.patch:
 - updated
   * debian/patches/11_powermanagement.patch:
 - updated
   * debian/rules:
 - use --with-defaults-conf to put the configuration file to /etc

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-18 Thread Manu Cornet
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
I believe this setting is only useful for plain gdm themes (not
graphical themes occupying the whole screen), and does not have any
effect on the graphical theme itself, if I understand correctly (you
might notice that the color that appears just before the greeter comes
on changes, though).

Sébastien, should we just close this bug, or try to hide this setting
when "graphical theme" is used ?

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Thanks for your bug.

Manu, this color used to be used after the login and before having your desktop 
background displayed, now the change only makes effect before using gdm. I'm 
not sure that's what the original bug is about but I've forwarded that 
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=328050
You are right other way, the color change has no effect on the theme itself

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Bug watches changed:
+ Bug 328050 [The Gnome Bug Tracker]

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Also affects: gdm (upstream)   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
   Severity: Normal => Minor
 Status: Unconfirmed => Confirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
   Bugwatch: None => The Gnome Bug Tracker #328050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
The problem is  in the /etc/X11/gdm/PreSession/Default script, starting
at line 28.

This script tries to set the background using the xset command. To get
the background color, it parses the /etc/gdm/gdm.conf, not the new
/etc/gdm/gdm.conf-custom.

This bug is in the gdm original source, in config/Presession.in file.

I'm sending this bug to Brian Cameron  .

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Fixed in gdm upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=329253

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
the last update (2.13.0.7) didnt seem to work for me.

as far as i can see it, the calls to 'gdmflexiserver' in the PreSession
scipt don't seem to be returning anything (?) so gdm is defaulting to
another color ("#76848F")

calling gdmflexiserver from a terminal it works:
[EMAIL PROTECTED]:~$ gdmflexiserver --command="GET_CONFIG 
greeter/GraphicalThemedColor"
OK #355c7d

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

- Changed attachments:
Added: quick hack that adds reading from gdm .conf files.
   http://librarian.launchpad.net/1546751/gdm-2.13.0.7-presession.diff

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
 Status: Unconfirmed => Fix Released

Comment:
fixed upstream

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
 Status: Confirmed => Fix Released

Comment:
This upload fixes the issue:

 gdm (2.13.0.8-0ubuntu1) dapper; urgency=low
 .
   * New upstream version:
 - Because the main gdm.conf file is now read-only, contains distro
   defaults and is not to be edited by the user, the file has been
   moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is
   now %{datadir}/gdm/factory-defaults.conf).
 - Lots of performance issues with the GDM sockets connection improved.
   Now the code deals much better with failures, and better debug is
   printed to the log.
 - Fix gdmdynamic so it supports up to hundreds of displays rather than
   just a dozen or so.
 - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use
   gdmflexiserver to get config data rather than trying to grep and
   awk the config file directly.
 - Fix Xsession script so zenity calls work.
 - Lots of improvements to the GDM docs.
 - fix language and session menu options (Ubuntu: #31125)
 - fix gdmflexiserver to run without using gtk when using --command
   (Ubuntu: #27913)
   * debian/init:
 - allow cdd to use an alternative config, patch by Oliver Grawert
   (Ubuntu :#29404)
   * debian/patches/01_xconfigoptions.patch:
 - updated
   * debian/patches/11_powermanagement.patch:
 - updated
   * debian/rules:
 - use --with-defaults-conf to put the configuration file to /etc

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-18 Thread Manu Cornet
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
I believe this setting is only useful for plain gdm themes (not
graphical themes occupying the whole screen), and does not have any
effect on the graphical theme itself, if I understand correctly (you
might notice that the color that appears just before the greeter comes
on changes, though).

Sébastien, should we just close this bug, or try to hide this setting
when "graphical theme" is used ?

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Thanks for your bug.

Manu, this color used to be used after the login and before having your desktop 
background displayed, now the change only makes effect before using gdm. I'm 
not sure that's what the original bug is about but I've forwarded that 
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=328050
You are right other way, the color change has no effect on the theme itself

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Bug watches changed:
+ Bug 328050 [The Gnome Bug Tracker]

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Also affects: gdm (upstream)   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
   Severity: Normal => Minor
 Status: Unconfirmed => Confirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
   Bugwatch: None => The Gnome Bug Tracker #328050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
The problem is  in the /etc/X11/gdm/PreSession/Default script, starting
at line 28.

This script tries to set the background using the xset command. To get
the background color, it parses the /etc/gdm/gdm.conf, not the new
/etc/gdm/gdm.conf-custom.

This bug is in the gdm original source, in config/Presession.in file.

I'm sending this bug to Brian Cameron  .

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Fixed in gdm upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=329253

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-18 Thread Manu Cornet
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
I believe this setting is only useful for plain gdm themes (not
graphical themes occupying the whole screen), and does not have any
effect on the graphical theme itself, if I understand correctly (you
might notice that the color that appears just before the greeter comes
on changes, though).

Sébastien, should we just close this bug, or try to hide this setting
when "graphical theme" is used ?

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Thanks for your bug.

Manu, this color used to be used after the login and before having your desktop 
background displayed, now the change only makes effect before using gdm. I'm 
not sure that's what the original bug is about but I've forwarded that 
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=328050
You are right other way, the color change has no effect on the theme itself

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Bug watches changed:
+ Bug 328050 [The Gnome Bug Tracker]

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Also affects: gdm (upstream)   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
   Severity: Normal => Minor
 Status: Unconfirmed => Confirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
   Bugwatch: None => The Gnome Bug Tracker #328050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
The problem is  in the /etc/X11/gdm/PreSession/Default script, starting
at line 28.

This script tries to set the background using the xset command. To get
the background color, it parses the /etc/gdm/gdm.conf, not the new
/etc/gdm/gdm.conf-custom.

This bug is in the gdm original source, in config/Presession.in file.

I'm sending this bug to Brian Cameron  .

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Fixed in gdm upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=329253

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
the last update (2.13.0.7) didnt seem to work for me.

as far as i can see it, the calls to 'gdmflexiserver' in the PreSession
scipt don't seem to be returning anything (?) so gdm is defaulting to
another color ("#76848F")

calling gdmflexiserver from a terminal it works:
[EMAIL PROTECTED]:~$ gdmflexiserver --command="GET_CONFIG 
greeter/GraphicalThemedColor"
OK #355c7d

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

- Changed attachments:
Added: quick hack that adds reading from gdm .conf files.
   http://librarian.launchpad.net/1546751/gdm-2.13.0.7-presession.diff

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
 Status: Unconfirmed => Fix Released

Comment:
fixed upstream

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
 Status: Confirmed => Fix Released

Comment:
This upload fixes the issue:

 gdm (2.13.0.8-0ubuntu1) dapper; urgency=low
 .
   * New upstream version:
 - Because the main gdm.conf file is now read-only, contains distro
   defaults and is not to be edited by the user, the file has been
   moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is
   now %{datadir}/gdm/factory-defaults.conf).
 - Lots of performance issues with the GDM sockets connection improved.
   Now the code deals much better with failures, and better debug is
   printed to the log.
 - Fix gdmdynamic so it supports up to hundreds of displays rather than
   just a dozen or so.
 - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use
   gdmflexiserver to get config data rather than trying to grep and
   awk the config file directly.
 - Fix Xsession script so zenity calls work.
 - Lots of improvements to the GDM docs.
 - fix language and session menu options (Ubuntu: #31125)
 - fix gdmflexiserver to run without using gtk when using --command
   (Ubuntu: #27913)
   * debian/init:
 - allow cdd to use an alternative config, patch by Oliver Grawert
   (Ubuntu :#29404)
   * debian/patches/01_xconfigoptions.patch:
 - updated
   * debian/patches/11_powermanagement.patch:
 - updated
   * debian/rules:
 - use --with-defaults-conf to put the configuration file to /etc

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-18 Thread Manu Cornet
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
I believe this setting is only useful for plain gdm themes (not
graphical themes occupying the whole screen), and does not have any
effect on the graphical theme itself, if I understand correctly (you
might notice that the color that appears just before the greeter comes
on changes, though).

Sébastien, should we just close this bug, or try to hide this setting
when "graphical theme" is used ?

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Thanks for your bug.

Manu, this color used to be used after the login and before having your desktop 
background displayed, now the change only makes effect before using gdm. I'm 
not sure that's what the original bug is about but I've forwarded that 
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=328050
You are right other way, the color change has no effect on the theme itself

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Bug watches changed:
+ Bug 328050 [The Gnome Bug Tracker]

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Also affects: gdm (upstream)   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
   Severity: Normal => Minor
 Status: Unconfirmed => Confirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
   Bugwatch: None => The Gnome Bug Tracker #328050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
The problem is  in the /etc/X11/gdm/PreSession/Default script, starting
at line 28.

This script tries to set the background using the xset command. To get
the background color, it parses the /etc/gdm/gdm.conf, not the new
/etc/gdm/gdm.conf-custom.

This bug is in the gdm original source, in config/Presession.in file.

I'm sending this bug to Brian Cameron  .

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Fixed in gdm upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=329253

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
the last update (2.13.0.7) didnt seem to work for me.

as far as i can see it, the calls to 'gdmflexiserver' in the PreSession
scipt don't seem to be returning anything (?) so gdm is defaulting to
another color ("#76848F")

calling gdmflexiserver from a terminal it works:
[EMAIL PROTECTED]:~$ gdmflexiserver --command="GET_CONFIG 
greeter/GraphicalThemedColor"
OK #355c7d

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

- Changed attachments:
Added: quick hack that adds reading from gdm .conf files.
   http://librarian.launchpad.net/1546751/gdm-2.13.0.7-presession.diff

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
 Status: Unconfirmed => Fix Released

Comment:
fixed upstream

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
 Status: Confirmed => Fix Released

Comment:
This upload fixes the issue:

 gdm (2.13.0.8-0ubuntu1) dapper; urgency=low
 .
   * New upstream version:
 - Because the main gdm.conf file is now read-only, contains distro
   defaults and is not to be edited by the user, the file has been
   moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is
   now %{datadir}/gdm/factory-defaults.conf).
 - Lots of performance issues with the GDM sockets connection improved.
   Now the code deals much better with failures, and better debug is
   printed to the log.
 - Fix gdmdynamic so it supports up to hundreds of displays rather than
   just a dozen or so.
 - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use
   gdmflexiserver to get config data rather than trying to grep and
   awk the config file directly.
 - Fix Xsession script so zenity calls work.
 - Lots of improvements to the GDM docs.
 - fix language and session menu options (Ubuntu: #31125)
 - fix gdmflexiserver to run without using gtk when using --command
   (Ubuntu: #27913)
   * debian/init:
 - allow cdd to use an alternative config, patch by Oliver Grawert
   (Ubuntu :#29404)
   * debian/patches/01_xconfigoptions.patch:
 - updated
   * debian/patches/11_powermanagement.patch:
 - updated
   * debian/rules:
 - use --with-defaults-conf to put the configuration file to /etc

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-18 Thread Manu Cornet
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
I believe this setting is only useful for plain gdm themes (not
graphical themes occupying the whole screen), and does not have any
effect on the graphical theme itself, if I understand correctly (you
might notice that the color that appears just before the greeter comes
on changes, though).

Sébastien, should we just close this bug, or try to hide this setting
when "graphical theme" is used ?

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Thanks for your bug.

Manu, this color used to be used after the login and before having your desktop 
background displayed, now the change only makes effect before using gdm. I'm 
not sure that's what the original bug is about but I've forwarded that 
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=328050
You are right other way, the color change has no effect on the theme itself

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Bug watches changed:
+ Bug 328050 [The Gnome Bug Tracker]

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Also affects: gdm (upstream)   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
   Severity: Normal => Minor
 Status: Unconfirmed => Confirmed

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-21 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
   Bugwatch: None => The Gnome Bug Tracker #328050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
The problem is  in the /etc/X11/gdm/PreSession/Default script, starting
at line 28.

This script tries to set the background using the xset command. To get
the background color, it parses the /etc/gdm/gdm.conf, not the new
/etc/gdm/gdm.conf-custom.

This bug is in the gdm original source, in config/Presession.in file.

I'm sending this bug to Brian Cameron  .

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-01-30 Thread Héctor Rivas Gándara
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
Fixed in gdm upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=329253

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Comment:
the last update (2.13.0.7) didnt seem to work for me.

as far as i can see it, the calls to 'gdmflexiserver' in the PreSession
scipt don't seem to be returning anything (?) so gdm is defaulting to
another color ("#76848F")

calling gdmflexiserver from a terminal it works:
[EMAIL PROTECTED]:~$ gdmflexiserver --command="GET_CONFIG 
greeter/GraphicalThemedColor"
OK #355c7d

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-01 Thread jinacio
Public bug report changed:
https://launchpad.net/malone/bugs/27913

- Changed attachments:
Added: quick hack that adds reading from gdm .conf files.
   http://librarian.launchpad.net/1546751/gdm-2.13.0.7-presession.diff

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Changed in: gdm (upstream)
 Status: Unconfirmed => Fix Released

Comment:
fixed upstream

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 27913] [Dapper] changing background colour doesn't take effect

2006-02-14 Thread Sebastien Bacher
Public bug report changed:
https://launchpad.net/malone/bugs/27913

Task: ubuntu gdm
 Status: Confirmed => Fix Released

Comment:
This upload fixes the issue:

 gdm (2.13.0.8-0ubuntu1) dapper; urgency=low
 .
   * New upstream version:
 - Because the main gdm.conf file is now read-only, contains distro
   defaults and is not to be edited by the user, the file has been
   moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is
   now %{datadir}/gdm/factory-defaults.conf).
 - Lots of performance issues with the GDM sockets connection improved.
   Now the code deals much better with failures, and better debug is
   printed to the log.
 - Fix gdmdynamic so it supports up to hundreds of displays rather than
   just a dozen or so.
 - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use
   gdmflexiserver to get config data rather than trying to grep and
   awk the config file directly.
 - Fix Xsession script so zenity calls work.
 - Lots of improvements to the GDM docs.
 - fix language and session menu options (Ubuntu: #31125)
 - fix gdmflexiserver to run without using gtk when using --command
   (Ubuntu: #27913)
   * debian/init:
 - allow cdd to use an alternative config, patch by Oliver Grawert
   (Ubuntu :#29404)
   * debian/patches/01_xconfigoptions.patch:
 - updated
   * debian/patches/11_powermanagement.patch:
 - updated
   * debian/rules:
 - use --with-defaults-conf to put the configuration file to /etc

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs