Koa11y icon indicating copy to clipboard operation
Koa11y copied to clipboard

How to install Koa11y on Linux?

Open mtufailshaikh opened this issue 6 years ago • 4 comments

Please help me how to install Koa11y on Linux there is no file .configure OR any documentation for installing on Linux("ubuntu").

mtufailshaikh avatar Jun 25 '18 06:06 mtufailshaikh

I think you can just unzip the contents to a folder, then navigate to the folder in Terminal and run ./Koa11y

TheJaredWilcurt avatar Jun 25 '18 15:06 TheJaredWilcurt

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.

anthonydillon avatar Oct 13 '20 11:10 anthonydillon

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 avatar Oct 13 '20 11:10 anthonydillon

@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

hamrant avatar Feb 10 '21 15:02 hamrant