installing mumble-server requires dbus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mumble (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: mumble-server
The installation of mumble-server dies if the dbus package is not installed.
This could be fixed by
a) Requiring dbus for the installation of mumble-server, or
b) Changing the script not to depend on dbus features.
The proper fix, according to the main developer of Mumble, slicer, would be b) and having dbus as a recommendation of mumble-server, because the server does not depend on dbus and provides stripped down functionality without it.
--- cat /etc/lsb-release ---
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
--- /cat /etc/lsb-release ---
--- apt-cache policy mumble-server ---
mumble-server:
Installed: 1.1.3-0ubuntu1
Candidate: 1.1.3-0ubuntu1
Version table:
*** 1.1.3-0ubuntu1 0
500 http://
100 /var/lib/
--- /apt-cache policy mumble-server ---
Related branches
Changed in mumble: | |
assignee: | nobody → slicer |
Changed in mumble: | |
status: | New → Confirmed |
Just a note: Right now the only proper fix would be a), because /etc/init. d/mumble- server requires dbus to be started. If b) was used, that script would need a change, too.