Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install Koa11y on Linux? #48

Open
mtufailshaikh opened this issue Jun 25, 2018 · 4 comments
Open

How to install Koa11y on Linux? #48

mtufailshaikh opened this issue Jun 25, 2018 · 4 comments
Labels

Comments

@mtufailshaikh
Copy link

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

@TheJaredWilcurt
Copy link
Member

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

@anthonydillon
Copy link

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
Copy link

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

@hamrant
Copy link

hamrant commented Feb 10, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants