about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
AgeCommit message (Collapse)AuthorFilesLines
2023-10-27plasma-workspace: 5.27.9 -> 5.27.9.1Peter Hoeg1-4/+4
2023-10-25plasma5: 5.27.8 -> 5.27.9K9002-237/+237
2023-10-14Merge pull request #255206 from jansol/plasma-systemsettings-kirigamiaddonsThomas Tuegel1-0/+2
2023-09-30plasma-workspace: backport patch for cleaner shutdownsK9001-0/+6
2023-09-15plasma5/systemsettings: add kirigami-addonsJan Solanti1-0/+2
Some plugins fail to load if this is not in the QML import path and simply having it as a dependency on the individual plugins does not add it to the import path.
2023-09-12plasma: 5.27.7 -> 5.27.8K9004-255/+237
2023-08-27plasma-desktop: remove Discover from default panelNadim Kobeissi2-0/+14
This commit removes shortcuts to KDE Discover from the default menus of the default Plasma Desktop installation in NixOS. Right now, in for example the official NixOS 23.05 Plasma Desktop ISO (as well as other installation vectors), a broken KDE Discover link is included in the default toolbar and other places, leading to a worse user experience, since NixOS intentionally does not ship the Plasma Desktop with KDE Discover. Confirmed working through building an ISO.
2023-08-14Merge pull request #243088 from Alper-Celik/kde-accessibility-fixK9001-8/+12
plasma-desktop: add missing gsettings schemas on kaccess
2023-08-14plasma-desktop: add missing gsettings schemas on kaccessAlper Çelik1-8/+12
this commit lets kaccess to read screen reader settings[1] using gsettings by adding required gsettings schemas dirs to the $XDG_DATA_DIRS this commit also refactors previus gsettings schemas fix of kcm_access for allowing reuse of wrapped gsettings between kaccess and kcm_access
2023-08-10plasma-workspace: backport fix recommended by upstreamK9001-0/+8
See https://mail.kde.org/pipermail/distributions/2023-August/001396.html
2023-08-07kzones: 0.5 -> 0.6, use finalAttrsK9001-10/+14
2023-08-01plasma-sdk: unbreak build, againK9001-0/+11
2023-08-01plasma: 5.27.6 -> 5.27.7K9002-237/+237
2023-07-27libsForQt5.kzones: 0.4 -> 0.5K9001-2/+2
Diff: https://github.com/gerritdevriese/kzones/compare/v0.4...v0.5
2023-07-08kwin: remove unused inputK9001-1/+0
2023-06-21plasma-sdk: 5.27.6 -> 5.27.6.1, drop workaroundK9002-9/+4
2023-06-20plasma-workspace: refresh patchK9001-32/+22
2023-06-20plasma-sdk: fix buildK9001-1/+6
2023-06-20flatpak-kcm: add dependencyK9001-0/+2
2023-06-20plasma: 5.27.5 -> 5.27.6K9002-237/+237
2023-06-04libsForQt5: Add description and home page for kde integrationsLoveIsGrief3-0/+15
For those who don't know what the projects are, this helps clear that up without any additional searches Closes #152293
2023-05-27xwayland: set meta.mainProgramAlyssa Ross1-1/+1
2023-05-22kde-cli-tools: 5.27.5 -> 5.27.5.1Peter Hoeg1-4/+4
2023-05-09plasma: 5.27.4 -> 5.27.5K9002-237/+237
2023-04-14Merge pull request #219498 from Alper-Celik/masterK9002-3/+29
plasma-desktop: fix opening orca screen reader settings from kde systemsettings and kcmshell5 in kcm_access kcm
2023-04-13plasma5Packages.kwin: 5.27.4 -> 5.27.4.1K9001-4/+4
Fixes #225958
2023-04-12plasma-vault: add gocryptfs support (#205519)Mathieu Fenniak2-2/+16
2023-04-10plasma-5: run deadnix on all filesSandro Jäckel26-44/+1
2023-04-06plasma-desktop: fix opening orca screen reader settings from kde ↵Alper Çelik2-3/+29
systemsettings and kcmshell5 in kcm_access kcm Update pkgs/desktops/plasma-5/plasma-desktop/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-04plasma: 5.27.3 -> 5.27.4(.1)Ulrik Strid2-245/+237
2023-03-28Merge pull request #223032 from chenlijun99/fix/xdg-desktop-portal-kdeK9001-0/+2
xdg-desktop-portal-kde: fix missing runtime dependency
2023-03-26discover: build with user feedback supportAlois Wohlschlager1-0/+2
2023-03-26plasma-workspace: build with user feedback supportAlois Wohlschlager1-0/+2
2023-03-25xdg-desktop-portal-kde: fix missing runtime dependencyLijun Chen1-0/+2
`plasma-workspace` is required when `xdg-desktop-portal-kde` needs to open an application picker to let the user pick the application to use to open a certain file (when no existing default is available). If `plasma-workspace` is not available the `xdg-desktop-portal-kde` service logs an error and nothing else happens (the application picker is not opened). See https://github.com/NixOS/nixpkgs/issues/160923#issuecomment-1474989176
2023-03-18kpipewire: propagate libepoxyK9001-1/+1
2023-03-18treewide: clear out remaining qt5 conditionalsK9001-3/+0
2023-03-14Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-241/+241
Conflicts: - pkgs/development/python-modules/rflink/default.nix
2023-03-14plasma: 5.27.2 -> 5.27.3K9002-241/+241
2023-03-06kwin: drop gcc12stdenv on aarch64 hackK9002-7/+2
2023-02-28plasma: 5.27.1 -> 5.27.2K9002-241/+241
2023-02-23Merge pull request #217206 from Artturin/stdenvimprovements1Bernardo Meurer2-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22plasma: 5.27.0 -> 5.27.1K9002-241/+241
2023-02-21plasma-sdk: Fix plasmoidviewerSamuel Dionne-Riel1-0/+2
``` file://.../org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:16:1: module "org.kde.kitemmodels" is not installed ```
2023-02-14kwin: force gcc12Stdenv on aarch64K9001-1/+6
2023-02-14plasma5: allow overriding stdenv in wrapperK9001-4/+5
Will be needed for the next commits
2023-02-14kwin: stop reverting c++20 thingsK9002-155/+1
2023-02-14kinfocenter: symlink correct executableK9001-1/+1
In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
2023-02-14plasma-remotecontrollers: add new dependencyK9001-0/+2