[Touch-packages] [Bug 1292990] Re: lightdm overrides dh_installinit in debian/rules and shouldn't

2016-05-19 Thread Robert Ancell
Based on Martins issue I've reverted this change and added a comment.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1292990

Title:
  lightdm overrides dh_installinit in debian/rules and shouldn't

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  The debian/rules for lightdm includes the following:

  override_dh_installinit:
  dh_installinit --no-start

  This appears to have been in place since the beginning of the
  package's history, with no reason given.  And the result of this
  override is that if you install lightdm on a running system, lightdm
  will not be automatically started at install time like it should be.

  Please drop this override from the package.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1292990] Re: lightdm overrides dh_installinit in debian/rules and shouldn't

2016-05-12 Thread Martin Pitt
> lightdm will not be automatically started at install time like it
should be

I disagree that a display manager should start at install time. It's
potentially too disruptive and as we've seen you might still need to
configure it first before it actually works. (Like in bug 1581106).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1292990

Title:
  lightdm overrides dh_installinit in debian/rules and shouldn't

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  The debian/rules for lightdm includes the following:

  override_dh_installinit:
  dh_installinit --no-start

  This appears to have been in place since the beginning of the
  package's history, with no reason given.  And the result of this
  override is that if you install lightdm on a running system, lightdm
  will not be automatically started at install time like it should be.

  Please drop this override from the package.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1292990] Re: lightdm overrides dh_installinit in debian/rules and shouldn't

2016-05-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lightdm - 1.19.0-0ubuntu1

---
lightdm (1.19.0-0ubuntu1) yakkety; urgency=medium

  * New upstream release:
- Use /dev/tty0 instead of /dev/console for VT operations (LP: #1566073)
- Don't quit on SIGUSR1, SIGUSR2 or SIGHUP (LP: #960157)
- Improve XDMCP IPv6 address selection (LP: #1575200)
- Set XDMCP hostname field in to system hostname or configured value
  (LP: #1578442)
- Allow fcitx and mozc to run in guest session (LP: #1509829)
- Fix lxsession running in guest session
- Drop support for legacy XMir
- Fix g_spawn compiler warning
  * debian/rules:
- Fix usage of dh_installinit (LP: #1292990)

 -- Robert Ancell   Thu, 05 May 2016
12:23:45 +1200

** Changed in: lightdm (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1292990

Title:
  lightdm overrides dh_installinit in debian/rules and shouldn't

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  The debian/rules for lightdm includes the following:

  override_dh_installinit:
  dh_installinit --no-start

  This appears to have been in place since the beginning of the
  package's history, with no reason given.  And the result of this
  override is that if you install lightdm on a running system, lightdm
  will not be automatically started at install time like it should be.

  Please drop this override from the package.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1292990] Re: lightdm overrides dh_installinit in debian/rules and shouldn't

2016-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:lightdm

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1292990

Title:
  lightdm overrides dh_installinit in debian/rules and shouldn't

Status in lightdm package in Ubuntu:
  Fix Committed

Bug description:
  The debian/rules for lightdm includes the following:

  override_dh_installinit:
  dh_installinit --no-start

  This appears to have been in place since the beginning of the
  package's history, with no reason given.  And the result of this
  override is that if you install lightdm on a running system, lightdm
  will not be automatically started at install time like it should be.

  Please drop this override from the package.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1292990] Re: lightdm overrides dh_installinit in debian/rules and shouldn't

2016-04-04 Thread Robert Ancell
** Changed in: lightdm (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1292990

Title:
  lightdm overrides dh_installinit in debian/rules and shouldn't

Status in lightdm package in Ubuntu:
  Fix Committed

Bug description:
  The debian/rules for lightdm includes the following:

  override_dh_installinit:
  dh_installinit --no-start

  This appears to have been in place since the beginning of the
  package's history, with no reason given.  And the result of this
  override is that if you install lightdm on a running system, lightdm
  will not be automatically started at install time like it should be.

  Please drop this override from the package.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp