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 686050 - fail gracefully if evolution is not available
fail gracefully if evolution is not available
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: calendar
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-12 18:46 UTC by Matthias Clasen
Modified: 2012-10-13 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dateMenu: Hide "Open Calendar" item if calendar unavailable (2.82 KB, patch)
2012-10-12 19:05 UTC, Florian Müllner
committed Details | Review

Description Matthias Clasen 2012-10-12 18:46:20 UTC
With the calendar widget accessible through clicking on the panel clock, there is a 'Open Calendar' button, that spawns this notification: "Execution of 'evolution -c calendar' failed: Command not found" when evolution is not installed.

At the very least, we should present a user friendly message.
It would be nicer to not show the 'Open Calendar' item in the first place if it is not going to work.
Comment 1 Florian Müllner 2012-10-12 19:05:04 UTC
Created attachment 226348 [details] [review]
dateMenu: Hide "Open Calendar" item if calendar unavailable

The configured calendar application might not actually be installed.
Instead of failing with an error message, hide the menu item altogether
in this case.
Comment 2 drago01 2012-10-12 21:16:09 UTC
Review of attachment 226348 [details] [review]:

Makes sense.
Comment 3 Florian Müllner 2012-10-13 12:43:15 UTC
Attachment 226348 [details] pushed as 4342155 - dateMenu: Hide "Open Calendar" item if calendar unavailable