New comment by deimonn on void-packages repository https://github.com/void-linux/void-packages/issues/50682#issuecomment-2147818530 Comment: I also wish to note that I hacked a fix for this issue by going into the `/usr/share/applications/code-oss.desktop` file and removing the `--unity-launch` argument from `Exec`: ```diff [Desktop Entry] Name=Code - OSS Comment=Code Editing. Redefined. GenericName=Text Editor - Exec=/usr/lib/code-oss/bin/code-oss --unity-launch %F + Exec=/usr/lib/code-oss/bin/code-oss %F Icon=code-oss Type=Application ... ``` I do not know what the `--unity-launch` argument is meant to do, but this fixed the behavior described above at least.