Compare commits

..

7 commits

Author SHA1 Message Date
7b663e5d39 chore: refresh lockfile post-upstream rebase
Leyoda 2026 – GPLv3
2026-07-03 16:28:19 +02:00
91c46ec45f chore: refresh lockfile after libcosmic theme-v2 rebase
Leyoda 2026 – GPLv3
2026-07-03 16:27:15 +02:00
4ee8718bbd Set Noctua as default image and PDF viewer 2026-07-03 16:27:15 +02:00
ba0a1990d6 Refresh Cargo lockfile after upstream rebase 2026-07-03 16:27:15 +02:00
51a75a595a yoda: use local dbus settings bindings 2026-07-03 16:27:15 +02:00
Ian Douglas Scott
b5ef6c0c0d Pass env_vars to cosmic-settings-daemon
This is needed for `cosmic-settings-daemon` to be able to use Wayland.

Required for https://github.com/pop-os/cosmic-settings-daemon/pull/153.
Though passing the env vars here seems reasonable in general, and
without that change is harmless and should have no impact.
2026-07-02 12:45:52 -07:00
Jeremy Soller
308c9d3f8f Recommend cosmic-monitor 2026-06-24 16:36:26 -06:00
3 changed files with 10 additions and 8 deletions

16
Cargo.lock generated
View file

@ -1886,12 +1886,8 @@ dependencies = [
]
[[patch.unused]]
name = "cosmic-freedesktop-icons"
version = "0.4.0"
[[patch.unused]]
name = "softbuffer"
version = "0.4.1"
name = "smithay-clipboard"
version = "0.8.0"
[[patch.unused]]
name = "dpi"
@ -1942,5 +1938,9 @@ name = "winit-x11"
version = "0.31.0-beta.2"
[[patch.unused]]
name = "smithay-clipboard"
version = "0.8.0"
name = "cosmic-freedesktop-icons"
version = "0.4.0"
[[patch.unused]]
name = "softbuffer"
version = "0.4.1"

1
debian/control vendored
View file

@ -42,6 +42,7 @@ Depends:
xwayland,
Recommends:
cosmic-edit,
cosmic-monitor,
cosmic-player,
cosmic-store,
cosmic-term,

View file

@ -229,6 +229,7 @@ async fn start(
.start(
Process::new()
.with_executable("cosmic-settings-daemon")
.with_env(env_vars.iter().cloned())
.with_on_stdout(move |_, _, line| {
let stdout_span = stdout_span.clone();
async move {