Gcenx / WineskinServer

Wineskin
GNU Lesser General Public License v2.1
2.42k stars 167 forks source link

More relevant text for main top application menu bar #471

Closed sonatique closed 4 months ago

sonatique commented 9 months ago

Hello,

First: thanks a lot for the excellent work you do for maintaining this.

I have a feature request / question: would it be possible for the title for the main application bar to reflect the title bar of the application?

Currently it always displays "Wine CX" regardless of the the title set for the application running under Wine.

Or is it possible to hard code it somewhere in a text file / plist ? I didn't succeeded so far.

Thank you very much in advance for your reply.

I am talking about this: image

Gcenx commented 9 months ago

It might be possible to display a custom name via env, however due to all the abuse from other projects reusing Wineskin Engines as if there own work I’ve started to directly hard-code a name into wine.

For example the latest Engine will display WineskinCX23.5.0 this should hopefully detour attempts to rebrand the Engines I’m providing.

sonatique commented 9 months ago

Thanks a lot for your reply, completely understandable.