Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 714078 Details for
Bug 918997
Second display disappears after guest reboot
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
0001-spice-always-send-auto-conf-on-agent-connection.patch
0001-spice-always-send-auto-conf-on-agent-connection.patch (text/plain), 1.97 KB, created by
Marc-Andre Lureau
on 2013-03-21 19:41:54 UTC
(
hide
)
Description:
0001-spice-always-send-auto-conf-on-agent-connection.patch
Filename:
MIME Type:
Creator:
Marc-Andre Lureau
Created:
2013-03-21 19:41:54 UTC
Size:
1.97 KB
patch
obsolete
>From 280e5e12a72b6df38903431e2b28b57093566658 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@gmail.com> >Date: Thu, 21 Mar 2013 20:35:59 +0100 >Subject: [PATCH virt-viewer] spice: always send auto-conf on agent connection > >Restore the auto-conf client monitor configuration whenever the agent >is started. This ensures the guest has the expected number of monitors >enabled when rebooting in fullscreen. > >https://bugzilla.redhat.com/show_bug.cgi?id=918997 >--- > src/virt-viewer-session-spice.c | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-) > >diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c >index 29febc3..a9d84e6 100644 >--- a/src/virt-viewer-session-spice.c >+++ b/src/virt-viewer-session-spice.c >@@ -515,15 +515,8 @@ agent_connected_changed(SpiceChannel *cmain G_GNUC_UNUSED, > { > // this will force refresh of application menu > g_signal_emit_by_name(self, "session-display-updated"); >-} > >-static void >-agent_connected_fullscreen_auto_conf(SpiceChannel *cmain, >- GParamSpec *pspec G_GNUC_UNUSED, >- VirtViewerSessionSpice *self) >-{ >- if (virt_viewer_session_spice_fullscreen_auto_conf(self)) >- g_signal_handlers_disconnect_by_func(cmain, agent_connected_fullscreen_auto_conf, self); >+ virt_viewer_session_spice_fullscreen_auto_conf(self); > } > > static void >@@ -625,8 +618,7 @@ virt_viewer_session_spice_channel_new(SpiceSession *s, > self->priv->main_channel = SPICE_MAIN_CHANNEL(channel); > > g_signal_connect(channel, "notify::agent-connected", G_CALLBACK(agent_connected_changed), self); >- g_signal_connect(channel, "notify::agent-connected", G_CALLBACK(agent_connected_fullscreen_auto_conf), self); >- agent_connected_fullscreen_auto_conf(channel, NULL, self); >+ virt_viewer_session_spice_fullscreen_auto_conf(self); > } > > if (SPICE_IS_DISPLAY_CHANNEL(channel)) { >-- >1.8.1.1.439.g50a6b54 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 918997
: 714078 |
714090