mate-desktop / mozo

Menu editor for MATE using the freedesktop.org menu specification
http://www.mate-desktop.org
GNU Lesser General Public License v2.1
28 stars 12 forks source link

rewrite mozo.ui from scratch #78

Closed mbkma closed 3 years ago

mbkma commented 3 years ago

fixing all but one deprecation. The look should be almost identical. The only real change I made is that you can not slide the buttons on the right out of the window. I wrote this from scratch so I hope I re-added all signals in Glade, would be nice if you could double-check (i.e. check if all buttons, drag and drop, ... work).

lukefromdc commented 3 years ago

I just build and installed this, though I did not see this in time to test it pre-merge. Works fine so no problems there. At first I got a fistfull of runtime warnings, but those turned out to come from an invalid entry at the top of the menu. Once that was removed, Mozo worked perfectly.

raveit65 commented 1 year ago

@mbkma I got a report about gtk3 version in mozo.ui with Rocky8 distro. https://bugzilla.redhat.com/show_bug.cgi?id=2136074 For what reason gtk3 version was bumped to 3.24? Do you think we can lower version to 3.22 ?

Beside from this i got a warning in glade.

Bildschirmfoto zu 2022-10-23 21-20-47

raveit65 commented 1 year ago

@mbkma You are the author of this commit. Is it possible to lower gtk+ required version of mozo.ui ?

mbkma commented 1 year ago

yeah, this were just the standard settings in glade. See https://github.com/mate-desktop/mozo/pull/88.