Package Details: path-of-building-community-git 2.52.3.r8417.62.517-1

Git Clone URL: https://aur.archlinux.org/path-of-building-community-git.git (read-only, click to copy)
Package Base: path-of-building-community-git
Description: An offline build planner for Path of Exile using PoBFrontend, LocalIdentity's fork
Upstream URL: https://github.com/PathOfBuildingCommunity/PathOfBuilding
Licenses: MIT
Conflicts: path-of-building-community
Provides: path-of-building-community
Submitter: bcareil
Maintainer: matthewq337 (TonyTotal, LordBlick)
Last Packager: matthewq337
Votes: 28
Popularity: 1.20
First Submitted: 2020-03-14 08:43 (UTC)
Last Updated: 2025-03-11 18:19 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

TonyTotal commented on 2025-02-25 20:46 (UTC)

Hi, can you add me as a co-maintainer.

Just wanted to push the version update and add the lua51-utf8 depend

iliekturtles commented on 2025-02-20 00:04 (UTC)

There is a dependency on a lua uft8 lib now.

Manually installing lua51-luautf8 fixed the issue for me. The lua 5.1 version was explicitly needed. lua-luautf8 didn't work.

mccord commented on 2025-02-19 21:51 (UTC) (edited on 2025-02-19 21:52 (UTC) by mccord)

Not sure if it's just my system (kde on wayland) but everything is in bold font and sometimes words are cut off making it difficult to read tooltips.

Disabling Liberation Sans Bold, either globally via font manager or just feeding PoB a custom font.conf via FONTCONFIG_FILE env variable, fixes it.

For the custom fonts.conf I just copied everything from /etc/fonts/fonts.conf and added:

<selectfont> <rejectfont> <glob>/usr/share/fonts/liberation/LiberationSans-Bold.ttf</glob> </rejectfont> </selectfont>

Baraclese commented on 2025-02-10 12:24 (UTC)

There is a dependency on a lua uft8 lib now.

gabriel9 commented on 2024-08-20 05:58 (UTC)

For me setting the env WAYLAND_DISPLAY=wayland-0 did not work. What worked is adding this to command line: --nosocket=wayland

tabre commented on 2024-07-22 18:20 (UTC)

For those having the black screen issue under wayland:

env -u WAYLAND_DISPLAY PathOfBuildingCommunity

You can update the Exec line in your .desktop file to follow this pattern.

Ac5000 commented on 2024-07-19 05:45 (UTC)

@Moxie Thanks for the tip. I was able to disable the Wayland windowing system using Flatseal and now the flatpak version launches correctly.

Moxie commented on 2024-07-19 00:00 (UTC) (edited on 2024-07-19 00:03 (UTC) by Moxie)

Running it with wayland seems to give black screen, but with xwayland it works. $ QT_QPA_PLATFORM=xcb PathOfBuildingCommunity