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 615445 - slideshow feature is gone / cannot be found
slideshow feature is gone / cannot be found
Status: RESOLVED NOTABUG
Product: gthumb
Classification: Other
Component: general
2.11.x
Other Linux
: Normal major
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2010-04-11 13:23 UTC by Jean-François Fortin Tam
Modified: 2010-04-16 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2010-04-11 13:23:03 UTC
There used to be a slideshow feature, but I can't find it in any of the menus (especially not the View menu), and pressing F5 or "S" doesn't do anything.
Comment 1 Michael Chudobiak 2010-04-11 19:59:39 UTC
It is still there.

Make sure Edit > Extensions > Slideshow is enabled.

Also, the appropriate clutter libraries need to be present at compile time. Read the output of autogen or configure carefully when compiling.

- Mike
Comment 2 Jean-François Fortin Tam 2010-04-12 12:32:11 UTC
I haven't compiled it, the ubuntu packagers did :)
is the slideshow plugin enabled by default? (I'm assuming yes, if the clutter libs are there)

If so, I'll file a bug on ubuntu's package.
Comment 3 Michal Pěnka 2010-04-14 09:10:26 UTC
I can confirm this bug as I suffer from it since few updates back in the upcoming Ubuntu 10.04 Lucid Lynx.

Would be great to have this fixed until the final version is released (in a few days).

Thanks for you great work! I love gThumb and always will ;)

P.S. I've confirmed the bug in Launchpad, but see no activity there...do you have any possibility to push the Ubuntu packagers?
Comment 4 Jean-François Fortin Tam 2010-04-14 11:29:22 UTC
Well, it seems as if it was deactivated downstream because gthumb wasn't being smart about its clutter dependency (ie: crashing/refusing to start, instead of just ignoring the plugin). Don't know if that's really a packaging problem or if something can also be done upstream (here).
Comment 5 Michael Chudobiak 2010-04-14 11:42:49 UTC
It would be helpful if someone could test the latest version in git on Ubuntu, without clutter, to see if it works properly now. I suspect this has been fixed.

- Mike
Comment 6 Michal Pěnka 2010-04-14 17:57:29 UTC
I can, could you please tell how? Shall I exclude the clutter support for compilation?

And what shall I report?
Comment 7 Matthias Hawran 2010-04-16 15:28:50 UTC
Michal,

Yes, exclude the Clutter support for compilation.
Remove the libclutter-gtk-0.10-dev package.
Run autogen again.
The end summary should tell you that the Clutter support is off.
Compile and run.
Report if any crash (or not)

Thanks,
Matthias