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

[GPaste 3.40.1] Error in gnome extensions #351

Closed
mysticaltech opened this issue Apr 22, 2021 · 2 comments
Closed

[GPaste 3.40.1] Error in gnome extensions #351

mysticaltech opened this issue Apr 22, 2021 · 2 comments

Comments

@mysticaltech
Copy link

mysticaltech commented Apr 22, 2021

Hello, I was finally able to compile and install for OpenSuse Tumbletweed latest with Gnome 4, it works well, but the gnome extension doesn't, I get this error:

Requiring GPaste, version 1.0: Typelib file for namespace 'GPaste', version '1.0' not found

Any ideas?

And thank you so much btw, I love this tool, just moved over from mac which I've been using a similar one, and it's been a life saver!

@Keruspe
Copy link
Owner

Keruspe commented Apr 22, 2021 via email

@mysticaltech
Copy link
Author

mysticaltech commented Apr 22, 2021

Thanks @Keruspe. Finally, I removed everything with sudo make uninstall, then deleted the folder, rebooted, then cloned from master, and redid the steps without using sudo. Used it as in the commands just for sudo make install and it worked 🎉


As a reference to others installing on OpenSuse Tumbleweed, here's the package's that were needed to compile, more or less (got it from my command history, so some may be overkill, but it should make it work):

sudo zypper install -t pattern devel_basis 
sudo zypper in gobject-introspection
sudo zypper in vala-devel
sudo zypper in glib
sudo zypper in libglib
sudo zypper in glib2
sudo zypper in gobject
sudo zypper in gio
sudo zypper in libglibmm-2_68-1
sudo zypper in glibc
sudo zypper in gtk2-devel
sudo zypper in gtk3
sudo zypper in gtk3-devel
sudo zypper in appstream-glib
sudo zypper in appstream-glib-devel
sudo zypper in gobject-introspection-devel 
sudo zypper in mutter mutter-devel gjs gjs-devel

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

2 participants