Unity violates freedesktop.org desktop entry spec

Bug #789867 reported by Christoph Wickert
26
This bug affects 5 people
Affects Status Importance Assigned to Milestone
Unity
Fix Released
Undecided
Unassigned
Fedora
Won't Fix
Undecided
unity (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

It seems Unity has extra key in desktop files that are not part of the freedesktop.org desktop entry spec but are not prefixed with "X-" either. Example:

[Add Shortcut Group]
_Name=_Add download...
Exec=steadyflow add %s
TargetEnvironment=Unity

This is a violation of the freedesktop.org specs and prevents the files from being validated/installed with desktop-file-utils:

desktop-file-install --delete-original --dir=/builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64/usr/share/applications /builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64//usr/share/applications/steadyflow.desktop
/builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64/usr/share/applications/steadyflow.desktop: error: file contains group "Add Shortcut Group", but groups extending the format should start with "X-"

This is fundamentally broken as it breaks compatibility with almost any desktop except Unity. Things will get worse when a growing number of Ubuntu developers start using the new keys.

I don't recall this being discussed on the xdg mailing list and https://blueprints.launchpad.net/unity doesn't list any blueprints for unity. Is there documentation available on this? ow do you plan to fix this?

Revision history for this message
In , Orion (orion-redhat-bugs) wrote :

Description of problem:

It appears that a number of media players are adding the following entries to their .desktop files:

X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;

[Play Shortcut Group]
Name=Play
Exec=clementine --play
TargetEnvironment=Unity

[Pause Shortcut Group]
Name=Pause
Exec=clementine --pause
TargetEnvironment=Unity

[Stop Shortcut Group]
Name=Stop
Exec=clementine --stop
TargetEnvironment=Unity

[Previous Shortcut Group]
Name=Previous
Exec=clementine --previous
TargetEnvironment=Unity

[Next Shortcut Group]
Name=Next
Exec=clementine --next
TargetEnvironment=Unity

Which result in the following errors:

/data/sw/tmp/clementine.desktop: error: file contains group "Play Shortcut Group", but groups extending the format should start with "X-"
/data/sw/tmp/clementine.desktop: error: file contains group "Pause Shortcut Group", but groups extending the format should start with "X-"
/data/sw/tmp/clementine.desktop: error: file contains group "Stop Shortcut Group", but groups extending the format should start with "X-"
/data/sw/tmp/clementine.desktop: error: file contains group "Previous Shortcut Group", but groups extending the format should start with "X-"
/data/sw/tmp/clementine.desktop: error: file contains group "Next Shortcut Group", but groups extending the format should start with "X-"

Now, I have no idea if this is an accepted standard or not.

Version-Release number of selected component (if applicable):
desktop-file-utils-0.16-1.fc14.i686

Revision history for this message
Omer Akram (om26er) wrote : Re: [Bug 789867] [NEW] Unity violates freedesktop.org desktop entry spec

found this discussion
http://www.mailrepository.com/xdg.lists.freedesktop.org/msg/3415762/

On Sun, May 29, 2011 at 5:48 PM, Christoph Wickert
<email address hidden> wrote:
> Public bug reported:
>
> It seems Unity has extra key in desktop files that are not part of the
> freedesktop.org desktop entry spec but are not prefixed with "X-"
> either. Example:
>
> [Add Shortcut Group]
> _Name=_Add download...
> Exec=steadyflow add %s
> TargetEnvironment=Unity
>
> This is a violation of the freedesktop.org specs and prevents the files
> from being validated/installed with desktop-file-utils:
>
> desktop-file-install --delete-original --dir=/builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64/usr/share/applications /builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64//usr/share/applications/steadyflow.desktop
> /builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64/usr/share/applications/steadyflow.desktop: error: file contains group "Add Shortcut Group", but groups extending the format should start with "X-"
>
> This is fundamentally broken as it breaks compatibility with almost any
> desktop except Unity. Things will get worse when a growing number of
> Ubuntu developers start using the new keys.
>
> I don't recall this being discussed on the xdg mailing list and
> https://blueprints.launchpad.net/unity doesn't list any blueprints for
> unity. Is there documentation available on this? ow do you plan to fix
> this?
>
> ** Affects: unity
>     Importance: Undecided
>         Status: New
>
> --
> You received this bug notification because you are subscribed to unity.
> https://bugs.launchpad.net/bugs/789867
>
> Title:
>  Unity violates freedesktop.org desktop entry spec
>
> Status in Unity:
>  New
>
> Bug description:
>  It seems Unity has extra key in desktop files that are not part of the
>  freedesktop.org desktop entry spec but are not prefixed with "X-"
>  either. Example:
>
>  [Add Shortcut Group]
>  _Name=_Add download...
>  Exec=steadyflow add %s
>  TargetEnvironment=Unity
>
>  This is a violation of the freedesktop.org specs and prevents the
>  files from being validated/installed with desktop-file-utils:
>
>  desktop-file-install --delete-original --dir=/builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64/usr/share/applications /builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64//usr/share/applications/steadyflow.desktop
>  /builddir/build/BUILDROOT/steadyflow-0.1.7-1.fc16.x86_64/usr/share/applications/steadyflow.desktop: error: file contains group "Add Shortcut Group", but groups extending the format should start with "X-"
>
>  This is fundamentally broken as it breaks compatibility with almost
>  any desktop except Unity. Things will get worse when a growing number
>  of Ubuntu developers start using the new keys.
>
>  I don't recall this being discussed on the xdg mailing list and
>  https://blueprints.launchpad.net/unity doesn't list any blueprints for
>  unity. Is there documentation available on this? ow do you plan to fix
>  this?
>

Revision history for this message
Omer Akram (om26er) wrote :
Revision history for this message
Christoph Wickert (cwickert) wrote :

This discussion was about Unity as registered OnlyShowIn and after some discussion, Unity was added to the spec, see http://standards.freedesktop.org/menu-spec/latest/apb.html
However there was absolutely no discussion about new groups or keys.

Changed in unity (Ubuntu):
status: New → Confirmed
Revision history for this message
In , Christoph (christoph-redhat-bugs) wrote :

Kind of an upstream bug report:
https://bugs.launchpad.net/unity/+bug/789867

Neither GNOME nor Unity developers seem to care about xdg standards any longer. Sad but true.

Changed in unity:
status: New → Confirmed
Revision history for this message
In , Fedora (fedora-redhat-bugs) wrote :

This message is a notice that Fedora 14 is now at end of life. Fedora
has stopped maintaining and issuing updates for Fedora 14. It is
Fedora's policy to close all bug reports from releases that are no
longer maintained. At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we were unable to fix it before Fedora 14 reached end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora, you are encouraged to click on
"Clone This Bug" (top right of this page) and open it against that
version of Fedora.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Revision history for this message
Jeremy Bícha (jbicha) wrote :

I believe this can be considered fixed.

Actions (a slightly different API than used in versions of Ubuntu before 12.04) is now part of the .desktop spec
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s08.htm

Changed in unity:
status: Confirmed → Fix Released
Changed in unity (Ubuntu):
status: Confirmed → Fix Released
Changed in fedora:
importance: Unknown → Undecided
status: Unknown → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.