ENIGMA Forums

Outsourcing saves money => Issues Help Desk => Topic started by: ojars on June 25, 2019, 02:51:53 am

Title: Can't configure enigma in ubuntu
Post by: ojars on June 25, 2019, 02:51:53 am
Hi. I decided to install ubuntu alongside windows 8.1. All is OK, only I got an error when loaded lateralgm.
Quote
ojars@ojars-darba:~/enigma-dev$ ./start.sh
Java Version: 110003 (11.0.3)
Gtk-Message: 10:35:39.809: Failed to load module "canberra-gtk-module"
Loading lib files in /home/ojars/enigma-dev/lateralgm.jar
01_move.lgl 02_main1.lgl 03_main2.lgl 04_control.lgl
 05_score.lgl 06_extra.lgl 07_draw.lgl
I downloaded enigma.jar file and copied into enigma-dev folder.
Lateralgm starts and and the window opens, and i can create new application, but there are not compiler icons.
How to fix this? This is my first experience with ubuntu, and I don't know many basic things.
Title: Re: Can't configure enigma in ubuntu
Post by: hpg678 on June 26, 2019, 10:27:39 am
hi. i looked into your problem and it seems to be an issue with ubuntu not having some libraries.


Code: [Select]
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
place that into your Terminal window will allow you to download them. if you have any more problems just tell me here or on the discord channel.


to open a Terminal window, got to the link here. (https://www.google.com/search?newwindow=1&ei=Qo4TXde6DoTYsAW7p5uQCQ&q=opening+a+terminal+window+in+ubuntu&oq=open+a+terminal+window+in+ubuntu&gs_l=psy-ab.1.0.0i22i30l5.383350.394501..397657...0.0..0.397.5300.0j30j1j1......0....1..gws-wiz.......0i71j35i39j0j0i131j0i67j0i13i5i30.hMwYcv4HIaM)
Title: Re: Can't configure enigma in ubuntu
Post by: ojars on June 26, 2019, 11:49:45 am
Thank you. I'l try this.