Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
tigervnc.4484
u_terminate_instead_of_ignoring_restart.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_terminate_instead_of_ignoring_restart.patch of Package tigervnc.4484
Author: Michal Srb <msrb@suse.com> Subject: Terminate instead of ignoring reset Patch-Mainline: To be upstreamed References: bnc#920969 Index: tigervnc-1.3.0/unix/xserver/hw/vnc/xvnc.cc =================================================================== --- tigervnc-1.3.0.orig/unix/xserver/hw/vnc/xvnc.cc +++ tigervnc-1.3.0/unix/xserver/hw/vnc/xvnc.cc @@ -1607,7 +1607,12 @@ vfbScreenInit(ScreenPtr pScreen, int arg static void vfbClientStateChange(CallbackListPtr*, void *, void *) { - dispatchException &= ~DE_RESET; + if (dispatchException & DE_RESET) { + ErrorF("Warning: VNC extension does not support -reset, terminating instead. Use -noreset to prevent termination.\n"); + + dispatchException |= DE_TERMINATE; + dispatchException &= ~DE_RESET; + } } #if XORG >= 113
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor