Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MINATO (rework) | FIRST X18
by
Xeon_Xeon
on 18/11/2018, 20:38:38 UTC
There is a typo in the file "Ubuntu18.04-minato-qt-installer.sh"

Currently it is :

Code:
if [ `id -u` = 0 }

Should be :

Code:
if [ `id -u` = 0 ]


It is currently installing now.


Edit: Installed and it works with a minor error.

Code:
Gtk-Message: 14:47:59.771: Failed to load module "canberra-gtk-module"
No systemtrayicon available

So I installed libcanberra-gtk-module and now it has this error:
Code:
No systemtrayicon available

Works fine otherwise.