https://bugs.kde.org/show_bug.cgi?id=385258
Bug ID: 385258 Summary: Notes widget disappear if resolution has changed Product: kdeplasma-addons Version: 5.10.5 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: notes Assignee: plasma-b...@kde.org Reporter: fince...@hotmail.com Target Milestone: --- Please mark as duplicate if needed. Description: Notes plasmoid (org.kde.plasma.notes) tend to disappear on the desktop if screen resolution has changed. Another alternative behavior I've seen is that width of a note window may change. Here's the thing: those notes are not actually deleted but instead they either have 0 width/height, are outside of the screen area (which I doubt) or something equivalent. Though I can't see notes plasmoid on my desktop, I can still see their data in $HOME/.config/plasma-org.kde.plasma.desktop-appletsrc file and in $HOME/.local/share/plasma_notes folder. This is very annoying bug because every time I need to change the resolution, I can't trust all my notes widgets will be visible anymore. The only action I can take is to take out notes text data from files located at $HOME/.local/share/plasma_notes folder, delete specific notes data in plasma-org.kde.plasma.desktop-appletsrc file and create a new note widget, until the disappearance happens again. There is at least one KDE forum topic opened, addressing this specific issue: https://forum.kde.org/viewtopic.php?f=289&t=139360 Is there any way I can actually lock width/height of a widget. In /applets/notes/package/contents/ui/main.qml there are fields such as: width: units.gridUnit * 14 height: units.gridUnit * 14 Which might be tweaked or "locked" somehow? -- You are receiving this mail because: You are watching all bug changes.