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

ERROR: skm failing, potential fix suggested #14

Open
Franknsten opened this issue Jul 6, 2018 · 4 comments
Open

ERROR: skm failing, potential fix suggested #14

Franknsten opened this issue Jul 6, 2018 · 4 comments

Comments

@Franknsten
Copy link

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 succeeds

sudo 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

@macite
Copy link
Member

macite commented Jul 10, 2018

Is updating the repository essential? Sorry I haven't had time to check this myself.

@Franknsten
Copy link
Author

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

@hugglesfox
Copy link
Contributor

hugglesfox commented Jul 16, 2020

The apt-get update is required after adding the repo to refresh apt's package cache. I am unsure as to what has changed but in Ubuntu 20.04 this is not an issue.

@KL0010
Copy link

KL0010 commented Mar 17, 2023

Nope. I tried an update. Still the same make error.
I enDed up installing splashkit following this URL:
https://splashkit.io/articles/installation/ubuntu/

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

No branches or pull requests

4 participants