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

Typelib file for namespace 'Gdk' (any version) not found #1

Closed
Pablo1107 opened this issue Sep 1, 2020 · 4 comments
Closed

Typelib file for namespace 'Gdk' (any version) not found #1

Pablo1107 opened this issue Sep 1, 2020 · 4 comments

Comments

@Pablo1107
Copy link
Contributor

Pablo1107 commented Sep 1, 2020

I got this error when nice is importing lgi.Gdk. I'm running NixOS and it's probably because of some weird wrapping missing the dependency needed here.

error ...9jf60-lua5.2-lgi-0.9.2-1/share/lua/5.2/lgi/namespace.lua:158: Typelib file for namespace 'Gdk' (any version) not found
@Pablo1107 Pablo1107 changed the title Typelib file for namespace 'Gdl' (any version) not found Typelib file for namespace 'Gdk' (any version) not found Sep 1, 2020
@Pablo1107
Copy link
Contributor Author

Related issue in NixOS/nixpkgs#60538

@Pablo1107
Copy link
Contributor Author

Fixed by adding gtk3Support to awesome through an overlay like this:

  nixpkgs.overlays = [
    (self: super:
    {
      awesome = super.awesome.override {
        gtk3Support = true;
      };
    })
  ];

@anirrudh
Copy link

anirrudh commented Sep 2, 2020

@Pablo1107 you the best, thanks!

@mut-ex
Copy link
Owner

mut-ex commented Sep 2, 2020

@Pablo1107 Thank you for finding the solution to this. I have updated the README.

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

3 participants