X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.cc;h=d599e7bfc19ba4128b79eb472dd99d72630896ef;hb=3a83fe7e6cd2fa65a6f54a91bb28fa96cff24332;hp=89948118f7ff37cc4721a4fb7048ad2a504463bd;hpb=035f7d3ff483238c801fc785fc8fd2dac0e91cfc;p=chaz%2Fopenbox diff --git a/src/openbox.cc b/src/openbox.cc index 89948118..d599e7bf 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -199,10 +199,8 @@ Openbox::~Openbox() if (_restart) { if (!_restart_prog.empty()) { - const std::string &dstr = - otk::display->screenInfo(first_screen)->displayString(); - otk::putenv(const_cast(dstr.c_str())); - execlp(_restart_prog.c_str(), _restart_prog.c_str(), NULL); + otk::putenv(otk::display->screenInfo(first_screen)->displayString()); + execl("/bin/sh", "/bin/sh", "-c", _restart_prog.c_str(), NULL); perror(_restart_prog.c_str()); }