-
Notifications
You must be signed in to change notification settings - Fork 106
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
Let user defines its own xstartup and geometry via ~/.vnc/xstartup #35
Conversation
👈 Launch a binder notebook on this branch for commit b01c897 👈 Launch a binder notebook on this branch for commit e89c17e 👈 Launch a binder notebook on this branch for commit 66fb7a2 👈 Launch a binder notebook on this branch for commit cf02bd8 👈 Launch a binder notebook on this branch for commit fb47c59 |
We remove -geometry, but what happens if nothing is specified now? Are users installing this to expect a change, perhaps a change depending on default config for turbovnc / tigervnc? I think this makes sense overall, but I think the geometry aspect requires some docs, inline comments, and clarity with regards to if its a breaking change and if so guidance for users handling this breaking change. |
I couldn't push to this branch for some reason, so I've amended this and opened #45. |
Regarding the removal of Any reason why we would want to substitute this low resolution value by another arbitrary default value? I would argue that a lower resolution has higher chance of being the appropriate fit for most screen. Even more, if we consider the desktop is actually displayed in a browser tab. In any case, the users could change bypass the resolution set on the command-line by specifying the geometry in |
b01c897
to
e89c17e
Compare
Yay, welcome back @cmd-ntrf! I think mostly people now expect the default to be If you can split that out into a separate PR, we can discuss that, as allowing custom xstartup is simple and useful by itself. |
e89c17e
to
66fb7a2
Compare
Alright, let's split this! |
66fb7a2
to
cf02bd8
Compare
User can override the default provided xstartup by providing their own in the standard location ~/.vnc/xstartup.
cf02bd8
to
fb47c59
Compare
Wheeee, thanks @cmd-ntrf! |
Sorry for the long pause... life got busy. |
@cmd-ntrf no worries at all! Grateful for your ongoing contributions whenever you can <3 |
User can override the default provided xstartup by providing their own in the standard location ~/.vnc/xstartup. We also remove the prescribed geometry to let the user define its own using vnc config or the session manager.