We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please help me how to install Koa11y on Linux there is no file .configure OR any documentation for installing on Linux("ubuntu").
The text was updated successfully, but these errors were encountered:
I think you can just unzip the contents to a folder, then navigate to the folder in Terminal and run ./Koa11y
./Koa11y
Sorry, something went wrong.
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.
LIN64_Koa11y_2.0.0.zip
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
No branches or pull requests
Please help me how to install Koa11y on Linux there is no file .configure OR any documentation for installing on Linux("ubuntu").
The text was updated successfully, but these errors were encountered: