~ubuntu-branches/ubuntu/precise/lightdm/precise-proposed

« back to all changes in this revision

Viewing changes to debian/lightdm.postinst

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Matt Fischer, Martin Pitt
  • Date: 2012-03-05 12:36:04 UTC
  • Revision ID: package-import@ubuntu.com-20120305123604-pad90nygb2kza6wq
Tags: 1.1.4.is.1.1.3-0ubuntu2
[ Matt Fischer ]
* debian/lightdm.dirs:
  - Add /etc/X11/ so lightdm.postinst doesn't fail on systems without X
    installed (LP: #921169)

[ Martin Pitt ]
* debian/lightdm.postinst: Disable disable-while-typing touchpad setting for
  GNOME; we do not really need this feature in lightdm, and multiple
  syndaemon instances cause the touchpad to stop working sometimes. Add
  libglib2.0-bin dependency for this. (LP: #868400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
# stdout, which can confuse debconf.
70
70
db_stop
71
71
 
 
72
# lightdm user configuration
 
73
su -s /bin/sh -c 'dbus-launch gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing false' lightdm
 
74
 
72
75
# migrate gdm configuration on first-time installation
73
76
if [ -z "$2" ]; then
74
77
    if grep -q '^AutomaticLoginEnable *= *true$' /etc/gdm/custom.conf 2>/dev/null; then