Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use an existing profile? #461

Closed
physkets opened this issue Dec 17, 2018 · 7 comments
Closed

Can I use an existing profile? #461

physkets opened this issue Dec 17, 2018 · 7 comments

Comments

@physkets
Copy link

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?

@welcome
Copy link

welcome bot commented Dec 17, 2018

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

@naxuroqa
Copy link
Owner

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.

@physkets
Copy link
Author

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?)

@physkets
Copy link
Author

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

@naxuroqa
Copy link
Owner

naxuroqa commented Dec 19, 2018

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

@naxuroqa
Copy link
Owner

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.

@naxuroqa
Copy link
Owner

Added an issue regarding the save file location #464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants