Bug 368887

Summary: The "Note" plasmoid does not work on Wayland
Product: [Plasma] plasmashell Reporter: tromzy
Component: Desktop ContainmentAssignee: Sebastian Kügler <sebas>
Status: RESOLVED WORKSFORME    
Severity: normal CC: kde
Priority: NOR    
Version: 5.7.95   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description tromzy 2016-09-16 08:20:02 UTC
On a Wayland session, the "Note plasmoid" does not work ; instead of displaying the content of the note, it displays a giant Note icon. If I click it, the content of the note appears near the note widget.

Reproducible: Always

Steps to Reproduce:
1. Start a wayland session
2. Create a "Post-it Note" on the desktop
3.
Comment 1 Kai Uwe Broulik 2016-09-16 12:30:27 UTC
Resize the note larger. There's something off with DPI/font calculations on Wayland right now, so the fonts are larger also increasing the minimum threshold for the applet to work.
Comment 2 tromzy 2016-09-16 12:38:33 UTC
I can't resize the note widget on Wayland ; I can resize the content that appears near the Note, but it does not solve the problem.
Comment 3 Kai Uwe Broulik 2016-09-16 12:42:18 UTC
Long-pressing the widget should reveal its handle where you can resize it?
Comment 4 tromzy 2016-09-16 12:49:05 UTC
Yes, you're right, resizing it makes it work. Thanks !