You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo by itself doesn't parse \n, so the desktop file just ends up being:
[Desktop Entry]\nType=Application\nTerminal=false\nExec=$PWD/Godot_v3.5.1-stable_x11.64\nPath=$PWD\nName=VR Media Player\nIcon=$PWD/thirdparty/tabler-icons/badge-vr.svg
echo -e is required to parse escape sequences.
The text was updated successfully, but these errors were encountered:
echo
by itself doesn't parse\n
, so the desktop file just ends up being:echo -e
is required to parse escape sequences.The text was updated successfully, but these errors were encountered: