With kwin --replace, read config written by previous instance
(with fake session data dumped there should be nothing written to kwinrc by kwin itself though). svn path=/trunk/kdebase/kwin/; revision=316458
This commit is contained in:
parent
0131463258
commit
f94533b394
1 changed files with 3 additions and 0 deletions
3
main.cpp
3
main.cpp
|
@ -99,6 +99,9 @@ Application::Application( )
|
|||
::exit(1);
|
||||
}
|
||||
connect( &owner, SIGNAL( lostOwnership()), SLOT( lostSelection()));
|
||||
|
||||
// if there was already kwin running, it saved its configuration after loosing the selection -> reread
|
||||
config()->reparseConfiguration();
|
||||
|
||||
initting = TRUE; // startup....
|
||||
|
||||
|
|
Loading…
Reference in a new issue