Commit Graph
735378 Commits
Author SHA1 Message Date
Bobby Rong 1c26dec649 nixosTests.pantheon: Unbreak and restore test for closing multitasking view
* Closing multitasking view seems to work now.
* See the Pantheon 8 PR for session-settings packaging changes.
2025-01-11 23:09:11 +08:00
Bobby Rong 3b3a06ce59 nixos/pantheon: Replace sessionCommands with extraInit
I think the issue here will be similar to issue 276028.
2025-01-11 23:09:11 +08:00
Bobby Rong b1ebe0ae82 nixos/pantheon: Get rid of bamf
This is not needed with the latest gala and dock.
2025-01-11 23:09:11 +08:00
Bobby Rong 1ffd79918c pantheon.elementary-session-settings: Use upstream session files
* "Secure Session" is the wayland session.
* Even I prefer the original name, upstream prefers to name session this way so 🤷
2025-01-11 23:09:10 +08:00
Bobby Rong 669951f780 pantheon.elementary-session-settings: Various simplifications
* Remove default-elementary-dockitems.desktop as it is not useful with the new dock.
* See https://github.com/GNOME/gtk/blob/4.16.12/gtk/gtksettings.c for gtk-4.0/settings.ini.
* With systemd managed session the required components are actually managed by systemd.
* After the above changes there is no more need to install the script in libexec.
2025-01-11 23:09:10 +08:00
Bobby Rong 13d9fa4a2b pantheon.elementary-session-settings: Build wayland session
Finally finishes issue 237954.
2025-01-11 23:09:10 +08:00
Bobby Rong f2f2eb9b77 pantheon.elementary-onboarding: 8.0.2 -> 8.0.3
https://github.com/elementary/onboarding/compare/8.0.2...8.0.3
2025-01-11 23:09:10 +08:00
Bobby Rong 541a663eb4 pantheon.pantheon-agent-polkit: 8.0.0 -> 8.0.1
https://github.com/elementary/pantheon-agent-polkit/compare/8.0.0...8.0.1
2025-01-11 23:09:10 +08:00
Bobby Rong 35008ef143 pantheon.xdg-desktop-portal-pantheon: 7.2.0 -> 8.0.0
https://github.com/elementary/portals/compare/7.2.0...8.0.0
2025-01-11 23:09:10 +08:00
Bobby Rong 1d6cf41b08 pantheon.elementary-notifications: 7.0.1 -> 8.0.0
https://github.com/elementary/notifications/compare/7.0.1...8.0.0
2025-01-11 23:09:10 +08:00
Bobby Rong 145822827a pantheon.elementary-shortcut-overlay: 8.0.0 -> 8.0.1
https://github.com/elementary/shortcut-overlay/compare/8.0.0...8.0.1
2025-01-11 23:09:10 +08:00
Bobby Rong afc01a56d2 pantheon.elementary-greeter: 7.0.0 -> 8.0.0
https://github.com/elementary/greeter/compare/7.0.0...8.0.0
2025-01-11 23:09:10 +08:00
Bobby Rong 02d91ad96a pantheon.wingpanel-applications-menu: 2.11.1 -> 8.0.0
https://github.com/elementary/applications-menu/compare/2.11.1...8.0.0
2025-01-11 23:09:10 +08:00
Bobby Rong 21cbea6c71 pantheon.wingpanel: 3.0.5 -> 8.0.1
https://github.com/elementary/wingpanel/compare/3.0.5...8.0.1
2025-01-11 23:09:10 +08:00
Bobby Rong e71b4d747d pantheon.elementary-default-settings: 7.1.0 -> 8.0.2
https://github.com/elementary/default-settings/compare/7.1.0...8.0.2
2025-01-11 23:09:10 +08:00
Bobby Rong 8ba5496d4a pantheon.switchboard-plug-pantheon-shell: 8.0.0 -> 8.1.0
https://github.com/elementary/switchboard-plug-pantheon-shell/compare/8.0.0...8.1.0
2025-01-11 23:09:09 +08:00
Bobby Rong 5540e16f47 pantheon.switchboard-plug-keyboard: 8.0.0 -> 8.0.1
https://github.com/elementary/switchboard-plug-keyboard/compare/8.0.0...8.0.1
2025-01-11 23:09:09 +08:00
Bobby Rong 0c0404ee06 pantheon.elementary-dock: reinit at 8.0.1
This is completely rewritten.
2025-01-11 23:09:09 +08:00
Bobby Rong b306de526e pantheon.gala: 7.1.3 -> 8.1.0
https://github.com/elementary/gala/compare/7.1.3...8.1.0
2025-01-11 23:09:09 +08:00
Bobby Rong 91447e2125 pantheon.gnome-settings-daemon: Default to 46
46 is the version used in elementary OS 8.
2025-01-11 21:57:00 +08:00
Bobby Rong 3439ba2665 pantheon.mutter: Default to 46
46 is the version used in elementary OS 8.
2025-01-11 21:57:00 +08:00
Martin WeineltandGitHub bffc22eb12 iso-image: include release and system info in iso filenames again (#372127) 2025-01-08 14:55:31 +01:00
Gaétan LepageandGitHub bcb86e4cf3 splitcode: add update script; 0.30.0 -> 0.31.2 (#370167) 2025-01-08 14:54:56 +01:00
Gaétan LepageandGitHub d43b3890c9 vanillatd, vanillara: cleanup (#372053) 2025-01-08 19:15:56 +05:30
Arne KellerandGitHub 3a91516f16 faust2: fix cross / strictDeps build (#370582) 2025-01-08 14:43:44 +01:00
Robert SchützandGitHub ad78a0fbe1 python313Packages.connexion: 3.1.0 -> 3.2.0 (#372115) 2025-01-08 05:39:53 -08:00
phaer 0b162c3dbc iso-image: fix output filename
While switching from isoImage.baseName to the unified image.baseName,
I accidentaly dropped label and system information from the iso filename.

This fixes it by including isoImage.edition in the default baseName for
all our isos. Resulting in filenames such as
`nixos-minimal-25.05beta708350.1d95cb5-x86_64-linux.iso` again instead
of just nixos-minimal.iso.
2025-01-08 14:35:07 +01:00
Silvan MosbergerandGitHub e0f3026966 pkgs.formats: add documentation entry for CDN (#372128) 2025-01-08 14:27:54 +01:00
Doron BeharandGitHub 5c7b02f30a monkeysAudio: 10.86 -> 10.87 (#372112) 2025-01-08 15:25:53 +02:00
zimward 653c1f69c3 splitcode: add update script; 0.30.0 -> 0.31.2 2025-01-08 22:23:09 +09:00
Gaétan LepageandGitHub 728e7f4861 jabref: fix build (#372119) 2025-01-08 14:21:53 +01:00
Gaétan LepageandGitHub c5bcb95f04 llm-ollama: init at 0.8.1 (#344746) 2025-01-08 14:16:41 +01:00
Ryan LahfaandGitHub 5bad68478e lean4: 4.11.0 -> 4.12.0 (#354670) 2025-01-08 14:12:54 +01:00
uku ccfeb0ac5b pkgs.formats: add documentation entry for CDN 2025-01-08 14:02:24 +01:00
Dionysis Grigoropoulos a739cd98f9 python3Packages.llm-ollama: Init at 0.8.1 2025-01-08 15:00:01 +02:00
jopejoe1andGitHub d94395b828 diodon: init at 1.13.0 (#369078) 2025-01-08 12:48:39 +00:00
Johannes KirschbauerandGitHub 8d18b516a2 docs: init lib.stringsWithDeps.textClosureList (#369776) 2025-01-08 13:43:09 +01:00
jopejoe1andGitHub ee4593fd40 pyfa: add desktop-item (#371912) 2025-01-08 12:42:12 +00:00
linsui e849b83590 jabref: fix build 2025-01-08 20:39:35 +08:00
Robert Schütz 4fdc071afb python313Packages.connexion: 3.1.0 -> 3.2.0
Diff: https://github.com/spec-first/connexion/compare/refs/tags/3.1.0...3.2.0

Changelog: https://github.com/spec-first/connexion/releases/tag/3.2.0
2025-01-08 04:23:32 -08:00
1a131ecc66 plemoljp-hs: 2.0.0 -> 2.0.2 (#372106)
Co-authored-by: kachick <kachick@users.noreply.github.com>
2025-01-08 12:15:27 +00:00
daf95dbc64 plemoljp-nf: 2.0.0 -> 2.0.2 (#372108)
Co-authored-by: kachick <kachick@users.noreply.github.com>
2025-01-08 12:15:13 +00:00
37d9d5f1bc plemoljp: 2.0.0 -> 2.0.2 (#372107)
Co-authored-by: kachick <kachick@users.noreply.github.com>
2025-01-08 12:14:49 +00:00
Christina SørensenandGitHub 3f38223f75 rqbit: expose the webui as passthru (#371246) 2025-01-08 13:13:01 +01:00
R. Ryantm 24888242e2 monkeysAudio: 10.86 -> 10.87 2025-01-08 11:57:58 +00:00
Pierre RouxandVincent Laporte ac8941d77f coqPackages.hierarchy-builder: 1.7.1 -> 1.8.0 2025-01-08 12:55:42 +01:00
Pierre RouxandVincent Laporte 8210f907cb coqPackages.mathcomp-analysis: 1.7.0 -> 1.8.0 2025-01-08 12:55:42 +01:00
Pierre RouxandVincent Laporte a5a738b092 coqPackages.mathcomp: 2.2.0 -> 2.3.0 2025-01-08 12:55:42 +01:00
R. Ryantm 42e7bd8b21 plemoljp-nf: 2.0.0 -> 2.0.2 2025-01-08 11:43:33 +00:00
R. Ryantm a18ed3da8a plemoljp: 2.0.0 -> 2.0.2 2025-01-08 11:40:31 +00:00