Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147470 | Differences between
and this patch

Collapse All | Expand All

(-)src/tracker-search-tool/tracker-search-tool-support.c.orig (-5 / +2 lines)
Lines 1238-1252 Link Here
1238
1238
1239
	escaped = g_shell_quote (file);
1239
	escaped = g_shell_quote (file);
1240
1240
1241
	command = g_strconcat ("nautilus ",
1241
	command = g_strconcat ("thunar ",
1242
	                       "--sm-disable ",
1243
	                       "--no-desktop ",
1244
	                       "--no-default-window ",
1245
	                       escaped,
1242
	                       escaped,
1246
	                       NULL);
1243
	                       NULL);
1247
1244
1248
	contents = g_strdup_printf ("[Desktop Entry]\n"
1245
	contents = g_strdup_printf ("[Desktop Entry]\n"
1249
				    "Name=Nautilus\n"
1246
				    "Name=Thunar\n"
1250
				    "Icon=file-manager\n"
1247
				    "Icon=file-manager\n"
1251
				    "Exec=%s\n"
1248
				    "Exec=%s\n"
1252
				    "Terminal=false\n"
1249
				    "Terminal=false\n"

Return to bug 147470