No option to install new apps
Bug #1591498 reported by
Michal Predotka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Libertine Scope | Status tracked in Trunk | |||||
Release |
Triaged
|
Medium
|
Unassigned | |||
Trunk |
In Progress
|
Medium
|
Larry Price | |||
libertine-scope (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
There's no option to install new apps from the scope.
Related branches
lp://staging/~larryprice/libertine-scope/libertine-store-search
Ready for review
for merging
into
lp://staging/libertine-scope
- Libertine CI Bot: Approve (continuous-integration)
- Brandon Schaefer (community): Approve
- Christopher Townsend (community): Approve
-
Diff: 6037 lines (+4404/-376)77 files modifiedCMakeLists.txt (+7/-0)
data/CMakeLists.txt (+11/-17)
data/com.canonical.libertine.ContainerManager.service (+3/-0)
data/store.svg (+77/-0)
debian/control (+18/-2)
debian/libertine-scope.install (+4/-0)
debian/libertined.install (+8/-0)
debian/rules (+2/-2)
lib/CMakeLists.txt (+1/-0)
lib/libertine-scope/CMakeLists.txt (+19/-0)
lib/libertine-scope/action.cpp (+49/-0)
lib/libertine-scope/action.h (+46/-0)
lib/libertine-scope/i18n.h (+59/-0)
lib/libertine-scope/package.cpp (+54/-0)
lib/libertine-scope/package.h (+56/-0)
lib/libertine-scope/preview.cpp (+283/-0)
lib/libertine-scope/preview.h (+93/-0)
lib/libertine-scope/service_manager.cpp (+103/-0)
lib/libertine-scope/service_manager.h (+51/-0)
manifest.json.in (+1/-1)
po/en_AU.po (+86/-6)
po/en_GB.po (+86/-6)
po/es.po (+94/-8)
po/fi.po (+86/-6)
po/fr.po (+86/-6)
po/gl.po (+86/-6)
po/hu.po (+92/-6)
po/libertine-scope.pot (+84/-5)
po/ms.po (+86/-6)
po/pt.po (+86/-6)
po/uk.po (+86/-6)
scope/CMakeLists.txt (+1/-1)
scope/apps/CMakeLists.txt (+6/-6)
scope/apps/action.cpp (+16/-23)
scope/apps/action.h (+10/-10)
scope/apps/applauncher.cpp (+8/-10)
scope/apps/applauncher.h (+6/-2)
scope/apps/config.h.in (+2/-0)
scope/apps/libertine.cpp (+1/-0)
scope/apps/localization.h (+0/-31)
scope/apps/preview.cpp (+34/-54)
scope/apps/preview.h (+21/-16)
scope/apps/query.cpp (+93/-33)
scope/apps/query.h (+4/-1)
scope/apps/scope.cpp (+11/-16)
scope/store/CMakeLists.txt (+50/-0)
scope/store/entry_point.cpp (+42/-0)
scope/store/libertine-scope.ubuntu_libertine-store.ini.in.in (+10/-0)
scope/store/query.cpp (+149/-0)
scope/store/query.h (+70/-0)
scope/store/scope.cpp (+75/-0)
scope/store/scope.h (+77/-0)
service/CMakeLists.txt (+9/-0)
service/libertine_service/appstream.py (+80/-0)
service/libertine_service/apt.py (+106/-0)
service/libertine_service/container.py (+68/-0)
service/libertine_service/dbus.py (+184/-0)
service/libertine_service/tasks.py (+149/-0)
service/libertined (+89/-0)
tests/CMakeLists.txt (+7/-0)
tests/lib/CMakeLists.txt (+1/-0)
tests/lib/libertine-scope/CMakeLists.txt (+24/-0)
tests/lib/libertine-scope/mock_service_manager.h (+49/-0)
tests/lib/libertine-scope/test_action.cpp (+70/-0)
tests/lib/libertine-scope/test_package.cpp (+108/-0)
tests/lib/libertine-scope/test_preview.cpp (+292/-0)
tests/scope/CMakeLists.txt (+2/-0)
tests/scope/apps/CMakeLists.txt (+9/-8)
tests/scope/apps/fake_container.cpp (+1/-1)
tests/scope/apps/fake_libertine.cpp (+2/-2)
tests/scope/apps/scopefixture.h (+3/-3)
tests/scope/apps/test_action.cpp (+47/-12)
tests/scope/apps/test_preview.cpp (+254/-37)
tests/scope/apps/test_query.cpp (+64/-17)
tests/scope/apps/test_scope.cpp (+4/-4)
tests/scope/store/CMakeLists.txt (+23/-0)
tests/scope/store/test_query.cpp (+170/-0)
Changed in libertine-scope (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
The Libertine Store is currently a work in progress and will not be shipped until XApps support under Unity 8 is more complete.
Until the Libertine Store ships, applications may be installed in developer mode from the command line or through the Libertine GUI app.