D20096: [WIP/help wanted] Fill UDSEntry::UDS_CREATION_TIME under linux when glibc >= 2.28
Stefan BrĂ¼ns
noreply at phabricator.kde.org
Sat Mar 30 15:07:04 GMT 2019
bruns added a comment.
In D20096#440434 <https://phabricator.kde.org/D20096#440434>, @meven wrote:
> In particular, is there a way to test changes in ioslaves locally (within plasma/kde) ?
> I would love to have some direction, is there a flag for this, a trick ?
You mean inside a regular session? You need three parts:
1. Telling the application to avoid klaucher for spawining the slave: `KDE_FORK_SLAVES=1`
2. Tell the application where the slave library is located: `QT_PLUGIN_PATH=...` There **must** be a subdirectory 'kf5/kio/` containing the slave plugin `file.so` below the plugin path
3. Make sure the KF5 version specified in the toplevel CMakeLists.txt matches your running version, otherwise the plugin will be rejected. Typically it does not hurt to patch your local CMakeLists.txt to match, if the version difference is small.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D20096
To: meven, #frameworks, dfaure, fvogt, bruns, broulik
Cc: ngraham, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190330/f2543513/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list