makew0rld / amfora

A fancy terminal browser for the Gemini protocol.
GNU General Public License v3.0
1.14k stars 68 forks source link

Subscriptions don't seem to load #297

Closed Andonome closed 2 years ago

Andonome commented 2 years ago

I copied ~/.config/amfora/subscriptions.json from one computer to anotherr, but those subscriptions aren't showing up on the other computer.

What am I missing?

How do I synchronize subscriptions?

makew0rld commented 2 years ago

That's strange, that should be the only required file to make things work. Can you tell me more about your setup? What OS and Amfora version is each computer running? You can confirm the version by running amfora -v or going to about:version. Are their config files the same as well? If not, what are the differences?

Thanks for reporting this.

Andonome commented 2 years ago

One runs Void Linux, the other runs Arch.

Both are on Amfora 1.9.2.

I've copied the file over, and checked the md5sum to verify it's the same file.

If nobody else is getting this, I'll have a look around my configs in case I did something wrong.

makew0rld commented 2 years ago

Wait, I think I just figured it out. The subscriptions file is supposed to be stored at ~/.local/share/amfora/subscriptions.json, not in ~/.config. Not sure why it would work from that location on your first machine, maybe you had some weird XDG directory setup?

Andonome commented 2 years ago

Got it! Sorry - I did indeed make some aberations in my setup.

makew0rld commented 2 years ago

Glad that worked!