Skip to content

Commit

Permalink
Restore DefaultServerConfiguration::the_console_services() to the ver…
Browse files Browse the repository at this point in the history
…sion from 0.32.0
  • Loading branch information
AlanGriffiths committed Jul 11, 2018
1 parent 334986a commit e09dbc2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/server/console/default_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,20 +118,6 @@ std::shared_ptr<mir::ConsoleServices> mir::DefaultServerConfiguration::the_conso
}
}

try
{
auto const vt_services = std::make_shared<mir::LogindConsoleServices>(
std::dynamic_pointer_cast<mir::GLibMainLoop>(the_main_loop()));
mir::log_debug("Using logind for session management");
return vt_services;
}
catch (std::exception const& e)
{
mir::log_debug(
"Not using logind for session management: %s",
boost::diagnostic_information(e).c_str());
}

try
{
auto const vt_services = std::make_shared<mir::LinuxVirtualTerminal>(
Expand Down

0 comments on commit e09dbc2

Please sign in to comment.