Missing icons in Matlab, Ubuntu, Linux

aboSamoor | October 24, 2008 | 12:06 pm

Running Matlab in linux is as easy as windows, but if you are running compiz you will miss the icons in matlab !!!
To solve that you have many options

1-Replace the AWT library with MToolkit [thanks to Linux Blog]
You can run

export AWT_TOOLKIT=MToolkit
matlab

to make this replacement permanent
bash -c "echo export AWT_TOOLKIT=MToolkit >> .bashrc"
source .bashrc
matlab

2-Disabling compiz

you can run this to do that
metacity --replace
or run the same command in the Run Application dialog [you can invoke this dialog by pressing Alt+F2]

  • 3-Running Matlab without Graphical interface, working with command line

    This is illustrated in the previous post

    If you don’t have Matlab and you want to install it on Linux you can find the tutorial here

  • 2 responses

    Hi, Thanks for the info. I am having a problem

    Jackie | November 24, 2008 | 7:21 am

    Hi,

    Thanks for the info. I am having a problem in matlab (7.1) in Ubuntu.
    I cannot type this sign (^) in matlab but other places. ( I can type in the browser or in the terminal, but not in the matlab)

    Is the solution you are posting was meant to solve such issue?
    Or , could you give me some advices?

    Thanks a lot

    Jackie

    [...] usually brings problems as cpu high usage and rendering

    Mathematica 7 java interface problems | LinuxTent | July 22, 2009 | 11:40 am

    [...] usually brings problems as cpu high usage and rendering difficulties. You can notice that for matlab, Netbeans and Mathematica. I think they have to consider QT4 for cross platform UI [...]

    Leave a comment

    You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>