Fix themed greeter input failure

(cherry picked from commit 013eed4fdc)
v3.5.13-sru
Timothy Pearson 11 years ago committed by Slávek Banko
parent 98f7b5a2b6
commit 742b626e07

@ -394,7 +394,10 @@ kg_main( const char *argv0 )
KThemedGreeter *tgrt;
bool has_kwin_bkp = has_kwin;
is_themed = true;
has_kwin = false; // [FIXME] The themed greeter is built on the assumption that there is no window manager available (i.e. it keeps stealing focus) and needs to be repaired.
if (has_kwin) {
has_kwin = false; // [FIXME] The themed greeter is built on the assumption that there is no window manager available (i.e. it keeps stealing focus) and needs to be repaired.
kwin->kill(SIGKILL);
}
dialog = tgrt = new KThemedGreeter;
kdDebug() << timestamp() << " themed" << endl;
if (!tgrt->isOK()) {

Loading…
Cancel
Save