This article is part of Interactive whiteboard software testing series.
Dymo provides a deb package of their MimioStudio software for Ubuntu. Therefore the installation was fairly straightforward and here's what I did after downloading the package.
Deb -package was installed with dpkg.
sudo dpkg -i mimio-studio_7.11-2_i386.deb
sudo apt-get install -f
The problem was caused by the .mimio -settings folder which was owned by root and thus didn't allow the basic user to use it. After changing the owner of the file, program stater immediately.
sudo chown opinsys: .mimio
-Antti Sokero