ENH change order
This commit is contained in:
parent
04f32d12e7
commit
504c719bdd
|
@ -137,9 +137,12 @@ features cl = FeatureSet
|
|||
evalConf db@DBusState { dbSysClient = cl } = do
|
||||
-- start DBus interfaces first since many features after this test these
|
||||
-- interfaces as dependencies
|
||||
let fs = features cl
|
||||
io $ putStrLn "hi"
|
||||
io $ hFlush stdout
|
||||
let fs = features cl
|
||||
tt <- evalAlways $ fsTabbedTheme fs
|
||||
io $ putStrLn "tabbed theme started"
|
||||
io $ hFlush stdout
|
||||
startDBusInterfaces fs
|
||||
io $ putStrLn "dbus started"
|
||||
io $ hFlush stdout
|
||||
|
@ -155,9 +158,6 @@ evalConf db@DBusState { dbSysClient = cl } = do
|
|||
dws <- startDynWorkspaces fs
|
||||
io $ putStrLn "dyn workspace started"
|
||||
io $ hFlush stdout
|
||||
tt <- evalAlways $ fsTabbedTheme fs
|
||||
io $ putStrLn "tabbed theme started"
|
||||
io $ hFlush stdout
|
||||
-- fb <- evalAlways $ fsFontBuilder features
|
||||
kbs <- filterExternal <$> evalExternal (fsKeys fs ts db)
|
||||
io $ putStrLn "keys started"
|
||||
|
|
Loading…
Reference in New Issue