From ca9e68b171228ea93e34d3c238669ec34647d6ca Mon Sep 17 00:00:00 2001 From: Didi Kohen Date: Sat, 4 Jan 2025 12:08:04 +0200 Subject: [PATCH 1/2] flatpak location --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index 5279769604b..431becc17f9 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,7 +49,7 @@ Note that Inno Setup Extractor is only available for Android 8+ and the Import D
Linux -- Copy the MPQ files to the folder containing the DevilutionX executable, or to the data folder. The data folder path may differ depending on distro, version, and security settings, but will normally be `~/.local/share/diasurgical/devilution/` +- Copy the MPQ files to the folder containing the DevilutionX executable, or to the data folder. The data folder path may differ depending on distro, version, and security settings, but will normally be `~/.local/share/diasurgical/devilution/` for flatpak installation the path is `~/.var/app/org.diasurgical.DevilutionX/data/diasurgical/devilution/` - Install [SDL2](https://www.libsdl.org/download-2.0.php): - Ubuntu/Debian/Rasbian `sudo apt install libsdl2-2.0-0 libsdl2-image-2.0-0` - Fedora `sudo dnf install SDL2` From da7d52f593ab4cd59b75b1c69069f7a5fafca775 Mon Sep 17 00:00:00 2001 From: Didi Kohen Date: Sat, 4 Jan 2025 12:30:28 +0200 Subject: [PATCH 2/2] Update docs/installing.md Co-authored-by: qndel --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index 431becc17f9..9babb6285c5 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,7 +49,7 @@ Note that Inno Setup Extractor is only available for Android 8+ and the Import D
Linux -- Copy the MPQ files to the folder containing the DevilutionX executable, or to the data folder. The data folder path may differ depending on distro, version, and security settings, but will normally be `~/.local/share/diasurgical/devilution/` for flatpak installation the path is `~/.var/app/org.diasurgical.DevilutionX/data/diasurgical/devilution/` +- Copy the MPQ files to the folder containing the DevilutionX executable, or to the data folder. The data folder path may differ depending on distro, version, and security settings, but will normally be `~/.local/share/diasurgical/devilution/`, for flatpak installation the path is `~/.var/app/org.diasurgical.DevilutionX/data/diasurgical/devilution/` - Install [SDL2](https://www.libsdl.org/download-2.0.php): - Ubuntu/Debian/Rasbian `sudo apt install libsdl2-2.0-0 libsdl2-image-2.0-0` - Fedora `sudo dnf install SDL2`