dbus session bus initialization under openbox minimal desktop
  
 
     .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{                margin-bottom:0; 
 }  
     
             
                 
 
 
         
         0 
         
 
         
             
         
 
 
 
 
             
 
             
 
     
     
 
 everyone. Looking for some help understanding dbus in an effort to better understand what I need to do to run a minimal desktop (openbox in this case).   Goal:    Find out if openbox/dbus behavior is expected, and learn a bit more about how dbus works.   Scenario:    Clean install of Ubuntu Mate 18.10, then I installed Openbox and selected it from the LightDM Greeter, thus kicking off the openbox-session script, not just raw openbox. I observed that the tint2 systray did load but when I ran (for instance) nm_applet, the icon wouldn't show up. I did however find that when I ran nm_applet via sudo nm_applet  or dbus-launch nm_applet  then its icon did show u...