Won't play music inside unity8 snap because of unknown application ID
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
In Progress
|
High
|
Jim Hodapp | ||
media-hub (Ubuntu) |
Fix Committed
|
High
|
Unassigned |
Bug Description
In the unity8 snap I've been working on, I tried to play music from unity8-dash. And it doesn't do anything. Media Hub gives an error about "Invalid profile name". Seemingly from the code in apparmor/
MH_
MH_
MH_
if (not is_unconfined() and not is_unity() and not has_package_name())
throw std::logic_error
{
};
For the unity8 snap, I see:
[DD 2016-11-16 20:54:00.782937] [ubuntu.
[DD 2016-11-16 20:54:00.782992] [ubuntu.
[DD 2016-11-16 20:54:00.783028] [ubuntu.
Error while executing the underlying io_service: apparmor:
It seems like media-hub is not prepared for this new snappy world.
(Also, and separately, media-hub doesn't have a non-android video backend? I assume that's a known issue and/or there's a bug for that already.)
Related branches
- Ubuntu Phablet Team: Pending requested
-
Diff: 20 lines (+2/-1)1 file modifiedsrc/core/media/apparmor/ubuntu.cpp (+2/-1)
Changed in canonical-devices-system-image: | |
assignee: | nobody → Jim Hodapp (jhodapp) |
importance: | Undecided → High |
milestone: | none → p1 |
status: | New → In Progress |
Changed in media-hub (Ubuntu): | |
assignee: | nobody → Albert Astals Cid (aacid) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in media-hub (Ubuntu): | |
assignee: | Chunsang Jeong (chunsang) → nobody |
adding chunsang per the held MR