nixpkgs/pkgs/desktops/gnome-3
Jan Tojnar 5df7471c14
chrome-gnome-shell: Fix missing introspection data
It was crashing with:

    TypeError: gobject `__main__+ChromeGNOMEShell' doesn't support property `application_id'

– that is the constructor of parent class Gio.Application does not recognize the kwarg.

This is typically caused by missing pygobject overrides but I think ones for Gio are built-in into pygobject.

Even weirder, adding just `${gobject-introspection}/lib/girepository-1.0` seems to fix the issue so it might be missing the whole typelib.
But then why does not it fail when importing it?

	from gi.repository import GLib, Gio

For now, I am adding the Gio typelib which should been done from the start but more debugging should be done since weirdness like this can bring more bugs.

Fixes: https://github.com/NixOS/nixpkgs/issues/87740
2020-05-13 17:02:53 +02:00
..
apps gnome3.polari: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
core Merge pull request #87195 from r-ryantm/auto-update/gnome-desktop 2020-05-08 06:39:23 +02:00
devtools gnome3.devhelp: 3.36.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
extensions chrome-gnome-shell: Fix missing introspection data 2020-05-13 17:02:53 +02:00
games gnome3.quadrapassel: 3.36.00 -> 3.36.02 2020-05-03 17:42:32 +02:00
misc Merge pull request #86661 from hedning/gnome-3.36.2 2020-05-06 19:43:38 +02:00
default.nix Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
find-latest-version.py gnome3.updateScript: format with black 2020-04-25 01:19:33 +02:00
installer.nix
update.nix gnome3.updateScript: optimize unfrozen updates 2020-04-25 15:32:20 +02:00