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

Reply via email to