CmapTools on Linux presents a blank (grey) Cmap window

Answers to the questions most commonly asked about CmapTools and CmapServer.
Post Reply
cmapadmin
Site Admin
Posts: 793
Joined: Sat Dec 13, 2008 2:22 pm

CmapTools on Linux presents a blank (grey) Cmap window

Post by cmapadmin »

IHMC CmapTools is written in Java. Compiz and Beryl are compositing window managers for many Linux distributions that use 3D graphics hardware to create fast compositing desktop effect for window management.

So, if Compiz or Beryl are enable and one runs IHMC CmapTools, the Cmap editor window will be blank and it won't be possible to edit a concept map. In other words, CmapTools will open a window with no contents.

If you want to make the changes for all users put:

export AWT_TOOLKIT=MToolkit

at the end of the /etc/profile file. You can do this by opening a terminal and typing:

sudo gedit /etc/profile

If you want to make the changes just one user put:

export AWT_TOOLKIT=MToolkit

at the end of the ".profile" file in the user's home directory. You can do this by opening a terminal and typing:

gedit .profile
Post Reply