issue400: Connecting to daemon process simply spawns a white frame

Priority: bug Status: chatting
Messages
msg1020 (view) Author: Expez Date: 2012-04-02.22:29:50
Starting a daemon in my .xinitrc and connecting to it results in a new frame being created which is 
completely white / blank. When I added require("daemon"); and daemon_mode(1) in my rc file conkeror 
started normally. 

I'm running the latest version of archlinux with xulrunner 11 and conkeror 1.0pre.
msg1021 (view) Author: Expez Date: 2012-04-02.23:22:10
To clarify what I did first was: start conkeror with daemon flag. Connect to it with conkeror launched
with no flags. This resulted in the white frame. I then edited my rc file, as mentioned above, and
launched conkeror without any flags and it worked as normal.
History
Date User Action Args
2012-04-02 23:22:10Expezsetstatus: unread -> chatting
messages: + msg1021
2012-04-02 22:29:50Expezcreate