This repository was archived by the owner on Feb 16, 2025. It is now read-only.
File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- //! # D-Bus interface proxy for: `org.desktopintegration .DesktopEntry`
1
+ //! # D-Bus interface proxy for: `io.ryanabx .DesktopEntry`
2
2
//!
3
3
//! This code was generated by `zbus-xmlgen` `4.1.0` from D-Bus introspection data.
4
- //! Source: `Interface '/org/desktopintegration /DesktopEntry' from service 'org.desktopintegration .DesktopEntry' on system bus`.
4
+ //! Source: `Interface '/io/ryanabx /DesktopEntry' from service 'io.ryanabx .DesktopEntry' on system bus`.
5
5
//!
6
6
//! You may prefer to adapt it, instead of using it verbatim.
7
7
//!
21
21
//! [D-Bus standard interfaces]: https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces,
22
22
use zbus:: proxy;
23
23
#[ proxy(
24
- interface = "org.desktopintegration .DesktopEntry" ,
25
- default_service = "org.desktopintegration .DesktopEntry" ,
26
- default_path = "/org/desktopintegration /DesktopEntry"
24
+ interface = "io.ryanabx .DesktopEntry" ,
25
+ default_service = "io.ryanabx .DesktopEntry" ,
26
+ default_path = "/io/ryanabx /DesktopEntry"
27
27
) ]
28
28
trait DesktopEntry {
29
29
/// NewPersistentEntry method
Original file line number Diff line number Diff line change 1
1
[Unit]
2
- Description =Container desktop entries server service
2
+ Description =Provides desktop entries for container apps
3
3
WantedBy =desktop-entry-daemon.service
4
4
Requires =desktop-entry-daemon.service
5
5
After =desktop-entry-daemon.service
@@ -9,4 +9,6 @@ Type=simple
9
9
Environment ="RUST_LOG=debug"
10
10
ExecStart =container-desktop-entries
11
11
RuntimeDirectory =container-desktop-entries
12
- Slice =session.slice
12
+
13
+ [Install]
14
+ WantedBy =desktop-entry-daemon.service
You can’t perform that action at this time.
0 commit comments