<div dir="ltr">This fixed it here as well but it seems kinda strange it would not work on a default Centos installation<div><br></div><div>What can this id be so important for and is there no fallback that can be implemented?</div><div><br></div><div>Cheers,</div><div>Erik</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 7, 2017 at 12:09 AM, Jean-Baptiste Mardelle <span dir="ltr"><<a href="mailto:jb@kdenlive.org" target="_blank">jb@kdenlive.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wednesday, February 1, 2017 12:10:21 PM CET, Erik Johansson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Getting crash with the latest AppImage. CentOs 7.3<br>
<br>
./Kdenlive-16.12.1-2-x86_64.Ap<wbr>pImage<br>
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<br>
See the manual page for dbus-uuidgen to correct this issue.<br>
  D-Bus not built with -rdynamic so unable to print a backtrace<br>
/tmp/.mount_7FCwkw/AppRun: line 55: 21281 Aborted                 (core dumped) kdenlive --config kdenlive-appimagerc $@<br>
// Erik<br>
</blockquote>
<br></span>
Hi,<br>
<br>
This is in fact a simple config problem on your system. You need to generate a dbus file called machine-id.<br>
<br>
This can be done with the following command:<br>
<br>
sudo dbus-uuidgen > /var/lib/dbus/machine-id<br>
<br>
If you get a permission error, create the file anywhere else:<br>
<br>
sudo dbus-uuidgen > /tmp/machine-id<br>
<br>
and copy the file:<br>
<br>
sudo cp /tmp/machine-id /var/lib/dbus/<br>
<br>
It solved the problem for me on CentOS.<br>
<br>
Regards<span class="HOEnZb"><font color="#888888"><br>
jb<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="font-size:12.8px;color:rgb(0,0,0)"><font size="2" face="arial, helvetica, sans-serif"><b>Erik Johansson</b><br><i>Pipeline TD</i></font></p><div style="font-size:12.8px;word-wrap:break-word"><span style="border-collapse:separate"><span style="border-collapse:separate"><b><font size="2" face="arial, helvetica, sans-serif">Goodbye Kansas Entertainment </font></b></span></span></div><div style="font-size:12.8px;word-wrap:break-word"><font size="2" face="arial, helvetica, sans-serif"><span style="border-collapse:separate">Owner of </span>Fido, Bläck, Imagination Studios, Infinite Entertainment & Goodbye Kansas Game Invest</font></div><div style="font-size:12.8px;word-wrap:break-word"><font size="2" face="arial, helvetica, sans-serif"><br></font></div><div style="font-size:12.8px;word-wrap:break-word"><span style="border-collapse:separate"><font size="2" face="arial, helvetica, sans-serif"><span style="border-collapse:separate"><b></b></span><span style="border-collapse:separate">Rosenlundsgatan 40, 4th floor</span></font></span></div><div style="font-size:12.8px;word-wrap:break-word"><span style="border-collapse:separate"><font size="2" face="arial, helvetica, sans-serif">118 53 Stockholm, Sweden</font></span></div><div style="font-size:12.8px;word-wrap:break-word"><span style="border-collapse:separate"><font size="2" face="arial, helvetica, sans-serif">Ph: <a href="tel:%2B46%208%20556%20990%2000" value="+46855699000" style="color:rgb(17,85,204)" target="_blank">+46 8 556 990 00</a></font></span></div><div style="font-size:12.8px;word-wrap:break-word"><font size="2" face="arial, helvetica, sans-serif">Orgno: 556974-1993<br></font></div><p style="font-size:12.8px"><font size="2" face="arial, helvetica, sans-serif"><span style="color:rgb(0,0,0);border-collapse:separate"></span></font></p><div style="font-size:12.8px;word-wrap:break-word"><span style="border-collapse:separate"><span style="border-collapse:separate"><a href="http://www.goodbyekansas.se/" style="color:rgb(17,85,204)" target="_blank"><font size="2" face="arial, helvetica, sans-serif">www.goodbyekansas.se</font></a></span></span></div></div></div></div></div></div></div>
</div>