summary refs log tree commit diff
path: root/pkgs/desktops
Commit message (Collapse)AuthorAge
* Merge pull request #39125 from mpickering/darwin-sagaMichael Raskin2018-10-14
|\ | | | | SAGA, SAGA LTS release, dependencies and QGIS SAGA plugin
| * Small fixesMatthew Pickering2018-08-12
| |
* | Merge pull request #48262 from romildo/upd.deepin.dde-apixeji2018-10-12
|\ \ | | | | | | deepin.dde-api: init at 3.1.30
| * | dde-api: init at 3.1.30José Romildo Malaquias2018-10-12
| | |
| * | go-gir-generator: fix instalation directory for sourceJosé Romildo Malaquias2018-10-12
| | |
* | | gnome3.gnome-contacts: fix compile failure due to clutter-gtk change (#48135)Andrew Childs2018-10-10
|/ /
* | gnome3: remove versionBranch attributeJan Tojnar2018-10-05
| | | | | | | | | | Standard library now contains stdenv.lib.versions.majorMinor, which does the same.
* | gnome3: remove version attributeJan Tojnar2018-10-05
| | | | | | | | | | It was used by some themes in the past, but it broke them whenever GNOME was updated, so it should not be used anymore.
* | Merge pull request #42846 from ambrop72/optimus-prime-config-masterMatthew Bauer2018-10-03
|\ \ | | | | | | nixos/xserver: Implement configuration of NVIDIA Optimus via PRIME
| * | nixos/xserver: Implement configuration of NVIDIA Optimus via PRIMEAmbroz Bizjak2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds configuration options which automate the configuration of NVIDIA Optimus using PRIME. This allows using the NVIDIA proprietary driver on Optimus laptops, in order to render using the NVIDIA GPU while outputting to displays connected only to the integrated Intel GPU. It also adds an option for enabling kernel modesetting for the NVIDIA driver (via a kernel command line flag); this is particularly useful together with Optimus/PRIME because it fixes tearing on PRIME-connected screens. The user still needs to enable the Optimus/PRIME feature and specify the bus IDs of the Intel and NVIDIA GPUs, but this is still much easier for users and more reliable. The implementation handles both the X configuration file as well as getting display managers to run certain necessary `xrandr` commands just after X has started. Configuration of commands run after X startup is done using a new configuration option `services.xserver.displayManager.setupCommands`. Support for this option is implemented for LightDM, GDM and SDDM; all of these have been tested with this feature including logging into a Plasma session. Note: support of `setupCommands` for GDM is implemented by making GDM run the session executable via a wrapper; the wrapper will run the `setupCommands` before execing. This seemed like the simplest and most reliable approach, and solves running these commands both for GDM's X server and user X servers (GDM starts separate X servers for itself and user sessions). An alternative approach would be with autostart files but that seems harder to set up and less reliable. Note that some simple features for X configuration file generation (in `xserver.nix`) are added which are used in the implementation: - `services.xserver.extraConfig`: Allows adding arbitrary new sections. This is used to add the Device section for the Intel GPU. - `deviceSection` and `screenSection` within `services.xserver.drivers`. This allows the nvidia configuration module to add additional contents into the `Device` and `Screen` sections of the "nvidia" driver, and not into such sections for other drivers that may be enabled.
* | | gnome3.gnome-session: update glib referenceTor Hedin Brønner2018-10-03
| | | | | | | | | | | | gsettings now reside in glib's `bin` output.
* | | deepin.dtkcore: 2.0.9 -> 2.0.9.4 (#47072)R. RyanTM2018-09-28
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dtkcore/versions
* | | deepin.deepin-menu: 3.3.10 -> 3.4.0 (#47084)R. RyanTM2018-09-28
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/deepin-menu/versions
* | | deepin.dtkwidget: 2.0.9.3 -> 2.0.9.4 (#47086)R. RyanTM2018-09-28
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dtkwidget/versions
* | | gnustep.system_preferences: 1.1.0 -> 1.2.0 (#45832)R. RyanTM2018-09-27
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from system_preferences
* | | Merge pull request #45941 from NixOS/staging-nextFrederik Rietdijk2018-09-23
|\ \ \ | | | | | | | | Staging next
| * \ \ Merge master into staging-nextFrederik Rietdijk2018-09-18
| |\ \ \
| * \ \ \ Merge branch 'master' into staging-nextUli Baum2018-09-13
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2018-09-04
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1477053
| * \ \ \ \ \ Merge master into stagingFrederik Rietdijk2018-09-02
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2018-09-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | A few trivial conflicts due to *Platforms mass replace.
| * | | | | | | | treewide: use glib tools from build-time $PATHVladimír Čunát2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using explicit output feels more flaky in case we e.g. move the binary. (No strong opinion on my side, feel free to revert if you think so.)
| * | | | | | | | gnome-documents, tlaplus: fix glib referencesVladimír Čunát2018-08-30
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into stagingVladimír Čunát2018-08-30
| |\ \ \ \ \ \ \ \
* | | | | | | | | | ephoto: add dependency on mesa_noglu.dev (#47136)José Romildo Malaquias2018-09-21
| | | | | | | | | |
* | | | | | | | | | rage: add dependency on mesa_noglu.dev (#47132)José Romildo Malaquias2018-09-21
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | efl: 1.21.0 -> 1.21.1José Romildo Malaquias2018-09-17
| | | | | | | | |
* | | | | | | | | Merge pull request #46636 from jtojnar/flatpak-1.0.2Jan Tojnar2018-09-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | flatpak: 0.99.3 → 1.0.2
| * | | | | | | | | pipewire: 0.1.9 -> 0.2.3Tor Hedin Brønner2018-09-14
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | I also removed pipewire from mutter temporarily, since it is not compatible.
* | | | | | | | | gnome2.gtkglextmm: dropJan Tojnar2018-09-14
| | | | | | | | |
* | | | | | | | | gnome2.gconfmm: dropJan Tojnar2018-09-14
|/ / / / / / / /
* | | | | | | | deepin-image-viewer: init at 1.2.23José Romildo Malaquias2018-09-11
| | | | | | | |
* | | | | | | | mate.mate-session-manager: 1.20.1 -> 1.21.0 (#46239)R. RyanTM2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from mate-session-manager
* | | | | | | | lxqt: mv contents of base, core and optional to parent directory (#46484)José Romildo Malaquias2018-09-10
| | | | | | | |
* | | | | | | | dde-calendar: init at 1.2.5 (#46460)José Romildo Malaquias2018-09-10
| | | | | | | |
* | | | | | | | dtkwm: init at 2.0.9 (#46461)José Romildo Malaquias2018-09-10
| | | | | | | |
* | | | | | | | dbus-factory: init at 3.1.17José Romildo Malaquias2018-09-08
| | | | | | | |
* | | | | | | | go-dbus-factory: init at 0.0.7.1José Romildo Malaquias2018-09-08
| | | | | | | |
* | | | | | | | go-dbus-generator: init at 0.6.6José Romildo Malaquias2018-09-08
| | | | | | | |
* | | | | | | | go-lib: init at 1.2.16.1José Romildo Malaquias2018-09-08
| | | | | | | |
* | | | | | | | go-gir-generator: init at 1.0.4José Romildo Malaquias2018-09-08
| | | | | | | |
* | | | | | | | deepin-sound-theme: init at 15.10.3José Romildo Malaquias2018-09-08
| | | | | | | |
* | | | | | | | Merge pull request #46335 from bkchr/plasma_5_13_5Thomas Tuegel2018-09-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | plasma5: 5.13.4 -> 5.13.5
| * | | | | | | | plasma5: 5.13.4 -> 5.13.5Bastian Köcher2018-09-07
| | | | | | | | |
* | | | | | | | | Merge pull request #45045 from jtojnar/rygelJan Tojnar2018-09-08
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Rygel
| * | | | | | | | gnome3.rygel: init at 0.36.2Jan Tojnar2018-09-08
| | | | | | | | |
* | | | | | | | | deepin-mutter: init at 3.20.34José Romildo Malaquias2018-09-07
|/ / / / / / / /
* | | | | | | | gnome3.tracker: 2.1.3 -> 2.1.4 (#46086)Tor Hedin Brønner2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Fix build with format-security flag
* | | | | | | | deepin-terminal: add dependency on deepin-shortcut-viewer; enable parallel ↵José Romildo Malaquias2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | building
* | | | | | | | deepin-shortcut-viewer: init at 1.3.5José Romildo Malaquias2018-09-04
| |_|_|_|/ / / |/| | | | | |