cdemu-daemon
No description set
- Devel package for openSUSE:Factory
-
1
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout filesystems/cdemu-daemon && cd $_
- Create Badge
Refresh
Refresh
Source Files
Sources could not be expanded: conflict in file cdemu-daemon.spec
Comments 2
I'm receiving
ERROR: Failed to acquire daemon interface version (this most likely means your daemon is out-of-date): g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name net.sf.cdemu.CDEmuDaemon was not provided by any .service files (2)
Which is preventing me from mounting images.
I think removing Remove bundled DBus activation scripts. is causing the issue. https://build.opensuse.org/package/rdiff/filesystems/cdemu-daemon?linkrev=base&rev=61
Tarball now includes
cdemu-daemon.service
andnet.sf.cdemu.CDEmuDaemon.service
. I have fixed issue by manually copying/cdemu-daemon-3.2.5/service-example/cdemu-daemon.service /usr/lib/systemd/user
andcdemu-daemon-3.2.5/service-example/net.sf.cdemu.CDEmuDaemon.service /usr/share/dbus-1/services/
Followed by sudo systemctl reload.