为什么xinit会自动启动xterm?

Chr*_*man 5 linux xorg x-server

当我运行时:xinit [client application] -- :128 vt01 -novtswitch我注意到除了我的客户端应用程序之外,它还启动了一个 xterm 实例。根据手册页:

   ...

   If no specific client program is given on the command line, xinit  will
   look  for a file in the user's home directory called .xinitrc to run as
   a shell script to start up client programs.  If no  such  file  exists,
   xinit will use the following as a default:

        xterm  -geometry  +1+1  -n  login  -display  :0

   ...
Run Code Online (Sandbox Code Playgroud)

我认为“如果”是这里的关键词。我已经指定了我自己的客户端程序;为什么它仍然运行 xterm?

这是在我刚刚创建的干净的 Mint 12/mate 虚拟机中。