I had just did a fresh installation of FreeBSD 13 and xorg+KDE. I deliberately left out "dbus_enable="YES" in the /etc/rc.conf (after finding out that it isn't really necessary as some users don't have it enabled). After rebooting the machine, I got a blank (black) screen with only a moving mouse pointer.
I then went to /etc/rc.conf and added "dbus_enable="YES" and rebooted. This time, I got the KDE environment with the options to reboot, shutdown, etc.
Then, I went to the /etc/rc.conf file and commented-out the "#dbus_enable="YES". And I rebooted. And, I still got the KDE environment but without the options to reboot (no shutdown, reboot, etc.)
So, to summarize:
1. first reboot just after install without dbus_enable, I could not start KDE - blank screen.
2. added "dbus_enable="YES", rebooted and I got KDE, with shutdown/reboot options.
3. commented-out "#dbus_enable="YES" and got KDE, without shutdown/reboot options.
So, my question is:
By just enabling dbus_enable once, and then disabling it, what difference is it making to the system (config files, etc.)?
I then went to /etc/rc.conf and added "dbus_enable="YES" and rebooted. This time, I got the KDE environment with the options to reboot, shutdown, etc.
Then, I went to the /etc/rc.conf file and commented-out the "#dbus_enable="YES". And I rebooted. And, I still got the KDE environment but without the options to reboot (no shutdown, reboot, etc.)
So, to summarize:
1. first reboot just after install without dbus_enable, I could not start KDE - blank screen.
2. added "dbus_enable="YES", rebooted and I got KDE, with shutdown/reboot options.
3. commented-out "#dbus_enable="YES" and got KDE, without shutdown/reboot options.
So, my question is:
By just enabling dbus_enable once, and then disabling it, what difference is it making to the system (config files, etc.)?