[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

Steve Langasek 2063899 at bugs.launchpad.net
Fri May 3 20:05:22 UTC 2024


So, I overlooked this earlier:

    # There has got to be a better way to do this.
    if [ "$(grep -Fx 'EXTRA_GROUPS="audio' /etc/adduser.conf)" = "" ]; then
        echo -e "\n# Ubuntu Studio Configuration\n# Add other EXTRA_GROUPS before this line" >> /etc/adduser.conf
        echo 'EXTRA_GROUPS="audio"' >> /etc/adduser.conf
    fi
    if [ "$(grep -Fx 'ADD_EXTRA_GROUPS=1' /etc/adduser.conf)" = "" ]; then
            echo 'ADD_EXTRA_GROUPS=1' >> /etc/adduser.conf
    fi

/etc/adduser.conf is a conffile owned by the adduser package.  Modifying
it from package maintainer scripts is not allowed.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Development, which is subscribed to ubuntustudio-default-settings
in Ubuntu.
https://bugs.launchpad.net/bugs/2063899

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions




More information about the Ubuntu-reviews mailing list