← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1476647] Re: local_create_emulator chowns with group name same as user name

 

This bug was fixed in the package qtcreator-plugin-ubuntu -
3.5.0+16.04.20151127-0ubuntu1

---------------
qtcreator-plugin-ubuntu (3.5.0+16.04.20151127-0ubuntu1) xenial; urgency=medium

  [ Benjamin Zeller ]
  * Fix Bug lp:1476647 local_create_emulator chowns with group name same
    as user name (LP: #1476647)
  * Make scopes run again Fix Bug lp:1427133 "Build and validate click
    package button disabled without explanation" (LP: #1427133)

 -- Zoltan Balogh <zoltan.balogh@xxxxxxxxxxxxx>  Fri, 27 Nov 2015
13:47:26 +0000

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1476647

Title:
  local_create_emulator chowns with group name same as user name

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Fix Released

Bug description:
  When creating a new device emulator, the local_create_emulator script wants to chown the emulator to the user:
  chown ${WHOAMI}:${WHOAMI} ${EMULATOR_PATH} -R

  In my company, however, all employees belong to an "employee" group
  and so this fails and chown aborts. It should use the user's group
  instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1476647/+subscriptions


References