naxuroqa / Venom

a modern Tox client for the GNU/Linux desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use an existing profile?

physkets opened this issue · comments

I'm currently using a profile I created in Toxic. I switched to qTox a while back, and it was able to detect the .tox file.

Can I use the same through Venom? When I start the client, I don't see any option to use an existing profile. Is there some config file I can alter, to achieve this?

Also, my profile is encrypted. Does that make a difference?

Thanks for opening your first issue here! Be sure to follow the issue template!

Maybe. Venom uses the same mechanism for encrypting/decrypting profiles as qTox, so this might also be the same as toxic.

There is no automated import possible right now, for now you have to do this manually.

Venom puts profiles in $XDG_DATA_HOME/tox/. This depends now, if you installed the flatpak bundle or installed it some other way.

  • For the flatpak bundle $XDG_DATA_HOME/tox/ is at ~/.var/app/com.github.naxuroqa.venom/tox/
  • Otherwise $XDG_DATA_HOME/tox/ is at ~/.local/share/tox/

Venom will find any *.tox files in this directory and list them at startup, you can copy your toxic profile there. Please only copy the tox data file, not any history file, as those are not supported.

I installed Venom by compiling it locally (using the build-script from the AUR).

qTox and Toxic put the profile & logs in ~/.config/tox/. Do you think you could also make it search there?

As you suggested, I copied it to ~/.local/share/tox/, and it found it! Thanks a lot!

Can you put this information in the README.md, or somewhere visible? It seems like something more people would want to know about. (or is it already there, and I missed it?)

Also, should I copy the .ini file? Is that relevant to the profile?

I don't think that the .ini file is of any use for venom, all files are of different structure and content except the tox data file.

As far as I am aware, the idea is for qTox also to use $XDG_DATA_HOME/tox, i.e. ~/.local/share/tox in the future, might be already implemented. The next release will probably use this directory as well.

See the updated Tox Client Standard: https://github.com/Tox/Tox-Client-Standard/blob/master/data_storage/data_storage.md

And qTox/qTox#5410

As you suggested, I copied it to ~/.local/share/tox/, and it found it! Thanks a lot!

You are welcome :)

Can you put this information in the README.md, or somewhere visible? It seems like something more people would want to know about. (or is it already there, and I missed it?)

You didn't miss it, the change to XDG_DATA_HOME/tox is a recent one. Good idea.

Added an issue regarding the save file location #464