Merge lp:~jelmer/tribunal/mimetype into lp:tribunal
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Martin Pool |
Approved revision: | 168 |
Merged at revision: | 166 |
Proposed branch: | lp:~jelmer/tribunal/mimetype |
Merge into: | lp:tribunal |
Diff against target: |
104 lines (+47/-4) 5 files modified
setup.py (+22/-3) tribunal-subunit.desktop (+9/-0) tribunal-subunit.xml (+8/-0) tribunal.applications (+7/-0) tribunal/app.py (+1/-1) |
To merge this branch: | bzr merge lp:~jelmer/tribunal/mimetype |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pool | Approve | ||
The Tribunal | code | Pending | |
Review via email:
|
Commit message
Register subunit mimetype and register tribunal-subunit as a handler for that type.
Description of the change
Register the text/x-subunit mimetype using XDG and register tribunal-subunit as an application that can handle files of that type. This means that clicking on a .subunit file in nautilus will open it in tribunal.
This will also make tribunal appear in the "Programming" applications menu.
To post a comment you must log in.
thanks