Why two almost-identical [Desktop Entry] sections in Repetier-Host.desktop?

I noticed there are two almost identical [Desktop Entry] sections in the Repetier-Host.desktop file.  The only difference between the two is the 'Name' field. Why is this?

TIA,

Frank

frank@frank-Dell-DXC061:~/Documents/RepetierHost$ more Repetier-Host.desktop
[Desktop Entry]
Name=Repetier-Host
Exec=mono RepetierHost.exe -home /rh/linux/RepetierHost&
Type=Application
StartupNotify=true
Comment=Repetier-Host 3d printer host software
Path=/rh/linux/RepetierHost
Icon=/rh/linux/RepetierHost/repetier-logo.png
Comment[en_US.UTF-8]=Repetier Host
Name[en_US]=Repetier

[Desktop Entry]
Name=Repetier-Host
Exec=mono RepetierHost.exe -home /rh/linux/RepetierHost&
Type=Application
StartupNotify=true
Comment=Repetier-Host 3d printer host software
Path=/rh/linux/RepetierHost
Icon=/rh/linux/RepetierHost/repetier-logo.png
Comment[en_US.UTF-8]=Repetier Host
Name[en_US]=Repetier-Host

Comments

  • One should be enough. The current createDesktopicon.sh also only writes out one without localiced names at all.
Sign In or Register to comment.