HomeWildfire Games

Fix two typos noticed by @Nescio, and use the performance GPU on Linux too.

Description

Fix two typos noticed by @Nescio, and use the performance GPU on Linux too.
Patch by: @DynamoFox, @nwtour
Comments by: @bb

Differential Revision: https://code.wildfiregames.com/D3475

Event Timeline

asterix added a subscriber: asterix.Jan 6 2022, 8:46 PM
asterix added inline comments.
/ps/trunk/build/resources/0ad.desktop
2

Should not this be 1.5.0 ?

DynamoFox added inline comments.Jan 6 2022, 9:22 PM
/ps/trunk/build/resources/0ad.desktop
2

I had previously set it to 1.4 (https://code.wildfiregames.com/D3475?id=19338) because that was the lowest version that supported the PrefersNonDefaultGPU key. Also since I couldn't find any meaningful changelog about what changed between 1.4 and 1.5 I left it to 1.4.

In this commit we are using a key meant for a newer version of the desktop entry spec while we declared an older version...
I think it could be a mistake that happened after https://code.wildfiregames.com/rP26177 .

Stan added inline comments.Jan 6 2022, 9:25 PM
/ps/trunk/build/resources/0ad.desktop
2

Looks like a hunk failed yes... Sorry about that.