ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #04064
[Bug 1476647] [NEW] local_create_emulator chowns with group name same as user name
Public bug reported:
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.
** Affects: qtcreator-plugin-ubuntu (Ubuntu)
Importance: Undecided
Status: New
--
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:
New
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
Follow ups