Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
3
Found in
2018.3.0a1
Issue ID
1047075
Regression
Yes
Linux executable doesn't launch and has incorrect icon.
Linux executable doesn't launch and has incorrect icon
Steps to Reproduce:
1. Create a new project
2. Change "Target Platform" as a Linux
3. Set architecture as "x86 + x86_64(Universal)"
4. Build project
5. Transfer executable file on Linux machine
Actual result:
Executable doesn't run and shows incorrect icon
Reproducible on:
2018.3.0a3, 2018.3.0a2, 2018.3.0a1
Working Fine on:
2018.2.0b7, 2018.2.0b9
Environment:
Build made on Windows (10) for Linux
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
jwvanderbeck
Oct 25, 2018 17:03
Why not make PIE an option when building? Not every game is going to care about the extra security.
syscrusher
Oct 11, 2018 15:19
Question: Is this only applicable to the universal binaries, or would it also affect a specific 32-bit or 64-bit build? I ask because I do independent builds for 32 and 64 bit most of the time. Thanks.
FROS7
Sep 28, 2018 00:50
@pjayb Has the issue been raised with the Gnome community??
PJayB
Sep 25, 2018 15:47
Unfortunately, this is an issue caused by Nautilus' ("Files") lack of support for position-independent executables, i.e. double-click and icon support is not available for PIE binaries. Running from the command line still works. Unfortunately, fixing this is up to the GNOME community and is out of Unity's control. However, we are considering ways to make this less painful/confusing for our users.