Axel Beckert: > Hi Niels, > > Niels Thykier wrote: >> I have reviewed the wdm init.d script and I cannot see that it takes >> plymouth into account (which leads to #782456). To the best of my >> knowledge, #782456 have to be fixed in the DMs. > > Thanks for the bug report. I wasn't aware that login manager need to > do that. (I never use plymouth.) >
Hi, Thanks for the quick response to this bug :) >> For init scripts that can be done by the following shell snippet (just >> before starting the DM): >> >> """ >> if [ -x /bin/plymouth ] ; then >> /bin/plymouth quit >> fi >> """ > > Done in git: > https://anonscm.debian.org/cgit/collab-maint/wdm.git/commit/?id=d3b07cbd0024c888e24d3617d89fa24044bd15d5 > > [...] As I'm currently travelling, I can't promise to get this tested before > Tuesday evening. > Ok, that will be fine. For avoidance of doubt, is Tuesday evening tomorrow (UTC) or 8 days from now? > If the release team prefers a soon upload, I can do an upload with > that feature untested. > I am okay with the wait. :) > [...] > I assume fixing that issue doesn't hinder getting a freeze exception. > The according commit in Git is > https://anonscm.debian.org/cgit/collab-maint/wdm.git/commit/?id=5c5dc8d62117d6f5448ab3a82bf7f97283146c02 > Ack, should be fine. >> PS: If a later version should add a systemd service file then it >> should be a question of adding the following under the "[Unit]" >> section: >> >> """ >> After=plymouth-quit.service >> """ > > Cc'ing #761642 for that so it doesn't become left behind after this > bug report has been closed. > >> NB: Please do *not* add a systemd unit for stretch at this point in >> time. > > Sure. > > P.S.: Your bug report (and #860463) was caught by my spam filter as > one of the bugs.debian.org hosts seems to be blacklisted: > RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_SBL_CSS, RCVD_IN_SORBS_SPAM, > RCVD_IN_SORBS_WEB, T_DKIM_INVALID, URIBL_BLOCKED (Will write a full > "bug report" against the BTS for that.) > > Regards, Axel > Thanks, wasn't aware of that. ~Niels