Pratham Patel and Alyssa Ross
e3f752e29d
nixos/cosmic-greeter: initialize COSMIC session properly with autologin
...
Until now, the `cosmic-session` binary was directly invoked when
autologin was enabled. When a user logs in normally, the COSMIC greeter
performs some initialisation. That is done by the greeter running the
`start-cosmic` script shipping with the `cosmic-session` package.
This `start-cosmic` script is responsible for exporting the environment
variables for the user's graphical session and then it starts a session
of COSMIC.
So, when autologin is enabled, instead of executing the `cosmic-session`
binary, we will run the `start-cosmic` script to match user session
initialisation as closely as possible with a "normal" session.
However, there still are some missing pieces to the puzzle. Most notable
one of them is that the desktop portal keeps crashing with a
"ParserError" in context to the locale. I have not dived into this
puzzle piece yet.
```
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.351100Z INFO launch_pad: starting process ' WAYLAND_DISPLAY=wayland-1 XDG_SESSION_TYPE=wayland WAYLAND_SOCKET=79 PORTAL_WAYLAND_SOCKET=57 /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic '
May 30 09:32:26 aatman cosmic-session[1221]: starting process ' WAYLAND_DISPLAY=wayland-1 XDG_SESSION_TYPE=wayland WAYLAND_SOCKET=79 PORTAL_WAYLAND_SOCKET=57 /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic '
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.419931Z WARN xdg-desktop-portal-cosmic: cosmic_session: [2025-05-30T04:02:26Z ERROR i18n_embed::requester] Unable to parse your locale: ParserError(InvalidLanguage)
May 30 09:32:26 aatman cosmic-session[1221]: [2025-05-30T04:02:26Z ERROR cosmic_settings_subscriptions::upower::kbdbacklight] Error listening to KbdBacklight: org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/org/freedesktop/UPower/KbdBacklight”
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.795301Z WARN cosmic-osd: cosmic_session: [2025-05-30T04:02:26Z ERROR cosmic_settings_subscriptions::upower::kbdbacklight] Error listening to KbdBacklight: org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/org/freedesktop/UPower/KbdBacklight”
May 30 09:32:26 aatman cosmic-session[1221]: Failed to watch theme org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.GeoClue2 was not provided by any .service files
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.807276Z WARN cosmic-settings-daemon: cosmic_session: Failed to watch theme org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.GeoClue2 was not provided by any .service files
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.818729Z WARN xdg-desktop-portal-cosmic: cosmic_session:
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.818739Z WARN xdg-desktop-portal-cosmic: cosmic_session: thread 'main' panicked at src/wayland/mod.rs:243:78:
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.818748Z WARN xdg-desktop-portal-cosmic: cosmic_session: called `Result::unwrap()` on an `Err` value: NotPresent
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.818792Z WARN xdg-desktop-portal-cosmic: cosmic_session: stack backtrace:
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.830400Z WARN xdg-desktop-portal-cosmic: cosmic_session: 0: 0x56531e8a3e40 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h9edbd6e38a8b0805
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.830424Z WARN xdg-desktop-portal-cosmic: cosmic_session: 1: 0x56531dd73043 - core::fmt::write::h7b1248e5e0c79c78
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.830499Z WARN xdg-desktop-portal-cosmic: cosmic_session: 2: 0x56531e86c0f3 - std::io::Write::write_fmt::h5e301665499081bf
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.831166Z WARN xdg-desktop-portal-cosmic: cosmic_session: 3: 0x56531e8a3ce3 - std::sys::backtrace::BacktraceLock::print::h4a386d2ef944f43e
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.831187Z WARN xdg-desktop-portal-cosmic: cosmic_session: 4: 0x56531e89ea7a - std::panicking::default_hook::{{closure}}::h61b7aa0fc15f236b
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.831825Z WARN xdg-desktop-portal-cosmic: cosmic_session: 5: 0x56531e89e986 - std::panicking::default_hook::h2d21379b0b23a14f
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.832324Z WARN xdg-desktop-portal-cosmic: cosmic_session: 6: 0x56531e89ef8f - std::panicking::rust_panic_with_hook::h100726ba9570b85a
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.832346Z WARN xdg-desktop-portal-cosmic: cosmic_session: 7: 0x56531e8a442a - std::panicking::begin_panic_handler::{{closure}}::h141712493bfacf0c
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.832762Z WARN xdg-desktop-portal-cosmic: cosmic_session: 8: 0x56531e8a4049 - std::sys::backtrace::__rust_end_short_backtrace::h891003731531c924
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.833229Z WARN xdg-desktop-portal-cosmic: cosmic_session: 9: 0x56531e89eb1d - rust_begin_unwind
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.834168Z WARN xdg-desktop-portal-cosmic: cosmic_session: 10: 0x56531dc22850 - core::panicking::panic_fmt::h1df68d570cb2382b
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.834420Z WARN xdg-desktop-portal-cosmic: cosmic_session: 11: 0x56531dc22f86 - core::result::unwrap_failed::h846e3c141fa2fc46
May 30 09:32:26 aatman cosmic-session[1221]: 12: 0x56531ef28d26 - xdg_desktop_portal_cosmic::wayland::WaylandHelper::new::h48f2051b910dbe32
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.835752Z WARN xdg-desktop-portal-cosmic: cosmic_session: 12: 0x56531ef28d26 - xdg_desktop_portal_cosmic::wayland::WaylandHelper::new::h48f2051b910dbe32
May 30 09:32:26 aatman cosmic-session[1221]: 13: 0x56531f156919 - <xdg_desktop_portal_cosmic::app::CosmicPortal as cosmic::app::Application>::init::had2439c596d5d3ad
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.836584Z WARN xdg-desktop-portal-cosmic: cosmic_session: 13: 0x56531f156919 - <xdg_desktop_portal_cosmic::app::CosmicPortal as cosmic::app::Application>::init::had2439c596d5d3ad
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.836608Z WARN xdg-desktop-portal-cosmic: cosmic_session: 14: 0x56531f0efc8a - cosmic::app::cosmic::Cosmic<T>::init::h237ea438ab62a4a6
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.837122Z WARN xdg-desktop-portal-cosmic: cosmic_session: 15: 0x56531f2343fc - <cosmic::executor::single::Executor as iced_futures::executor::Executor>::enter::hb58da647315361c8
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.837736Z WARN xdg-desktop-portal-cosmic: cosmic_session: 16: 0x56531f27721b - iced_winit::program::run::hf8da91cb177f3cdc
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.837766Z WARN xdg-desktop-portal-cosmic: cosmic_session: 17: 0x56531ef9367c - iced::program::Program::run_with::h07cb6de026d46c3f
May 30 09:32:26 aatman cosmic-session[1221]: 19: 0x56531f1568af - xdg_desktop_portal_cosmic::app::run::h7170177d90ae0389
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.838448Z WARN xdg-desktop-portal-cosmic: cosmic_session: 18: 0x56531ef6742e - cosmic::app::run::hd504699db0c811e4
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.838459Z WARN xdg-desktop-portal-cosmic: cosmic_session: 19: 0x56531f1568af - xdg_desktop_portal_cosmic::app::run::h7170177d90ae0389
May 30 09:32:26 aatman cosmic-session[1221]: 20: 0x56531efd2d97 - xdg_desktop_portal_cosmic::main::{{closure}}::hc5e7222eb3d3d40e
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.839054Z WARN xdg-desktop-portal-cosmic: cosmic_session: 20: 0x56531efd2d97 - xdg_desktop_portal_cosmic::main::{{closure}}::hc5e7222eb3d3d40e
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.839445Z WARN xdg-desktop-portal-cosmic: cosmic_session: 21: 0x56531f2f35c8 - tokio::runtime::scheduler::current_thread::Context::enter::hd6c32d98c7a2c763
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.839471Z WARN xdg-desktop-portal-cosmic: cosmic_session: 22: 0x56531eee89f5 - tokio::runtime::context::scoped::Scoped<T>::set::hbeefc0e3683e97df
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.840043Z WARN xdg-desktop-portal-cosmic: cosmic_session: 23: 0x56531f2f20d1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h62fe74dc45c2b83b
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.840971Z WARN xdg-desktop-portal-cosmic: cosmic_session: 24: 0x56531f224371 - tokio::runtime::runtime::Runtime::block_on::hfa5a1859076bed6c
May 30 09:32:26 aatman cosmic-session[1221]: 25: 0x56531efd2a49 - xdg_desktop_portal_cosmic::main::h37b3a492c461a668
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.841689Z WARN xdg-desktop-portal-cosmic: cosmic_session: 25: 0x56531efd2a49 - xdg_desktop_portal_cosmic::main::h37b3a492c461a668
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.841783Z WARN xdg-desktop-portal-cosmic: cosmic_session: 26: 0x56531f15e686 - std::sys::backtrace::__rust_begin_short_backtrace::h4a22c4aac199bf89
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.841946Z WARN xdg-desktop-portal-cosmic: cosmic_session: 27: 0x56531f20de35 - std::rt::lang_start::{{closure}}::hd13242c87ee797d9
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.842593Z WARN xdg-desktop-portal-cosmic: cosmic_session: 28: 0x56531e87a336 - std::rt::lang_start_internal::he3cad277a2bdfe30
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.843329Z WARN xdg-desktop-portal-cosmic: cosmic_session: 29: 0x56531efd2ecc - main
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.844213Z WARN xdg-desktop-portal-cosmic: cosmic_session: 30: 0x7ff514e2a47e - __libc_start_call_main
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.844326Z WARN xdg-desktop-portal-cosmic: cosmic_session: 31: 0x7ff514e2a539 - __libc_start_main_impl
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.844695Z WARN xdg-desktop-portal-cosmic: cosmic_session: 32: 0x56531dc9b795 - _start
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.844761Z WARN xdg-desktop-portal-cosmic: cosmic_session: 33: 0x0 - <unknown>
May 30 09:32:26 aatman cosmic-session[1221]: process ' WAYLAND_DISPLAY=wayland-1 XDG_SESSION_TYPE=wayland WAYLAND_SOCKET=79 PORTAL_WAYLAND_SOCKET=57 /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic ' failed with code 101
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.855339Z ERROR launch_pad: process ' WAYLAND_DISPLAY=wayland-1 XDG_SESSION_TYPE=wayland WAYLAND_SOCKET=79 PORTAL_WAYLAND_SOCKET=57 /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic ' failed with code 101
May 30 09:32:26 aatman cosmic-session[1221]: /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic exited with error 101
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.855496Z ERROR cosmic_session: /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic exited with error 101
May 30 09:32:26 aatman cosmic-session[1221]: sleeping for 3ms before restarting process /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic (restart 0)
May 30 09:32:26 aatman cosmic-session[1221]: 2025-05-30T04:02:26.855749Z INFO launch_pad: sleeping for 3ms before restarting process /nix/store/0d2a9m7n8bji1q8vrmabj380mwzlvd35-xdg-desktop-portal-cosmic-1.0.0-alpha.7/libexec/xdg-desktop-portal-cosmic (restart 0
```
2025-05-30 16:40:38 +02:00
Tristan Ross and Alyssa Ross
c579bdd6d5
llvmPackages_git: 21.0.0-unstable-2025-05-18 -> 21.0.0-unstable-2025-05-25
2025-05-30 16:34:38 +02:00
Wolfgang Walther and GitHub
79c154a085
release-attrpaths-superset.nix: remove attr set exclusion ( #411525 )
2025-05-30 14:33:00 +00:00
Daniel Sampliner and Alyssa Ross
d75fdf8075
skawarePackages.utmps: 0.1.2.2 -> 0.1.3.1
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
69ad4fa223
skawarePackages.tipidee: 0.0.5.0 -> 0.0.6.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
875d3b3bae
skawarePackages.skalibs: 2.14.3.0 -> 2.14.4.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
2044b7cac5
skawarePackages.s6-rc: 0.5.4.3 -> 0.5.6.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
ebd0feef69
skawarePackages.s6-rc-man-pages: 0.5.4.3.1 -> 0.5.5.0.1
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
d538941d7c
skawarePackages.s6-portable-utils-man-pages: 2.3.0.2.2 -> 2.3.0.4.1
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
4f3d248eff
skawarePackages.s6-portable-utils: 2.3.0.3 -> 2.3.1.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
b73d544c36
skawarePackages.s6-networking: 2.7.0.3 -> 2.7.1.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
51445f8cd9
skawarePackages.s6-networking-man-pages: 2.7.0.3.1 -> 2.7.0.4.1
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
054395aaf1
skawarePackages.s6-man-pages: 2.13.0.0.1 -> 2.13.1.0.1
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
63ac634f95
skawarePackages.s6-linux-utils: 2.6.2.0 -> 2.6.3.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
e5f94a6f21
skawarePackages.s6-linux-init: 1.1.2.0 -> 1.1.3.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
dfa095039e
skawarePackages.s6-dns: 2.3.7.2 -> 2.4.1.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
7a9fede57f
skawarePackages.s6: 2.13.0.0 -> 2.13.2.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
0fcd0ccc84
skawarePackages.execline: 2.9.6.1 -> 2.9.7.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
77c99a0080
skawarePackages.nsss: 0.2.0.4 -> 0.2.1.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
8e146b6271
skawarePackages.mdevd: 0.1.6.4 -> 0.1.7.0
2025-05-30 16:24:56 +02:00
Daniel Sampliner and Alyssa Ross
8a9b7acd73
skawarePackages: add passthru.updateScript
2025-05-30 16:24:56 +02:00
TomaSajt and Alyssa Ross
dcb247a583
treewide: fetchCargoVendor: inherit pname+version, part 2
2025-05-30 16:20:27 +02:00
rewine and GitHub
a6a92b487a
lucenepp: unpin boost ( #412062 )
2025-05-30 22:00:15 +08:00
Yohann Boniface and GitHub
7c7b56462a
scom: init at 1.0 ( #412311 )
2025-05-30 15:36:19 +02:00
savalet
a953086c64
scom: init at 1.0
...
Fix format
Use finalAttrs instead of rec
Remove postInstall phase
2025-05-30 15:35:01 +02:00
Pratham Patel and Alyssa Ross
22db1bb83f
nixos/cosmic-greeter: enable the GeoClue 2 service without the demo agent
2025-05-30 15:34:55 +02:00
Pol Dellaiera and GitHub
967b676041
fider: 0.26.0 -> 0.27.0 ( #412323 )
2025-05-30 13:30:13 +00:00
Peder Bergebakken Sundt and Alyssa Ross
5b38d1d2a6
treewide: fetchCargoVendor: inherit pname+version
2025-05-30 15:27:33 +02:00
728fa078d4
frankenphp: 1.6.0 -> 1.6.2 ( #412263 )
...
Co-authored-by: shyim <github@shyim.de >
2025-05-30 13:21:21 +00:00
Yohann Boniface and GitHub
0c18cd14c4
qdiskinfo: 0.3-unstable-2025-05-22 -> 0.4 ( #412168 )
2025-05-30 14:39:20 +02:00
Cosima Neidahl and GitHub
3e994cfa5f
edopro: Switch to projectignis for card image downloads ( #411814 )
2025-05-30 14:32:35 +02:00
nikstur and GitHub
59649e0e80
rsop: 0.6.4 -> 0.7.0 ( #412317 )
2025-05-30 14:21:13 +02:00
K900 and GitHub
556b53330c
lxqt.libfm-qt: remove unused pcre dependency ( #412118 )
2025-05-30 15:12:11 +03:00
K900 and GitHub
05a31a3eda
kicad: remove unused pcre dependency ( #411136 )
2025-05-30 15:11:45 +03:00
K900 and GitHub
c529ad0ce3
neko: 2.3.0 -> 2.4.1, modernize ( #411071 )
2025-05-30 15:11:26 +03:00
K900 and GitHub
e168e0d467
allegro5: remove unused pcre and libopus dependencies ( #412100 )
2025-05-30 15:11:10 +03:00
K900 and GitHub
7ccdbfe1a4
openbabel: remove dependency on pcre, move swig to nativeBuildInputs ( #412134 )
2025-05-30 15:10:50 +03:00
Nick Cao and GitHub
1c7b92be21
ghcWithPackages: more robust searching for dylib to link on macOS ( #411741 )
2025-05-30 08:04:05 -04:00
R. Ryantm
5da2eef5b9
fider: 0.26.0 -> 0.27.0
2025-05-30 11:58:48 +00:00
Gaétan Lepage and GitHub
81da63bafe
python312Packages.ale-py: 0.11.0 -> 0.11.1 ( #412185 )
2025-05-30 13:57:01 +02:00
Thiago Kenji Okada and GitHub
42de26c06d
libretro.vice-x128: 0-unstable-2025-05-16 -> 0-unstable-2025-05-24 ( #412291 )
2025-05-30 12:35:28 +01:00
Thiago Kenji Okada and GitHub
3c6a3dd72e
libretro.ppsspp: 0-unstable-2025-05-19 -> 0-unstable-2025-05-29 ( #412284 )
2025-05-30 12:35:11 +01:00
Yt and GitHub
5bfb61f9ba
erigon: 3.0.3 -> 3.0.4 ( #412275 )
2025-05-30 07:31:35 -04:00
R. Ryantm
732622993b
rsop: 0.6.4 -> 0.7.0
2025-05-30 11:29:11 +00:00
Toma and GitHub
c4d264fc82
electron{-source,-bin,-chromedriver}: updates ( #410869 )
2025-05-30 13:19:10 +02:00
Wolfgang Walther and GitHub
6b0d494178
ci/check-cherry-picks: add staging-next as pickable branches ( #412306 )
2025-05-30 11:15:42 +00:00
Vladimír Čunát
071562bed8
trimmomatic: fix build by switching to JDK 21 ( #410808 )
2025-05-30 13:12:44 +02:00
Pol Dellaiera and GitHub
7940c17e07
oxidized: fix symlink ( #407382 )
2025-05-30 11:11:35 +00:00
Wolfgang Walther
802f353d05
ci/check-cherry-picks: add staging-next as pickable branch
...
Even though there is only a small window where a commit is not on
staging, but already on staging-next, it is technically valid to
backport commits from staging-next, too.
2025-05-30 13:04:31 +02:00
8ca7ec685b
qq: 3.2.17-2025.5.19 -> 3.2.17-2025.5.21 ( #412228 )
...
Co-authored-by: Bot-wxt1221 <3264117476@qq.com >
2025-05-30 10:46:38 +00:00