Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
app->priv->path = g_key_file_get_string (key_file, DESKTOP_ENTRY_GROUP,
"Path", NULL);
/* 'Path=' .desktop item is not working. bugzilla.gnome.org/389273 */
if (app->priv->path != NULL && *app->priv->path == 0) {
g_free (app->priv->path);
app->priv->path = NULL;
}
app->requires_terminal = g_key_file_get_boolean
(key_file, DESKTOP_ENTRY_GROUP, "Terminal", &err);
if (err) {