I'm running Xubuntu through x2go. When I run the computer locally it works fine, but when I remotely x2go into it, there are no aplications in the xfce menu - it acts as though there are no applications installed everywhere. Most of the icons also seem to be missing. Any ideas?
Asked
Active
Viewed 2,061 times
1 Answers
3
I have found a solution for me :-)
Look at the answer https://askubuntu.com/a/764289/543219
I have added the following code at the end of file "/etc/profile":
export GSETTINGS_SCHEMA_DIR=/usr/share/gconf/schemas:/usr/share/glib-2.0/schemas
export XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/
No it works. All Icons and the application menu are visible in the x2go session.