You are not logged in.

#1 2017-09-22 10:05:12

archlove
Member
Registered: 2017-09-22
Posts: 1

What is the best way to run gnome3(gnome-shell) via VNC?

Hi, I want to use  gnome-shell via  tigervnc. But  I can't find the best way to do this .
My xstartup is as  follows:

#!/bin/sh
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
dbus-launch gnome-shell -r &

The problem is that  I can't open gnome's app,such as gnome-terminal,nautilus etc. But firefox and google-chrome is OK. In real  screen all the thing is OK.
The problem is about vnc.

Offline

Board footer

Powered by FluxBB