4

I installed TightVNC Server version 1.3.10 in ubuntu 16.04. The configuration in xstartup file is as following.

#!/bin/bash
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
gnome-panel &
metacity &
gnome-terminal &

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid gray
vncconfig -iconic &

My problem is that the upper right panel showing username, clock, and other things does not appear.

enter image description here

How can I make it correct?

user153245
  • 183
  • 7
  • Can you manually add those indicators? To see if they can work in the first place. You can run them using the terminal, to see if there is an error somewhere. –  Aug 01 '16 at 08:06
  • @luchonacho, What command should I use to add them? – user153245 Aug 02 '16 at 05:40
  • That is a good question. I am running Xfce (Xubuntu), and don't know much about Gnome. But test first the whole panel. Run `killall gnome-panel` to close it, and then, again from the terminal, run `gnome-panel`. See what happens. –  Aug 02 '16 at 07:03

0 Answers0