How to play Tibia via Linux OS… In this guide I’ll show all the steps so even newbie could do so.
Download linux client https://secure.tibia.com/account/?subto … loadclient
Unpack it to desktop
Rename folder to ‘tibia’
bash start-tibia.sh
sudo apt-get update
sudo apt-get install libpcre16-3
sudo ln -s /usr/lib/x86_64-linux-gnu/libpcre16.so.3 /usr/lib/x86_64-linux-gnu/libpcre16.so.0
Thats it, game would work
Now to create shortcut:
sudo mv ~/Desktop/tibia/ /opt/
Create new file with the name:
tibia.desktop
Put there:
[Desktop Entry]
Name=Tibia
Exec=bash /opt/tibia/start-tibia.sh
Icon=/opt/tibia/tibia.ico
Type=Application
Categories=Games;Other;
Move file to
/usr/share/applications
OR
~/.local/share/applications
sudo mv ~/Desktop/tibia.desktop /usr/share/applications
Thanks to Danthelion