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:
parent
31ab9a1210
commit
7416da67e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74322
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user