This section contains a list of known issues with Nikamo. If something does not work for you, let me know and I can add it here.
Problem: Sound does not play under Linux when other sound players are open
Solution: Some linux distros do not handle java sound very well. Java may be using OSS (Open Sound System) rather than Alsa/pulseaudio. OSS requires sole access to the sound card, so if another program is using sound, the following java error will be received:
To get around this issue you can redirect OSS to use pulseaudio by issuing the following command:
Problem: The buttons and text all appear to have too much space when using OpenJDK
Solution: There is currently a bug in OpenJDK. Use Sun's JDK until the bugs in OpenJDK get fixed.