I found the code that's causing it but not a way of fixing it.
provider.load_from_data('''#live_installer,
#page_title,
#install_progress_text,
#install_details_expander {
color : @dark_fg_color;
background-color : @dark_bg_color;
}
* {
color : @fg_color
}''')
in customize_installer() in gtk_ui.py.
The part breaking the ComboBoxes is:
* {
color: @fg_color
}
The fix would be to match the ComboBoxes with something like:
GtkComboBox.combobox-entry * {
color: @dark_fg_color;
}
I spent around 2 hours trying a few different Gtk widgets, quite
successfully managing to break the whole Ubiquity UI but never found
which would apply to the combobox entries...
Hope someone else knows how to do that as documentation is sadly close
to non-existent.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/830923
Title:
Create partition: FS and mount point lists not legible
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/830923/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs