summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
* nixos/bspwm: spawn bpswm process in the background and properly set waiPID ↵Milo2018-04-30
| | | | (#39707)
* nixos/xserver: remove nvidiaLegacy173 from videoDrivers.examplesJörg Thalheim2018-04-27
| | | | see https://github.com/NixOS/nixpkgs/commit/92265e807e60fac8bbf3c08a82715b575b5e4e7e#commitcomment-28773179
* nixos: xserver: add related packagesJan Malakhovski2018-04-27
|
* Merge master into stagingFrederik Rietdijk2018-04-08
|\
| * nixos/lxqt: enable upower if config.powerManagement is enabled (#38318)Tim Engler2018-04-06
| |
| * mate/mate-screensaver: fixed unixAuthJohannes Lötzsch2018-04-01
| | | | | | | | Without this fix, it's not possible to unlock the mate-screensaver.
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-03-30
|\|
| * Revert restrictive validation behavior for DM/WM defaults in the X moduleMaximilian Bosch2018-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The original idea behind this change (described in ticket #11064) was to improve the assertions to avoid that users of the X server accidentally forget to configure a DM or WM. However this caused several issues with setups that require X, but no DM or WM. The keymap testcases became instable as well as now disabling DMs needs to be done explicitly. (see https://github.com/NixOS/nixpkgs/pull/31268#issuecomment-347080036) In the end the idea behind the change and #11064 was obviously a mistake, so reverting it completely for now should be fine.
* | xserver service: cleanup LD_LIBRARY_PATHNikolay Amiantov2018-03-26
|/ | | | | | | | X libraries in LD_LIBRARY_PATH seem to not be needed anymore. I've tracked this addition as far as I could (02cef04c8187f12fd160d5fedf0ec8a928f02639) and they seem to be added for unfree NVIDIA and ATI drivers but at least for NVIDIA they are not needed anymore. We can add them with patchelf instead if it turns out to be the case with ATI.
* networkmanager-pptp: remove packageFlorian Klink2018-03-23
| | | | | | | | | Currently broken on NixOS due to hardcoded modprobe binary path (see bug #30756 from Oct 2017), no activity on a proposed fix for months. As the protocol is terribly broken anyways, let's better remove it completely, and not talk about anymore ;-) Closes #30756.
* Merge pull request #37084 from herrwiese/evilwmJörg Thalheim2018-03-18
|\ | | | | nixos/window-managers: actually add evilwm to default.nix
| * nixos/window-managers: actually add evilwm to default.nixAndreas Wiese2018-03-15
| | | | | | | | | | | | Commit 1f2b938 introduced a module for evilwm as a window-manager, but did not actually add this module to window-manager's default.nix which renders it useless.
* | Merge branch 'master' into stagingJan Malakhovski2018-03-10
|\| | | | | | | | | | | | | | | | | | | | | Resolved the following conflicts (by carefully applying patches from the both branches since the fork point): pkgs/development/libraries/epoxy/default.nix pkgs/development/libraries/gtk+/3.x.nix pkgs/development/python-modules/asgiref/default.nix pkgs/development/python-modules/daphne/default.nix pkgs/os-specific/linux/systemd/default.nix
| * LightDM: Set default user session when possible.Will Fancher2018-03-04
| |
* | Merge commit '618ac29687a650d854c8bea7efd4490387589ce2' into stagingTuomas Tynkkynen2018-03-03
|\|
| * cantarell-fonts: rename from cantarell_fontsJan Tojnar2018-03-03
| |
* | nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
|/
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* Merge pull request #34470 from WilliButz/fix-xautolockFranz Pletz2018-02-22
|\ | | | | nixos/xautolock: fix default defaults/examples, add assertions
| * nixos/xautolock: fix default defaults/examples, add assertionsWilliButz2018-01-31
| | | | | | | | see issue #34371
* | plasma: 5.11.5 -> 5.12.1adisbladis2018-02-14
| |
* | Merge pull request #34526 from ttuegel/bugfix/plasma-integration/font-styleThomas Tuegel2018-02-04
|\ \ | | | | | | plasma-integration: Fix font style name bug with Qt >= 5.8
| * | nixos/plasma5: Fix font style names in kdeglobalsThomas Tuegel2018-02-04
| |/
* | Merge pull request #33897 from rnhmjoj/digitsJörg Thalheim2018-02-02
|\ \ | |/ |/| Avoid package attributes starting with a digit
| * avoid package attributes starting with a digitrnhmjoj2018-01-16
| |
* | Merge #33600: xfce: cleanup, hyphenate attributesVladimír Čunát2018-01-21
|\ \ | |/ |/|
| * nixos/xfce: clean up, use hyphenated attributesYegor Timoshenko2018-01-08
| |
* | Don't set 'config.xorg = {}'Eelco Dolstra2018-01-11
| | | | | | | | | | | | | | | | This makes memoization of Nixpkgs evaluation less effective, since some Nixpkgs invocations may have 'config = {}' while others may have 'config = { xorg = {}; }'. Instead set 'config = {}'.
* | mate: let caja find extensions and gsettings schemasJosé Romildo Malaquias2018-01-09
| |
* | mate-panel: let mate-panel find applets in config system pathJosé Romildo Malaquias2018-01-09
| |
* | mate-control-center: add gsettings schemas path to XDG varsJosé Romildo Malaquias2018-01-09
| | | | | | | | | | | | | | mate-control-center depends on mate-settings-daemon, but the later needs gsettings schemas provided by the former. To fix this the gsettings schema path from mate-control-center is added to XDG_DATA_DIRS at session startup.
* | mate-session-manager: add debug option to mate serviceJosé Romildo Malaquias2018-01-09
|/
* lightdm-gtk-greater: add configuration options for clock format and indicatorsJosé Romildo Malaquias2018-01-06
|
* awesome: Use --search instead of $LUA_PATH/$LUA_CPATHUli Schlachter2018-01-02
| | | | | | | Instead of polluting the environment with environment variables which are inherited by processes spawned from awesome, use the command line argument "--search" to add things to the search path. cc #33169
* xfce: resolve conflict with KDEYegor Timoshenko2017-12-31
| | | This resolves some aspects of #33231, but GDK_PIXBUF_MODULE_FILE doesn't really belong to any DE module.
* libinput: disableWhileTyping = false by defaultYegor Timoshenko2017-12-30
|
* services.xserver.desktopManager.plasma5: add qtvirtualkeyboard to systemPackagesadisbladis2017-12-28
|
* Merge pull request #32927 from peterhoeg/u/kdeappPeter Hoeg2017-12-28
|\ | | | | kde-applications: 17.08.3 -> 17.12.0
| * breeze-qt4: dropgnidorah2017-12-24
| |
* | mate: fix XDG_MENU_PREFIXJosé Romildo Malaquias2017-12-25
| |
* | gnome3: fix XDG_MENU_PREFIXJosé Romildo Malaquias2017-12-25
| |
* | enlightenment: fix XDG_MENU_PREFIXJosé Romildo Malaquias2017-12-25
| |
* | nixos/desktop-managers: do not leak feh to PATHYegor Timoshenko2017-12-21
| | | | | | | | | | | | | | | | | | (originally from f9415cb6219de00903f62a1f0facc4852225118c) feh is used to set background image for desktop managers that do not support it directly, however there is no need to include it in PATH. Fixes #17450.
* | xfce: delay package selection for pulseaudio volume to nixos modules (#23382)Wei Tang2017-12-19
|/ | | Now there are separate `xfce4.xfce4mixer_pulse` and `xfce4.xfcevolumed_pulse` attributes for PulseAudio versions of these packages, instead of relying on Nixpkgs option. Mind that xfce4-volumed and xfce4-volumed-pulse are actually two separate programs without much overlap.
* xfce: SVG icon support in xfce4-panel, fixes #18536Yegor Timoshenko2017-12-18
| | | | Thanks to Yuriy Pitomets, Jonathan Curran, and David Kleuker.
* plymouth: add breeze-plymouth as default themeMichael Peyton Jones2017-12-11
|
* nixos/xserver: Move the keyboard configuration to 00-keyboard.confJan Tojnar2017-11-30
| | | | | | localectl looks for keyboard settings in /X11/xorg.conf.d/00-keyboard.conf Closes: #29959, #14318
* Merge branch 'staging'Vladimír Čunát2017-11-29
|\ | | | | | | | | | | There are security fixes in multiple packages /cc #32117, so I'm merging a little earlier, with a few thousand jobs still not finished on Hydra for x86_64-darwin and aarch64-linux.
| * Merge branch 'master' into stagingVladimír Čunát2017-11-27
| |\
| * \ Merge #29392: gnome3: 3.24 -> 3.26Vladimír Čunát2017-11-27
| |\ \ | | | | | | | | | | | | | | | | It might be slightly confusing that a couple of the changes will be twice in the history, but let's merge this way.