mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
If enlightenment is present, gnome-session starts it automagically.
This commit is contained in:
parent
2e09733a0e
commit
b1da34ca31
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51295
@ -519,7 +519,7 @@ configXDesktop(dialogMenuItem *self)
|
||||
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("gnome-session")) {
|
||||
ret = package_add("enlightenment");
|
||||
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("enlightenment"))
|
||||
write_root_xprofile("gnome-session &\nexec enlightenment\n");
|
||||
write_root_xprofile("exec gnome-session\n");
|
||||
}
|
||||
}
|
||||
else if (!strcmp(desk, "afterstep")) {
|
||||
|
@ -519,7 +519,7 @@ configXDesktop(dialogMenuItem *self)
|
||||
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("gnome-session")) {
|
||||
ret = package_add("enlightenment");
|
||||
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("enlightenment"))
|
||||
write_root_xprofile("gnome-session &\nexec enlightenment\n");
|
||||
write_root_xprofile("exec gnome-session\n");
|
||||
}
|
||||
}
|
||||
else if (!strcmp(desk, "afterstep")) {
|
||||
|
@ -519,7 +519,7 @@ configXDesktop(dialogMenuItem *self)
|
||||
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("gnome-session")) {
|
||||
ret = package_add("enlightenment");
|
||||
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("enlightenment"))
|
||||
write_root_xprofile("gnome-session &\nexec enlightenment\n");
|
||||
write_root_xprofile("exec gnome-session\n");
|
||||
}
|
||||
}
|
||||
else if (!strcmp(desk, "afterstep")) {
|
||||
|
Loading…
Reference in New Issue
Block a user