Merge lp:~laney/ubuntu-terminal-app/notshowin-unity into lp:~ubuntu-terminal-dev/ubuntu-terminal-app/reboot

Proposed by Iain Lane
Status: Merged
Merge reported by: Florian Boucault
Merged at revision: not available
Proposed branch: lp:~laney/ubuntu-terminal-app/notshowin-unity
Merge into: lp:~ubuntu-terminal-dev/ubuntu-terminal-app/reboot
Diff against target: 31 lines (+7/-0)
2 files modified
com.ubuntu.terminal.desktop.in.in (+1/-0)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~laney/ubuntu-terminal-app/notshowin-unity
Reviewer Review Type Date Requested Status
Ubuntu Terminal Developers Pending
Review via email: mp+306855@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

Interestingly this fails click-review, if built as a click (which we do for the phone, although armhf, not amd64 as in the example below)...

Now executing: click-review ./com.ubuntu.terminal_0.7.217_amd64.click
Errors
------
 - desktop:validates:terminal
 did not validate: (ValidationError in file '/tmp/review-pp96fg9l/com.ubuntu.terminal.desktop':
- 'Unity7' is not a registered OnlyShowIn value )
 http://askubuntu.com/questions/417377/what-does-desktop-validates-mean/417378

Revision history for this message
Iain Lane (laney) wrote :

On Tue, Sep 27, 2016 at 11:08:32AM -0000, Alan Pope 🍺🐧🐱 wrote:
> Interestingly this fails click-review, if built as a click (which we do for the phone, although armhf, not amd64 as in the example below)...
>
> Now executing: click-review ./com.ubuntu.terminal_0.7.217_amd64.click
> Errors
> ------
> - desktop:validates:terminal
> did not validate: (ValidationError in file '/tmp/review-pp96fg9l/com.ubuntu.terminal.desktop':
> - 'Unity7' is not a registered OnlyShowIn value )
> http://askubuntu.com/questions/417377/what-does-desktop-validates-mean/417378

Sigh, desktop-file-validate has a whitelist of allowed names.

--
Iain Lane [ <email address hidden> ]
Debian Developer [ <email address hidden> ]
Ubuntu Developer [ <email address hidden> ]

Revision history for this message
Iain Lane (laney) wrote :

On Tue, Sep 27, 2016 at 11:24:25AM -0000, Iain Lane wrote:
> On Tue, Sep 27, 2016 at 11:08:32AM -0000, Alan Pope 🍺🐧🐱 wrote:
> > Interestingly this fails click-review, if built as a click (which we do for the phone, although armhf, not amd64 as in the example below)...
> >
> > Now executing: click-review ./com.ubuntu.terminal_0.7.217_amd64.click
> > Errors
> > ------
> > - desktop:validates:terminal
> > did not validate: (ValidationError in file '/tmp/review-pp96fg9l/com.ubuntu.terminal.desktop':
> > - 'Unity7' is not a registered OnlyShowIn value )
> > http://askubuntu.com/questions/417377/what-does-desktop-validates-mean/417378
>
> Sigh, desktop-file-validate has a whitelist of allowed names.

See https://bugs.freedesktop.org/show_bug.cgi?id=97947

--
Iain Lane [ <email address hidden> ]
Debian Developer [ <email address hidden> ]
Ubuntu Developer [ <email address hidden> ]

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'com.ubuntu.terminal.desktop.in.in'
2--- com.ubuntu.terminal.desktop.in.in 2016-02-11 20:43:44 +0000
3+++ com.ubuntu.terminal.desktop.in.in 2016-09-27 10:50:58 +0000
4@@ -8,3 +8,4 @@
5 X-Ubuntu-Touch=true
6 X-Ubuntu-Default-Department-ID=accessories
7 X-Ubuntu-Splash-Color=#111111
8+NotShowIn=Unity7
9
10=== modified file 'debian/changelog'
11--- debian/changelog 2016-09-19 00:44:11 +0000
12+++ debian/changelog 2016-09-27 10:50:58 +0000
13@@ -1,5 +1,6 @@
14 ubuntu-terminal-app (0.7ubuntu1) UNRELEASED; urgency=medium
15
16+ [ Luke Yelavich ]
17 * Get packaging ready for inclusion in yakkety (LP: #1623845)
18 * Update standards version
19 * Fix up build dependency formatting
20@@ -7,6 +8,11 @@
21 * Update copyright
22 * Update Vcs-bzr field
23
24+ [ Iain Lane ]
25+ * com.ubuntu.terminal.desktop.in.in: Add NotShowIn=Unity7 - we have
26+ gnome-terminal there, and having two applications called "Terminal" will
27+ be confusing.
28+
29 -- Luke Yelavich <themuso@ubuntu.com> Fri, 16 Sep 2016 09:04:28 +1000
30
31 ubuntu-terminal-app (0.7) wily; urgency=medium

Subscribers

People subscribed via source and target branches