Merge lp://staging/~3v1n0/ubuntuone-client/sync-menu-use-gappinfo-launch into lp://staging/ubuntuone-client
Proposed by
Marco Trevisan (Treviño)
| Status: | Merged |
|---|---|
| Approved by: | dobey |
| Approved revision: | 1399 |
| Merged at revision: | 1393 |
| Proposed branch: | lp://staging/~3v1n0/ubuntuone-client/sync-menu-use-gappinfo-launch |
| Merge into: | lp://staging/ubuntuone-client |
| Diff against target: |
352 lines (+205/-48) 2 files modified
tests/platform/sync_menu/test_linux.py (+139/-20) ubuntuone/platform/sync_menu/linux.py (+66/-28) |
| To merge this branch: | bzr merge lp://staging/~3v1n0/ubuntuone-client/sync-menu-use-gappinfo-launch |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| dobey (community) | Approve | ||
| Diego Sarmentero (community) | Approve | ||
| Roberto Alsina (community) | Approve | ||
|
Review via email:
|
|||
Commit message
UbuntuOneSyncMe
This allows to correctly open the application with proper startup notify.
Description of the change
The linux sync-menu should use GAppInfo with LaunchContext to launch applications and URIs so that the window manager and the applications will be properly focused and launched with startup notification.
To post a comment you must log in.

Tests are failing, and there isn't new tests for the new code.