Jan Tojnar f63d94eba3
gnome3.gpaste: hard-code paths
GPaste GNOME Shell extension uses GPaste library generated via introspection. Previously, we added the gpaste package to services.xserver.desktopManager.gnome3.sessionPath option, which
added its typelib directory to GI_TYPELIB_PATH environment variable globally, in order for GNOME Shell to be able to find it. This is not very Nix-y, though, so we have decided to patch the code to
append the path to the GI repository search path.

Additionally, the code relies on GPaste’s GSettings schemas, so we had to hard-code the paths to them as well. We ignored the GNOME Shell’s schemas, since they will already be available for the
extension inside GNOME Shell program.
2018-08-01 19:14:30 +02:00
..
2018-07-29 21:28:44 +02:00
2018-08-01 19:14:30 +02:00
2018-07-30 12:42:59 +02:00
2018-07-30 18:14:10 +02:00
2018-07-28 12:31:35 +02:00
2018-07-21 17:00:05 -04:00
2018-07-30 13:50:51 +03:00
2018-07-30 16:23:15 +02:00