- This script will download, extract then install Lotus Chat (Windows version) to
/opt/lotuschatand run with WINE on user prefix (not Bottle)
- Official Lotus Chat installer always throw this error if you trying to run under WINE. The only way to run Lotus Chat on WINE are extract it's installer, then run directly.
You need to have wine (Stable/Staging) and wget installed (not Bottle Wine) !!!
Clone repository, then run script (requires sudo cuz copying to /opt)
git clone https://git.disroot.org/cuynu/lotuschat-wine.git
cd lotuschat-wine
./lotus.sh
- Script will automatically download Lotus Chat installer and innounp to
tempfolder, then copyLotus.exeandUpdater.exeto/opt/lotuschat/and then copy LotusChat.desktop to current user. - Run
wine /opt/lotuschat/Lotus.exeor launch from application list - Enjoy :>
sudo rm -rf '/opt/lotuschat/'
sudo rm -rf '~/.wine/drive_c/users/{username}/AppData/Roaming/Lotus Chat'
sudo rm ~/.local/share/applications/LotusChat.desktop
Lotus Chat for Windows installer
Jürgen Rathlev for innounp

