bojidar-bg / plasma-parallax-wallpaper

A Plasma 5 plugin which moves a background image based on the current desktop
14 stars 1 forks source link

system timeout #3

Closed 1sra3l closed 3 years ago

1sra3l commented 3 years ago

Hi I saw interval: 1000 // FIXME TODO: Use platform value for tooltip activation delay.

And found this: int KToolTipWidget::hideDelay ( ) const the default is apparently 500 (or 5000 see below)

Though looking at Plasma Frameworks Tooltip I see timeout: 5000 is the default for Plasma Tooltips.

I have not used QML in years, though I can still read it, and I have never used KDE's C++ frameworks, so I cannot give any actual PR. I do hope that info helps you get the effect you want

bojidar-bg commented 3 years ago

Hey, that code comes from Zren's awesome Animated Hue plugin: upstream source. If you plan on making a PR, it might be prudent to open it on his repo first.

The ideal solution here would be not having to implement ConfigWallpaperDelegate and ConfigImagePicker, but use some readily-available components for those instead; sadly my QML knowledge is not that good either.

Thanks for taking the effort to investigate the issue!

1sra3l commented 3 years ago

Ok I posted the issue there!