search for: gtk_menu_shell_append

Displaying 6 results from an estimated 6 matches for "gtk_menu_shell_append".

2018 Nov 05
0
[PATCH 2/2] p2v: add a Shutdown action (RHBZ#1642044)
...down_group = g_simple_action_group_new (); @@ -1719,6 +1723,9 @@ create_running_dialog (void) G_N_ELEMENTS (shutdown_actions), NULL); #else shutdown_menu = gtk_menu_new (); + shutdown_menu_item = gtk_menu_item_new_with_mnemonic (_("_Shutdown")); + gtk_menu_shell_append (GTK_MENU_SHELL (shutdown_menu), shutdown_menu_item); + gtk_widget_show (shutdown_menu_item); reboot_menu_item = gtk_menu_item_new_with_mnemonic (_("_Reboot")); gtk_menu_shell_append (GTK_MENU_SHELL (shutdown_menu), reboot_menu_item); gtk_widget_show (reboot_menu_item); @@ -1760...
2018 Nov 06
0
[PATCH v2 2/2] p2v: add a Shutdown action (RHBZ#1642044)
...down_group = g_simple_action_group_new (); @@ -1719,6 +1723,9 @@ create_running_dialog (void) G_N_ELEMENTS (shutdown_actions), NULL); #else shutdown_menu = gtk_menu_new (); + shutdown_menu_item = gtk_menu_item_new_with_mnemonic (_("_Shutdown")); + gtk_menu_shell_append (GTK_MENU_SHELL (shutdown_menu), shutdown_menu_item); + gtk_widget_show (shutdown_menu_item); reboot_menu_item = gtk_menu_item_new_with_mnemonic (_("_Reboot")); gtk_menu_shell_append (GTK_MENU_SHELL (shutdown_menu), reboot_menu_item); gtk_widget_show (reboot_menu_item); @@ -1760...
2018 Nov 06
3
[PATCH v2 0/2] p2v: add Shutdown option
This small series for p2v refactors the Reboot menu of the conversion dialog into something slightly more general, and add the possibility to shut the machine down. Lots of work to deal with old GTK versions ... Changes from v1: - fix shutdown command Pino Toscano (2): p2v: turn Reboot button into a Shutdown popup menu button p2v: add a Shutdown action (RHBZ#1642044) p2v/gui.c |
2018 Nov 05
4
[PATCH 0/2] p2v: add Shutdown option
This small series for p2v refactors the Reboot menu of the conversion dialog into something slightly more general, and add the possibility to shut the machine down. Lots of work to deal with old GTK versions ... Pino Toscano (2): p2v: turn Reboot button into a Shutdown popup menu button p2v: add a Shutdown action (RHBZ#1642044) p2v/gui.c | 119
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes,
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am