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 Next › Last »

Tjuh commented on 2016-05-28 09:26 (UTC)

How do I use this btw? Both firefox-sync and syncfox give the same message; ~/.mozilla/firefox/9zupv2ht.default does not exist

FadeMind commented on 2015-03-05 11:35 (UTC)

Here we go: https://pastebin.com/raw.php?i=P4i3gpBW

xrchz commented on 2015-03-05 10:51 (UTC)

@FadeMind: I would be happy to receive a patch (or new PKGBUILD).

FadeMind commented on 2015-03-05 10:37 (UTC)

Please using package() function instead of build() function for proper packaging.

xrchz commented on 2012-06-19 13:04 (UTC)

updated again - moved test for whether LINK exists later, because want to allow that the link points to the correct but non-existent (e.g. due to restart) volatile location.

xrchz commented on 2012-06-19 08:08 (UTC)

looks good. updated. the PKGBUILD still inserts a default LINK, but your -p option allows it to be modified per run.

<deleted-account> commented on 2012-06-19 00:05 (UTC)

Wrote a patch. Please review it. https://gist.github.com/2951528 or git://gist.github.com/2951528.git You can modify the syncfox script how you like it...

xrchz commented on 2012-06-18 22:00 (UTC)

Those are good ideas; I look forward to a patch. It would perhaps be good some day to generalise this functionality beyond firefox. E.g. I currently use a customised version for iceweasel.

<deleted-account> commented on 2012-06-18 21:54 (UTC)

It would be nice to set the profile name ($LINK) with an argument for firefox-sync, b.c. hardcoding the profile name for a multiuser system is not practical. And a -h swich for a short help message would be nice, too (e.g. read the sript)