GNOME Bugzilla – Bug 673467
Use g_app_info_get_executable() instead of g_app_info_get_commandline() to get default mail client
Last modified: 2012-04-11 10:35:20 UTC
Hi, You should use g_app_info_get_executable() instead of g_app_info_get_commandline() to get the default mail client The later actually also return arguments (and arguments placeholder) that are contained in the .desktop file. This is not what's needed as the nautilus-sendto is generating these arguments
Created attachment 211293 [details] [review] Call g_app_info_get_executable() instead of g_app_info_get_commandline() It seems that g_app_info_get_commandline() is adding the arguments placeholder from the .desktop file. We don't want this because nautilus-sendto is building the arguments list itself.
Created attachment 211294 [details] [review] Call g_app_info_get_executable() instead of g_app_info_get_commandline() It seems that g_app_info_get_commandline() is adding the arguments placeholder from the .desktop file. We don't want this because nautilus-sendto is building the arguments list itself. Branch: gnome-3-0
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 673465 ***