Merge lp:~tcfox54-gmail/ubuntu/precise/empathy/add_quicklist into lp:ubuntu/precise/empathy

Proposed by Trenton Fox
Status: Superseded
Proposed branch: lp:~tcfox54-gmail/ubuntu/precise/empathy/add_quicklist
Merge into: lp:ubuntu/precise/empathy
Diff against target: 12 lines (+5/-0)
1 file modified
data/empathy.desktop.in (+5/-0)
To merge this branch: bzr merge lp:~tcfox54-gmail/ubuntu/precise/empathy/add_quicklist
Reviewer Review Type Date Requested Status
Michael Hall (community) Needs Fixing
Ubuntu branches Pending
Review via email: mp+94224@code.launchpad.net

This proposal has been superseded by a proposal from 2012-03-11.

Description of the change

Adds a Unity Quicklist shortcut to Empathy's launcher for opening the application hidden.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Thanks so much for your submission!

Recently a new FreeDesktop.org specification[1] has been approved for providing desktop-agnostic shortcuts. The Quicklist documentation has been updated to coincide with this new spec[2].

Since this is now an official standard, and will benefit environments other than Unity, we encourage you to change your code to match. This will require the following changes:
1) Change "X-Ayatana-Desktop-Shortcuts" to just "Actions"
2) Change each section from "[<action> Shortcut Group]" to "[Desktop Action <action>]"
3) Remove "TargetEnvironment=Unity"
4) Change your Name= entry to use Title Case[3] (capitalizing important words)

Please update this merge proposal with these changes so they can be included in the upcoming release of Ubuntu. Please also make sure you submit them to the upstream developers so they can be included there in future versions.

[1] http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s08.html
[2] https://wiki.ubuntu.com/Unity/LauncherAPI#Quicklists
[3] http://en.wikipedia.org/wiki/Title_case#Headings_and_publication_titles

review: Needs Fixing
Revision history for this message
Sebastien Bacher (seb128) wrote :

Setting to "Work in progress" please set back to "Needs review" when you update so it shows again on the sponsoring list

175. By Ken VanDine

* New upstream release
* debian/control
  - added yelp-tools and libfarstream-0.1-dev build depends
  - bump build depends on libtelepathy-farstream-dev, and
    libtelepathy-glib-dev
  - bumpded depends for telepathy-mission-control-5
  - removed telepathy-butterfly recommends, mission-control-5 ensures
    telepathy-haze handles MSN now.
* debian/rules
  - enable empathy-av

176. By Trenton Fox

Fix to Unity Quicklist

Unmerged revisions

176. By Trenton Fox

Fix to Unity Quicklist

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/empathy.desktop.in'
2--- data/empathy.desktop.in 2012-03-05 15:14:36 +0000
3+++ data/empathy.desktop.in 2012-03-11 23:38:17 +0000
4@@ -14,3 +14,8 @@
5 X-GNOME-Bugzilla-Product=empathy
6 X-GNOME-Bugzilla-Component=General
7 X-GNOME-Bugzilla-Version=3.3.90.2
8+Actions=Hidden
9+
10+[Desktop Action Hidden]
11+Name=Open Hidden in Background
12+Exec=empathy -h

Subscribers

People subscribed via source and target branches