This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Linux | ||
Lunaris has partial support for linux. | ||
|
||
### Prerequisites: | ||
|
||
1. Path of Exile has to be played in windowed or borderless window | ||
2. Path of Exile has to be played on your main screen | ||
3. Java 11+ needs to be installed (we currently provide no .zip for linux, coming soon!) | ||
|
||
Grab the jar from the [releases page](https://github.com/mtricht/lunaris/releases) and start pricing! Please let us know of any issues. | ||
It has been tested on Arch/Manjaro (GNOME, KDE and i3) and a cinnamon system. | ||
|
||
### Known bugs/issues: | ||
|
||
- Stash scroll does not work. X11 does not allow event consumption. | ||
- Macros can't be on an hotkey that also use a skill or opens a in-game window. Also due to X11 not being able to consume events. | ||
- The hotkeys will work even outside Path of Exile. We're unsure how to use X11 to query if PoE is the active window, contributions are more than welcome. | ||
- The tooltip is cut off by a few pixels. | ||
- The background is grey as transparency is not supported. | ||
- GNOME has no system tray icon | ||
|
||
Special thanks to [thorsten-passfeld](https://github.com/thorsten-passfeld) and [mkalte666](https://github.com/mkalte666) for testing. |