All Projects → johnramsden → pathofexile-flatpak

johnramsden / pathofexile-flatpak

Licence: BSD-3-Clause license
Path of Exile Flatpak

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pathofexile-flatpak

winepak-sdk
Platform and SDK runtimes for winepak based applications
Stars: ✭ 46 (+318.18%)
Mutual labels:  packaging, flatpak
deezer-linux
An universal linux port of deezer, supporting both Flatpak and AppImage
Stars: ✭ 141 (+1181.82%)
Mutual labels:  packaging, flatpak
whey
A simple Python wheel builder for simple projects.
Stars: ✭ 17 (+54.55%)
Mutual labels:  packaging
POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+8654.55%)
Mutual labels:  gaming
minicon
Minimization of the filesystem for containers
Stars: ✭ 70 (+536.36%)
Mutual labels:  packaging
comphar
Pack all composer dependencies into a single phar file.
Stars: ✭ 67 (+509.09%)
Mutual labels:  packaging
package-build
A toolset for building system packages using Docker and fpm-cookery
Stars: ✭ 36 (+227.27%)
Mutual labels:  packaging
r6maps
Rainbow Six Siege map quick references
Stars: ✭ 74 (+572.73%)
Mutual labels:  gaming
pgtk-emacs-flatpak
A Flatpak build of emacs from a combined pure-gtk and native comp branch
Stars: ✭ 17 (+54.55%)
Mutual labels:  flatpak
foreman-packaging
Packaging files (RPMs, debs) for Foreman and its dependencies
Stars: ✭ 38 (+245.45%)
Mutual labels:  packaging
StadiaIcons
A set of icons for games based on the Google Stadia logo.
Stars: ✭ 20 (+81.82%)
Mutual labels:  gaming
RetroGamingWorkshop
Retro Gaming Workshop (first offered Winter 2018)
Stars: ✭ 15 (+36.36%)
Mutual labels:  gaming
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+7263.64%)
Mutual labels:  flatpak
sms-gaming
🎮 Gaming platform powered by Twilio SMS.
Stars: ✭ 111 (+909.09%)
Mutual labels:  gaming
packages
Docker Image, Flatpak, Windows, and Ubuntu SNAP packages for a few OSS projects
Stars: ✭ 16 (+45.45%)
Mutual labels:  flatpak
Arcadia-Auction
CSGO League App | Featured on Google DevLibrary
Stars: ✭ 17 (+54.55%)
Mutual labels:  gaming
integration-test
ensure core packaging tools work well with each other
Stars: ✭ 15 (+36.36%)
Mutual labels:  packaging
vga-passthrough
Up to date (2021) reference for setting up a VGA passthrough on (Ubuntu) Linux.
Stars: ✭ 171 (+1454.55%)
Mutual labels:  gaming
gloriousctl
A utility to adjust the settings of Model O/D mice on Linux/BSD
Stars: ✭ 35 (+218.18%)
Mutual labels:  gaming
panzerlop
Configuration Guides for fixing things in Linux, Proton & KDE
Stars: ✭ 23 (+109.09%)
Mutual labels:  gaming

Path of Exile Flatpak

This Flatpak installs Path of Exile in a 32bit wine prefix.

UPDATE: Since I created this flatpak, the winepak project has appeared. While the information in this post s still useful if you are looking to build a flatpak, if you are looking to install the flatpak, installing Path of Exile from there probably a better option since it supports 64-bit, and Is updated more frequently.

Installing

If you want to try my flatpak without having to build it yourself, add my Flatpak repository.

flatpak --user remote-add \
    --if-not-exists johnramsden http://flatpakrepo.johnramsden.ca/johnramsden.flatpakrepo

Now you should be able to install my flatpaks.

flatpak --user install johnramsden ca.johnramsden.pathofexile

If you are missing the freedesktop platform you may need to add the flathub repository and install it. It should install itself, but you can also explicitly install it.

flatpak --user remote-add \
    --if-not-exists flathub \
    https://flathub.org/repo/flathub.flatpakrepo
flatpak --user install flathub org.freedesktop.Platform//1.6

To change the virtual desktop resolution, set the environment variable WINE_RESOLUTION in the run command.

It defaults to 1920x1080, to set it to 720x480 for example you would change the run command to:

flatpak run --env=WINE_RESOLUTION=720x480 ca.johnramsden.pathofexile

To change the video memory if it's not detected properly at run time, use the VIDEO_MEMORY environment variable

flatpak run --env=VIDEO_MEMORY=1024 ca.johnramsden.pathofexile 

To make it permenant edit the ~/.local/share/flatpak/exports/share/applications/ca.johnramsden.pathofexile.desktop file.

On first run it will download and install the wine requirements. Then it will download the Path of Exile installer and ask you to agree to the EULA. It will then proceed to download and install Path of Exile. Once finished it will run Path of Exile. On proceeding runs it will launch Path of Exile as expected.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].