issue344: xulrunner 2, latest conkeror fails to start

Priority: bug Status: resolved
Messages
msg822 (view) Author: asarkar Date: 2011-03-22.22:23:14
No window appears, no error message is printed, and the process terminates immediately. 

Deleting ~/.conkeror.mozdev.org/ does not fix the problem.
msg823 (view) Author: retroj Date: 2011-03-22.22:47:31
To clarify, when you say "latest", you mean from git master?
msg824 (view) Author: asarkar Date: 2011-03-22.22:56:43
Yes, from git master.
msg825 (view) Author: retroj Date: 2011-03-22.23:27:28
Can you identify for me as specifically as possible (with url if possible) the version of xulrunner that
is giving this problem?  Was it built by you or was it a binary package?
msg826 (view) Author: asarkar Date: 2011-03-22.23:35:31
I'm using the binary package in Arch Linux: http://www.archlinux.org/packages/extra/x86_64/xulrunner/.
msg827 (view) Author: madalu Date: 2011-03-23.00:09:00
I can confirm that with xulrunner 2.0 from arch linux (x86_64), conkeror (latest git master) fails to 
start. 

http://www.archlinux.org/packages/extra/x86_64/xulrunner/

Unfortunately, the packaging script for building the binary has not been updated on the servers yet, so I 
cannot provide a link to the source used to build the package.
msg828 (view) Author: retroj Date: 2011-03-23.00:13:09
Try the x86_64 build from here:

http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/2.0rc1/runtimes/

You'll have to do manual GRE registration to put a necessary file in your ~/.gre.d/

$ cd xulrunner
$ ./xulrunner --register-user

You might also temporarily remove the file /etc/gre.d/2.0.system.conf to ensure that the run-conkeror
script (which is in conkeror's contrib/ dir) will definitely use the right version.
msg829 (view) Author: madalu Date: 2011-03-23.00:25:21
Also could not start conkeror with xulrunner 2.0rc1.

http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/2.0rc1/runtimes/xulrunner-2.0.en-US.linux-
x86_64.tar.bz2

I uninstalled the the arch linux xulrunner and followed the installation steps at 
http://conkeror.org/InstallationUnix , except that I used the link above to download conkeror.
msg830 (view) Author: asarkar Date: 2011-03-23.02:07:48
I also reported this bug on the Arch Linux tracker (I am using the conkeror-git binary package) and the
problem seems to have been solved: 

https://bugs.archlinux.org/task/23393
History
Date User Action Args
2011-03-23 03:06:29retrojsetstatus: chatting -> resolved
2011-03-23 02:07:48asarkarsetmessages: + msg830
2011-03-23 00:25:21madalusetmessages: + msg829
2011-03-23 00:13:09retrojsetmessages: + msg828
2011-03-23 00:09:00madalusetmessages: + msg827
2011-03-22 23:35:31asarkarsetmessages: + msg826
2011-03-22 23:27:28retrojsetmessages: + msg825
2011-03-22 22:56:43asarkarsetmessages: + msg824
2011-03-22 22:47:31retrojsetstatus: unread -> chatting
messages: + msg823
2011-03-22 22:23:14asarkarcreate