mate-desktop / mate-applets

Applets for use with the MATE panel
http://www.mate-desktop.org
GNU General Public License v2.0
79 stars 67 forks source link

Stickynotes: notes cannot be hidden #650

Open lukefromdc opened 1 year ago

lukefromdc commented 1 year ago

Expected behaviour

"Hide Notes" menu item would hide notes

Actual behaviour

"Hide Notes" menu item ignores attempt to check it, notes are never hidden Stickynotes_menu_as_rendered_in_menta_6-20-2023 Note that the checkbox widget is NOT rendered in the menu, just the label. The "Lock Notes" menu item beneath it shows the checkbox, and this menu item sucessfully locks notes against editing

Steps to reproduce the behaviour

add stickynotes to panel, create a note, click on the applet, attempt to select "Hide Notes"

MATE general version

1.27.0

Package version

Local build from git master 1.27.0+ commits to Feb 13 2023.

Linux Distribution

Debian Unstable

Link to bugreport of your Distribution (requirement)

None as this is a locally compiled package, not the one Debian provides

raveit65 commented 9 months ago

@lukefromdc Does the issue still exists? Here hiding the note with the menu entry works well. I am thinking there is no checkbox for this entry. Note: this new gsettings key has a weird default setting. https://github.com/mate-desktop/mate-applets/commit/efc5f4f7a286ead1ee6f0957cd884077b4d8db0b

lukefromdc commented 9 months ago

Cannot tell at the moment, when running in-process as of today, I get a hornet's nest of invalid window and widget warnings (on a per-note bases) that did NOT happen when I first wrote the in-process code, note that Glib and GTK versions have changed since then. I will have to fix that for in-process and then test this again.