Hacker News new | ask | show | jobs
by md8z 1707 days ago
There was some people that tried to change the name but it turned out to be a ridiculous amount of work, and the project unfortunately didn't last. (Edit: Source https://glimpse-editor.org/posts/a-project-on-hiatus/)

They also made some mockups of what a redesign might look like, but as you might imagine it would also be quite a lot of work to implement it: https://github.com/glimpse-editor/glimpse-nx-design

1 comments

> They also made some mockups of what a redesign might look like, but as you might imagine it would also be quite a lot of work to implement it: https://github.com/glimpse-editor/glimpse-nx-design

One problem with those designs is that cramming the entire GIMP's menu into the hamburger menu on top right is likely to cause more problems than it solves.

This stuff sort of works in applications with a limited feature set, such as Akira UX. I don't think it can work well for GIMP.

It's possible to find a hybrid approach, but so far, I've only seen Siril doing that, and I'm not convinced.

I agree that would be bad, I've tried to use apps with giant menus in the hamburger and it doesn't work well. However I think that highlights a underlying problem that is much worse: Giant menus cause problems in general, and GIMP has way too many menu items and way too many nested sub-menus. This will probably be a worse issue if GIMP ever ports to GTK4 since the "cascading" behavior from the old GTK1 menus was removed... And I think this already gets worse in GTK3 because the tear off menus are gone.

The designs are unfinished, but to me the idea was to move most of the functionality from the menubar into more tool options, or into smaller context-specific popup menus. I think if someone was to do a more extensive design review then that would be possible. But it would be a lot of work and changes to put on the users. And likely users would still want the menubar on MacOS where it's required. A good example of a really complex app I've seen that does it right is Blender. Siril is interesting for a GTK app, there is also GNOME Builder.

Well, Blender has quite a lot of nested menus and semi-hidden features. It was, in fact, the first popular free/libre desktop application to gain command search. GIMP followed suit years ago, now there's an avalanche of applications joining in: Olive, Inkscape, Krita (still in a branch, AFAIK), LibreOffice etc.

It's possible to move some of the nested menus into the main window. But as soon as you go anywere near filters, all hell breaks loose :)