xubuntu - password always fails when trying to install language support
Bug #588518 reported by
Derek Kaye
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
language-selector (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
policykit (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: language-selector
in xubuntu, going to Applications>
Next a password box is given that refuses to accept my password.
After some investigation, it appears that running "gksu gnome-language-
Is it possible that gnome-language-
dezza@Demetria:~$ uname -a
Linux Demetria 2.6.32-
dezza@Demetria:~$ lsb_release -rd
Description: Ubuntu 10.04 LTS
Release: 10.04
summary: |
- xubuntu - password allways fails when trying to install language support + xubuntu - password always fails when trying to install language support |
Changed in language-selector (Ubuntu): | |
status: | Incomplete → New |
To post a comment you must log in.
After a quick look through the code, in LanguageSelecto r/gtk/GtkLangua geSelector. py, gksu is mentioned on lines 253, 597 and 617.
It is my understanding that changing these to gksudo, or alternatively adding the option --sudo-mode, or -S should fix this.