applications should be installed in /opt, not /usr
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
[obsolete] Ubuntu QtCreator Plugins |
Fix Released
|
Undecided
|
Unassigned | ||
apparmor-easyprof-ubuntu (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
click (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Currently the SDK installs applications in /usr. This is fine for traditional Ubuntu packaging for now, but with the move to Click packages, these paths will be:
/opt/click.
where <app_pkgname> is the reverse domain name. Eg:
com.ubuntu.
The above path and the format of the <app_pkgname> is finalized and used by apparmor, click, the click server, and application lifecycle (ie, desktop files) in various ways. The "app_pkgname" is set via the "name" field in the click manifest. All that's left is for the SDK apps to incorporate these changes as needed (eg, for their readable and writable directories).
Note: /opt/click.
description: | updated |
description: | updated |
tags: | added: application-confinement |
description: | updated |
Changed in apparmor-easyprof-ubuntu (Ubuntu): | |
status: | New → Fix Released |
Changed in click (Ubuntu): | |
status: | New → Fix Released |
description: | updated |
Changed in ubuntu-qtcreator-plugins: | |
status: | New → Fix Released |
Updated the description to make clarify we are talking about the app_pkgname (ie, the "name" field in the click manifest), not the APP_ID that is used by apparmor, application lifecycle, etc.