summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
* Make the default fonts conditional on services.xserver.enableEelco Dolstra2016-09-05
| | | | | | | We were pulling in 44 MiB of fonts in the default configuration, which is a bit excessive for headless configurations like EC2 instances. Note that dejavu_minimal ensures that remote X11-forwarded applications still have a basic font regardless.
* Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacementDomen Kožar2016-08-28
|\ | | | | mkRemovedOptionModule: add replacement argument
| * modules/mkRemovedOptionModule: add replacement docProfpatsch2016-05-29
| | | | | | | | | | | | | | | | | | | | | | When displaying a warning about a removed Option we should always include reasoning why it was removed and how to get the same functionality without it. Introduces such a description argument and patches occurences (mostly with an empty string). startGnuPGAgent: further notes on replacement
* | enlightenment: adapt service for efl-0.18.0José Romildo Malaquias2016-08-23
| |
* | glib: Add some FIXMEs about inappropriate outputsTuomas Tynkkynen2016-08-23
| |
* | treewide: Fix output references to gnome.GConfTuomas Tynkkynen2016-08-23
| |
* | kde5: colord-kde movedThomas Tuegel2016-08-22
| |
* | treewide: Use makeLibraryPath in LD_LIBRARY_PATHsTuomas Tynkkynen2016-08-23
| |
* | redshift: Fix default value of $DISPLAY (#17746)85732016-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before commit 54fa0cfe4eef7e54e23380704af70ee7b65473ce, the `redshift` service was run with the environment variable `DISPLAY` set to `:0`. Commit 54fa0cfe4eef7e54e23380704af70ee7b65473ce changed this to instead use the value of the `services.xserver.display` configuration option in the value of the `DISPLAY` variable. In so doing, no default value was provided for the case where `services.xserver.display` is `null`. While the default value of `services.xserver.display` is `0`, use of which by the `redshift` module would result in `DISPLAY` again being set to `:0`, `services.xserver.display` may also be `null`, to which value it is set by, e.g., the `lightdm` module. In the case that `services.xserver.display` is `null`, with the change made in commit 54fa0cfe4eef7e54e23380704af70ee7b65473ce, the `DISPLAY` variable in the environment of the `redshift` service would be set to `:` (a single colon), which, according to my personal experience, would result in — - the `redshift` service failing to start; and - systemd repeatedly attempting to restart the `redshift` service, looping indefinitely, while the hapless `redshift` spews error messages into the journal. It can be observed that the malformed value of `DISPLAY` is likely at fault for this issue by executing the following commands in an ordinary shell, with a suitable `redshift` executable, and the X11 display not already tinted: - `redshift -O 2500` — This command should reduce the color temperature of the display (making it more reddish). - `DISPLAY=':' redshift -O 6500` — This command should raise the color temperature back up, were it not for the `DISPLAY` environment variable being set to `:` for it, which should cause it to, instead, fail with several error messages. This commit attempts to fix this issue by having the `DISPLAY` environment variable for the `redshift` service default to its old value of `:0` in the case that `services.xserver.display` is `null`. I have tested this solution on NixOS, albeit without the benefit of a system with multiple displays.
* | libinput.accelProfile: improve docs & new defaultProfpatsch2016-08-08
| | | | | | | | | | | | | | | | | | | | | | The link to some (of course non-existing, i.e. freedesktop) “libinput” documentation is replaced by a piece of the API documentation. The default is changed since the documentation suggests `adaptive` should be it. https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79 Also fix a missing string conversion for `scrollButton`.
* | nixos/x11: make nvidia driver work againGabriel Ebner2016-08-06
| | | | | | | | | | | | The nvidia driver module directly sets the services.xserver.drivers option, while still having nvidia/nvidiaBeta/... etc. in the videoDrivers option.
* | Merge pull request #17470 from layus/synaptics-conflictJoachim F2016-08-05
|\ \ | | | | | | Warn for conflict between synaptics and libinput
| * | Warn for conflict between synaptics and libinputGuillaume Maudoux2016-08-03
| | |
* | | nixos/x11: output sections for modesetting driverGabriel Ebner2016-08-05
|/ / | | | | | | See #17487.
* | kde5: rename extra-cmake-modules variantsThomas Tuegel2016-07-30
| | | | | | | | | | | | | | Instead of one package `extra-cmake-modules`, there is now `ecm` and `ecmNoHooks`. The latter is used when one does not want to incur a Qt 5 dependency; it is also available as a top-level package `extra-cmake-modules`.
* | nixos/x11: remove unneccessary special casesGabriel Ebner2016-07-30
| |
* | xorg.xorgserver: enable glamor supportGabriel Ebner2016-07-30
| |
* | nixos/kde: phonon moved to qt5Thomas Tuegel2016-07-29
| |
* | motif: init at 2.3.6Ram Kromberg2016-07-28
| |
* | gnome3: drop 3.18Luca Bruno2016-07-25
| |
* | libinput service: add libinput to udev packagesNikolay Amiantov2016-07-18
| | | | | | | | See #17054
* | nixos/lightdm: support greeter-less auto loginBenno Fünfstück2016-07-17
| | | | | | | | | | This adds configuration options for automatic login and disabling the greeter (this should avoid the dependency on gtk).
* | nixos/sddm: options documentation improvementsBenno Fünfstück2016-07-17
| |
* | xsession: fix multiple arguments with logToJournalBenno Fünfstück2016-07-17
| | | | | | | | | | | | | | | | | | KDM and LightDM (at least with autologin) call the xsession-script with two arguments: the first is the path of the xsession script itself, while the second one are the actual arguments. The line to re-exec the script under systemd-cat only forwarded a single argument, therefore breaking LightDM and KDM login. This commit fixes the issue by always forwarding all the arguments.
* | nixos/compton: add user service (#16652)Michele Guerini Rocco2016-07-17
| |
* | nixos/kde5: add missing Plasma packagesThomas Tuegel2016-07-16
| |
* | nixos/kde5: install missing frameworksThomas Tuegel2016-07-16
| |
* | kinit: use a setuid wrapper for start_kdeinitThomas Tuegel2016-07-16
| |
* | nixos/kde5: disable setuid wrapper for kdeinitThomas Tuegel2016-07-16
| | | | | | | | | | | | We need to pass certain environment variables through the wrapper, but I don't know how to do that yet. The setuid-root feature serves only to hide kdeinit from the OOM killer, so this is not critical.
* | nixos/kde5: fix paths to setuid programsThomas Tuegel2016-07-16
| |
* | Merge pull request #15848 from matthewbauer/packagekitJoachim F2016-07-16
|\ \ | | | | | | Add in PackageKit
| * | gnome3.18: use packagekit bindings for gnome-softwareMatthew Bauer2016-07-05
| | | | | | | | | | | | | | | | | | - init gnome-software for gnome3 at 3.18.3 - list gnome-software as an "optional package" for gnome3 - enable packagekit service when gnome3 is enabled
* | | Merge pull request #15840 from anderspapitto/pulse-jackJoachim F2016-07-16
|\ \ \ | | | | | | | | pulseaudio service: set DISPLAY
| * | | unclutter: respect xserver.display variableAnders Papitto2016-07-05
| | | |
| * | | redshift: respect xserver.display variableAnders Papitto2016-07-05
| |/ /
* | | Merge pull request #16686 from AndersonTorres/pekwmJoachim F2016-07-16
|\ \ \ | | | | | | | | pekwm: init at 0.1.17
| * | | pekwm: init at 0.1.17AndersonTorres2016-07-09
| |/ /
* / / gnome3: enable X libinput by defaultLuca Bruno2016-07-14
|/ / | | | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=764257#c12
* | nixos/gnome-desktop: enable colord serviceBjørn Forsman2016-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this (line wrapped): $ gnome-control-center [... click on the "Color" item ...] (gnome-control-center:3977): color-cc-panel-WARNING **: \ The name org.freedesktop.ColorManager was not provided by any .service files With this patch applied, the above warnings are not printed and the GUI shows some devices that can be managed (my printer and display). Without this patch the GUI is empty (non-functional). (cups will also complain in the journal with a similar message when doing print jobs, without this patch.)
* | nixos/gnome-desktop: fix adding printers with GNOME Control CenterBjørn Forsman2016-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...by adding system-config-printer to services.dbus.packages (if services.printing.enable is true). Without this patch, trying to add a printer will result in a little dialog saying "Failed to add new printer" and gnome-control-center will print this to the terminal (line wrapped): (gnome-control-center:3546): printers-cc-panel-WARNING **: \ GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: \ The name org.fedoraproject.Config.Printing was not provided by any .service files system-config-printer supplies the "org.fedoraproject.Config.Printing" dbus service, thus fixing the problem.
* | i3 & xfce modules: add extraSessionCommands for WM-specific user-defined ↵obadz2016-06-19
| | | | | | | | | | | | xsession lines Could be extended to other window managers/desktops as well
* | i3-gaps: add as window managerFranz Thoma2016-06-16
| | | | | | | | Closes #15917
* | Merge pull request #16023 from choochootrain/add-xbanish-serviceLuca Bruno2016-06-13
|\ \ | | | | | | xbanish service: init at 1.4
| * | xbanish service: init at 1.4Hurshal Patel2016-06-07
| | |
* | | gnome3: add gnome-session debug optionLuca Bruno2016-06-11
| | |
* | | nixos/kde5: include setup hook and icons with sddm themeThomas Tuegel2016-06-09
| | | | | | | | | | | | Fixes #16094.
* | | Merge branch 'plasma-5'Thomas Tuegel2016-06-07
|\ \ \
| * | | Revert "nixos/kde5: install oxygen-fonts and noto-fonts"Thomas Tuegel2016-06-07
| | | | | | | | | | | | | | | | This reverts commit 285061d50c1f0216a420a811d812e31ad4fe88a7.
| * | | nixos/kde5: install plasma-integrationThomas Tuegel2016-06-07
| | | | | | | | | | | | | | | | frameworkintegration was split with plasma-integration in Plasma 5.6.
| * | | nixos/kde5: install oxygen-fonts and noto-fontsThomas Tuegel2016-06-07
| |/ /