about summary refs log tree commit diff
path: root/pkgs/desktops
AgeCommit message (Collapse)AuthorFilesLines
2022-10-08Merge pull request #194687 from bobby285271/cinnamonBobby Rong1-0/+4
cinnamon.cinnamon-common: Fix locking from menu
2022-10-07xfce.xfce4-time-out-plugin: init at 1.1.2 (#193477)Baron Leonardo2-0/+22
Co-authored-by: José Romildo Malaquias <malaquias@gmail.com>
2022-10-07pantheon.elementary-icon-theme: 7.0.0 -> 7.1.0Bobby Rong1-2/+2
2022-10-06cinnamon.cinnamon-common: Fix locking from menuBobby Rong1-0/+4
Closes #194612
2022-10-05Merge pull request #192686 from bobby285271/elementary-iconbrowserBobby Rong2-0/+77
pantheon.elementary-iconbrowser: init at 2.0.0
2022-10-04pantheon.elementary-iconbrowser: init at 2.0.0Bobby Rong2-0/+77
2022-10-03Merge pull request #191369 from romildo/new.httpUpdaterJosé Romildo Malaquias1-2/+4
directoryListingUpdater: init; enlightenment.enlightenment: add update script
2022-10-04Merge pull request #192969 from jtojnar/extra-gsettings-strictJan Tojnar4-23/+82
GNOME/Cinnamon/Pantheon: Clean up GSettings overrides and make strict
2022-10-02gnome2.libgnomeui: use xlibsWrapper instead of xorg.xlibsWrapperSergei Trofimovich1-2/+2
2022-10-01enlightenment.enlightenment: add update scriptJosé Romildo1-2/+4
2022-09-30gnomeExtensions: auto-updateRyan Horiguchi1-37/+40
2022-09-30Merge pull request #193248 from romildo/upd.generic-updaterJosé Romildo Malaquias94-176/+177
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-29Merge #191339: staging-next 2022-09-15Vladimír Čunát13-6/+69
2022-09-29Revert "gnome.gnome-boxes: add qemu to path"Jan Tojnar1-2/+1
Boxes insert the absolute path of `qemu-system-x86_64` program as found on `PATH` into the `<emulator>` element of the libvirt config. But if we add qemu to `PATH` using a wrapper, the saved path will point directly to a store path, which will break when the store path is garbage collected. Let’s drop it again so that qemu can be picked up from the environment using a more stable path such as `/run/libvirt/nix-emulators/qemu-system-x86_64` introduced by the `virtualisation.libvirtd.enable = true;` NixOS option. This reverts commit ba1ecbea398cd28341c422f3a15e09a54fecfbd9, essentially re-applying 120337053f4d28b34dab9a07efa1cd2d85c6e869. Fixes: https://github.com/NixOS/nixpkgs/issues/57931
2022-09-28Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-1/+7
2022-09-27xfce: remove archiveUpdater and use httpTwoLevelsUpdater for some packagesJosé Romildo14-43/+65
2022-09-27mate.mate-icon-theme-faenza: use gitUpdaterJosé Romildo1-4/+4
2022-09-27mate: simplify update scriptJosé Romildo39-41/+40
- No need to pass the version and attrPath arguments
2022-09-27lxqt: use gitUpdater instead of lxqtUpdateScriptJosé Romildo33-69/+64
2022-09-27treewide: no need to pass pname, version and attrPath to update scripts ↵José Romildo7-19/+4
based on generic-updater
2022-09-28Merge pull request #193119 from jtojnar/updatescript-residueJan Tojnar1-1/+7
Backport updateScript fixes from GNOME branch
2022-09-28Merge master into staging-nextgithub-actions[bot]1-32/+11
2022-09-27Merge pull request #193192 from romildo/upd.xfce4-cpugraph-pluginSandro1-32/+11
2022-09-27Merge master into staging-nextgithub-actions[bot]7-173/+258
2022-09-27Merge pull request #192908 from matthiasbeyer/add-kzonesThomas Tuegel2-0/+41
plasma5Packages.kzones: init at 0.3
2022-09-27xfce.xfce4-cpugraph-plugin: use mkXfceDerivationJosé Romildo1-32/+11
2022-09-27Merge pull request #192929: gnomeExtensions: Add GNOME 43piegames5-173/+217
2022-09-27Merge master into staging-nextgithub-actions[bot]1-0/+7
2022-09-27gnomeExtensions: Update for GNOME 43piegames5-173/+217
2022-09-27pantheon.gala: Fix multitasking view allocation assertionsBobby Rong1-0/+7
2022-09-27gnome.updateScript: Support freezing up to an explicit versionJan Tojnar1-1/+7
libgweather released version 4 after releasing version 40, we need to ignore the latter.
2022-09-26plasma5Packages.kzones: init at 0.3Matthias Beyer2-0/+41
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-26pantheon.elementary-gsettings-schemas: Bring closer to GNOMEJan Tojnar1-14/+15
- Prefer local builds to avoid costly copying. - Quote arguments. - Avoid `with` statements. - Use `concatMapStringsSep`. - Format with `nixpkgs-fmt` to fix indentation.
2022-09-26cinnamon.cinnamon-gsettings-overrides: Make compilation strictJan Tojnar1-1/+1
Otherwise people will just miss errors in their overrides and be confused why they do not work.
2022-09-26cinnamon.cinnamon-gsettings-overrides: Bring closer to GNOMEJan Tojnar1-9/+10
- Prefer local builds to avoid costly copying. - Quote arguments. - Avoid `with` statements. - Use `concatMapStringsSep`.
2022-09-26gnome.nixos-gsettings-override: Make compilation strictJan Tojnar1-1/+1
Otherwise people will just miss errors in their overrides and be confused why they do not work.
2022-09-26gnome.nixos-gsettings-override: extract from NixOS moduleJan Tojnar2-0/+57
This will clean up the module slightly and bring it more in line with Pantheon & Cinnamon. While at it do some other refactoring inspired by those modules: - Correct a typo in light background attribute name. - Rename the attribute name. - Quote arguments. - Extract the overridden package list and override text into variables. - Avoid having separate copy commands for overrides from packages. - Avoid `with` statements. - Use `concatMapStringsSep`.
2022-09-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+2
2022-09-23Merge pull request #192180 from samueldr/fix/plasma-mobile-qtfeedbackSamuel Dionne-Riel1-2/+2
plasma-mobile: Add QtFeedback
2022-09-21Merge master into staging-nextgithub-actions[bot]1-34/+22
2022-09-21Merge pull request #191189 from romildo/upd.xfce4-windowck-pluginSandro1-34/+22
2022-09-21Merge master into staging-nextgithub-actions[bot]1-28/+2
2022-09-21Merge pull request #191811 from bobby285271/cjsBobby Rong1-28/+2
cinnamon.cjs: various clean up
2022-09-20plasma-mobile: Add QtFeedbackSamuel Dionne-Riel1-2/+2
This fixes an issue where *on devices*, Plasma Mobile would show error messages instead of the expected applets (taskbar, desktop, etc).
2022-09-21Merge master into staging-nextgithub-actions[bot]4-0/+51
2022-09-20Merge pull request #185579 from alois31/kwin-lower-cap_sys_niceThomas Tuegel2-0/+41
kwin: don't leak CAP_SYS_NICE
2022-09-20Merge pull request #183381 from alois31/oxygen-soundsThomas Tuegel2-0/+10
oxygen-sounds: init at 5.25.3
2022-09-20Merge master into staging-nextgithub-actions[bot]1-5/+2
2022-09-20Merge pull request #185775 from NickCao/plasma-workspaceThomas Tuegel1-5/+2
plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE
2022-09-20Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-2/+32