On Wednesday, February 1, 2017 12:10:21 PM CET, Erik Johansson wrote:
Getting crash with the latest AppImage. CentOs 7.3

./Kdenlive-16.12.1-2-x86_64.AppImage
process 21281: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
  D-Bus not built with -rdynamic so unable to print a backtrace
/tmp/.mount_7FCwkw/AppRun: line 55: 21281 Aborted (core dumped) kdenlive --config kdenlive-appimagerc $@
// Erik

Hi,

This is in fact a simple config problem on your system. You need to generate a dbus file called machine-id.

This can be done with the following command:

sudo dbus-uuidgen > /var/lib/dbus/machine-id

If you get a permission error, create the file anywhere else:

sudo dbus-uuidgen > /tmp/machine-id

and copy the file:

sudo cp /tmp/machine-id /var/lib/dbus/

It solved the problem for me on CentOS.

Regards
jb


Reply via email to