Sawfish is invoked by the gnome stuff automatically if it exists -

we don't need to start it explicitly.

Noted by:	"Jose M. Alcaide" <jose@we.lc.ehu.es>
This commit is contained in:
Jordan K. Hubbard 2001-03-06 21:46:03 +00:00
parent 331c488d69
commit e18638480d
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ configXDesktop(dialogMenuItem *self)
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("gnome-session")) {
ret = package_add("sawfish");
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("sawfish"))
write_root_xprofile("gnome-session &\nexec sawfish");
write_root_xprofile("exec gnome-session\n");
}
}
else if (!strcmp(desk, "enlightenment")) {

View File

@ -646,7 +646,7 @@ configXDesktop(dialogMenuItem *self)
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("gnome-session")) {
ret = package_add("sawfish");
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("sawfish"))
write_root_xprofile("gnome-session &\nexec sawfish");
write_root_xprofile("exec gnome-session\n");
}
}
else if (!strcmp(desk, "enlightenment")) {