Public bug reported:
https://launchpad.net/malone/bugs/28885

Affects: ubuntu-artwork (Ubuntu)
       Severity: Normal
       Priority: (none set)
         Status: Unconfirmed

Description:
>From edubuntu-artwork.postinst:

  # switch gdm theme to Edubuntu
  if grep -q '^GraphicalTheme=Human\W*' /etc/gdm/gdm.conf; then
      sed -i -e 's/GraphicalTheme=Human/GraphicalTheme=Edubuntu/' /etc/gdm/gdm.c
onf
      echo "Installing and enabling GDM theme ..."
          if [ -n "$DISPLAY" ]; then
            gdmflexiserver --command="UPDATE_CONFIG greeter/GraphicalTheme"
          fi
  else
      echo "GDM theme customized, not touching gdm.conf ..."
  fi

Please do not ever, ever, ever change conffiles, especially other
packages' conffiles from maintainer scripts.

--
desktop-bugs mailing list
[email protected]
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to