Mission Control - TelepathyIM/wiki GitHub Wiki

Environment variables:

  • MC_ACCOUNT_DIR
  • MC_CLIENTS_DIR
  • MC_DEBUG
  • MC_FILTER_PLUGIN_DIR
  • MC_LINGER_TIME
  • MC_LOGFILE
  • MC_TP_DEBUG

Typical ACCOUNT_DIR is ~/.local/share/telepathy/mission-control/.

MC_DEBUG=all or MC_DEBUG=category[,category...]
       May be set to "all" for full debug output from Mission Control and
       telepathy-glib, or  various  undocumented category names (which may
       change from release to release) to filter the output. See Mission
       Control and telepathy-glib source code for the available categories.

MC_DEBUG=level
       Set a numeric debug level for Mission Control itself (but not
       telepathy-glib). Level 0 logs nothing, level 1 logs most messages,
       and level 2 logs all messages.

MC_TP_DEBUG=type
       May be set to "all" for full debug output from telepathy-glib, or various
       undocumented  options (which may change from telepathy-glib release to
       release) to filter the output. See telepathy-glib source code for the
       available options.

Full debug mode:

killall mission-control-5
G_MESSAGES_DEBUG=all MC_DEBUG=all /usr/libexec/mission-control-5