| Summary: | Expire files in apps/okular/docdata/ | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Martin Schröder <martin> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | aacid, yu3actxt2tttfimx |
| Priority: | NOR | ||
| Version First Reported In: | 0.21.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martin Schröder
2016-03-07 21:04:17 UTC
This issue can be work-arounded with systemd. For example, create a file ~/.config/user-tmpfiles.d/okular.conf with contents
# Work-around https://bugs.kde.org/show_bug.cgi?id=360225
e %h/.local/share/okular/docdata - - - 60d
and enable/start the relevant service with the command
systemctl --user enable --now systemd-tmpfiles-clean.timer
|