I recently bought Stata 13.1 for my Ubuntu 13.10. And I noticed a few problems in it:
1) If I use Stata as a non-root or non-super user, then the menu bar of Stata will be on the top bar of Ubuntu desktop, and if you open a window from menu bar, the whole Stata will freeze and I have to force to quit. However, if I execute Stata as a root or superuser, this problem will be gone.
2) As before, there is no icon for Stata when it was installed. It seems like its default setting is to start Stata from terminal as a root/superuser, which is not too inconvenient but a little bit uncomfortable.
I looked up online and there is a blog talking about how to create an icon for it using some sort of bash-script, which works okay, but still couldn't solve the first problem.
I am guessing it's because Unity is not compatible with old x-window library and causes the first problem. Will switch to GNOME or KDE desktop help?