Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
73aff844
Commit
73aff844
authored
9 years ago
by
Santiago Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
bleachbit: add icecat profiles
parent
6b8de68f
No related branches found
No related tags found
1 merge request
!82
bleachbit: use abrowser instead of firefox
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/bleachbit/icecat.xml
+123
-0
123 additions, 0 deletions
helpers/DATA/bleachbit/icecat.xml
helpers/make-bleachbit
+6
-1
6 additions, 1 deletion
helpers/make-bleachbit
with
129 additions
and
1 deletion
helpers/DATA/bleachbit/icecat.xml
0 → 100644
+
123
−
0
View file @
73aff844
<?xml version="1.0" encoding="UTF-8"?>
<!--
BleachBit
Copyright (C) 2013-2014 Andrew Ziem
http://bleachbit.sourceforge.net
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<cleaner
id=
"icecat_xml"
>
<label>
Icecat (XML)
</label>
<description>
Web browser
</description>
<running
type=
"exe"
>
icecat.exe
</running>
<running
type=
"exe"
>
icecat-bin
</running>
<option
id=
"cache"
>
<label>
Cache
</label>
<description>
Delete the web cache, which reduces time to display revisited pages
</description>
<action
command=
"delete"
search=
"walk.files"
path=
"~/.mozilla/icecat*/*/Cache/"
/>
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\Cache\"
/>
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\OfflineCache\"
/>
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\mozilla-media-cache\"
/>
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\startupCache\"
/>
<!-- Windows 8 -->
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\jumpListCache\"
/>
<!-- Also matches thumbnails-old -->
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\thumbnails*\"
/>
<!-- https://bugzilla.mozilla.org/show_bug.cgi?id=239254 -->
<action
command=
"delete"
search=
"walk.files"
path=
"~/.cache/mozilla/icecat*/*/"
/>
<!-- Favicon cache (stored when you drag & drop a page into a folder. Windows-only(?).) -->
<action
command=
"delete"
search=
"walk.files"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\shortcutCache\"
/>
</option>
<option
id=
"cookies"
>
<label>
Cookies
</label>
<description>
Delete cookies, which contain information such as web site preferences, authentication, and tracking identification
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/cookies.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/cookies.txt"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\cookies.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\cookies.txt"
/>
</option>
<option
id=
"crash_reports"
>
<label>
Crash reports
</label>
<description>
Delete the files
</description>
<action
command=
"delete"
search=
"walk.files"
path=
"~/.mozilla/icecat*/Crash Reports/"
/>
<action
command=
"delete"
search=
"walk.files"
path=
"$APPDATA\Mozilla\Icecat\Crash Reports\"
/>
</option>
<option
id=
"dom"
>
<label>
DOM Storage
</label>
<description>
Delete HTML5 cookies
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/webappsstore.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\webappsstore.sqlite"
/>
</option>
<option
id=
"download_history"
>
<label>
Download history
</label>
<description>
List of files downloaded
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/downloads.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/downloads.rdf"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\downloads.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\downloads.rdf"
/>
</option>
<option
id=
"forms"
>
<label>
Form history
</label>
<description>
A history of forms entered in web sites and in the Search bar
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/formhistory.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/formhistory.dat"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\formhistory.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\formhistory.dat"
/>
</option>
<option
id=
"passwords"
>
<label>
Passwords
</label>
<description>
A database of usernames and passwords as well as a list of sites that should not store passwords
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/signons.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/signons.txt"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/signons[2-3].txt"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\signons.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\signons.txt"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\signons[2-3].txt"
/>
</option>
<option
id=
"session_restore"
>
<label>
Session restore
</label>
<description>
Loads the initial session after the browser closes or crashes
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/sessionstore.js"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/sessionstore.bak"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\sessionstore.js"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\sessionstore.bak"
/>
</option>
<option
id=
"site_preferences"
>
<label>
Site preferences
</label>
<description>
Settings for individual sites
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/content-prefs.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\content-prefs.sqlite"
/>
</option>
<option
id=
"url_history"
>
<label>
URL history
</label>
<description>
List of visited web pages
</description>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/places.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"~/.mozilla/icecat*/*/history.dat"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\places.sqlite"
/>
<action
command=
"delete"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\history.dat"
/>
</option>
<option
id=
"vacuum"
>
<label>
Vacuum
</label>
<description>
Clean database fragmentation to reduce space and improve speed without removing any data
</description>
<action
command=
"sqlite.vacuum"
search=
"glob"
path=
"~/.mozilla/icecat*/*/*.sqlite"
/>
<action
command=
"sqlite.vacuum"
search=
"glob"
path=
"$APPDATA\Mozilla\Icecat\Profiles\*\*.sqlite"
/>
<action
command=
"sqlite.vacuum"
search=
"glob"
path=
"$localappdata\Mozilla\Icecat\Profiles\*\*.sqlite"
/>
</option>
</cleaner>
This diff is collapsed.
Click to expand it.
helpers/make-bleachbit
+
6
−
1
View file @
73aff844
...
...
@@ -24,6 +24,11 @@ VERSION=1
sed
-i
's/Firefox/Abrowser/g'
bleachbit/Cleaner.py
sed
-i
's/firefox/abrowser/g'
bleachbit/Cleaner.py
changelog
"Use abrowser instead of firefox"
#Icecat.xml based on
# https://gist.githubusercontent.com/BrunoReX/5286414/raw/82100ae69a7a896f3626e8011bf4c2abf6323ab2/firefox.xml
cp
$DATA
/icecat.xml cleaners/icecat.xml
changelog
"Updates for Trisquel"
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment