dev-games/unityhub: Fix startup issues
/tmp is often mounted as noexec, but required for Node.js to be executable. Starting UnityHub with a noexec TMPDIR will fail.
Therefore, I suggest changing
Exec=/opt/unityhub/unityhub %U
to
Exec=env TMPDIR=/var/tmp /opt/unityhub/unityhub %U
Moreover, the URI scheme is not installed correctly, however, the unityhub scheme is required for the logon process. There is a missing update to the XDG mimetype database.
This commit will fix both issues.
Thank for the PR. Seems that the commit doesn't follow the standard message format and is not signed. See https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors for
Thank for the PR. Seems that the commit doesn't follow the standard message format and is not signed. See https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors for
Thank you, I amended and force-pushed the commit.
ping @StefanCristian @revanj as the maintainers of dev-games/unityhub
ping @StefanCristian @revanj as the maintainers of dev-games/unityhub
Will check later today.