[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Picture Slide show



On Monday 29 March 2004 17:53, Mario Ohnewald wrote:
> Hello List!
>
> I want to make a slide show with pictures in KDE.
> I did find a few programs but most of then could not be run from a script.
> Is there a application where i can gernerate a slideshow playlist and where
> i can start the slideshow from script then?

You can do it on a directory with KuickShow
#!/bin/bash
kuickshow --lastdir $1 &
dcop $(dcop | grep kuickshow | head -n 1) 
qt/kuickshow/MainWidget/KDirOperator::myActionCollection/kuick_slideshow 
activate

Cheers,
Kevin

Attachment: pgpzzko_uWZYB.pgp
Description: signature


Reply to: