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

Asks for libgpaste-2.so.0 #420

Closed
ipeacocks opened this issue May 1, 2023 · 1 comment
Closed

Asks for libgpaste-2.so.0 #420

ipeacocks opened this issue May 1, 2023 · 1 comment

Comments

@ipeacocks
Copy link

Compiled v44 as in official readme but Gpaste now doesn't launch and make output in terminal:

$ gpaste-client ui
gpaste-client: error while loading shared libraries: libgpaste-2.so.0: cannot open shared object file: No such file or directory

Is it correct to install dependency library from official repos?

$ sudo apt search libgpaste-2
...
libgpaste-2/lunar 43.1-3 amd64
  Clipboard management system for GNOME - library

Because seems it's old dependency v43. Thanks!

PS. Ubuntu 23.04 as main OS.

@ipeacocks
Copy link
Author

For ubuntu 23.04 setup is next:

mkdir builddir
cd builddir
meson ..
meson configure --prefix=/usr
ninja
sudo ninja install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

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

1 participant