[Bug 830923] Re: Create partition: FS and mount point lists not legible

Stéphane Graber stgraber at stgraber.org
Mon Aug 29 21:50:43 UTC 2011


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
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/830923

Title:
  Create partition: FS and mount point lists not legible

Status in “ubiquity” package in Ubuntu:
  Confirmed
Status in “ubiquity” source package in Oneiric:
  Confirmed

Bug description:
  Oneiric Desktop 20110821

  On the "Create Partition" dialog, filesystem and mount point lists are grey on dark grey and are not legible.
  The enclosed screenshot shows the filesystem list.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: ubiquity (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic i686
  Architecture: i386
  Date: Mon Aug 22 10:46:06 2011
  EcryptfsInUse: Yes
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: ubiquity
  UpgradeStatus: Upgraded to oneiric on 2011-07-12 (40 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/830923/+subscriptions




More information about the foundations-bugs mailing list