Back to BlogGuides

Exiled Exchange 2 Linux: AppImage Setup and Fixes

Exiled Exchange 2 Guide TeamJuly 16, 20267 min read
exiled exchange 2 linuxexile exchange 2 linuxpoe 2 linuxappimage
Exiled Exchange 2 Linux: AppImage Setup and Fixes

Exiled Exchange 2 provides an official Linux AppImage on the project’s download page. Linux behaviour can vary with desktop environment, display server, tray support, clipboard integration, Wine or Proton, and GPU drivers.

Install the Official AppImage

  1. Open the official download page.
  2. Choose Linux (AppImage).
  3. Save the file in a stable location.
  4. Make it executable.
  5. Launch it as your normal desktop user.
  6. Start POE 2 and test a price check.

Typical permission command:

chmod +x Exiled-Exchange-2-*.AppImage

The filename changes with releases. Do not use a permanently hardcoded old asset URL.

Known Linux Areas to Check

The official common-issues page lists missing tray icons, black screens, and Wayland-related behaviour. Diagnose them separately.

Wayland Versus X11

Wayland restricts global shortcuts, clipboard monitoring, and always-on-top overlays differently. If the application starts but the overlay or hotkeys fail, test an X11 session to isolate compositor behaviour.

Tray Icon

Some desktops need AppIndicator or tray support. The process may still be running when no icon appears.

Window Mode

The official requirements support Windowed and Windowed Fullscreen, not exclusive Fullscreen. The overlay still needs access to the game window and clipboard through the compatibility layer.

Browser Interface and Command Flags

The project documents --no-overlay, which disables the overlay window and can be useful for Linux users accessing the interface in a browser. It also documents --listen=[host][:port] and --no-updates.

Do not leave --no-overlay enabled if you later expect the normal overlay. Do not bind the local server to all network interfaces unless you understand the exposure.

Fix a Black Screen

  1. Update GPU drivers.
  2. Launch the AppImage from a terminal and inspect errors.
  3. Test X11 instead of Wayland.
  4. Close third-party overlays.
  5. Compare renderer behaviour.
  6. Back up configuration before clearing application state.
  7. Download a fresh official AppImage.

The official troubleshooting page specifically recommends current drivers when Vulkan differs from DirectX11/12.

Fix Missing Hotkeys

Check whether the process is running, item text reaches the clipboard, another program captures the shortcut, Wayland blocks global input, and --no-overlay is not enabled. The default price-check shortcut is Ctrl + D.

Read our hotkeys guide for all verified defaults.

Fix Clipboard Problems

Price checking depends on POE 2 copying item text. Clipboard managers, Wine or Proton boundaries, Wayland security, remote sessions, and cloud gaming can interrupt that path.

Test item copying into a text editor. If no text arrives, fix clipboard forwarding before changing price filters. The official requirements say cloud services that do not forward clipboard data are incompatible.

Update the AppImage

The official download page marks the Linux AppImage as supporting automatic updates, but always check the current project page.

Before updating, back up configuration, close the tool, read release notes, verify the Kvan7 repository, confirm executable permission, and retest overlay and shortcuts.

Linux Checklist

  • Official AppImage
  • Executable permission enabled
  • Process running
  • Tray support available
  • Supported game window mode
  • Clipboard text reaches the desktop
  • Shortcut not captured elsewhere
  • X11 tested if Wayland fails
  • Current GPU drivers
  • --no-overlay not enabled accidentally
  • Logs reviewed

Frequently Asked Questions

Does Exiled Exchange 2 support Linux?

Yes. The official project publishes a Linux AppImage.

Why is the screen black?

Possible causes include drivers, Vulkan, Electron rendering, compositor differences, or damaged state. Review terminal output and test the sequence above.

Why is the tray icon missing?

Your desktop may need AppIndicator or tray support.

Does it work on Wayland?

The official issues page acknowledges Wayland-related reports. Test X11 to isolate the cause.

Can I run without the overlay?

Yes. Use the documented --no-overlay option when you intentionally want the browser interface.

Final Advice

Linux support is available but cannot behave identically across every distribution and compositor. Keep the setup simple, use the official AppImage, verify clipboard flow, and change one variable at a time.

Share this article

Keep Reading

Recommended Articles