Recently I was trying to install the latest Unity Hub, but there such error appeared: “ERROR: appimage_register_in_system : Entry doesn’t exists: .DirIcon”. For some reason, latest appImage is misconfigured. But there are workarond exists: you can extract appimage contents by typing
./UnityHub.AppImage --appimage-extract
in terminal after chown’ing appimage. After that, go to created “squashfs-root” directory and run the “AppRun” executable. After this, Unity Hub can be launched, but without icon. Maybe, this will be fixed in next release
Same issue for me, but this solution does not work for me.
So I can’t use unity 2019.x because it requires unityHub to run. I’ve installed and started successfully the 2018.3 version instead
Hey there! Can I know which Linux distro are you on? Thanks!
Hi,
I’m on Arch Linux, using the last Gnome version
KDE Neon User edition 5.17
What happens when you trying to extract and run executable from squashfs-root?