Comment 1 for bug 341242

Revision history for this message
Neil J. Patel (njpatel) wrote :

I've partially implemented this:

committer: Neil Jagdish Patel <email address hidden>
branch nick: netbook-launcher
timestamp: Tue 2009-03-17 15:30:35 +0000
message:
  * netbook-launcher assume background file is an image (LP: #341242)
    - Part implementation:
      - Handle case of no/invalid uri at picture_filename better
      - Handle case of just showing a background colour
      - Set correct stage bg color to match desktop background colour (the
        mismatch between ClutterColor and GdkColor means we are losing some
        colour information. Need to probably create a specific texture with
        the correct color set.

===

I still need to support the case of gradients and the slideshow. I can do the gradients, but have never come across the slideshow option, so if you could you provide an example file/link, I can get that working too. Thanks.