find efm's .desktop file for efm windows

This commit is contained in:
Mike Blumenkrantz 2013-10-03 11:20:36 +01:00
parent a2d85fc0ab
commit 7dee42020e
1 changed files with 5 additions and 0 deletions

View File

@ -8946,6 +8946,11 @@ _e_border_eval(E_Border *bd)
if (!bd->desktop)
bd->desktop = efreet_util_desktop_name_find(desktop);
}
if (!bd->desktop)
{
if (bd->internal && (bd->client.icccm.class && (!strncmp(bd->client.icccm.class, "e_fwin::", 8))))
bd->desktop = efreet_util_desktop_exec_find("enlightenment_filemanager");
}
if (!bd->desktop)
{
if ((bd->client.icccm.name) && (bd->client.icccm.class))