Commit Graph

180 Commits

Author SHA1 Message Date
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
Jan Tojnar
c8683da483
chrome-gnome-shell: clean up
* format with nixpkgs-fmt
* reorder attributes
* inline version
2020-05-13 16:45:55 +02:00
R. RyanTM
024a6dc45b gnomeExtensions.clipboard-indicator: 30 -> 34 2020-05-10 13:11:56 +02:00
Bjørn Forsman
eb12149979 gnomeExtensions: add 'uuid' attr to all extensions
Some already have it, this adds it to the rest.

With all extensions having an 'uuid' attr we can do cool things like
declaratively enable extensions on NixOS.
2020-05-09 19:26:29 +02:00
Roman Firment
c35d8c94d7 gnomeExtensions.window-is-ready-remover unstable-2020-03-25 -> 1.02
Also add license.
2020-05-09 15:08:24 +02:00
Roman Firment
e523407d80 gnomeExtensions.window-is-ready-remover: init at unstable-2020-03-25
Removes window is ready Notification.
2020-05-01 01:45:37 +02:00
Jan Tojnar
df3e072f24
gnomeExtensions.dash-to-dock: 2020-03-19 → 2020-04-20 2020-04-23 22:43:33 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Jan Tojnar
aac691a8b7 gnomeExtensions.dash-to-dock: update to rebased tip 2020-04-12 13:37:58 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
dasj19
4755186bb4
clipboard-indicator: removed broken flag. (#83088) 2020-04-09 08:03:31 +02:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Eric Dallo
72e5b2dc2c gnomeExtensions.drop-down-terminal: v24 -> unstable-2020-03-25 2020-03-28 18:41:13 -04:00
Frederik Rietdijk
a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
worldofpeace
5e98740af0
gnomeExtensions.caffeine: 33 -> 2020-03-13 2020-03-24 07:11:28 +01:00
Jan Tojnar
687254fe2a
gnomeExtensions.drop-down-terminal: mark as broken 2020-03-24 07:11:28 +01:00
Jan Tojnar
92b58b6248
gnomeExtensions.impatience: 0.4.5 → unstable-2019-09-23
It has been broken since GNOME 3.34
2020-03-24 07:11:28 +01:00
Jan Tojnar
0cc063f8d2
gnomeExtensions.mpris-indicator-button: 2019-09-29 → 2020-03-21 2020-03-24 07:11:27 +01:00
Jan Tojnar
b6e2705445
gnomeExtensions.appindicator: 32 -> 33 2020-03-24 07:11:27 +01:00
Jan Tojnar
d4ed177aba
gnomeExtensions.gnomeExtensions.sound-output-device-chooser: 25 → 28 2020-03-24 07:11:26 +01:00
Jan Tojnar
d7b5e4e264
gnomeExtensions.system-monitor: mark as broken 2020-03-24 07:11:26 +01:00
Jan Tojnar
2f8e6bdec7
gnomeExtensions.topicons-plus: mark as broken
We forgot to do that last time.
2020-03-24 07:11:26 +01:00
Jan Tojnar
a3c93efbc0
gnomeExtensions.window-corner-preview: mark as broken 2020-03-24 07:11:25 +01:00
Jan Tojnar
3218938e7e
gnomeExtensions.workspace-matrix: 3.0.0 → 4.0.0
https://github.com/mzur/gnome-shell-wsmatrix/releases/tag/v4.0.0
2020-03-24 07:11:25 +01:00
Tor Hedin Brønner
b05ce413fd
gnomeExtensions.dash-to-dock: 67 -> 2020-03-19 2020-03-24 07:11:17 +01:00
Tor Hedin Brønner
66268bfe2c
gnomeExtensions.dash-to-panel: 26 -> 31 2020-03-24 07:11:09 +01:00
Tor Hedin Brønner
fbca8c8b9f
gnomeExtensions.night-theme-switcher: 2.1 -> 19
Is now hosted on gitlab.
2020-03-24 07:11:08 +01:00
Tor Hedin Brønner
954baa6751
gnomeExtensions.arc-menu: 33 -> 43 2020-03-24 07:11:08 +01:00
Tor Hedin Brønner
a786b8bc42
gnomeExtensions.gsconnect: 31 -> 35 2020-03-24 07:11:08 +01:00
Aneesh Agrawal
56e5bbf07d system-monitor: remove aneeshusa as maintainer 2020-03-24 01:21:10 -04:00
Aneesh Agrawal
7ff3e67bb2 impatience: remove aneeshusa from maintainers 2020-03-24 01:20:53 -04:00
Dmitry Kalinkin
7b389de077
Merge pull request #81073 from ericdallo/gnome-extensions-drawn-on-your-screen
gnomeExtensions.draw-on-your-screen: init at 6
2020-03-22 03:27:51 -04:00
Eric Dallo
3064aa7525
gnomeExtensions.draw-on-your-screen: init at 6 2020-03-20 21:49:59 -03:00
zowoq
982b4da76d
gnomeExtensions.paperwm: init at 36.0 (#81785) 2020-03-11 17:25:05 +01:00
Jan Tojnar
7de490a28a
gnomeExtensions.sound-output-device-chooser: 24 -> 25
https://github.com/kgshank/gse-sound-output-device-chooser/releases/tag/25
2020-03-05 02:07:23 +01:00
R. RyanTM
e88113846c
gnomeExtensions.appindicator: 30 -> 32 (#81309) 2020-03-03 20:22:38 +01:00
zowoq
ee5506c430 gnomeExtensions.volume-mixer: remove
This doesn't seem to have had a top-level entry for several years.
2020-02-23 14:09:08 +10:00
zowoq
5cf7c7fa82 gnomeExtensions.impatience: move to directory 2020-02-23 14:00:40 +10:00
Tor Hedin Brønner
71a54f1130 gnomeExtensions.gsconnect: fix build
dbus is now propagated from at-spi2-core, which made gsconnect try to
install dbus service files in the wrong location.

closes https://github.com/NixOS/nixpkgs/issues/79806
2020-02-11 17:16:00 +01:00
Tor Hedin Brønner
93c7301338
gnomeExtensions.gsconnect: 30 -> 31 (#78359)
No longer depends on libfolks :)

https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v31
2020-01-24 13:45:11 +01:00
Bjørn Forsman
1a9fcf4f34 gnomeExtensions.gsconnect: 27 -> 30 (#76633) 2019-12-30 01:55:14 +01:00
Chuck
492de5c32e gnomeExtensions.workspace-grid: Remove
workspace-matrix largely replaces workspace-grid [1].

Also, workspace-grid.nix was accidentally dropped from
top-level/all-packages.nix in the Gnome 3.18 -> 3.20 bump in
5a245c24b0188c6fff933497545f6e84d9b024c0, so this file has been
unreferenced for three years.

[1] https://github.com/zakkak/workspace-grid/issues/120#issuecomment-488802454
2019-12-08 13:53:18 -08:00
Chuck
1e97dbb405 gnomeExtensions.workspace-matrix: Init at 3.0.0 2019-12-08 13:53:18 -08:00
Jon Banafato
d62852ea1c gnomeExtensions.caffeine: unstable-2019-04-02 -> 33 2019-11-30 23:48:23 +01:00
Sean Buckley
25fc378642 gnomeExtensions.dash-to-panel: 23 -> 26 2019-11-19 07:46:56 +01:00
Bjørn Forsman
0fd63b40b0 Revert "gnomeExtension.system-monitor-applet: mark as broken"
This reverts commit b9f3160c2aa55f75506385683047365a457e32ba.

It builds and runs fine. I'm not sure why it was marked broken in the
first place, I successfully built it on commit b9f3160. A runtime issue
that was later fixed?
2019-11-18 20:57:55 +01:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01:00
Jon Banafato
0724efc305 gnomeExtensions.night-theme-switcher: init at 2.1 2019-11-03 09:34:10 -05:00
Jan Tojnar
2bd4f8023b
gnomeExtensions.gsconnect: 26 → 27
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v27
2019-10-18 02:09:09 +02:00