-
Notifications
You must be signed in to change notification settings - Fork 24
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
ERROR: skm failing, potential fix suggested #14
Comments
Is updating the repository essential? Sorry I haven't had time to check this myself. |
I'm not sure, but whenever I've had to add a new repository the next command has been update, I'm guessing to make sure it recognizes the newly added source? I pulled that command from another project having libgconf issues |
The |
Nope. I tried an update. Still the same make error. |
When following instructions as per installation guide, running
skm
after installation returns the following message:
skm: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
Machine has been restarted multiple times. Issue was also occurring on 17.04 and 17.10, and the additional step 4 was run, and the update to 18.10 did not fix it.
SUGGESTION
If the following line of code is run (on 18.04 at least) then
skm
succeedssudo add-apt-repository universe && sudo apt-get update && sudo apt-get install -y libgconf-2-4
If this is a universal fix, I would suggest adding it to the installation instructions
The text was updated successfully, but these errors were encountered: