LKBEN11552: How to delete recent files on Kubuntu Linux.
Symptom
You want to delete your recently used files and links.
Cause
This might be necessary on some systems.
Solution
You can create a basc script which can be executed to delete your recent file history.
#/bin/bash
rm ~/.local/share/recently-used.xbel
rm ~/.kde/share/apps/RecentDocuments/*
rm ~/.local/share/RecentDocuments/*
Please note that this list is not complete!
Have fun.
Disclaimer:
The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!About the Author
Author:
- Keskon GmbH & Co. KG-
Latest update: 11-04-2022