I linked this bug to the language-selector code on launchpad. Revision 525 in language-selector (specifically the change to LangCache.py) causes this breakage in Kubuntu. Changing line 41 of /usr/share/pyshared/LanguageSelector/LangCache.py from... if 'gnome-' not in sys.argv[0]: to... if 'gnome-' not in 'foobar': #sys.argv[0]: fixes the problem as a temporary workaround on Kubuntu, but will no doubt cause problems for Ubuntu with gnome.
Hope that helps someone. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-workspace in Ubuntu. https://bugs.launchpad.net/bugs/861930 Title: systemsettings crashed with AttributeError in __init__(): 'module' object has no attribute 'argv' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/861930/+subscriptions -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
