I upgraded all the ports and packages on one of my computers yesterday.  The machine still runs 12.0 with Mate as the desktop, but I can't shut it down from the menu bar.  I can, however, do so through Terminal using:
Based on someone else's advice, I also did:
No change.
I also tried revising:
/usr/local/etc/PolicyKit/PolicyKit.conf by adding:
	
	
	
		
No change. I did run, however:
and, among the results, I saw:
	
	
	
		
Does anyone have any suggestions? It appears that consolekit isn't running properly, so maybe I still have to install something or set a parameter.
Thank you.
				
			 shutdown -h nowBased on someone else's advice, I also did:
 freebsd-update fetch
freebsd-update install
pkg update
pkg autoremove
pkg upgrade -f
No change.
I also tried revising:
/usr/local/etc/PolicyKit/PolicyKit.conf by adding:
		Code:
	
	<match action="org.freedesktop.hal.power-management.shutdown">
<match user="MY USER NAME">
<return result="yes"/>
</match>
</match>No change. I did run, however:
 ck-list-sessionsand, among the results, I saw:
		Code:
	
	active = FALSE
is-local = TRUEDoes anyone have any suggestions? It appears that consolekit isn't running properly, so maybe I still have to install something or set a parameter.
Thank you.
 
			     
 
		 
 
		