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

Collapse All | Expand All

(-)src/userutilities.cpp.orig (-3 / +3 lines)
Lines 13-27 Link Here
13
{
13
{
14
	gchar	*path;
14
	gchar	*path;
15
	
15
	
16
	if (!strcmp(g_getenv("DESKTOP_SESSION"),"gnome"))
16
//	if (!strcmp(g_getenv("DESKTOP_SESSION"),"gnome"))
17
	{
17
//	{
18
		path = g_find_program_in_path("gnome-open");
18
		path = g_find_program_in_path("gnome-open");
19
		if (path)
19
		if (path)
20
		{
20
		{
21
			g_free(path);
21
			g_free(path);
22
			return TRUE;
22
			return TRUE;
23
		}
23
		}
24
	}
24
//	}
25
	
25
	
26
	return FALSE;
26
	return FALSE;
27
}
27
}

Return to bug 104408