Re: [PATCH] virt-viewer-app: Always allow users to close displays from the displays menu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On 03/29/2013 12:00 AM, Marc-André Lureau wrote:


----- Mensaje original -----
Marking display menu items as non sensitive for shown displays make
no sense,
since the user can always close them through the window-manager.

Having a window for a display shown when the display is not
selectable nor
ready, can happen when the agent goes away. This happens for example
when using
a dual monitor config with a Linux guest and then switching to a text
console
inside the guest.

But then the display should be READY.

No the 2nd display becomes not READY when you switch to a text-console
inside a Linux guest, and then as said you end up with the inconsistent
case where you cannot close the display true to the menu, but you can
close it just fine through the client window-manager.



Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx>
---
  src/virt-viewer-app.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
index a05941b..3fd7613 100644
--- a/src/virt-viewer-app.c
+++ b/src/virt-viewer-app.c
@@ -1822,7 +1822,7 @@ window_update_menu_displays_cb(gpointer key
G_GNUC_UNUSED,
          VirtViewerWindow *vwin =
          VIRT_VIEWER_WINDOW(g_hash_table_lookup(self->priv->windows,
          nth));
          VirtViewerDisplay *display =
          virt_viewer_window_get_display(vwin);
          GtkWidget *item;
-        gboolean visible, sensitive = FALSE;
+        gboolean visible, sensitive;
          gchar *label;

          label = g_strdup_printf(_("Display %d"), *nth + 1);
@@ -1832,6 +1832,7 @@ window_update_menu_displays_cb(gpointer key
G_GNUC_UNUSED,
          visible =
          gtk_widget_get_visible(GTK_WIDGET(virt_viewer_window_get_window(vwin)));
          gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(item),
          visible);

+        sensitive = visible;

So if it's not visible, it's insensitive? I should be able to show it back, even if the agent is not running. Only it needs to be READY.

No if it is not visible sensitive starts false (just as it did before this patch), but it
still gets set to true if READY is in show_hints, or if the display is selectable.

Regards,

Hans

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list





[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux