media-hub should also allow playback of files from alternative install directories (click databases)

Bug #1315383 reported by Jamie Strandboge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
media-hub (Ubuntu)
New
Undecided
Jim Hodapp

Bug Description

Currently does_client_have_access() does:

else if (uri.find(std::string("opt/click.ubuntu.com/")) != std::string::npos
 && uri.find(pkgname) != std::string::npos)
 {
   std::cout << "Client can access content in own opt directory" << std::endl;
   return true;
 }

This is fine, but only takes into account packages installed in /opt/click.ubuntu.com. In a default image, packages can also be installed in /usr/share/click/preinstalled/ and /custom/click. These locations are defined in /etc/click/databases.

description: updated
summary: - media-hub should also allow playback of files from alternative click
- databases
+ media-hub should also allow playback of files from alternative install
+ directories (click databases)
Jim Hodapp (jhodapp)
Changed in media-hub (Ubuntu):
assignee: nobody → Jim Hodapp (jhodapp)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.