Skip to content

Commit

Permalink
Update rekonq.xml
Browse files Browse the repository at this point in the history
Added some minor fixes and extra cleaning options
  • Loading branch information
theatre-x committed Nov 14, 2014
1 parent bf6ac6b commit be47522
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pending/rekonq.xml
Expand Up @@ -27,17 +27,27 @@
<option id="cache">
<label>Cache</label>
<description>Delete the web cache which reduces time to display revisited pages, contains thumbnails of previously visited sites, favicons, and more.</description>
<action command="delete" search="walk.all" path="~/.kde/cache-*/*" />
<action command="delete" search="glob" path="~/.kde/cache-*/*" />
</option>
<option id="cookies">
<label>Cookies</label>
<description>Delete cookies which contain authentication information and information about a site.</description>
<action command="delete" search="glob" path="~/.kde/share/apps/kcookiejar/cookies"/>
</option>
<option id="favicons">
<label>Favicons</label>
<description>Delete the saved tiny icons for websites that appear in the browser tabs.</description>
<action command="delete" search="glob" path="~/.kde/cache-*/favicons/*"/>
</option>
<option id="temp">
<label>Temp Files</label>
<description>Delete temporary files</description>
<action command="delete" search="walk.all" path="~/.kde/tmp-*/*"/>
<action command="delete" search="glob" path="~/.kde/tmp-*/*"/>

This comment has been minimized.

Copy link
@az0

az0 Nov 15, 2014

Member

Thank you for working on the rekonq cleaner. It's a good one to have.

Is there anything more specific for this line? This is exactly the same as temporary files in kde.xml. Also, this line is the source of a current bug https://bugs.launchpad.net/bleachbit/+bug/1377719

This comment has been minimized.

Copy link
@theatre-x

theatre-x Nov 15, 2014

Collaborator

Hmm, I didn't realize they were the same. I guess this is not necessary then.

</option>
<option id="thumbs">
<label>Thumbnails</label>
<description>Delete small screenshot previews of websites</description>
<action command="delete" search="glob" path="~/.kde/cache-*/thumbs/*" />
</option>
<option id="url_history">
<label>URL history</label>
Expand Down

0 comments on commit be47522

Please sign in to comment.