When opening a new terminal window within Kali Linux, I receive the following error:
Another Window Manager (Xfwm4) is already running on screen :0.0
To replace the current window manager, try "--replace"
(xfwm4:11241): xfwm4-WARNING **: 21:04:22.977: Could not find a screen to manage, exiting
I have tried running xfwm4 --replace but this does not fix the issue. I have also tried set -m, and restarting lightdm and dbus but nothing so far has worked.
I find the following error when running sudo journalctl -u lightdm
Sep 09 11:52:55 kali systemd[1]: Starting Light Display Manager...
Sep 09 11:52:55 kali systemd[1]: Started Light Display Manager.
Sep 09 11:52:55 kali lightdm[811]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not >
Sep 09 11:52:57 kali lightdm[975]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not >
Sep 09 11:52:57 kali lightdm[975]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=132) by (uid=0)
Sep 09 11:54:35 kali lightdm[1168]: gkr-pam: unable to locate daemon control file
Sep 09 11:54:35 kali lightdm[1168]: gkr-pam: stashed password to try later in open session
Sep 09 11:54:35 kali lightdm[1168]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not>
Sep 09 11:54:35 kali lightdm[1168]: pam_unix(lightdm:session): session opened for user kali(uid=1000) by (uid=0)
Sep 09 11:54:35 kali lightdm[1168]: gkr-pam: unlocked login keyring
Sep 09 13:57:58 kali systemd[1]: Stopping Light Display Manager...
Sep 09 13:57:58 kali systemd[1]: lightdm.service: Deactivated successfully.
Sep 09 13:57:58 kali systemd[1]: Stopped Light Display Manager.
Sep 09 13:57:58 kali systemd[1]: lightdm.service: Consumed 22.821s CPU time.
I am really curious as to why this is occurring in the first place. Any help is greatly appreciated.
