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

Add Gnome 3 desktop support #1

Open
peter279k opened this issue Jun 21, 2021 · 0 comments
Open

Add Gnome 3 desktop support #1

peter279k opened this issue Jun 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@peter279k
Copy link
Owner

#!/bin/sh
# it's located on $HOME/.vnc/xstartup
# Start Gnome 3 Desktop
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
autocutsel -fork
vncconfig -nowin &
vncconfig -iconic &
dbus-launch --exit-with-session gnome-session &

References

@peter279k peter279k added the enhancement New feature or request label Jun 21, 2021
@peter279k peter279k self-assigned this Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant