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 1470253 Details for
Bug 1491608
Annoying "Press F8..." message
[?]
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]
Patch to add -NoReminder option to vncviewer command
vncviewer-NoReminder.patch (text/plain), 2.30 KB, created by
"FeRD" (Frank Dana)
on 2018-07-24 11:00:04 UTC
(
hide
)
Description:
Patch to add -NoReminder option to vncviewer command
Filename:
MIME Type:
Creator:
"FeRD" (Frank Dana)
Created:
2018-07-24 11:00:04 UTC
Size:
2.30 KB
patch
obsolete
>diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx >index d5edfb87..f60c4fb7 100644 >--- a/vncviewer/DesktopWindow.cxx >+++ b/vncviewer/DesktopWindow.cxx >@@ -184,7 +184,9 @@ DesktopWindow::DesktopWindow(int w, int h, const char *name, > } > > // Show hint about menu key >- Fl::add_timeout(0.5, menuOverlay, this); >+ if (!noReminder) { >+ Fl::add_timeout(0.5, menuOverlay, this); >+ } > } > > >diff --git a/vncviewer/parameters.cxx b/vncviewer/parameters.cxx >index 51cce3d7..3ed5d095 100644 >--- a/vncviewer/parameters.cxx >+++ b/vncviewer/parameters.cxx >@@ -142,6 +142,10 @@ StringParameter display("display", > StringParameter menuKey("MenuKey", "The key which brings up the popup menu", > "F8"); > >+BoolParameter noReminder("NoReminder", >+ "Disable the floating MenuKey reminder at startup", >+ false); >+ > BoolParameter fullscreenSystemKeys("FullscreenSystemKeys", > "Pass special keys (like Alt+Tab) directly " > "to the server when in full screen mode.", >@@ -181,6 +185,7 @@ static VoidParameter* parameterArray[] = { > &sendPrimary, > #endif > &menuKey, >+ &noReminder, > &fullscreenSystemKeys, > &alertOnFatalError > }; >diff --git a/vncviewer/parameters.h b/vncviewer/parameters.h >index 2ccd9287..b26e6822 100644 >--- a/vncviewer/parameters.h >+++ b/vncviewer/parameters.h >@@ -59,6 +59,7 @@ extern rfb::StringParameter display; > #endif > > extern rfb::StringParameter menuKey; >+extern rfb::BoolParameter noReminder; > > extern rfb::BoolParameter fullscreenSystemKeys; > extern rfb::BoolParameter alertOnFatalError; >diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man >index 729c01d6..ebfddba7 100644 >--- a/vncviewer/vncviewer.man >+++ b/vncviewer/vncviewer.man >@@ -276,6 +276,11 @@ supported list is: F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Pause, > Scroll_Lock, Escape, Insert, Delete, Home, Page_Up, Page_Down). Default is F8. > . > .TP >+.B \-NoReminder >+Disable the floating reminder popop displaying the current \fBMenuKey\fR, >+which is otherwise shown at start. Default is off (reminder will be shown). >+. >+.TP > \fB\-via\fR \fIgateway\fR > Automatically create encrypted TCP tunnel to the \fIgateway\fR machine > before connection, connect to the \fIhost\fR through that tunnel
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 1491608
:
1325849
| 1470253