Search Criteria
Package Details: conkeror-git 1.0.4.r6.g0864afd-1
Git Clone URL: | https://aur.archlinux.org/conkeror-git.git (read-only, click to copy) |
---|---|
Package Base: | conkeror-git |
Description: | A keyboard-oriented, highly-customizable, highly-extensible web browser based on Mozilla XULRunner. |
Upstream URL: | http://conkeror.mozdev.org/ |
Keywords: | browser gecko web |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | xyproto |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 56 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-14 16:47 |
Last Updated: | 2019-08-04 09:20 |
Dependencies (2)
- firefox (firefox56, firefox-unbranded, firefox-esr-pt-br-bin, firefox-nightly-zh-cn, firefox-developer-edition-firefox-symlink-latest, firefox-nightly-zh-tw, firefox-hg, firefox-esr68-bin, firefox-esr52, firefox-bin, firefox-nightly-es-es, firefox-esr68, firefox-kde-opensuse, firefox-kde-opensuse-bin, firefox-wayland-hg, firefox-esr, firefox-esr-bin, firefox-kde-opensuse-rpm, firefox-ubuntu-bin, firefox-appmenu, firefox-fuckpa, firefox-beta-bin-all-localizations, firefox-beta-bin, firefox-appmenu-bin, firefox-beta, fedora-firefox-wayland-bin)
- git (git-git) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
haawda commented on 2017-11-17 01:30
pkgver function no longer works.
Anonymous comment on 2017-08-15 17:58
I found I could use iceweasel instead of any of the firefox variants listed. I had to change the depends line and also add a symbolic link firefox->iceweasel in /usr/bin
NLisa commented on 2016-12-12 08:38
haawda: Yes sorry I meant Mozilla has since ceased all development of Xulrunner, not Firefox.
escondida: Thank you very much, after removing the download-status-widget, Conkeror's interface works with my rc again when running Conkeror via Firefox.
Regards,
NLisa
escondida commented on 2016-12-09 23:06
NLisa, does the UI work when you run conkeror without an rc (conkeror -q)? If so, make sure you don't have the download-status-widget enabled; some firefox change deprecated something it depended on. If that doesn't work, please post your configuration to a sane paste site, such as <https://ptpb.pw> or <http://sprunge.us>.
Sadly, xulrunner is dead for good, so Firefox is the only way forward.
haawda commented on 2016-12-09 09:42
You mean Mozilla ceased all development of xulrunner. Firefox is actively developed.
What advice do you need? I also had problems with firefox and reverted back to xulrunner. Working much better.
NLisa commented on 2016-12-09 08:56
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
escondida commented on 2016-04-14 02:05
Update to reflect new versioning.
Now depends on firefox, because mozilla quit developing xulrunner.
escondida commented on 2015-04-05 23:08
Updated PKGBUILD for Makefile patch.
escondida commented on 2015-04-03 23:12
It's a moot point, because xul < 36 isn't available in Arch. Keep your system up-to-date (-:
jinnovation commented on 2015-04-03 22:59
It looks like the package actually requires xulrunner version >= 33.0-2. Can someone confirm this?