flathub / com.mojang.Minecraft

https://flathub.org/apps/details/com.mojang.Minecraft
34 stars 13 forks source link

"Open resource pack folder" button does not work #2

Closed AsciiWolf closed 4 years ago

AsciiWolf commented 5 years ago

Clicking the "Open resource pack folder" button in game Options does nothing.

joshua-stone commented 5 years ago

I've been able to get around this issue by running the following commands:

mkdir -p ~/.minecraft/resourcepacks
sudo flatpak override --filesystem=~/.minecraft/resourcepacks com.mojang.Minecraft

Now one can drop resource packs into ~/.minecraft/resourcepacks, although I think ideally we should be able to store them in ~/.var/app/com.mojang.Minecraft/.minecraft/resourcepacks.

p1u3o commented 5 years ago

Putting them into ~/.var/app/com.mojang.Minecraft/.minecraft/resourcepacks seems to work fine for me.

AsciiWolf commented 5 years ago

@p1u3o Yep, it works. The only thing that does not work is the ingame button. ;-)