Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit b8a1690

Browse files
committed
fix: use new dbus interface name
1 parent fd58ef6 commit b8a1690

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .rpm/container-desktop-entries.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SourceLicense: Apache-2.0
2020
License: # FIXME
2121
# LICENSE.dependencies contains a full license breakdown
2222

23-
URL: https://github.com/ryanabx/container-desktop-entries
23+
URL: https://github.com/desktop-integration/container-desktop-entries
2424
Source: container-desktop-entries-%{ver}.tar.xz
2525
Source: container-desktop-entries-%{ver}-vendor.tar.xz
2626

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This project adds linux desktop entries for applications installed inside containers! Support for toolbox is implemented, but podman and docker will need some testing (feel free to submit PRs!)
66

7-
> **NOTE:** Requires: https://github.com/ryanabx/desktop-entry-daemon
7+
> **NOTE:** Requires: https://github.com/desktop-integration/desktop-entry-daemon
88
99
## Build/Install/Uninstall (Server, on host system)
1010

Diff for: src/desktop_entry.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
//! # D-Bus interface proxy for: `net.ryanabx.DesktopEntry`
1+
//! # D-Bus interface proxy for: `org.desktopintegration.DesktopEntry`
22
//!
33
//! This code was generated by `zbus-xmlgen` `4.1.0` from D-Bus introspection data.
4-
//! Source: `net.ryanabx.DesktopEntry.xml`.
4+
//! Source: `org.desktopintegration.DesktopEntry.xml`.
55
//!
66
//! You may prefer to adapt it, instead of using it verbatim.
77
//!
@@ -21,8 +21,8 @@
2121
//! [D-Bus standard interfaces]: https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces,
2222
use zbus::proxy;
2323
#[proxy(
24-
interface = "net.ryanabx.DesktopEntry",
25-
default_path = "/net/ryanabx/DesktopEntry",
24+
interface = "org.desktopintegration.DesktopEntry",
25+
default_path = "/org/desktopintegration/DesktopEntry",
2626
assume_defaults = true
2727
)]
2828
trait DesktopEntry {

0 commit comments

Comments
 (0)