After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601753 - slideshow backgrounds don't animate
slideshow backgrounds don't animate
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-12 23:38 UTC by Matthias Clasen
Modified: 2010-03-08 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (392 bytes, patch)
2009-11-12 23:38 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2009-11-12 23:38:05 UTC
Created attachment 147620 [details] [review]
patch

We lost a crucial piece of code at some point.
Comment 1 klisetj 2009-12-21 00:49:10 UTC
(In reply to comment #0)
> Created an attachment (id=147620) [details] [review]
> patch
> 
> We lost a crucial piece of code at some point.

-sorry im a newbie at this, but how do i impliment this patch?
Comment 2 harzoglups 2010-01-16 22:03:51 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Created an attachment (id=147620) [details] [review] [details] [review]
> > patch
> > 
> > We lost a crucial piece of code at some point.
> 
> -sorry im a newbie at this, but how do i impliment this patch?

Hi,

Just download sources of libgnome-desktop:

apt-get source libgnome-desktop-2-11

Then enter directory gnome-desktop-2.28.1
Edit file ./libgnome-desktop/gnome-bg.c according to the patch
then type:
./configure
make
sudo make install

Notice that you may have to install packages intltool and libgconf2-dev if ever you have some errors at ./configure script execution.
Comment 3 harzoglups 2010-01-16 22:50:43 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > (In reply to comment #0)
> > > Created an attachment (id=147620) [details] [review] [details] [review] [details] [review]
> > > patch
> > > 
> > > We lost a crucial piece of code at some point.
> > 
> > -sorry im a newbie at this, but how do i impliment this patch?
> 
> Hi,
> 
> Just download sources of libgnome-desktop:
> 
> apt-get source libgnome-desktop-2-11
> 
> Then enter directory gnome-desktop-2.28.1
> Edit file ./libgnome-desktop/gnome-bg.c according to the patch
> then type:
> ./configure
> make
> sudo make install
> 
> Notice that you may have to install packages intltool and libgconf2-dev if ever
> you have some errors at ./configure script execution.

Hmm, make install doesn't work.

Just copy the ~/libgnome-desktop/libgnome-desktop/.lib/libgnome-desktop-2.so.11.4.2 and ~/libgnome-desktop/libgnome-desktop/.lib/libgnome-desktop-2.a to /usr/lib (save the original ones before)

I just did it and now slideshows are transitioning
Comment 4 Pacho Ramos 2010-01-22 18:27:59 UTC
The same problem has been reported downstream in gentoo and sabayon:
http://bugs.gentoo.org/show_bug.cgi?id=299242

please commit it

Thanks
Comment 5 wahspilihp+gnome-bugzilla 2010-02-06 05:57:54 UTC
This still happens in Gnome 2.28.2 on OpenSUSE 11.2: https://bugzilla.novell.com/show_bug.cgi?id=577733
Comment 6 Pacho Ramos 2010-02-14 14:25:13 UTC
It's obvious that this bug should be in "NEW" status at least, since some people from different distributions have confirmed it and a patch was provided by Matthias some time ago. Thanks a lot :-)
Comment 7 Ray Strode [halfline] 2010-03-08 15:44:28 UTC
Comment on attachment 147620 [details] [review]
patch

Fix looks right, commited:
http://git.gnome.org/browse/gnome-desktop/commit/?id=f2d2ad73988315529ceab9677e8584f7e20241ce
Comment 8 Pacho Ramos 2010-03-08 15:51:12 UTC
Thanks a lot