escaped = g_shell_quote (file);
command = g_strconcat ("nautilus ",
command = g_strconcat ("thunar ",
"--sm-disable ",
"--no-desktop ",
"--no-default-window ",
escaped,
NULL);
contents = g_strdup_printf ("[Desktop Entry]\n"
"Name=Nautilus\n"
"Name=Thunar\n"
"Icon=file-manager\n"
"Exec=%s\n"
"Terminal=false\n"