Hi, On Fri, May 19, 2017 at 05:16:53PM -0300, Eduardo Lima (Etrunko) wrote: > Related: https://bugzilla.redhat.com/show_bug.cgi?id=1446161 > > Signed-off-by: Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> I'm not 100% sure that this would be the desirable behavior. If one runs the app in -k, isn't it the point that the user would not have access to the desktop? AFAICT, the available options are: 1) Click cancel, close virt-viewer (this patch) 2) Click cancel, open dialog again (your suggestion on bz#1446161) 3) Remove cancel button as (2) shows that it is useless Patch works fine so, just to be sure of desirable behavior. Cheers, > --- > src/virt-viewer-app.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c > index f0fcf21..1975af0 100644 > --- a/src/virt-viewer-app.c > +++ b/src/virt-viewer-app.c > @@ -1441,6 +1441,8 @@ virt_viewer_app_disconnected(VirtViewerSession *session G_GNUC_UNUSED, const gch > > if (!priv->kiosk) > virt_viewer_app_hide_all_windows(self); > + else if (priv->cancelled) > + priv->quitting = TRUE; > > if (priv->quitting) > g_application_quit(G_APPLICATION(self)); > -- > 2.9.4 > > _______________________________________________ > virt-tools-list mailing list > virt-tools-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/virt-tools-list
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list