<div dir="auto">Reproducing the mail earlier as i forgot to mention my ubuntu version<div dir="auto"><br></div><div dir="auto">The ubuntu version i am using is 18.10</div><div dir="auto"><br><span style="font-family:sans-serif;font-size:12.8px">I found prefix.sh file which will set the variables like qt_plugin_path etc but berfore that I installed rocs using these commands</span><div style="color:purple;font-family:sans-serif;font-size:12.8px" dir="auto"><div dir="auto"><br></div><div dir="auto">cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -<br>DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins ..<br><br>from /build inside the source. Then<br><br>make -j3<br>su -c make install<br></div><div dir="auto"><br></div></div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Now i am not able to uninstall rocs.</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Sudo make uninstall didn't work either from build directory. </div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Do i need to remove it manually from system.</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Thanks :)</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 17, 2019, 2:24 PM Hitesh Sagtani <<a href="mailto:sagtanih@gmail.com">sagtanih@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div dir="auto">I found prefix.sh file which will set the variables like qt_plugin_path etc but berfore that I installed rocs using these commands<div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">DKDE_INSTALL_PLUGINDIR=/usr/li</span><span style="font-family:sans-serif;font-size:12.8px">b64/qt5/plugins ..</span><br style="font-family:sans-serif;font-size:12.8px"><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">from /build inside the source. Then</span><br style="font-family:sans-serif;font-size:12.8px"><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">make -j3</span><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">su -c make install</span><br></div><div dir="auto"><br></div><div dir="auto">Now i am not able to uninstall rocs.</div><div dir="auto">Sudo make uninstall didn't work either from build directory. </div><div dir="auto">Do i need to remove it manually from system.</div><div dir="auto">Thanks :)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 16, 2019, 3:47 PM Adriaan de Groot <<a href="mailto:groot@kde.org" rel="noreferrer noreferrer" target="_blank">groot@kde.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sunday, 15 December 2019 18:29:27 CET Hitesh Sagtani wrote:<br>
> I cloned master branch of rocs from <a href="http://invent.kde.org" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">invent.kde.org</a> but i am not able to<br>
> generate graph from from tools option. Should i clone some other branch.<br>
> Thanks :)<br>
<br>
master works, but it can generate random nodes off-canvas. I did some work in <br>
f8319560ea8ab860d7b6f89f9e1cb8245a51bf60 to move generated graphs onto the <br>
canvas .. you might have rocs installed as part of your distribution, in which <br>
case you're probably picking up older plugins.<br>
<br>
You'll need to <br>
 - `make install`, or<br>
 - mess around with QT_PLUGIN_PATH<br>
to make rocs load the newly-built plugins. In principle you *can* run rocs <br>
from the build directory, but it needs help to find all the bits then.<br>
<br>
[ade]<br>
<br>
<br>
</blockquote></div></div>
</blockquote></div>