Bug 166232

Summary: Invisible widgets on the desktop
Product: [Plasma] plasma4 Reporter: Christophe Marin <christophe>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: plasma-appletsrc

Description Christophe Marin 2008-07-10 15:19:32 UTC
Version:           0.1 (using Devel)
Installed from:    Compiled sources
Compiler:          gcc-4.3
OS:                Linux (i686) release 2.6.25-2-486

kdebase/kdeplasma-addons rev. 830395

It seems the transform parameter in plasma-appletsrc make some widgets invisible. With the following plasma-appletsrc, ktorrent / embed-win / one of the two folderview / previewer / launcher are invisible.

While removing the zvalue didn't have any effect, deleting the 'transform' one made the applets reappear.
Comment 1 Christophe Marin 2008-07-10 15:19:54 UTC
Created attachment 26012 [details]
plasma-appletsrc

plasma-appletsrc
Comment 2 Marco Martin 2008-07-10 15:24:18 UTC
it seems somebody is saving that wrong transform (null matrix transform to size 0 right, i'm a bit rusty :P)
can be the applet handle?
Comment 3 Chani 2008-07-10 17:10:35 UTC
on tuesday this happened to all my newly-added widgets for the day. I thought we had a saving bug at the time. :)
I haven't a clue what could have caused it, though... all the widgets I added on wednesday stuck around, although I think a few of them *might* have been transformed instead of deleted when I removed them...
Comment 4 Chani 2008-07-11 00:43:29 UTC
I think commit 830604 should fix this...?
Comment 5 Aaron J. Seigo 2008-07-11 01:13:17 UTC
yes, it does.