should grab keyboard when in fullscreen mode

Bug #584823 reported by Glenn Washburn
60
This bug affects 12 people
Affects Status Importance Assigned to Milestone
tightvnc (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Ubuntu Release: Lucid
Package Version: 1.3.9-6
Expected outcome: When in full screen mode, pressing F8 key should display popup menu which would allow for getting out of full screen mode.
Actual outcome: No popup appears when pressing F8, so its difficult to get out of full screen mode.

The fix for this is to add something like "Vncviewer*grabKeyboard: true" to your Xresources. In the post install phase of the package something like the following steps should occur:
1. echo "Vncviewer*grabKeyboard: true" > /etc/X11/Xresources/xtightvncviewer
2. xrdb -merge /etc/X11/Xresources/xtightvncviewer

The resource should probably be removed if the package is removed, but not removing it is not strictly necessary.

This problem and solution is mentions in the man file for xtightvncviewer (look for grabKeyboard).

Revision history for this message
John Pye (jdpipe) wrote :

I confirm that the suggested change gives the expected and desired behaviour. The full-screen option is quite useless, otherwise, for this viewer.

Somehow the packaging should be changed to add/remove that Xresource when the package is installed removed.

Alternatively, the code could be patched to assume a default true value of this setting, instead of default false.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in tightvnc (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.