From e598e3de36c5f0846c88f66c5f8181b31362fe37 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Sun, 16 May 2021 12:13:41 +0200 Subject: [PATCH] Update fusion360-flatpak-dxvk-install.sh --- scripts/fusion360-flatpak-dxvk-install.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/scripts/fusion360-flatpak-dxvk-install.sh b/scripts/fusion360-flatpak-dxvk-install.sh index 841c156..91f7895 100644 --- a/scripts/fusion360-flatpak-dxvk-install.sh +++ b/scripts/fusion360-flatpak-dxvk-install.sh @@ -13,7 +13,29 @@ # 4. Step: Now you can use my other file "fusion360-flatpak-start.sh" for running Autodesk Fusion 360 on your system. # 5. Step: When you have opened Fusion 360 -> Go to preferences and in General under Graphics driver, select DirectX 9. +#################################################################### +# The next two steps are also very important for you, because on some Linux Distrubition you dosn't get to work Flatpak without these steps!!! +#################################################################### +# 1. Step: Open a Terminal and run this command sudo nano /etc/hosts (Change this file wihtout # !) + +# 127.0.0.1 localhost +# 127.0.1.1 EXAMPLE-NAME + +# ::1 ip6-localhost ip6-loopback +# fe00::0 ip6-localnet +# ff00::0 ip6-mcastprefix +# ff02::1 ip6-allnodes +# ff02::2 ip6-allrouters +# ff02::3 ip6-allhosts + +# 2. Step: Run this command: sudo nano /etc/hostname (Change this file wihtout # !) + +# EXAMPLE-NAME + +# 3. Step: Reboot your system! + +#################################################################### # Add the Flathub repository for your current user!!! echo "Add the Flathub repository"