Package Details: firefox-sync 20220831-1

Git Clone URL: https://aur.archlinux.org/firefox-sync.git (read-only, click to copy)
Package Base: firefox-sync
Description: Speed up Firefox using tmpfs.
Upstream URL: http://wiki.archlinux.org/index.php/Speed-up_Firefox_using_tmpfs
Keywords: firefox speed tmpfs
Licenses: GPL
Submitter: xrchz
Maintainer: slococo
Last Packager: slococo
Votes: 31
Popularity: 0.000006
First Submitted: 2010-10-07 19:38 (UTC)
Last Updated: 2022-08-31 13:48 (UTC)

Pinned Comments

slococo commented on 2022-08-24 19:59 (UTC) (edited on 2022-08-31 13:53 (UTC) by slococo)

How to use it? You need to do a daemon-reload and enable/start the systemd service user unit:

systemctl --user daemon-reload
systemctl --user enable firefox-sync
systemctl --user start firefox-sync

Also, you can enable the timer to sync every hour (in case you're using a laptop and experience unexpected shutdowns):

systemctl --user enable firefox-sync-cron --now

For more information, see wiki.

Latest Comments

« First ‹ Previous 1 2 3 4

xrchz commented on 2011-12-01 08:43 (UTC)

Yeah, syncfox calls firefox. Also, this package seems totally useless without firefox - do you have a usage in mind?

<deleted-account> commented on 2011-12-01 08:27 (UTC)

Does this really depend on firefox? Wouldn't it be enough to make this dependency optional?

xrchz commented on 2010-10-09 07:37 (UTC)

I've added the firefox wrapper script, called syncfox, to version 20101009.

xrchz commented on 2010-10-08 22:58 (UTC)

Remember you need to run firefox-sync from time to time for this to do anything. I run it on zlogin and zlogout (aka bash_login and bash_logout). Another nice way would be to use a firefox wrapper that does sync before and after firefox.