diff --git a/src/main.cxx b/src/main.cxx index 419b909..dd4ea4b 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -364,11 +364,15 @@ int main(int argv, char** argc) try { " start in bookmark-edition mode\n" " optional full URL\n" "Environment:\n" - " LANGUAGE \"de\", \"en\", ... (actual: %5)\n" - " PROXY_TYPE \"http\" or \"socks\" or \"\" (actual: %2)\n" + " LANGUAGE \"de\", \"en\", ... " + "(actual: %5)\n" + " PROXY_TYPE \"http\" or \"socks\" or \"\" " + "(actual: %2)\n" " PROXY_PORT proxy port number (actual: %3)\n" " PROXY_HOST proxy host name (actual: %4)\n" - " SWISS_USERAGENT fake user agent (actual: %6)\n") + " SWISS_USERAGENT fake user agent (actual: %6)\n" + " QT_PLUGIN_PATH path to plugins dir (actual: %7)\n" + " QTWEBKIT_PLUGIN_PATH path to netscape plugins (actual: %8)\n") .arg(QFileInfo(argc[0]).fileName()) .arg(env["PROXY_TYPE"]).arg(env["PROXY_PORT"]).arg(env["PROXY_HOST"]) .arg(env["LANGUAGE"]).arg(env["SWISS_USERAGENT"]) @@ -435,10 +439,16 @@ int main(int argv, char** argc) try { } QSslConfiguration::setDefaultConfiguration(sslConfig); //............................................................................ + std::cerr<<"LIBRARY PATHES:\n"< 0 0 - 447 + 610 154 @@ -61,7 +61,7 @@ - + remember save path @@ -108,7 +108,7 @@ - + remember tool for this type diff --git a/src/swissbrowser_de.ts b/src/swissbrowser_de.ts index 4919420..962d6cc 100644 --- a/src/swissbrowser_de.ts +++ b/src/swissbrowser_de.ts @@ -736,11 +736,13 @@ Options: start in bookmark-edition mode <url> optional full URL Environment: - LANGUAGE "de", "en", ... (actual: %5) - PROXY_TYPE "http" or "socks" or "" (actual: %2) + LANGUAGE "de", "en", ... (actual: %5) + PROXY_TYPE "http" or "socks" or "" (actual: %2) PROXY_PORT proxy port number (actual: %3) PROXY_HOST proxy host name (actual: %4) SWISS_USERAGENT fake user agent (actual: %6) + QT_PLUGIN_PATH path to plugins dir (actual: %7) + QTWEBKIT_PLUGIN_PATH path to netscape plugins (actual: %8) diff --git a/src/swissbrowser_en.ts b/src/swissbrowser_en.ts index 44287f2..d733a72 100644 --- a/src/swissbrowser_en.ts +++ b/src/swissbrowser_en.ts @@ -736,11 +736,13 @@ Options: start in bookmark-edition mode <url> optional full URL Environment: - LANGUAGE "de", "en", ... (actual: %5) - PROXY_TYPE "http" or "socks" or "" (actual: %2) + LANGUAGE "de", "en", ... (actual: %5) + PROXY_TYPE "http" or "socks" or "" (actual: %2) PROXY_PORT proxy port number (actual: %3) PROXY_HOST proxy host name (actual: %4) SWISS_USERAGENT fake user agent (actual: %6) + QT_PLUGIN_PATH path to plugins dir (actual: %7) + QTWEBKIT_PLUGIN_PATH path to netscape plugins (actual: %8) diff --git a/src/swissbrowser_fr.ts b/src/swissbrowser_fr.ts index 4919420..962d6cc 100644 --- a/src/swissbrowser_fr.ts +++ b/src/swissbrowser_fr.ts @@ -736,11 +736,13 @@ Options: start in bookmark-edition mode <url> optional full URL Environment: - LANGUAGE "de", "en", ... (actual: %5) - PROXY_TYPE "http" or "socks" or "" (actual: %2) + LANGUAGE "de", "en", ... (actual: %5) + PROXY_TYPE "http" or "socks" or "" (actual: %2) PROXY_PORT proxy port number (actual: %3) PROXY_HOST proxy host name (actual: %4) SWISS_USERAGENT fake user agent (actual: %6) + QT_PLUGIN_PATH path to plugins dir (actual: %7) + QTWEBKIT_PLUGIN_PATH path to netscape plugins (actual: %8) diff --git a/src/swissbrowser_it.ts b/src/swissbrowser_it.ts index f106646..26083f7 100644 --- a/src/swissbrowser_it.ts +++ b/src/swissbrowser_it.ts @@ -736,11 +736,13 @@ Options: start in bookmark-edition mode <url> optional full URL Environment: - LANGUAGE "de", "en", ... (actual: %5) - PROXY_TYPE "http" or "socks" or "" (actual: %2) + LANGUAGE "de", "en", ... (actual: %5) + PROXY_TYPE "http" or "socks" or "" (actual: %2) PROXY_PORT proxy port number (actual: %3) PROXY_HOST proxy host name (actual: %4) SWISS_USERAGENT fake user agent (actual: %6) + QT_PLUGIN_PATH path to plugins dir (actual: %7) + QTWEBKIT_PLUGIN_PATH path to netscape plugins (actual: %8)