Merge lp:~mterry/unity8-desktop-session/connect-platform into lp:unity8-desktop-session

Proposed by Michael Terry
Status: Merged
Approved by: Christopher Townsend
Approved revision: 115
Merged at revision: 115
Proposed branch: lp:~mterry/unity8-desktop-session/connect-platform
Merge into: lp:unity8-desktop-session
Diff against target: 34 lines (+16/-8)
1 file modified
scripts/unity8-snap-install (+16/-8)
To merge this branch: bzr merge lp:~mterry/unity8-desktop-session/connect-platform
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
Review via email: mp+312855@code.launchpad.net

Commit message

unity8-snap-install: connect apps to the platform snap and install webbrowser-app

Description of the change

unity8-snap-install: connect apps to the platform snap and install webbrowser-app

To post a comment you must log in.
Revision history for this message
Christopher Townsend (townsend) wrote :

+1

review: Approve
116. By Michael Terry

fix a couple apps to use devmode now that they are u8 apps

117. By Michael Terry

Connect webbrowser-app too, it's not using the platform interface yet, but it will shortly

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/unity8-snap-install'
2--- scripts/unity8-snap-install 2016-11-22 20:56:53 +0000
3+++ scripts/unity8-snap-install 2016-12-12 14:41:23 +0000
4@@ -40,14 +40,22 @@
5 fi
6 }
7
8+install_app() {
9+ install_snap $@ && \
10+ echo_cmd $sudo snap connect $1:platform ubuntu-app-platform:platform
11+}
12+
13+install_snap ubuntu-app-platform --edge
14+
15+install_app address-book-app --edge --devmode
16+install_app camera-app --edge --devmode
17+install_app gallery-app --edge --devmode
18+install_app ubuntu-calculator-app --edge --devmode
19+install_app ubuntu-calendar-app --edge --devmode
20+install_app ubuntu-clock-app --edge --devmode
21+install_app ubuntu-filemanager-app --edge --devmode
22+install_app ubuntu-terminal-app --edge --devmode
23 install_snap unity8-session --edge --devmode
24-install_snap address-book-app --edge --devmode
25-install_snap camera-app --edge --devmode
26-install_snap gallery-app --edge --devmode
27-install_snap ubuntu-calculator-app --edge
28-install_snap ubuntu-calendar-app --edge --devmode
29-install_snap ubuntu-clock-app --edge # has stable channel version
30-install_snap ubuntu-filemanager-app --edge --devmode
31-install_snap ubuntu-terminal-app --edge --devmode
32+install_app webbrowser-app --edge --devmode
33
34 exit 0

Subscribers

People subscribed via source and target branches