Aurora 4x

C# Aurora => C# Installation => Topic started by: XB-7 on December 30, 2024, 04:44:02 PM

Title: Dark Theme Override for Linux Wine Registry
Post by: XB-7 on December 30, 2024, 04:44:02 PM
This registry file is all you need to set up the proper Wine environment with Aurora 4X.

This file sets the proper numerical localization and removes all of the glaring white highlights.

(https://i.imgur.com/nU7888K.png)

To create an environment for Aurora to run, I use:
WINEPREFIX=$HOME/.aurora WINEARCH=win64 winetricks --force --unattended courier micross win10

Then I apply the attached theme:
WINEPREFIX=$HOME/.aurora WINEARCH=win64 wine regedit aurora-dark-theme.txt

For running Aurora under wine:
WINEPREFIX=$HOME/.aurora WINEARCH=win64 wine Aurora.exe
Title: Re: Dark Theme Override for Linux Wine Registry
Post by: XB-7 on December 30, 2024, 10:35:22 PM
Sorry, people. I posted this in the VB6 forum instead of C#.
Title: Re: Dark Theme Override for Linux Wine Registry
Post by: Garfunkel on December 31, 2024, 08:35:01 AM
Okay, let's move it over then.
Title: Re: Dark Theme Override for Linux Wine Registry
Post by: XB-7 on January 05, 2025, 12:10:43 PM
For whatever reason, Wine doesn't hand off the sLongDate setting to Aurora 4x properly.

The only solution I've found that works is adding an additional environment variable when executing Aurora.

WINEPREFIX=$HOME/.aurora WINEARCH=win64 LC_ALL=en_GB.utf8 wine Aurora.exe

en_US doesn't work either. en_GB is the only option that appears to work correctly.

Before:

(https://i.imgur.com/t9vvLDJ.png)

After:

(https://i.imgur.com/v8UtP7r.png)
Title: Re: Dark Theme Override for Linux Wine Registry
Post by: Andrew on January 05, 2025, 12:30:55 PM
Date formats are Satan's true love.  No date format is compatible with any other date format and some switched between US and UK date formats are actively wrong rather than failures. As Americans put the month and day the wrong way around (I am sure they disagree)
Title: Re: Dark Theme Override for Linux Wine Registry
Post by: XB-7 on January 05, 2025, 07:50:55 PM
Date formats are Satan's true love.  No date format is compatible with any other date format and some switched between US and UK date formats are actively wrong rather than failures. As Americans put the month and day the wrong way around (I am sure they disagree)

I imagine! Who cares who's right, as long as I can see the dates now. :) I'm glad this even works on my OS.