issue512: Arch Linux 4.8.12.2, Conkeror-git-1.0.3.r13.g65fb97a-1 and Firefox-50.0.2-1

Priority: bug Status: resolved
Messages
msg1328 (view) Author: NLisa Date: 2016-12-09.08:56:29
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
msg1329 (view) Author: NLisa Date: 2016-12-15.10:30:06
Removing the download-status-widget from the rc configuration file resolved this issue.
History
Date User Action Args
2016-12-15 10:30:06NLisasetstatus: unread -> resolved
messages: + msg1329
2016-12-09 10:51:55NLisasettitle: Arch Linux 4.8.12.2, Fonkeror-git-1.0.3.r13.g65fb97a-1 and Firefox-50.0.2-1 -> Arch Linux 4.8.12.2, Conkeror-git-1.0.3.r13.g65fb97a-1 and Firefox-50.0.2-1
2016-12-09 08:56:29NLisacreate