<p dir="ltr">Hi Michal </p>
<p dir="ltr">Use "which qmake" to test which qmake version it is using. Although I think if it is using wrong qmake, there would have been different problems but not sure. The master branch is ported to 1Qt5, so you should try that it uses qmake of Qt5 version.<br>
Kill running kdeconnectd process and then run it from terminal with --no-fork option. This may show any errors occurred during startup. You can find the location of kdeconnectd binary from your make-install output.</p>
<p dir="ltr">Vineet</p>
<div class="gmail_quote">On Aug 6, 2015 4:45 PM, "Michal BULIK" <<a href="mailto:mbulik@altair.com">mbulik@altair.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Vineet,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Michal<br>
<br>
The place where you see "Process ..." is the place where your device name is displayed which is usually your computer name. The button with pencil icon lets you edit the device name.<br>
<br>
<br>
    Hi Vineet,<br>
<br>
    Of course. Just to be 100% sure I've done a clean install<br>
    this morning with the following steps :<br>
<br>
    git clone git://<a href="http://anongit.kde.org/kdeconnect-kde" rel="noreferrer" target="_blank">anongit.kde.org/kdeconnect-kde</a> <<a href="http://anongit.kde.org/kdeconnect-kde" rel="noreferrer" target="_blank">http://anongit.kde.org/kdeconnect-kde</a>><br>
<br>
    cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ./ > cmake-out.txt 2>&1<br>
<br>
    make > make-out.txt 2>&1<br>
<br>
<br>
<br>
As you can see from make output class DBusInterfaces is not generated and linked, since KDE Connect depends a lot on dbus, application is not working. I am currently unable to reproduce this issue but I will get back to you soon.<br>
Do you have qdbuscpp2xml and qdbusxml2cpp binaries installed ?<br>
</blockquote>
<br>
<br>
Yes, in fact I have both qt4 and qt5 versions installed :<br>
<br>
root@fraef-lap62l:/home/michal# locate qdbuscpp2xml<br>
/usr/bin/qdbuscpp2xml<br>
/usr/lib/x86_64-linux-gnu/qt4/bin/qdbuscpp2xml<br>
/usr/lib/x86_64-linux-gnu/qt5/bin/qdbuscpp2xml<br>
root@fraef-lap62l:/home/michal# locate qdbusxml2cpp<br>
/usr/bin/qdbusxml2cpp<br>
/usr/lib/x86_64-linux-gnu/qt4/bin/qdbusxml2cpp<br>
/usr/lib/x86_64-linux-gnu/qt5/bin/qdbusxml2cpp<br>
<br>
Maybe I should remove the libqt4-dev-bin package ?<br>
<br>
Otherwise if you give me the commands to generate what is missing maybe<br>
I'll get some more explicit error messages.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
    sudo make install > make-install-out.txt 2>&1<br>
<br>
    I attach two screen captures of the Control Center when I open<br>
    "Kde Donnect" and then I click on the pen button.<br>
<br>
    Please let me know how can I generate a stack trace. To which<br>
    process should I attach gdb ?<br>
<br>
<br>
The process name is kdeconnectd<br>
</blockquote>
In fact it dies so quickly that I have no time to attach gdb to it.<br>
I can see it thanks to that loop :<br>
<br>
while [ 1 ] ; do  ps -elf | fgrep kdeco | fgrep -v grep; done<br>
<br>
Every time I click on "refresh" I can see a few lines and then<br>
it disappears.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
I mistakenly used reply instead of reply to all in previous mails, this has taken the discussion off from mailing list. Can you take it back to there so that other people can help you too.<br>
</blockquote>
Sure, adding again the kdeconnect list.<br>
<br>
Thanks, Michal<br>
<br>
</blockquote></div>