xiongtong3 / switchy

Automatically exported from code.google.com/p/switchy
0 stars 0 forks source link

switchy on Xubuntu doesn't work with workaround #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying the workaround on 
http://code.google.com/p/switchy/wiki/LinuxSupport as mentioned in Issue 72
2. ???
3. Same Result: [error] - Plugin error: Your Linux distribution isn't 
supported yet. Currently only Gnome and KDE based distributions are 
supported.

What is the expected output?
working plugin

What do you see instead?
same problem as before

Operating system:
Linux Xubuntu 10.04

Error Log:
[22:24:53] [info] - Extension Info: v1.6.3
[22:24:53] [info] - Browser Info: 5.0 (X11; U; Linux i686; en-US) 
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.55 Safari/533.4
[22:25:06] [error] - Plugin error: Your Linux distribution isn't supported 
yet. Currently only Gnome and KDE based distributions are supported.

Extra test

echo $DESKTOP_SESSION + $GNOME_DESKTOP_SESSION_ID + $KDE_FULL_SESSION
xubuntu + Default +

gconftool-2 -g /system/http_proxy/host
[empty]

Original issue reported on code.google.com by skavera...@googlemail.com on 6 Jun 2010 at 8:38

GoogleCodeExporter commented 9 years ago
I'm having the same problem even after trying the workaround on 
http://code.google.com/p/switchy/wiki/LinuxSupport

Getting this in the error log:
[14:47:20] [info] - Extension Info: v1.6.3
[14:47:20] [info] - Browser Info: 5.0 (X11; U; Linux x86_64; en-US) 
AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.470.0 Safari/534.3
[14:48:23] [error] - Plugin error: Your Linux distribution isn't supported yet. 
Currently only Gnome and KDE based distributions are supported.

My window manager is WindowMaker. I run chrome from a script like this:

#!/bin/bash
LC_ALL="ja_JP"
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
GNOME_DESKTOP_SESSION_ID=Default

export LC_ALL LANG LANGUAGE
GTK_IM_MODULE="ibus" /usr/bin/chromium-bin --enable-vertical-tabs

gconftool-2 -g /system/http_proxy/host
127.0.0.1

Original comment by pix...@gmail.com on 20 Aug 2010 at 7:58