summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
...
* | 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
| |/ /
* / / gnome3_20: Add GNOME 3.20 package setDamien Cassou2016-06-06
|/ /
* | Merge #15639: xorg-server 1.17.4 -> 1.18.3Vladimír Čunát2016-06-05
|\ \ | |/ |/| | | ... and fglrxCompat to maintain compatibility.
| * nixos xserver: fix evdev driver with xserver 1.18Vladimír Čunát2016-05-23
| | | | | | | | | | ... and add its man page. Now I seem to be running fine with the new server.
| * xf86-input-evdev: split dev outputVladimír Čunát2016-05-23
| |
* | Merge branch 'master' into stagingVladimír Čunát2016-05-26
|\ \ | | | | | | | | | ... to get the systemd update (rebuilding ~7k jobs).
| * | xsession: fix variable read before set introduced in c99608cobadz2016-05-25
| | |
| * | Add an option to write the X session log to the journalEelco Dolstra2016-05-24
| | | | | | | | | | | | | | | | | | ... rather than ~/.xsession-errors. It might make sense to make this the default, in order to eliminate ad hoc, uncentralised, poorly discoverable log files.
| * | X server: Log to the journal instead of /var/log/X.0.logEelco Dolstra2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that "journalctl -u display-manager" does what you would expect in 2016. However, the main reason is to ensure that our VM tests show the output of the X server. A slight problem is that with KDE user switching, messages from the various X servers end up in the same place. However, that's an improvement over the previous situation, where the second X server would overwrite the /var/log/X.0.log of the first. (This was caused by the fact that we were passing a hard-coded value for -logfile.)
* | | Merge branch 'master' into stagingVladimír Čunát2016-05-23
|\| | | | | | | | | | | That's to get mesa rebuild from master, as it's nontrivial.
| * | xf86-video-modesetting: RemoveEelco Dolstra2016-05-22
| |/ | | | | | | | | This driver is part of xorg-server now, so we were using an outdated version.
* | xf86-input-synaptics: split dev outputVladimír Čunát2016-05-22
| |