PawCorp / walltaker-desktop-client

Desktop client for Walltaker powered by golang
13 stars 10 forks source link

walltaker-go-client

Desktop client for Walltaker powered by golang

v2.0.0+ - Now a System Tray App!

v2.1.0+ - Now using websockets!

Usage

Linux

Ubuntu/Debian

Tested on Ubuntu 20.04; the following pre-requisite packages must be installed to run Walltaker 2.0.0+.

$ sudo apt install zenity libayatana-appindicator3-dev

Arch

Tested on Garuda Linux, per community request

$ sudo pacman -S zenity libayatana-appindicator appmenu-gtk-module

Debug Log Paths

Depending on what operating system you use the debug log path will be different

Windows Path: %LOCALAPPDATA%\.walltaker\logs\walltaker.log

Linux Path: ~/.cache/.walltaker/logs/walltaker.log

Mac OSX Path: ~/Library/Caches/.walltaker/logs/walltaker.log

Thanks

Special thanks to Gray over at joi.how for putting together the Walltaker project!