GNOME Bugzilla – Bug 796211
[review] lr/gapplication: turn the connection-editor it into a GtkApplication and more
Last modified: 2018-05-22 08:22:54 UTC
This patch set turns the connection-editor into a GApplication. The original motivation was to provide a Quit action with a usual Ctrl+Q accelerator in a way it's typically done, but it enables us to be able to drop the custom D-Bus code. https://git.gnome.org/browse/network-manager-applet/log/?h=lr/gapplication
- it seems CTRL-Q does not work for me (on KDE) - why did you open a new bug, instead of using https://bugzilla.redhat.com/show_bug.cgi?id=1539697 ? Otherwise, lgtm!
> - it seems CTRL-Q does not work for me (on KDE) Ah, the -appmenu.ui only gets loaded if the DE actually supports appmenu. Moved to menus.ui. > - why did you open a new bug, instead of using https://bugzilla.redhat.com/show_bug.cgi?id=1539697 ? Well, the scope of this seemed to go far beyond what the original bug asked, I didn't want to clutter it. Merged in 67b2ff9cd9aa890dab22859a3e5f7677d927f7a8, the menus.ui fixup seemed trivial.