D22144: - Add kio recentlyused:/ to access KactivitytStats data
Méven Car
noreply at phabricator.kde.org
Mon Jul 8 14:57:25 BST 2019
meven added a comment.
In D22144#490974 <https://phabricator.kde.org/D22144#490974>, @ngraham wrote:
> Nice!
>
> What's the right way to apply this patch? Using the instructions in the text plan section, I'm not able to get it to work:
>
> ~/kde/src/kio-extras $ (arcpatch-D22144) kb
> Total of 'trivial' dependency cycles detected & eliminated: 2
>
> Building kio-extras from kf5-base-applications (1/1)
> Source update complete for kio-extras: Skipped
> Compiling... succeeded (after 2 seconds)
> Installing.. succeeded (after 0 seconds)
>
> <<< PACKAGES SUCCESSFULLY BUILT >>>
> kio-extras
>
> Removing 1 out of 22 old log directories...
> :-)
> Your logs are saved in /home/nate/kde/src/log/2019-07-01-01
>
>
> ~/kde/src/kio-extras $ (arcpatch-D22144) kdeinit5
> kdeinit5: Shutting down running client.
> kdeinit5: Got termination request (PID 28252).
> klauncher: Exiting on signal 15
> kdeinit5: preparing to launch '/home/nate/kde/usr/lib64/libexec/kf5/klauncher'
> kdeinit5: Launched KLauncher, pid = 28914, result = 0
> Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
> kdeinit5: opened connection to :0
>
>
> ~/kde/src/kio-extras $ (arcpatch-D22144) kioclient5 ls recentlyused:/?limit=100
> kf5.kio.core: couldn't create slave: "klauncher said: Unknown protocol 'recentlyused'.\n"
> "Unable to create io-slave. klauncher said: Unknown protocol 'recentlyused'.\n"
>
I am not a specialist of those steps and ioslave setup/configuration, so bear with me.
A few ideas come to mind.
$ echo $QT_PLUGIN_PATH
Should return something like
/home/nate/kde/usr/lib/x86_64-linux-gnu/plugins:/plugins
If not re-export this variable
export QT_PLUGIN_PATH=/home/nate/kde/usr/lib/x86_64-linux-gnu/plugins:$QT_PLUGIN_PATH
And try again
kioclient5 ls recentlyused:/?limit=100
In case this was not it :
Please try :
KDE_FORK_SLAVE=1 kioclient5 ls recentlyused:/?limit=100
And
/home/nate/kde/usr/bin/kioclient5 ls recentlyused:/?limit=100
Did you try in dolphin to open recentlyused:/?limit=100 ?
This may work.
REPOSITORY
R320 KIO Extras
REVISION DETAIL
https://phabricator.kde.org/D22144
To: meven, ivan, #frameworks, ngraham
Cc: elvisangelaccio, kde-frameworks-devel, kfm-devel, fprice, LeGast00n, fbampaloukas, alexde, feverfew, meven, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190708/480bbb14/attachment.htm>
More information about the kfm-devel
mailing list