Search Issue Tracker
Won't Fix
Votes
1
Found in
Issue ID
1142731
Regression
No
[Linux] .desktop file location is hardcoded instead of checking XDG_DATA_HOME
To reproduce:
1) Have Unity Hub installed, with .desktop file placed in ~/.local/share/applications
2) Redefine your XDG_DATA_HOME variable in the OS (I tested doing that in a script in /etc/profile.d/ on Ubuntu)
3) Restart the system
4) Notice that Unity Hub is no longer in Activities, as applications are now relocated to the new data folder
5) Run UnityHub.AppImage
Expected: It checks the path of XDG_DATA_HOME/applications for .desktop file
Actual: It still checks ~/.local/share/applications/
Reproduced in Unity Hub 1.6
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Close due to tech limitation