moodin transparency bug with xorg twinvieworientation leftof

Bug #59566 reported by moguay
16
Affects Status Importance Assigned to Milestone
ksplash-engine-moodin (Debian)
Invalid
Undecided
Unassigned
ksplash-engine-moodin (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: ksplash-engine-moodin

On multi-screen with moodin splash kde startup and the xorg nvidia option twinvieworientation "leftof", the EffectWidget background is black, not transparent!!!

i have modified the code for correct this,

in effectwidget.cpp line 148

void EffectWidget::updateCache()
{
if (!bgImage)
return;

- QPoint pos(mapToGlobal(QPoint(0, 0)))
+ QPoint pos(mapToParent(QPoint(0, 0)));
background = bgImage->copy(pos.x(), pos.y(), width(), height());
}

it s very easy ;)

excuse for my bad English

Revision history for this message
moguay (moguay) wrote :
Revision history for this message
moguay (moguay) wrote :

Screenshot without and with patch for ksplash in dual screen

Revision history for this message
moguay (moguay) wrote :
Revision history for this message
moguay (moguay) wrote :
moguay (moguay)
Changed in ksplash-engine-moodin:
status: Unconfirmed → Confirmed
status: Unconfirmed → Confirmed
Revision history for this message
DanielAT (dany0016) wrote :

Definitly worth patching!

I have quite the same setup (leftof) and have the same troubles!
Pls get this patch into the main trunk!

tia Daniel

moguay (moguay)
Changed in ksplash-engine-moodin:
status: Confirmed → Fix Committed
status: Confirmed → Fix Committed
status: Fix Committed → Confirmed
status: Fix Committed → Confirmed
Revision history for this message
Sebastian Kügler (sebasje) wrote :

Same problem here.

Revision history for this message
Anthony Mercatante (tonio) wrote :

Thanks for the bug report.
I've tested and approved the patch.
Uploaded with the patch included.
Have you contacted upstream for the patch to merged ?
If not, just let me know, I'll do it.

Changed in ksplash-engine-moodin:
status: Confirmed → Fix Released
dino99 (9d9)
Changed in ksplash-engine-moodin (Debian):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.