Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Create LINUX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht authored Jan 23, 2020
1 parent ca8d322 commit eb7d9ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions LINUX.md
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.

0 comments on commit eb7d9ad

Please sign in to comment.