Terminal Artifact on VNC Connections

Hello,

I have an Ubuntu Mate 16.04 install from the iso download. The issue I have encountered is that while I have managed to get a Mate desktop in a remote VNC connection from a Win 7 system using the tightvncserver script on the Ubuntu Mate system, there is a terminal artifact that appears in the upper left of the Mate desktop. The terminal artifact does not have the normal window boundaries and is always on top of any other display. The terminal will respond to the hide desktop icon in the lower left ribbon on the bottom of the Mate display. The terminal will also respond to an exit command issued in its command line.

How can I avoid this terminal artifact ?

My VNC xstartup file is listed below:

#!/bin/sh

##### Original Contents #####
#xrdb $HOME/.Xresources
#xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
#export XKL_XMODMAP_DISABLE=1
#/etc/X11/Xsession
############################

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
# exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
#vncconfig -iconic &
mate-session &
#mate-panel & 

Hi
Given the version and the way you describe it, I think this is Tilda auto-running for some reason.
You should be able to remove it from the “Startup Applications” settings.

2 Likes

Hello,

Disabling Tilda in the Startup Programs avoids the problem. Thanks !

2 Likes