~ubuntu-branches/ubuntu/maverick/casper/maverick-201109211749

« back to all changes in this revision

Viewing changes to scripts/casper-bottom/47une_ubiquity

  • Committer: Package Import Robot
  • Author(s): Michael Casadevall
  • Date: 2010-09-27 17:52:50 UTC
  • Revision ID: package-import@ubuntu.com-20100927175250-8lb73vsj2f5wwxv0
  * Added scripts/casper-bottom/07remove_oem_config
  - Added new script to remove oem-config if installed on the image on ARM,
    as it should never be installed on a non-preinstalled image. This is 
    necessary because we can't exclude oem-config on the seed on a 
    per-subarchitecture basis
* scripts/casper/47une_ubiquity
  - Cause gconf changes to be made to both the 2D & 3D UNE launchers so 
    ubiquity properly shows up in favorites regardless of which launcher is
    used (LP: #643791)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
gct() {
26
26
    if [ "$gconf_version" ]; then
 
27
        # Apply config changes to both 2D & 3D launchers
27
28
        chroot /root sudo -u "$USERNAME" DEFAULTS_PATH=/usr/share/gconf/une.default.path gconftool-2 "$@"
 
29
        chroot /root sudo -u "$USERNAME" DEFAULTS_PATH=/usr/share/gconf/une-efl.default.path gconftool-2 "$@"
28
30
    fi
29
31
}
30
32