Comment 1 for bug 913885

Revision history for this message
Olivier Tilloy (osomon) wrote :

The cause of the issue lies in using g_app_info_get_executable(…) in combination with g_spawn_command_line_async(…) to launch the application associated with the desktop file.

The proper way of launching the application is to invoke g_app_info_launch(…). This will require modifying the way shortcuts are stored to keep a reference to the desktop file id instead of just the executable.