Commit graph

963 commits

Author SHA1 Message Date
adisbladis 4b616ab19a
mutter: Fix build with mesa 19.2.3 2019-11-09 10:34:50 +00:00
Jan Tojnar 3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01:00
worldofpeace a51ea52f5a
Merge pull request #72133 from jtojnar/t-m-c
telepathy-mission-control: 5.16.4 → 5.16.5
2019-10-31 15:02:44 +00:00
Jan Tojnar f3f73844bc
empathy: clean up slightly 2019-10-29 01:39:14 +01:00
Jan Tojnar 59b226350a
empathy: format with nixpgks-format 2019-10-29 00:55:17 +01:00
Jan Tojnar e4946cf050
empathy: enable parallel building 2019-10-29 00:53:39 +01:00
Jan Tojnar e192b0e0af
gnome3.sushi: format with nixpkgs-format 2019-10-27 15:30:42 +01:00
Jan Tojnar 885576c97a
gnome3.sushi: fix module loading 2019-10-27 15:27:45 +01:00
worldofpeace 04f5aee2f0 gnome3.gnome-screenshot: 3.33.90 -> 3.34.0 2019-10-15 16:32:39 -04:00
worldofpeace 0d85cc0c2d gnome3.gnome-terminal: 3.34.1 -> 3.34.2 2019-10-14 17:25:41 -04:00
worldofpeace 561318114b gnome3.gnome-shell-extensions: 3.34.0 -> 3.34.1 2019-10-14 17:25:41 -04:00
worldofpeace b4a27dbc4e gnome3.gnome-settings-daemon: 3.34.0 -> 3.34.1 2019-10-14 17:25:41 -04:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Tor Hedin Brønner 5b7c900192
nixos/gdm: do not restart on reload switch (#70357)
Not entirely sure how this works, but this does seem to fix reload switch
killing the current graphical session.
2019-10-11 20:07:16 +02:00
Tor Hedin Brønner a66adfcc5b gnome3.gnome-shell: 3.34.0 -> 3.34.1 2019-10-09 04:56:48 +02:00
Tor Hedin Brønner 47f4abc49b gnome3.mutter: 3.34.0 -> 3.34.1 2019-10-09 04:56:04 +02:00
Tor Hedin Brønner c909680e6c gnome3.gnome-terminal: 3.34.0 → 3.34.1
- fixes gio-unix include
2019-10-08 12:08:52 +02:00
Tor Hedin Brønner b1f4570016 gnome3.gnome-desktop: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner ab6b4c7c72 evince: 3.34.0 → 3.34.1
- meson files are now distributed
2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 853fb6a2a6 gnome3.eog: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 30b39034b0 gnome3.dconf-editor: 3.34.1 → 3.34.2 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 502da337bc gnome3.gnome-software: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner bce4a8b5b4 gnome3.nautilus: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner 934a1ab103 gnome3.gnome-session: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner c1ec32c8e6 gnome3.gnome-calculator: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner 96e9af3fe4 gnome3.gjs: 1.58.0 → 1.58.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner a1a83834a6 gnome3.gdm: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner ae35a341fe evolution-data-server: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner a22500d2dc vino: disable broken updateScript
We're pulling in a custom src here, so gnome3.updateScript crashes.
2019-10-08 12:08:49 +02:00
Tor Hedin Brønner ee27c71d8d gnome3.totem: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner 4c675e64c0 simple-scan: 3.34.0 → 3.34.1 2019-10-08 12:08:48 +02:00
Tor Hedin Brønner 59f44d7c69 gnome3.gnome-initial-setup: 3.34.0 → 3.34.1 2019-10-08 12:08:48 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Tor Hedin Brønner 86dd9b76cd gnome3.gnome-control-center: 3.34.0.1 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner 44beea9484 epiphany: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner a43660271b gnome3.gnome-session: always run /etc/set-environment on startup
gnomes-session sources its environment from a login shell. But if the systemd
user environment already contains `__NIXOS_SET_ENVIRONMENT_DONE` the environment
setup won't happen correctly. Simply unset this variable to ensure a fresh
environment.

This was previously handled by a GDM patch, but it no longer works reliably with
gnome-sessions systemd session.

We still need the GDM patch to handle running other sessions (eg. plasma).

See https://github.com/NixOS/nixpkgs/issues/48255 for more info on the
underlying issue.
2019-10-06 07:35:36 +02:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
worldofpeace fa8b4eec80
gnome3.gnome-keyring: 3.31.91 -> 3.34.0 2019-10-03 00:09:20 +02:00
worldofpeace 04b726c032
gnome3.evince: 3.32.0 -> 3.34.0 2019-10-03 00:09:20 +02:00
Tor Hedin Brønner 880fab10fc
gnome3.mutter: Add upstream patches before 3.34.1
Fixes some eg. animation related crashes which in particular affected
dash-to-dock.
2019-10-03 00:09:18 +02:00
Tor Hedin Brønner 34a76d40cd
gnome3.gnome-shell: drop caribou
This should no longer be necessary as gnome-shell ships its own on-screen
keyboard.
2019-10-03 00:09:18 +02:00
worldofpeace 2f41598ba8
gnome3.gnome-session: fix debug spam with systemd session 2019-10-03 00:09:18 +02:00
worldofpeace dcd578d949
gnome3.gdm: Remove duplicate sessions when on Xorg 2019-10-03 00:09:17 +02:00
worldofpeace 22dccf9602
gnome3.gdm: fix rebuild switch
See: https://gitlab.gnome.org/GNOME/gdm/issues/515
2019-10-03 00:09:17 +02:00
worldofpeace e7b7d75825
epiphany: 3.32.4 -> 3.34.0 2019-10-03 00:09:13 +02:00
worldofpeace ea6aae81f1
gnome3.gdm: add branding
We use the logo key to add the NixOS text logo to GDM.
2019-10-03 00:09:12 +02:00
worldofpeace f8682c31dd
gnome3.gnome-initial-setup: init at 3.34.0 2019-10-03 00:09:11 +02:00
worldofpeace a821167046 gnome3.mutter: enable profiler
This needed a patch to get the correct directory to the sysprof
dbus interface.
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner b916c65706 gnome3.gnome-shell: hardcode gsettings path 2019-09-30 19:39:50 +02:00
worldofpeace 90b0e3c19f gnome3.gnome-shell: enable extensions_tool 2019-09-30 19:39:49 +02:00