Merge lp://staging/~townsend/libertine/xmir-launcher into lp://staging/libertine/trunk
Proposed by
Christopher Townsend
Status: | Approved |
---|---|
Approved by: | Larry Price |
Approved revision: | 188 |
Proposed branch: | lp://staging/~townsend/libertine/xmir-launcher |
Merge into: | lp://staging/libertine/trunk |
Diff against target: |
528 lines (+301/-61) 13 files modified
CMakeLists.txt (+2/-0) data/CMakeLists.txt (+0/-2) data/libertine-xmir.conf (+0/-8) debian/libertine-xmir-tools.install (+2/-1) python/libertine/ChrootContainer.py (+1/-0) python/libertine/launcher/config.py (+1/-30) python/libertine/launcher/task.py (+34/-6) python/libertine/utils.py (+30/-0) tests/unit/test_launcher.py (+0/-12) tools/CMakeLists.txt (+1/-2) xmir-launcher/CMakeLists.txt (+11/-0) xmir-launcher/xmir-launch (+95/-0) xmir-launcher/xmir-launcher.c (+124/-0) |
To merge this branch: | bzr merge lp://staging/~townsend/libertine/xmir-launcher |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Larry Price | Approve | ||
Libertine CI Bot | continuous-integration | Pending | |
Review via email: mp+312497@code.staging.launchpad.net |
Commit message
Add launching of Xmir to liberine-xmir-tools including Xmir launch helper programs.
Description of the change
The corresponding ubuntu-app-launch MP is found here: https:/
Packages for testing are found at https:/
To post a comment you must log in.
Unmerged revisions
- 189. By Christopher Townsend
-
Merge lp:libertine/trunk.
- 188. By Christopher Townsend
-
Fix 'environ' local variables to avoid confusion with os.environ.
- 187. By Christopher Townsend
-
Changes based on review.
- 186. By Christopher Townsend
-
Merge lp:libertine/trunk.
- 185. By Christopher Townsend
-
Merge lp:libertine/trunk.
- 184. By Christopher Townsend
-
Merge lp:libertine/trunk.
- 183. By Christopher Townsend
-
Merge lp:libertine/trunk.
- 182. By Christopher Townsend
-
Fix bad commit from last merge with lp:libertine/trunk.
- 181. By Christopher Townsend
-
Merge lp:libertine/trunk.
- 180. By Christopher Townsend
-
Merge lp:libertine/trunk.
some diff comments... pick and choose.