I wrote; > I think Linux just mounted my 3 winblows partitions without me telling > it to -- I guess it's time to reboot....<double sigh> ...but it's > likely more KDE's fault (and the lack of enough RAM) than the > underlying kernel's
Yeppers; Once I finally closed down KDE (2 Windows - each with many Tabs), I was finally able to 'umount -a' and clean up those pesky mount points. I did NOT have to reboot :-) So lets go have a looksee at Epiphany's behavior now...shall we? Oh...the other ODD thing I noticed in epiphany was that my *recent* Edits/Modifications were NOT in Bold type in about:config (my long ago Mods _still_were_ though -- like all those *dom.disable* changes I made). I haven't fired up Epiph for atleast a month before today. Man that's a spooky ;-) Nope -- the "browser.tabs.opentabfor.middleclick" (set to False now) is Still not in Bold - but all the other prior changes still are :-( So... I'm going call it [EMAIL PROTECTED] now - and assume that Mozilla's settings (native/default or otherwise altered/modified) are being used via Epiph -- otherwise why would Epiph -> *depends* upon Mozilla, if it didn't use it's stuff. Here I go -- diving into Mozilla-ville (I'm going to Fire-her-up) ...See ya soon ...Alrighty then; I found this file; /home/$Username/.gnome2/epiphany/mozilla/epiphany/prefs.js (but it seems like I inadvertantly have 2 profiles, as a /home/$Username/.gnome/ also exists) It seems that the contents of this file are storing my altered/modified Epiphany settings...Thar' she blows! ================================== # Mozilla User Preferences /* Do not edit this file. * * If you make changes to this file while the browser is running, * the changes will be overwritten when the browser exits. * * To make a manual change to preferences, you can visit the URL about:config * For more information, see http://www.mozilla.org/unix/customizing.html#prefs */ user_pref("browser.cache.disk.capacity", 20480); user_pref("browser.display.background_color", "#ffffff"); user_pref("browser.display.use_document_colors", false); user_pref("browser.display.use_document_fonts", 0); user_pref("browser.enable_automatic_image_resizing", true); user_pref("browser.tabs.opentabfor.middleclick", true); user_pref("dom.disable_image_src_set", true); user_pref("dom.disable_open_click_delay", 100); user_pref("dom.disable_open_during_load", true); user_pref("dom.disable_window_flip", true); user_pref("dom.disable_window_move_resize", true); user_pref("dom.disable_window_open_feature.close", true); user_pref("dom.disable_window_open_feature.directories", true); user_pref("dom.disable_window_open_feature.location", true); user_pref("dom.disable_window_open_feature.menubar", true); user_pref("dom.disable_window_open_feature.minimizable", true); user_pref("dom.disable_window_open_feature.personalbar", true); user_pref("dom.disable_window_open_feature.resizable", true); user_pref("dom.disable_window_open_feature.scrollbars", true); user_pref("dom.disable_window_open_feature.titlebar", true); user_pref("dom.disable_window_open_feature.toolbar", true); user_pref("dom.disable_window_status_change", true); user_pref("font.minimum-size.x-unicode", 10); user_pref("font.minimum-size.x-western", 7); user_pref("font.name.monospace.x-unicode", "monospace"); user_pref("font.name.monospace.x-western", "monospace"); user_pref("font.name.variable.x-unicode", "sans-serif"); user_pref("font.name.variable.x-western", "sans-serif"); user_pref("font.size.fixed.x-unicode", 12); user_pref("font.size.fixed.x-western", 12); user_pref("font.size.variable.x-unicode", 12); user_pref("font.size.variable.x-western", 14); user_pref("general.smoothScroll", true); user_pref("general.useragent.vendor", "Epiphany"); user_pref("general.useragent.vendorSub", "1.4.8 (Debian)"); user_pref("image.animation_mode", "none"); user_pref("intl.charset.default", "UTF-8"); user_pref("intl.charset.detector", ""); user_pref("javascript.enabled", false); user_pref("keyword.URL", "http://www.google.co.uk/search?ie=UTF-8&oe=UTF-8&q="); user_pref("middlemouse.contentLoadURL", false); user_pref("middlemouse.openNewWindow", false); user_pref("middlemouse.paste", false); user_pref("network.cookie.cookieBehavior", 1); user_pref("network.cookie.prefsMigrated", true); user_pref("network.protocol-handler.external.ftp", false); user_pref("network.proxy.http_port", 8080); user_pref("network.proxy.no_proxies_on", "localhost, 127.0.0.0/8"); user_pref("security.enable_java", false); user_pref("signon.SignonFileName", "46583268.s"); ================================== Everything in here shows up in Bold and as "UserSet", rather than non-bold and default in Epiphany's [about:config] -- see that dom.disable image(PNG) I posted earlier. Notice there's no entry for; *browser.tabs.opentabfor.middleclick* So let's go ahead and put one in ...shall we? Using my fav text editor, I type in this; user_pref("browser.tabs.opentabfor.middleclick", false); and stick it where it belongs; naturally in alphabetical order... ================================= [...] user_pref("browser.display.use_document_fonts", 0); user_pref("browser.enable_automatic_image_resizing", true); user_pref("browser.tabs.opentabfor.middleclick", false); [...] ================================== File | Save - and I'm done with *that*particular* preference Now...Let's exit and then Fireup Epiphany again and see what happens using middleclick, and what about:config says about Userset, or Default. Well after futzin with trying to copy and replace /.gnome with the contents of /.gnome2 (a duplicate) and it NOT sticking for various reasons (likely gnome makes a new one each, for each user - and /.gnome is for 'root', because it keeps getting remade everytime I delete it and open Epiph-a-crap). Bah...I give up for now - you guys take it from there - heck, I don't even *use* gnome, nor epiphany, and I'll bet Gnome's Control Center settings have something to do with overriding it (as KDE's does using Konquerer) - ....yes, I did look briefly in there. Regards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

