<div dir="ltr"><div>Umbrello devs. Thank you for this amazing software. I am using it on my degree final project to describe all my software in the project.</div><div><br></div><div>I know it's not the best place to put it, but I build umbrello from the source, and I have some issues with the dependencies that I could solve. <br></div><div><br></div><div>I am using opensuse 15.1 and these are some of the dependencies that I had to install to make it work</div><div><br></div><div>$ sudo zypper in kio-devel libQt5PrintSupport-devel libqt5-qttools-devel libqt5-qtsvg-devel libQt5WebKitWidgets-devel kdoctools-devel kiconthemes-devel kdelibs4support-devel ktexteditor-devel<br></div><div><br></div><div>In the part of <br><h4>Qt5/KF5 builds in a KF5 environment</h4>
<pre>... to be finished<br><br></pre></div><div>The binary is at $HOME/umbrello/bin/umbrello5</div><div>So, if someone want to add a desktop entry:</div><div>1. Open a terminal on your desktop</div><div>2. Create a file named umbrello.desktop</div><div>3. Edit, paste and save<br></div><div><pre class="gmail-code">[Desktop Entry]<br>Categories=Application;Development;<br>Comment[es_ES]=Umbrello - UML Modeller<br>Comment=Umbrello - UML Modeller<br>Exec=$HOME/umbrello/bin/umbrello5<br>GenericName[es_ES]=Umbrello<br>GenericName=Umbrello<br>Icon=/home/<USER HOME>/umbrello/share/icons/hicolor/scalable/apps/umbrello.svgz<br>Name=Umbrello<br>StartupNotify=true<br>Terminal=false<br>X-KDE-SubstituteUID=false<br></pre></div><div>Maybe it is useful for someone else. Thanks again<br></div><div><br></div><div>Regards.</div><div>    Francisco<br></div></div>