Comment 15 for bug 1008344

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

I linked an experimental branch to this bug, where I show a first attempt to change language-selector in this respect. It doesn't work, though.

This line (144):
obj = bus.get_object('com.ubuntu.LanguageSelector','/')

results in the error:
Could not get owner of name 'com.ubuntu.LanguageSelector'

If you are versed in Python and Policykit, you probably see in the branch what I tried to do. Any hints about how to move forward would be appreciated.