https://bugs.kde.org/show_bug.cgi?id=390084

--- Comment #2 from onu...@gmail.com ---
Thank you for your reply.
I am sorry for bothering you, but...well, I'm not that familiar with the API.
AFAIK there is no way to do next slide.

---------------------------------------------
var allDesktops = desktops();
currentDesktop = allDesktops[0];

for(i=0;i<allDesktops.length;i++)
{
    currentDesktop = allDesktops[i];
    if(currentDesktop.wallpaperPlugin == "org.kde.slideshow")
    {
        //TODO next image a.k.a slide
       
//https://github.com/KDE/plasma-workspace/blob/master/wallpapers/image/imagepackage/contents/ui/main.qml#L46

    }
}

---------------------------------------------

Could you please point me in the right direction?

Btw, I'm aware that you 'can' do a slide show by using the set wallpaper method
available from dbus. Like Krawall or the likes. But what about calling the
native function NextSlide() ?

Thank you for your time.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to