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 669836 - ephy-web-app-utils: be more careful listing applications
ephy-web-app-utils: be more careful listing applications
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-10 20:57 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2012-02-22 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ephy-web-app-utils: be more careful listing applications (2.70 KB, patch)
2012-02-10 20:57 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review

Description Diego Escalante Urrelo (not reading bugmail) 2012-02-10 20:57:41 UTC
When testing for application + profile_dir I created a lot of invalid
application-like profile dirs in .gnome2/epiphany. This were being
picked as applications with all the fields NULL.

about:applications was listing weird (null) apps everywhere.
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2012-02-10 20:57:43 UTC
Created attachment 207294 [details] [review]
ephy-web-app-utils: be more careful listing applications

Check if the .desktop file exists to prevent false positives.
Comment 2 Xan Lopez 2012-02-22 10:30:12 UTC
Review of attachment 207294 [details] [review]:

Makes sense, thanks.
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2012-02-22 15:54:39 UTC
Attachment 207294 [details] pushed as 75e3424 - ephy-web-app-utils: be more careful listing applications