There are a few places where the ThinLinc client is shown as "tlclient" rather than it's proper "ThinLinc client" name: - Right-clicking the icon in the task bar - In the task manager This looks rather bad as other applications have this properly sorted out. One guess is that this information is grabbed from the executable, as we currently do not fill out the product name field. We also need to make sure this is translated, and check if vncviewer also needs to be modified.
(In reply to comment #0) > > One guess is that this information is grabbed from the executable, as we > currently do not fill out the product name field. > This theory seems to hold as vncviewer.exe is shown as "ThinLinc Client"*, which is what is stored in the executable's product name field. *Not translated though
Adding a VERSIONINFO structure to executable resources gives us: - Properties -> Information on executable shows proper version,company ,copyright etc. - Task manager entry is now "ThinLinc Client" instead of tlclient However, this change did not affect the problem were the menu title is tlclient when right clicking on the icon on task bar while program is running.
(In reply to comment #2) > > However, this change did not affect the problem were the menu title is tlclient > when right clicking on the icon on task bar while program is running. This is true only when tlclient.exe is executed outside of an installation.
Looks nice. Checked both taskbar and task manager, as well as both tlclient and vncviewer.