Skip to content

PoE & PoE2

Filters to PoE

Download the filters you want

Download the filters and extract them if necessary.

Example: filters from FilterBlade

unzip FilterBlade.zip

Find the PoE folder

find /home/mateusz/.local/share/Steam/steamapps/compatdata -iname "Path Of Exile" 2>>/dev/null

Example output

/home/mateusz/.local/share/Steam/steamapps/compatdata/238960/pfx/drive_c/users/steamuser/Documents/My Games/Path of Exile
/home/mateusz/.local/share/Steam/steamapps/compatdata/238960/pfx/drive_c/users/steamuser/AppData/Roaming/Path of Exile

We are interested in: 238960/pfx/drive_c/users/steamuser/Documents/My Games/Path of Exile

WARNING! 238960 may differ, check the folder location first!

cd /home/mateusz/.local/share/Steam/steamapps/compatdata/238960/pfx/drive_c/users/steamuser/Documents/My\ Games/Path\ of\ Exile

Move the filters:

mv ~/Downloads/*.filter .

Note: filters may not load immediately if the game was running while adding them. Restart the game if needed.


Path of Building

Wine

Check if you already have Wine installed:

wine --version

If you don't have it:

sudo pacman -S wine

Download PoB

Download PoB zip and extract:

mkdir -p PoB && unzip Downloads/PathOfBuildingCommunity-Portable.zip -d PoB

Creates a PoB folder and extracts the files there.

Run PoB:

cd PoB
wine Path\ of\ Building.exe

If this is the first time running Wine, it may prompt for missing dependencies — install them as needed.

Next time you can launch PoB simply by double-clicking the .exe file.