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:
parent
331c488d69
commit
e18638480d
@ -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")) {
|
||||
|
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user