summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-29 11:38:26 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-29 11:38:26 +0200
commita898abdadd17d32c7dfa43e316db376074521a43 (patch)
tree70337bc1eb527972e1a1bdfc8d88c54c3f220c3a /profile
parent06c674f01b7f42f0132306ab13f685741a25317e (diff)
downloadetcskel-kanotix-a898abdadd17d32c7dfa43e316db376074521a43.zip
etcskel-kanotix-a898abdadd17d32c7dfa43e316db376074521a43.tar.gz
imported changes from 1.1.0
* added plasma panel reset * new dolphin view defaults * lock plasma desktop as default * use user-desktop icon for Desktop folder * icedove and iceweasel default handler updated -- Maximilian Gerhard <maxbox@directbox.com> Sat, 24 Sep 2011 23:11:20 +0200
Diffstat (limited to 'profile')
-rw-r--r--profile/.icedove/ocpnorvk.default/mimeTypes.rdf25
-rw-r--r--profile/.icedove/ocpnorvk.default/prefs.js6
-rw-r--r--profile/.mozilla-thunderbird/appregbin335 -> 0 bytes
-rw-r--r--profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js7
-rw-r--r--profile/.mozilla-thunderbird/profiles.ini8
-rw-r--r--profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf22
-rw-r--r--profile/.mozilla/firefox/evc3to3e.default/prefs.js2
7 files changed, 45 insertions, 25 deletions
diff --git a/profile/.icedove/ocpnorvk.default/mimeTypes.rdf b/profile/.icedove/ocpnorvk.default/mimeTypes.rdf
index 2113dd1..3266bba 100644
--- a/profile/.icedove/ocpnorvk.default/mimeTypes.rdf
+++ b/profile/.icedove/ocpnorvk.default/mimeTypes.rdf
@@ -2,7 +2,24 @@
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Seq RDF:about="urn:mimetypes:root">
+ <RDF:li RDF:resource="urn:mimetype:application/pdf"/>
</RDF:Seq>
+ <RDF:Description RDF:about="urn:mimetype:application/pdf"
+ NC:value="application/pdf"
+ NC:editable="true"
+ NC:description="PDF-Dokument">
+ <NC:handlerProp RDF:resource="urn:mimetype:handler:application/pdf"/>
+ </RDF:Description>
+ <RDF:Description RDF:about="urn:mimetype:handler:application/pdf"
+ NC:alwaysAsk="true"
+ NC:saveToDisk="false"
+ NC:useSystemDefault="false"
+ NC:handleInternal="false">
+ <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/pdf"/>
+ </RDF:Description>
+ <RDF:Description RDF:about="urn:mimetype:externalApplication:application/pdf"
+ NC:path="/usr/bin/okular"
+ NC:prettyName="Okular" />
<RDF:Description RDF:about="urn:schemes">
<NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
</RDF:Description>
@@ -42,11 +59,11 @@
</RDF:Seq>
<RDF:Description RDF:about="urn:scheme:externalApplication:http"
NC:prettyName="Default browser"
- NC:path="/etc/alternatives/x-www-browser" />
+ NC:path="/usr/bin/x-www-browser" />
<RDF:Description RDF:about="urn:scheme:externalApplication:https"
NC:prettyName="Default browser"
- NC:path="/etc/alternatives/x-www-browser" />
+ NC:path="/usr/bin/x-www-browser" />
<RDF:Description RDF:about="urn:scheme:externalApplication:ftp"
NC:prettyName="Default browser"
- NC:path="/etc/alternatives/x-www-browser" />
-</RDF:RDF>
+ NC:path="/usr/bin/x-www-browser" />
+</RDF:RDF>
diff --git a/profile/.icedove/ocpnorvk.default/prefs.js b/profile/.icedove/ocpnorvk.default/prefs.js
index 5aee259..cf18c45 100644
--- a/profile/.icedove/ocpnorvk.default/prefs.js
+++ b/profile/.icedove/ocpnorvk.default/prefs.js
@@ -2,6 +2,6 @@ user_pref("font.default", "sans-serif");
user_pref("font.minimum-size.x-western", 10);
user_pref("font.size.fixed.x-western", 13);
user_pref("font.size.variable.x-western", 13);
-user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");
-user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
-user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
+user_pref("network.protocol-handler.app.ftp", "/usr/bin/x-www-browser");
+user_pref("network.protocol-handler.app.https", "/usr/bin/x-www-browser");
+user_pref("network.protocol-handler.app.http", "/usr/bin/x-www-browser");
diff --git a/profile/.mozilla-thunderbird/appreg b/profile/.mozilla-thunderbird/appreg
deleted file mode 100644
index f2f3e0e..0000000
--- a/profile/.mozilla-thunderbird/appreg
+++ /dev/null
Binary files differ
diff --git a/profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js b/profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js
deleted file mode 100644
index 5aee259..0000000
--- a/profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-user_pref("font.default", "sans-serif");
-user_pref("font.minimum-size.x-western", 10);
-user_pref("font.size.fixed.x-western", 13);
-user_pref("font.size.variable.x-western", 13);
-user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");
-user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
-user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
diff --git a/profile/.mozilla-thunderbird/profiles.ini b/profile/.mozilla-thunderbird/profiles.ini
deleted file mode 100644
index 40b65fa..0000000
--- a/profile/.mozilla-thunderbird/profiles.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[General]
-StartWithLastProfile=1
-
-[Profile0]
-Name=default
-IsRelative=1
-Path=ocpnorvk.default
-
diff --git a/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf b/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
index 122c663..3ffcf17 100644
--- a/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
+++ b/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
@@ -8,8 +8,8 @@
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/pdf"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/pdf"
- NC:path="/usr/bin/kpdf"
- NC:prettyName="kpdf" />
+ NC:path="/usr/bin/okular"
+ NC:prettyName="Okular" />
<RDF:Seq RDF:about="urn:mimetypes:root">
<RDF:li RDF:resource="urn:mimetype:application/pdf"/>
</RDF:Seq>
@@ -23,4 +23,22 @@
<RDF:Description RDF:about="urn:mimetypes">
<NC:MIME-types RDF:resource="urn:mimetypes:root"/>
</RDF:Description>
+ <RDF:Description RDF:about="urn:scheme:mailto"
+ NC:value="mailto">
+ <NC:handlerProp RDF:resource="urn:scheme:handler:mailto"/>
+ </RDF:Description>
+ <RDF:Description RDF:about="urn:scheme:externalApplication:mailto"
+ NC:prettyName="Default Desktop Mail Client"
+ NC:path="/usr/bin/xdg-email" />
+ <RDF:Description RDF:about="urn:scheme:handler:mailto"
+ NC:alwaysAsk="false">
+ <NC:possibleApplication RDF:resource="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"/>
+ <NC:possibleApplication RDF:resource="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"/>
+ <NC:possibleApplication RDF:resource="urn:handler:local:/usr/bin/icedove"/>
+ <NC:possibleApplication RDF:resource="urn:handler:local:/usr/bin/xdg-email"/>
+ <NC:externalApplication RDF:resource="urn:scheme:externalApplication:mailto"/>
+ </RDF:Description>
+ <RDF:Seq RDF:about="urn:schemes:root">
+ <RDF:li RDF:resource="urn:scheme:mailto"/>
+ </RDF:Seq>
</RDF:RDF>
diff --git a/profile/.mozilla/firefox/evc3to3e.default/prefs.js b/profile/.mozilla/firefox/evc3to3e.default/prefs.js
index 64e59c9..9e554be 100644
--- a/profile/.mozilla/firefox/evc3to3e.default/prefs.js
+++ b/profile/.mozilla/firefox/evc3to3e.default/prefs.js
@@ -24,7 +24,7 @@ user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.protocol-handler.app.ed2k", "/usr/bin/ed2k");
user_pref("network.protocol-handler.app.klik", "~/.klik");
-user_pref("network.protocol-handler.app.mailto", "/usr/bin/mozilla-thunderbird");
+user_pref("network.protocol-handler.app.mailto", "/usr/bin/icedove");
user_pref("network.protocol-handler.warn-external.ed2k", false);
user_pref("network.protocol-handler.warn-external.klik", false);
user_pref("nglayout.initialpaint.delay", 0);