From 5358d2faf5ac77e64cbcf301923b10ec181bf970 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Fri, 10 May 2024 15:25:41 +0200 Subject: [PATCH] fix: MPRIS not working on GNOME Would show unknown artist/title before. Fixed upstream via zbus upgrade to 4.2.1. Fixes #1449 See also: - dbus2/zbus#765 --- CHANGELOG.md | 1 + Cargo.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8567b61..51f75ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Not all requests respecting proxy settings as configured with environment variables +- MPRIS controls showing unknown artist/title on GNOME ## [1.1.0] - 2024-03-05 diff --git a/Cargo.lock b/Cargo.lock index bae7765..f477674 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1736,7 +1736,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -2405,7 +2405,7 @@ dependencies = [ "toml", "unicode-width", "url", - "zbus 4.2.0", + "zbus 4.2.1", ] [[package]] @@ -3214,9 +3214,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" dependencies = [ "unicode-ident", ] @@ -4915,9 +4915,9 @@ dependencies = [ [[package]] name = "zbus" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aea58d1af0aaa8abf87f3d9ade9b8f46bf13727e5f9fb24bc31ee9d94a9b4ad" +checksum = "e5915716dff34abef1351d2b10305b019c8ef33dcf6c72d31a6e227d5d9d7a21" dependencies = [ "async-broadcast 0.7.0", "async-process 2.2.2", @@ -4941,7 +4941,7 @@ dependencies = [ "uds_windows", "windows-sys 0.52.0", "xdg-home", - "zbus_macros 4.2.0", + "zbus_macros 4.2.1", "zbus_names 3.0.0", "zvariant 4.0.3", ] @@ -4962,9 +4962,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf2b496ec1e2d3c4a7878e351607f7a2bec1e1029b353683dfc28a22999e369" +checksum = "66fceb36d0c1c4a6b98f3ce40f410e64e5a134707ed71892e1b178abc4c695d4" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2",