Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

matlab code analyzer produces empty tooltips

I'm running MATLAB (R2013b) on Ubuntu (results of ver command are pasted below).

I've just started working with this system, and I've realized that coding is seriously hard because the typical "tooltips" that show up in the editor are empty. Unfortunately I cannot paste screenshots, but here I describe the problem: the orange marks on the right margin of the editor should indicate a warning. Passing the cursor on them, one typically gets a tooltip with a short message, detailing the reason of the warning.

In my case, I still see the tooltip... but cannot read anything in there, it's just a gray rectangle. This is terribly annoying... Some idea on what may be the problem?

>> ver
MATLAB Version: 8.2.0.701 (R2013b)
Operating System: Linux 3.5.0-41-generic #64~precise1-Ubuntu SMP Thu Sep 12 16:50:04 UTC 2013 x86_64
Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
like image 876
user3334025 Avatar asked Feb 20 '14 18:02

user3334025


1 Answers

Are you using the Unity desktop (if you don't know, you probably are, since Unity is the default).

I've encountered your problem with multiple Matlab versions under Linux, and it always boiled down to using a "3D / fancy pants" window manager.

Try using the "Gnome Classic (no effects)", "Ubuntu 2D" or mate sessions and report back whether your problem still exists. Here's a screenshot of the standard desktop login screen in Ubuntu 12.04:

enter image description here

To see the available sessions, do a left-mouse click on the ubuntu logo next to the username (here test):

enter image description here

like image 102
memyself Avatar answered Nov 15 '22 23:11

memyself