Commit Graph
100 Commits
Author SHA1 Message Date
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 d9349644ba jotta-cli: 0.6.18626 -> 0.6.21799 (#79091) 2020-02-02 22:31:44 +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
Tor Hedin Brønner 554d3a239a webkitgtk: 2.26.2 -> 2.26.3 (#78303)
https://webkitgtk.org/2020/01/22/webkitgtk2.26.3-released.html
2020-01-24 04:42:59 +01:00
Tor Hedin Brønner 8842125720 gtk3: fix missing header file on darwin 2020-01-17 13:19:52 +01:00
Tor Hedin Brønner 0e6a290842 libnotify: add dev output for propagation 2020-01-16 19:09:20 +01:00
Tor Hedin Brønner 5bec4f2022 clutter-gst: add dev output for propagation
Also remove obsolete `let .. in ..`
2020-01-16 19:09:20 +01:00
Tor Hedin Brønner 4f235caeba libgnomekbd: add dev output for propagation 2020-01-16 19:09:20 +01:00
Tor Hedin Brønner 5d753c6e32 gtkd: add dev output for propagation 2020-01-16 19:09:20 +01:00
Tor Hedin Brønner 213da733c3 liboauth: add dev output for propagation 2020-01-16 18:17:01 +01:00
Tor Hedin Brønner 4c55d7d462 libpeas: add dev output for propagation 2020-01-16 18:17:01 +01:00
Tor Hedin Brønner f5742d6592 libappindicator: add dev output for propagation 2020-01-16 18:17:01 +01:00
Tor Hedin Brønner 5b37141946 gtk3: 3.24.12 -> 3.24.13 2020-01-13 15:18:11 +01:00
Tor Hedin Brønner 9db38648a0 Merge pull request #77236 from hedning/gnome-shell-3.34.3
Gnome shell 3.34.3
2020-01-07 17:40:57 +01:00
Tor Hedin Brønner 63f314f2c3 gnome3.mutter: 3.34.2 -> 3.34.3
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.3/NEWS
2020-01-07 15:29:51 +01:00
Tor Hedin Brønner 4bdcab3bd2 gnome3.gnome-shell: 3.34.2 -> 3.34.3
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.34.3/NEWS
2020-01-07 15:29:50 +01:00
Tor Hedin Brønner 3d70d4ba0b nixos/displayManager: fix typo in legacy sessions (#76626)
xsession gets passed `dm` `wm`, so the desktop manager would be launched
before the window manager resulting in a regular desktop manager
session.

Fixes https://github.com/NixOS/nixpkgs/issues/76625
2019-12-29 02:02:24 +01:00
Tor Hedin Brønner 53ef29c138 nixos/lightdm: enable wayland sessions
Note: can't launch gnome on wayland due to duplicate entry names:
  https://github.com/CanonicalLtd/lightdm/issues/16
2019-12-15 04:16:20 +01:00
Tor Hedin Brønner d25365c3c1 nixos/displayManager: introduce defaultSession
There's two ways of providing graphical sessions now:
- `displayManager.session` via. `desktopManager.session` and
  `windowManager.session`
- `displayManager.sessionPackages`

`sessionPackages` doesn't make a distinction between desktop and window
managers. This makes selecting a session provided by a package using
`desktopManager.default` nonsensical.

We therefor introduce `displayManager.defaultSession` which can select a session
from either `displayManager.session` or `displayManager.sessionPackages`.

It will default to `desktopManager.default + windowManager.default` as before.
If the dm default is "none" it will select the first provided session from
`sessionPackages`.
2019-12-15 04:16:20 +01:00
Tor Hedin Brønner 58e5290fce nixos/displayManager: check for provided sessions in mkDesktops 2019-12-15 04:16:20 +01:00
Tor Hedin Brønner dd7144b860 nixos/sessionPackages: provide session names in passthru
We want access to the valid session names at evaluation time.
2019-12-15 04:16:18 +01:00
Tor Hedin Brønner d362df6682 nixos/display-manager: extraSessionFilePackages -> sessionPackages 2019-12-15 04:14:56 +01:00
Tor Hedin Brønner e76e230f99 Merge pull request #75589 from hedning/gnome-3.34.2
gnome-shell 3.34.2
2019-12-14 17:46:13 +01:00
Tor Hedin Brønner 39634ac2b8 gnome3.mutter: 3.34.1 -> 3.34.2
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.2/NEWS
2019-12-13 07:34:06 +01:00
Tor Hedin Brønner 7cbdbabb4e gnome3.gnome-shell: 3.34.1 -> 3.34.2
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.34.2/NEWS
2019-12-13 07:30:49 +01:00
Tor Hedin Brønner d04157fb98 nixos/gdm: do not force the session
Having a default session resulted in GDM not remembering the last used
session.

So do not force the session until setSessionScript is made aware of the
last session used.
2019-12-11 13:50:18 +01:00
Tor Hedin Brønner 58ef13de05 gjs: 1.58.2 -> 1.58.3 (#74433)
1.58.2 could cause some extensions to crash:
https://gitlab.gnome.org/GNOME/gjs/issues/288

https://gitlab.gnome.org/GNOME/gjs/blob/1.58.3/NEWS
2019-11-28 07:52:15 +01:00
Tor Hedin Brønner cfe4ede98b xorg.xwayland: add eglstream support 2019-11-19 15:34:39 -05:00
Tor Hedin Brønner 9bd8e0de37 egl-wayland: init at 1.1.4 2019-11-19 15:34:39 -05:00
Tor Hedin Brønner bd20836885 webkitgtk: 2.26.1 -> 2.26.2 (#73052) 2019-11-10 13:20:39 +01:00
Tor Hedin Brønner aa910d164d nixos/seahorse: use seahorse's askpass by default 2019-10-21 18:01:15 +02:00
Tor Hedin Brønner ba36219220 perlPackages.XMLSAXExpat: fix build (#71392)
This broke after 979811fa43. Adding the `installTarget` locally works.
Couldn't find any other reproducible breakage.
2019-10-19 20:07:41 +02:00
Tor Hedin Brønner 927a6fdaad nixos/gnome3: launch gnome-shell wayland with RT scheduling
We create a wrapper which launches gnome-shell with the correct environment and
cap_sys_nice.

We can then override gnome-shell-wayland.service to use this wrapper.

NOTE: We need to force clear the environment, because the defaults aren't good
for user services. That should probably be fixed.
2019-10-19 17:14:38 +02:00
Tor Hedin Brønner 9742df1595 gnome3.mutter: drop inheritable cap_sys_nice
In NixOS extra capabilities are provided through the ambient set which provides
real inheritability to user run processes [0].

We don't want gome-shell to spawn processes with cap_sys_nice however (apart
from the obvious this also breaks eg. flatpaks). So we drop inheritable when
starting to prevent further inheritance (the ambient set is only propagated
if inherit is set).

[0] https://github.com/torvalds/linux/commit/58319057b7847667f0c9585b9de0e8932b0fdb08
2019-10-19 17:07:28 +02:00
Tor Hedin Brønner c8036d1050 gnome3.mutter: does not depend clutter
Mutter have shipped its own `clutter` for ages, we need json-glib however which
clutter propagated.
2019-10-19 15:04:15 +02:00
Tor Hedin Brønner 18d7929e95 spidermonkey_52: drop, as is unused
`gnome-shell-extensions` switched over to `spidermonkey_60` in 3.34 leaving
`spidermonkey_52` unused.
2019-10-16 16:53:19 +02:00
Tor Hedin Brønner 231432e93c spidermonkey_60: 60.4.0 -> 60.9.0
This is the last 60-esr I believe.

- fixed multiple outputs (saves $out 2MB from $out)
- updated the only patch we carry
- symlinked `js` to `js60`, some packages using spidermonkey expects `js`. Might
  make it possible to drop 38 in the future.
2019-10-16 10:20:05 +02:00
Tor Hedin Brønner 9752932de9 Merge pull request #71022 from hedning/gnome-3.34.1-staging
Gnome 3.34.1 staging
2019-10-15 13:22:47 +02:00
Tor Hedin Brønner 2c7f0f06b7 nixos/system-environment: prepend wrapperDir to PATH (#70430)
This fixes user environment setup for sessions which doesn't successfully go
through a shell init.

Note we don't go through `sessionVariables` as we want the wrappers to have
highest priority. It would also cause wrapperDir to occur twice when in shell
sessions, as shells use `sessionVariables` too while prepending wrapperDir in a
custom snippet.

In particular logging in and out of gnome-shell could result in a broken path
without this fix.
2019-10-15 13:17:38 +02:00
Tor Hedin Brønner 67effde499 wpa_supplicant: install d-bus conf correctly to share/dbus/system.d
Fixes 40dda7383b which inadvertently installed to
a file as the directory didn't exist.

Also blocked up the postInstall script for readability.
2019-10-14 18:57:44 +02:00
Tor Hedin Brønner 5924bab20b nixos/plymouth: do not order plymouth-quit after display-manager
GDM now specifies ordering between `plymouth-quit` and `display-manager`:
9be5321097

This causes an ordering cycle between GDM and plymouth-quit which can result in
systemd breaking GDM:
```
plymouth-quit.service: Job display-manager.service/start deleted to break
                       ordering cycle starting with plymouth-quit.service/start
```

Not sure how often this triggers, as I've run my system with plymouth and
9be5321097 without any issues. But I did catch a VM doing this.

NOTE: I also tried to remove the ordering in GDM to see if plymouth managed to
live longer, but it didn't seem to help. So I opted to stick as close to
upstream (upstream GDM specifies ordering, but plymouth does not).
2019-10-14 13:08:51 +02:00
Tor Hedin Brønner d15e5b02fe nixos/lightdm: do not conflict with plymouth (#71061)
Having `display-manager` conflict with `plymouth-quit` causes this lock up:

 - `plymouth-quit-wait` starts up, waiting for plymouth-quit to run
 - `lightdm` starts up
 - `plymouth-quit` can't start, it conflicts with lightdm
 - `plymouth-quit-wait` keeps waiting on plymouth-quit to kill plymouthd

The idea is having LightDM control when plymouth quits, but communication with
plymouth was broken: https://github.com/NixOS/nixpkgs/pull/71064

Unfortunately having the conflict breaks switching to configurations with
plymouth enabled. So we still need to remove the conflict.

fixes #71034
2019-10-13 10:03:54 +02:00
Tor Hedin Brønner 6f1deb7d45 gdk-pixbuf: 2.38.2 -> 2.46.0 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner f8ae755433 libsoup: 2.68.1 -> 2.68.2 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner e3ccf11fca librsvg: 2.46.0 → 2.46.1 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner 88273d4768 gtk3: 3.24.11 → 3.24.12 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner f0b89403c4 glib-networking: 2.62.0 → 2.62.1 2019-10-12 11:04:28 +02:00
Tor Hedin Brønner 02b966ab92 glib: 2.62.0 → 2.62.1 2019-10-12 11:04:27 +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 f31dc24fb5 Merge pull request #70828 from hedning/gnome-shell-3.34.1
Gnome Shell 3.34.1
2019-10-09 05:39:39 +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 7757dd115c Merge pull request #70705 from hedning/gnome-3.34.1
Gnome 3.34.1
2019-10-09 00:35:38 +02:00
Tor Hedin Brønner 6b8241bb52 vte: 0.58.0 → 0.58.1 2019-10-08 12:08:53 +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 c039946622 gnome3.gnome-nibbles: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 810de2c76c gnome3.gnome-maps: 3.34.0 → 3.34.1 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 c32ab6262b gnome3.metacity: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner e3e250e205 gnome3.iagno: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 4427ec8b9f gnome3.gnome-taquin: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 1d62ae015c gnome3.gnome-tetravex: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner a272186937 gnome3.gnome-panel: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 2d81086454 gnome3.four-in-a-row: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +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 3e3575d1fc gnomeExtensions.dash-to-dock: 20190921 -> 67
Actual release for gnome 3.34
2019-10-08 12:08:51 +02:00
Tor Hedin Brønner ca64e5669d gnome3.gnome-boxes: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 2a6bacd992 gnome3.quadrapassel: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +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 fedc3638da gnome-builder: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner 04d5ccc234 gvfs: 1.42.0 → 1.42.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 51e612d4bb gnome3.evolution: 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 dcd27465d6 libsecret: use plain update policy 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 5ff8945da9 libdazzle: 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
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 8f2f12e08e gnome3.gnome-calendar: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner c390e86aed gnome3.accerciser: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner 99f1616099 gnome3.geary: 3.34.0 → 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
Tor Hedin Brønner 9be5321097 nixos/gdm: follow upstream's service config 2019-10-05 05:15:29 +02:00
Tor Hedin Brønner 1efac91ca4 nixos/gdm: make config dir for gnome-initial-setup
Observed failure to lauch gdm in a VM due to missing /run/gdm.config.
2019-10-05 05:15:29 +02:00
Tor Hedin Brønner 259556da8a glib: fix loading dylibs through gobject on darwin 2019-10-03 10:39:14 -04:00
Tor Hedin Brønner 4b3942b75a gnomeExtensions.dash-to-dock: 66 -> 20190921
There's still no official release for gnome-3.34
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
Tor Hedin Brønnerandworldofpeace 84fb39ef12 webkitgtk: 2.24.4 -> 2.26.1
* add fix-bubblewrap-paths.patch
* use clangStdenv
  We're running into #36947

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-03 00:09:13 +02:00
Tor Hedin Brønner d82ed7e741 lxqt-archiver: 0.0.96 -> 2019-09-15
fix build with glib-2.62
2019-09-30 19:39:51 +02:00