1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
A Tox-based instant messaging and video chat client
Go to file
2018-01-20 18:30:35 +00:00
apidoc/python Bump to version 0.8.1 2017-11-17 17:44:56 -05:00
cfg Bump to version 0.8.1 2017-11-17 17:44:56 -05:00
doc Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
misc Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
sounds replace call sounds 2014-10-01 19:38:09 -04:00
src Fix typedef enums and potential uninitialised value. 2018-01-20 18:30:35 +00:00
.gitignore Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
astylerc Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
CHANGELOG.md Added a changelog to the project 2016-07-19 00:06:52 +01:00
COPYING Put back license 2014-06-24 17:48:49 +02:00
INSTALL.md Disable Python support in the default build 2017-05-21 16:18:39 -04:00
Makefile Make Toxic compile at NetBSD, STAGE 0 2017-11-15 05:24:19 +02:00
README.md Update text files with new toktok toxcore link 2016-12-21 17:08:32 -05:00

Coverity Scan Build Status

Toxic is a Tox-based instant messenging client which formerly resided in the Tox core repository, and is now available as a standalone application.

Toxic Screenshot

Installation

Use our repositories
Compile it yourself

Settings

Running Toxic for the first time creates an empty file called toxic.conf in your home configuration directory ("~/.config/tox" for Linux users). Adding options to this file allows you to enable auto-logging, change the time format (12/24 hour), and much more. You can view our example config file here.

Troubleshooting

If your default prefix is "/usr/local" and you receive the following:

error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory

you can attempt to correct it by running sudo ldconfig. If that doesn't work, run:

echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig