exec ck-launch-session openbox-session
So far, the problem with this approach is that the wallpaper set prior this command is lost. Meaning when launching X, i see the wallpaper for a split second, and then, it disappears altogether, and i get a plain grey background. To work around this, i added a customized X startup script ~/bin/startx:
1 | #!/bin/bash |
And amend the line in ~/.xinitrc to:
exec ck-launch-session ~/bin/startx
That's all !!