<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>It seems to work, thank you very much!<br>
Raphaël<br>
</p>
<br>
<div class="moz-cite-prefix">Le 11/03/2017 à 15:32, Amish Naidu a
écrit :<br>
</div>
<blockquote
cite="mid:CAOuEm6_ijPOQExo44NACGnK8rMRJdKy-kTdFYJdiwc7N6LCnXw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><span style="font-family:monospace">Hi,</span></div>
<span style="font-family:monospace">
<div><span style="font-family:monospace">I was able to install
it succesfully with some additional cmake flags</span></div>
<div><span style="font-family:monospace"><br>
</span></div>
$ cmake ../kdeconnect-kde \</span>
<div><span style="font-family:monospace">
-DCMAKE_INSTALL_PREFIX=/usr \</span></div>
<div><span style="font-family:monospace">
-DCMAKE_BUILD_TYPE=Release \</span></div>
<div><span style="font-family:monospace"> -DLIB_INSTALL_DIR=lib
\</span></div>
<div><span style="font-family:monospace">
-DLIBEXEC_INSTALL_DIR=lib<br>
</span>
<div><span style="font-family:monospace"><br>
</span></div>
<div><span style="font-family:monospace">Try these flags.</span></div>
<div><span style="font-family:monospace"><br>
</span></div>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr">On Sat, Mar 11, 2017 at 6:44 PM Raphaël Jakse
<<a moz-do-not-send="true"
href="mailto:raphael%2Bkdeconnect@jakse.fr">raphael+kdeconnect@jakse.fr</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for
your answer.<br class="gmail_msg">
<br class="gmail_msg">
It seems I get the same error if I install with<br
class="gmail_msg">
KDE_INSTALL_USE_QT_SYS_PATHS=OFF.<br class="gmail_msg">
<br class="gmail_msg">
Error loading the QML file:<br class="gmail_msg">
<a class="moz-txt-link-freetext" href="file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:24:1">file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:24:1</a>:<br
class="gmail_msg">
module "org.kde.kdeconnect" is not installed.<br
class="gmail_msg">
<br class="gmail_msg">
Raphaël<br class="gmail_msg">
<br class="gmail_msg">
Le 05/03/2017 à 14:39, Albert Vaca a écrit :<br
class="gmail_msg">
> You probably installed it in the wrong place.<br
class="gmail_msg">
><br class="gmail_msg">
> First go to the build directory and do "sudo make
uninstall".<br class="gmail_msg">
><br class="gmail_msg">
> Then run "ccmake .." to open the cmake curses interface.
There change<br class="gmail_msg">
> CMAKE_INSTALL_PREFIX to "/usr" and
KDE_INSTALL_USE_QT_SYS_PATHS to<br class="gmail_msg">
> "OFF" and run make and make install again.<br
class="gmail_msg">
><br class="gmail_msg">
> Note that you are installing it as root, and overriding
the files your<br class="gmail_msg">
> distro already have installed. It is thus a good idea, to
remove the<br class="gmail_msg">
> distro kdeconnect package if you had it installed before
installing it<br class="gmail_msg">
> this way, and always do "make uninstall" before going
back to the<br class="gmail_msg">
> distro packages. Otherwise you will end up with a mix of
both<br class="gmail_msg">
> versions that will most likely not work.<br
class="gmail_msg">
<br class="gmail_msg">
</blockquote>
</div>
</blockquote>
<br>
</body>
</html>