moonshot-ui 1.0.6 does not work headless in Centos6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moonshot ID Selector |
Fix Committed
|
Medium
|
Jennifer Richards |
Bug Description
It seems that packages for version 1.0.5 where built with IPC_DBUS_GLIB, which uses a simplified code for launching the ephemeral DBUS session, whereas packages for version 1.0.6 are built with IPC_DBUS_GLIB disabled. While this works ok for Centos 7 and Debian, in Centos 6.9 the attempt to connect to the current DBUS session (which does not exist) does not result into DBUS_GERROR_
A simple patch that works is including this second error into the known errors that can trigger the execution of dbus_launch_
EDITED: removed pasted patch and attach it properly.
Changed in moonshot-ui: | |
status: | In Progress → Fix Committed |
Attaching properly formatted patch