1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Very small cosmetic tweak - avoid starting an extra xterm for the fvwm

desktop case.
This commit is contained in:
Jordan K. Hubbard 2001-03-16 03:32:13 +00:00
parent 31ab9a1210
commit 7416da67e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74322
2 changed files with 2 additions and 2 deletions

View File

@ -680,7 +680,7 @@ configXDesktop(dialogMenuItem *self)
else if (!strcmp(desk, "fvwm2")) {
ret = package_add("fvwm");
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("fvwm"))
write_root_xprofile("xterm &\nexec fvwm\n");
write_root_xprofile("exec fvwm\n");
}
if (DITEM_STATUS(ret) == DITEM_FAILURE)
msgConfirm("An error occurred while adding the package(s) required\n"

View File

@ -680,7 +680,7 @@ configXDesktop(dialogMenuItem *self)
else if (!strcmp(desk, "fvwm2")) {
ret = package_add("fvwm");
if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("fvwm"))
write_root_xprofile("xterm &\nexec fvwm\n");
write_root_xprofile("exec fvwm\n");
}
if (DITEM_STATUS(ret) == DITEM_FAILURE)
msgConfirm("An error occurred while adding the package(s) required\n"