$ apt-cache policy ubuntustudio-installer
ubuntustudio-installer:
  Installed: 1.18.3
  Candidate: 1.18.3
  Version table:
 *** 1.18.3 100
        100 http://us.archive.ubuntu.com/ubuntu noble-proposed/universe amd64 
Packages
        100 http://us.archive.ubuntu.com/ubuntu noble-proposed/universe i386 
Packages
        100 /var/lib/dpkg/status
     1.18.2 500
        500 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 
Packages
        500 http://us.archive.ubuntu.com/ubuntu noble-updates/universe i386 
Packages
     1.18 500
        500 http://us.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu noble/universe i386 Packages

At first, this verification was unsuccessful as I had forgotten that I
was experimenting with diverting /usr/bin/adduser to /usr/bin/adduser-
actual and replacing it with the following script:

#!/bin/sh
/usr/sbin/adduser-actual --ingroup audio $@

Upon investigation, I realized this created the user with the audio
group which made it so that the actual mechanism for ubuntustudio-
installer would not be necessary if this script and diversion was added
to ubuntustudio-default-settings as described above. This was also per a
conversation with Steve Langasek on IRC.

However, after removing this and putting /usr/sbin/adduser back where it
belongs, I redid the test:

* added new user
* signed-in as new user
* User was prompted to restart for proper configs to take place.

** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067510

Title:
  [SRU] enable ubuntustudio-fix-firstrun.service on initial login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-installer/+bug/2067510/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to