Overlay seems to work now, at least on Hyprland: Reddit Comment
I added two Desktop Files with the appropiate Electron Flags.
| Git Clone URL: | https://aur.archlinux.org/awakened-poe-trade-git.git (read-only, click to copy) |
|---|---|
| Package Base: | awakened-poe-trade-git |
| Description: | Path of Exile trading app for price checking |
| Upstream URL: | https://github.com/SnosMe/awakened-poe-trade |
| Keywords: | checking Exile of Path poe price trading |
| Licenses: | MIT |
| Conflicts: | awakened-poe-trade-git |
| Provides: | awakened-poe-trade-git |
| Submitter: | ninni |
| Maintainer: | ninni |
| Last Packager: | ninni |
| Votes: | 9 |
| Popularity: | 0.22 |
| First Submitted: | 2021-08-15 15:56 (UTC) |
| Last Updated: | 2026-03-08 22:00 (UTC) |
Overlay seems to work now, at least on Hyprland: Reddit Comment
I added two Desktop Files with the appropiate Electron Flags.
@gothmog.todi
Sorry i couldn't bump it sooner - but it's bumped now :)
I think the node version needs to be bumped again:
error @electron/rebuild@4.0.1: The engine "node" is incompatible with this module. Expected version ">=22.12.0". Got "20.20.0"
@Arsikk
Thanks for your suggestions. New version has been pushed
The .desktop file could be improved. First of all, the name "awakened-poe-trade" is not very user-friendly. Second, it doesn't seem to have a category, so it appears in the Other category in DE menus. I'd recommend setting a proper name and category for better UX.
@john_paul Thanks for reporting.
Node has been bumped to v20.
I'm encountering a similar error to one of the earlier reported ones:
error minimatch@10.0.1: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.20.5"
It was solved for me by changing the node version set by nvm in the PKGBUILD to 20 from 18.
@yuriosh
I've bumped node to v18, does it work for you now? Building still worked for me on v16 though... maybe some local npm packagess come into play.
Update (16.06.2024): @ninni, thanks for your work and time, now it builds without errors
Hi,
@ninni: i got this error while building,
error isbinaryfile@5.0.2: The engine "node" is incompatible with this module. Expected version ">= 18.0.0". Got "16.20.2" error Found incompatible module.
As of the latest version (3.20.10008) you can start with --no-overlay and what was formerly the overlay will open in a browser window, allowing it to be used where composition is not available or similar.
Pinned Comments
ninni commented on 2022-05-20 19:25 (UTC) (edited on 2026-03-06 17:54 (UTC) by ninni)
Update/Edit (06.03.2025): Overlay seems to work now on Hyprland: Reddit Comment
Update/Edit (10.04.2023): You can now start awakened-poe-trade in a browser window and skip the whole overlay part using the
--no-overlayflag.I'm pinning this comment to provide some basic information about this package and possible fixes:
First of all, I'm not the developer of awakened-poe-trade and just maintain this AUR package. The package builds directly from source, using the steps provided in the upstream Github Action Workflow, and adds a custom .desktop file. Most of the time, getting npm dependency warnings during building is "normal" and can be ignored.
Secondly, awakened-poe-trade on Linux can be a tad experimental. As it stands now, it only works on X11 and wayland is not supported. The overlay itself can also be a bit finicky and as far as i can see, composition MUST be enabled, otherwise we get a black screen.
If you have any problems, the following Github Issues might give some ideas as to how to fix them:
https://github.com/SnosMe/awakened-poe-trade/issues/476
https://github.com/SnosMe/awakened-poe-trade/issues/337
https://github.com/SnosMe/awakened-poe-trade/issues/185