Message1328

Author NLisa
Recipients
Date 2016-12-09.08:56:29
Content
I believe conkeror has moved from Xulrunner to Firefox dependency.

I believe this change is due to the fact that Mozilla has ceased all development of Firefox.

Conkeror loads, but all controls are broken, when started using Firefox

In the interim, I have reverted back to Xulrunner by replacing 'firefox' dependency with 'xulrunner' in
the PKGBUILD file, and in /usr/bin/conkeror, I have made the following changes to revert back to using
Xulrunner:

    exec xulrunner "/usr/share/conkeror/application.ini" "$@"

Previously, with the new Firefox dependency:

    XUL_APP_FILE="/usr/share/conkeror/application.ini" exec firefox "$@"

Please advise.

Sincere regards,
NLisa
History
Date User Action Args
2016-12-09 08:56:29NLisasetmessageid: <1481273789.54.0.182280817073.issue512@bugs.conkeror.org>
2016-12-09 08:56:29NLisalinkissue512 messages
2016-12-09 08:56:29NLisacreate