Matthew Paul Thomas, I don't know about Unity, I've never used it (using
XFCE here), but it's kind of not a close button, more like a "dismiss"
button, if that makes anyone feel better. All dialogs should have a way
to close them without doing anything, always, even if it's like "Your
house is on f
Doing stuff like disabling window manager close buttons is very very not
cool.
** Patch added: "Allow user to control own computer."
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1033226/+attachment/3942107/+files/update-manager-closable-dialog.patch
--
You received this bug
Sorry, I commented on the wrong ticket, please ignore.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260779
Title:
Test issues in trusty (g_source_remove invalid use warnings), fails to
build
To
https://developer.gnome.org/gtk3/stable/GtkMenuItem.html#GtkMenuItem
--use-underline
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260777
Title:
Underscores parsed as mnemonics in menu items
To ma
https://developer.gnome.org/gtk3/stable/GtkMenuItem.html#GtkMenuItem
--use-underline
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260779
Title:
Test issues in trusty (g_source_remove invalid use w
Public bug reported:
Reported to Geany's bug tracker:
https://sourceforge.net/p/geany/bugs/1013/
I'm not sure if GtkMenuItem stores a flag whether it was created with
gtk_menu_item_new_with_mnemonic() that can be used to tell whether the
memonic parsing function was used to create a menu item.
*
Oops, I didn't notice the word "crash" in the bug title :)
The problem the patch addresses is just to clear up that console spam,
which should be harmless.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
I think this is due to a missing NULL guard. The GTK+ docs say it's OK
to gtk_menu_item_set_submenu(item, NULL) to remove the submenu, and I
think Geany does this when reparenting the New with Templates menu item.
I've attached a patch that shows what I mean (against distro package
source since cu