Koa11y
Koa11y copied to clipboard
How to install Koa11y on Linux?
Please help me how to install Koa11y on Linux there is no file .configure OR any documentation for installing on Linux("ubuntu").
I think you can just unzip the contents to a folder, then navigate to the folder in Terminal and run ./Koa11y
I get the following error:
./Koa11y: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
From extracting(LIN64_Koa11y_3.0.0.zip) and running the above command in the directory.
Tried to resolve by installing:
sudo apt-get install libgconf-2-4
but now hitting:
$ ./Koa11y
(Koa11y:3438306): Pango-ERROR **: 12:09:20.056: Harfbuzz version too old (1.2.1)
[1] 3438306 trace trap (core dumped) ./Koa11y
@anthonydillon I have the same error:
(Koa11y:340881): Pango-ERROR **: 17:05:26.198: Harfbuzz version too old (1.2.1)
Installed LIN64_Koa11y_2.0.0.zip
version instead of 3.0.0 and it works fine.
Also, I had this error:
Gtk-Message: 17:05:26.179: Failed to load module "canberra-gtk-module"
It was fixed by this command:
sudo apt-get install libcanberra-gtk-module