about summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/cinnamon-session/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-02-09cinnamon.cinnamon-session: 6.0.3 -> 6.0.4Bobby Rong1-2/+2
https://github.com/linuxmint/cinnamon-session/compare/6.0.3...6.0.4
2024-01-31cinnamon.cinnamon-session: 6.0.2 -> 6.0.3R. Ryantm1-2/+2
2024-01-25cinnamon.cinnamon-session: 6.0.1 -> 6.0.2Bobby Rong1-2/+2
https://github.com/linuxmint/cinnamon-session/compare/6.0.1...6.0.2
2023-12-24cinnamon.cinnamon-session: add patch for using login shell w/ waylandMaciej Krüger1-0/+1
This adds the patch from https://github.com/linuxmint/cinnamon-session/pull/161 to fix an issue with services.xserver.cinnamon.sessionPath not being correctly applied when using gdm + wayland and possibly other combinations
2023-12-02cinnamon.cinnamon-session: 5.8.1 -> 6.0.1Bobby Rong1-6/+15
https://github.com/linuxmint/cinnamon-session/compare/5.8.1...6.0.1 New cinnamon-session-quit dialog. https://github.com/linuxmint/cinnamon-session/commit/264a4d0a675e9106f93bb2f1964e0e6425b437c2
2023-06-14cinnamon.cinnamon-session: 5.6.0 -> 5.8.1Bobby Rong1-2/+2
https://github.com/linuxmint/cinnamon-session/compare/5.6.0...5.8.1
2022-11-29cinnamon.cinnamon-session: 5.4.0 -> 5.6.0Bobby Rong1-2/+2
https://github.com/linuxmint/cinnamon-session/compare/5.4.0...5.6.0
2022-08-03treewide: rename cinnamon.xapps to cinnamon.xappBobby Rong1-2/+2
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.
2022-07-30cinnamon.cinnamon-session: 5.2.0 -> 5.4.0Bobby Rong1-11/+2
gconf code has been removed, docs are disabled.
2021-11-29cinnamon.*: apply nixpkgs-fmtMaciej Krüger1-1/+2
2021-11-27cinnamon.cinnamon-session: 4.8.0 -> 5.2.0Maciej Krüger1-4/+2
2021-05-22cinnamon.cinnamon-session: use cinnamon-translationsMaciej Krüger1-2/+9
2021-04-19cinnamon.*: sha256 = sha256-.. => hash = sha256-..Maciej Krüger1-1/+1
2021-04-19cinnamon.cinnamon-session: 4.6.2 -> 4.8.0Maciej Krüger1-2/+2
2021-01-16pkgs/desktops: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-18Revert "cinnamon.cinnamon-session: 4.6.2 -> 4.8.0"Maciej Krüger1-2/+2
This reverts commit 54eed8ab5e4aea37c85e2b604a913ed35e0f064c.
2020-12-01cinnamon.cinnamon-session: 4.6.2 -> 4.8.0R. RyanTM1-2/+2
2020-10-22cinnamon.cinnamon-session: 4.6.1 -> 4.6.2R. RyanTM1-2/+2
2020-09-08cinnamon.*: now maintained by cinnamon teamMaciej Krüger1-1/+1
2020-09-08cinnamon.cinnamon-session: 4.4.1 -> 4.6.1Maciej Krüger1-3/+3
2020-05-04cinnamon.cinnamon-session: 4.4.0 -> 4.4.1R. RyanTM1-2/+2
2020-03-31cinnamon.cinnamon-session: init at 4.4.0Maciej Krüger1-0/+105