Skip to content

Suggested Wiki Updates for Linux Users #95

@shenryp

Description

@shenryp

What feature would you like added?
Greetings - please find some suggested updates for the wiki pertaining to use on linux below. Coupled with the open PR for x11 support, this should work great for the upcoming 3.26 poe1 league.

I'd open a PR for this directly but github doesn't support wiki PRs.

Why do you want this feature added?
Few tweaks to clarify installation requirements for linux, suggested approach, as well as where to find the json configs for manual editing if needed (eg, reposition control panel overlay to 2nd monitor).

diff --git a/Running-from-Command-Line.md b/Running-from-Command-Line.md index ac87381..4feb26c 100644 --- a/Running-from-Command-Line.md +++ b/Running-from-Command-Line.md @@ -13,4 +13,17 @@ When PowerShell opens, run the following command:javaw -jar "slimtrade.jar"`

SlimTrade will then run normally, but if an error occurs it will be printed into the console. This functionality will be expanded later on to include more debugging information.

-Powershell comes standard with Windows, but if for whatever reason you don't have access to it, here is an article explaining how to run a program using command prompt instead. Switch out the final command for the one above.
\ No newline at end of file
+Powershell comes standard with Windows, but if for whatever reason you don't have access to it, here is an article explaining how to run a program using command prompt instead. Switch out the final command for the one above.
+
+### Linux
+Slimtrade is a native java application, so it should be cross-platform capable and fully supported on linux distro of your choice.
+
+#### Step 1
+Install java. Recommend using asdf or another package manager to handle distro selection, but it can be done using standard java installers.
+Tested and confirmed working using adoptopenjdk-24.0.1+9
+
+#### Step 2
+Download the jar from the SlimTrade github assets
+
+#### Step 3
+Run the jar like so from terminal: java -jar SlimTrade.jar
diff --git a/SlimTrade-Save-Files.md b/SlimTrade-Save-Files.md
index 283cc45..0293c6b 100644
--- a/SlimTrade-Save-Files.md
+++ b/SlimTrade-Save-Files.md
@@ -12,6 +12,6 @@ To quickly open the local folder, search for %localappdata% in the file explor

Mac & Linux

-User home directory in a folder called SlimTrade.
+User home directory in a folder called ~/.slimtrade, .json config files may be edited from there if needed.

-SlimTrade is currently untested on these platforms.
\ No newline at end of file
+SlimTrade is mostly untested on these platforms.

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestRequest a new feature or improvement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions