linuxserver / docker-chromium

Web accessible Chromium inside an Alpine Container
GNU General Public License v3.0
93 stars 29 forks source link

Way to pass additional flags when executing xvnc #23

Closed kevinmnm closed 2 months ago

kevinmnm commented 4 months ago

Is this a new feature request?

Wanted change

What would be the easiest way to pass additional flags to xvnc such as -nocursor? Would be great if there's a straightforward approach or documentation on this.

Reason for change

I need to hide VNC cursor (e.g. -nocursor) from server and I'm having hard time trying to locate where in Dockerfile I should modify exactly.

Proposed code change

No response

github-actions[bot] commented 4 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thelamer commented 4 months ago

No as far as I know KasmVNC and noVNC do not support hiding the cursor. Depending on what you need to achieve though you can make the window view only and disable the control bar on the side. But you are gonna need to hack around with the default settings passed here:

https://github.com/linuxserver/kclient/blob/master/public/index.html#L17

I don't have any plans to make this a docker env flag, but you are welcome to modify kclient to your desires and fork something that suits your specific development needs.

LinuxServer-CI commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 month ago

This issue is locked due to inactivity