After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673865 - bug in "web application" .desktop files
bug in "web application" .desktop files
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
3.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-10 20:34 UTC by chrysn
Modified: 2012-04-11 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chrysn 2012-04-10 20:34:38 UTC
web application .desktop files (as generated by epiphany versions 3.2 through 3.4.0.1) contain a line StartupNotification=true. according to the desktop file spec[1], it should be StartupNotify.

implementations silently accept the unknown value, so i assume the notifications just won't work (i don't have such notifications in my setup, so i can't test it). desktop-file-validate complains:

error: file contains key "StartupNotification" in group "Desktop Entry", but keys extending the format should start with "X-"

[1] http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
Comment 1 Xan Lopez 2012-04-11 13:12:24 UTC
Thank you, fixed in master and the 3.4 branch.