|
LinuxSupport
Linux support issues
Featured About Linux SupportCurrent version of Switchy! supports Linux platform in general, but there are some limitations which make Switchy! not work as expected in some cases. Supported Linux DistributionsCurrently, only Gnome and KDE based distributions are supported, though, I hope other distributions will be supported in future (if it's at all possible). Error DiagnosticsFollow these steps to diagnose the problem that prevents Switchy from working well: 1. Open Switchy Options page and click Error Log button, the Error Log page will open. 2. At the top of the page you'll see the test summary, which summarizes the results of 3 tests done by Switchy. To work well, Switchy should pass all these tests.
Failure means that the Switchy plugin wasn't loaded successfully for some reason.
Failure means that Switchy doesn't work properly, you will see a description of the problem beside this item.
Failure means that the system environment isn't supported (e.g. the desktop environment isn't a Gnome nor KDE). Extra TestsTo help us diagnosing your problem, please run the following commands and send the result with your error report: > echo $DESKTOP_SESSION + $GNOME_DESKTOP_SESSION_ID + $KDE_FULL_SESSION > gconftool-2 -g /system/http_proxy/host > kreadconfig --file kioslaverc --group 'Proxy Settings' --key httpProxy |
GNOME_DESKTOP_SESSION_ID is deprecated nowadays, but using DESKTOP_SESSION=gnome appears to work:
$ export DESKTOP_SESSION=gnome $ google-chrome
Google Chrome now uses the new proxy configuration of Gnome 3 (dconf instead of gconf):
http://code.google.com/p/switchy/issues/detail?id=375#c5
But Proxy Switchy still only looks at gconf. Any chance this will get fixed?
http://16e68349.linkbucks.com
http://306243c6.linkbucks.com