Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection does not start in full screen mode by default #1752

Open
KR2615 opened this issue May 2, 2024 · 7 comments
Open

Connection does not start in full screen mode by default #1752

KR2615 opened this issue May 2, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@KR2615
Copy link

KR2615 commented May 2, 2024

Describe the bug
Connection does not start in full screen mode by default

To Reproduce
Steps to reproduce the behavior:

  1. I went to Options > Display > Full Screen *
  2. Input > Keyboard > Pass system keys to server marked On
  3. No Matter which type I check, VNC session starts in window, I need to click Right Mouse Button and tick Full Screen

Expected behavior
VNC session should start on full screen, no ability to switch back to host OS using Alt + Tab, Alt + Tab should work on remote machine.

Screenshots
If applicable, add screenshots to help explain your problem.

Client (please complete the following information):

  • OS: Ubuntu 24.04, Ubuntu 23.10
  • VNC client: TigerVNC
  • VNC client version: 1.13.1
  • Client downloaded from: apt repository

Server (please complete the following information):
It happend on any server

Additional context
Add any other context about the problem here.

@hildred
Copy link
Contributor

hildred commented May 3, 2024

Full screen can be set on the command line specifically '-FullScreen -FullscreenSystemKeys. For more details consult the manual xtigervncviewer(1).

To set command line options on programs started from your window manager consult your window manager's documentation. (It may be as simple as right click and select properties but as I do not know which window manager you are using I cannot give exact advice.

@KR2615
Copy link
Author

KR2615 commented May 3, 2024

I edited /usr/share/applications/xtigervncviewer.desktop
and added:
Exec=/usr/bin/xtigervncviewer -FullScreen -FullscreenSystemKeys
Does not work for me. Also starts in windowed mode

@hildred
Copy link
Contributor

hildred commented May 3, 2024

Try starting it from a terminal, this will both allow you to see messages and minimize window manager issues for the moment. Also note that some window managers may interfere with or not support full screen applications.

Another option if you are setting up a kiosk is to use a full-screen window manager like ratpoison. note that ratpoison does not like full screen applications and behaves oddly when apps ask for full-screen but as it is already full-screen and does not use typical system keys it just works without the options set.

@KR2615
Copy link
Author

KR2615 commented May 3, 2024

Dunno how to setup kiosk. I launched /usr/bin/xtigervncviewer -FullScreen -FullscreenSystemKeys IP:port directly from command line and the result is the same (window)

BTW the viewer works properly on Debian 11 and 12

@hildred
Copy link
Contributor

hildred commented May 3, 2024

If you were trying to set up a kiosk you would know what one was there fore you are not and we can ignore that. So the only question is there something with Ubuntu's package or the window manager. Can you try the official tigervnc build?

@samhed
Copy link
Member

samhed commented May 7, 2024

I have seen the same issue on Fedora 39. I think it is a problem with GNOME, it started happening quite recently. I cannot reproduce the issue when running XFCE locally.

@CendioOssman CendioOssman added the bug Something isn't working label Jul 31, 2024
@fxzxmicah
Copy link

Yes, at least on Gnome, the parameter -FullScreen is dead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants