No description
Find a file
Votre Nom c15a879c31 fix(wayland): graceful exit on compositor disconnect
Replace 3 panicking unwrap() in cosmic-app-list/wayland_handler.rs
(event loop dispatch + 2 conn.flush in screencopy) with logged
errors that break/return None instead.

Wrap cosmic-applets/main.rs entry point in panic::catch_unwind to
catch panics propagating from libcosmic/iced/winit (which we cannot
patch locally without forking) when the COSMIC compositor closes
the Wayland connection at logout. This eliminates the cascade of
~12 SIGABRT coredumps observed at session shutdown.

Panic strategy is unwind (default), catch_unwind is sound here.

Leyoda 2026 – GPLv3
2026-07-04 10:55:18 +02:00
.github clippy 2026-05-13 12:41:17 -04:00
.zed chore: add zed editor config 2026-04-28 20:35:07 +02:00
cosmic-app-list fix(wayland): graceful exit on compositor disconnect 2026-07-04 10:55:18 +02:00
cosmic-applet-a11y i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-audio i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-battery fix(battery): show plug icon without battery (#1432) 2026-06-29 16:58:04 -04:00
cosmic-applet-bluetooth fix(bluetooth): do not filter out already found devices 2026-07-02 12:46:20 -06:00
cosmic-applet-input-sources i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-minimize fix(minimize): cache captured data for minimized toplevels 2026-06-22 16:58:50 -06:00
cosmic-applet-network feat(network): use libcosmic spinner for connecting states 2026-06-26 18:30:06 +02:00
cosmic-applet-notifications i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-power i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-status-area fix(status-area): forward SNI scroll events (#1431) 2026-07-02 18:02:40 +02:00
cosmic-applet-tiling i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-time i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applet-workspaces i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
cosmic-applets fix(wayland): graceful exit on compositor disconnect 2026-07-04 10:55:18 +02:00
cosmic-applets-config chore: bump versions to 1.0.15 2026-05-29 17:15:35 +02:00
cosmic-panel-app-button/data i18n: translate desktop entries with xdgen (#1328) 2026-03-02 11:33:29 -07:00
cosmic-panel-button chore: bump versions to 1.0.15 2026-05-29 17:15:35 +02:00
cosmic-panel-launcher-button/data i18n: translate desktop entries with xdgen (#1328) 2026-03-02 11:33:29 -07:00
cosmic-panel-workspaces-button/data i18n: translate desktop entries with xdgen (#1328) 2026-03-02 11:33:29 -07:00
data i18n(bg): update desktop info 2025-11-09 11:27:31 +01:00
debian chore: bump versions to 1.0.15 2026-05-29 17:15:35 +02:00
i18n i18n: translation updates from weblate 2026-06-23 08:02:17 +02:00
.gitignore status-area: Seperate daemon for status notifier daemon 2026-02-02 10:36:16 -08:00
Cargo.lock feat(sound): use cosmic-settings-daemon's varlink API 2026-06-15 21:09:25 +02:00
Cargo.toml feat(sound): use cosmic-settings-daemon's varlink API 2026-06-15 21:09:25 +02:00
flake.lock feat: updated flake.nix and fixed error due to crane api change 2025-05-20 17:01:17 +02:00
flake.nix chore: bump versions to 1.0.0 2025-12-30 08:34:00 +01:00
justfile fix(network): register secret agent at NetworkManager's expected object path 2026-06-25 14:05:36 +02:00
LICENSE license 2022-05-26 11:59:09 -04:00
rust-toolchain.toml chore: update MSRV to Rust 1.93 2026-04-28 20:35:07 +02:00