Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
756 stars 54 forks source link

Asks for libgpaste-2.so.0 #420

Closed ipeacocks closed 1 year ago

ipeacocks commented 1 year ago

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 commented 1 year ago

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/