Updates:
Status: Assigned
Labels: Feature-Apps
Comment #2 on issue 151299 by
benw...@chromium.org: Component v2 app can't
launch from application_launcher::OpenApplication
http://code.google.com/p/chromium/issues/detail?id=151299
From bshe@: One more observation. I was somehow able to launch an app
container today (without any code change, just sync to ToT) after a
rebuild. Then I load the unpacked extension from chrome://extensions, open
the container again. Then remove the unpacked app from chrome://extension
and try to launch it again. It doesn't work anymore. I also tried to launch
it from the app list. It doesn't work either.
I just built chrome os on linux with your patch and it is working for me as
expected.
As your manifest has a key which will always cause it to have the same ID,
I'd say loading this unpacked and then removing it is probably screwing
something up. Perhaps you shouldn't be able to install it as an unpacked
extension in the first place, as there is already an extension installed
with the same ID.
I'll have a look at the code to find out what is happening.