Hi,<br><br>So I've been playing with the shiny new GHNS integration in plasmate :) The downloaddialog hasn't been working for me though, it complains that it cannot find plasmate.knsrc. I install plasmate by doing sudo make install, and thus plasmate.knsrc gets installed to /usr/local/share/config. However when I run plasmate I naturally run it as regular user, and I suspect that DownloadDialog ends up looking for plasmate.knsrc in ~/.kde4/share/config. Indeed if I manually copy plasmate.knsrc to ~/.kde4/share/config, then the downloaddialog works properly.<br>
<br>Relevant line in CMake.List:<br><br>install(FILES plasmate.knsrc DESTINATION ${CONFIG_INSTALL_DIR})<br><br>and in the code:<br><br>KNS3::DownloadDialog *mNewStuffDialog = new KNS3::DownloadDialog("plasmate.knsrc", this);<br>
<br>Is plasmate doing something wrong? Or is this erroneous behavior on the part of KNS3::DownloadDialog?<br><br clear="all">----<br>Jason "moofang" Lim Yuen Hoe<br><a href="http://yuenhoe.co.cc/">http://yuenhoe.co.cc/</a><br>
<br>