Author Topic: Dark Theme Override for Linux Wine Registry  (Read 634 times)

0 Members and 1 Guest are viewing this topic.

Offline XB-7 (OP)

  • Able Ordinary Rate
  • Posts: 4
  • Thanked: 1 times
Dark Theme Override for Linux Wine Registry
« 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.



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
 
The following users thanked this post: Droll

Offline XB-7 (OP)

  • Able Ordinary Rate
  • Posts: 4
  • Thanked: 1 times
Re: Dark Theme Override for Linux Wine Registry
« Reply #1 on: December 30, 2024, 10:35:22 PM »
Sorry, people. I posted this in the VB6 forum instead of C#.
 

Offline Garfunkel

  • Registered
  • Admiral of the Fleet
  • ***********
  • Posts: 2960
  • Thanked: 1202 times
Re: Dark Theme Override for Linux Wine Registry
« Reply #2 on: December 31, 2024, 08:35:01 AM »
Okay, let's move it over then.
 
The following users thanked this post: XB-7

Offline XB-7 (OP)

  • Able Ordinary Rate
  • Posts: 4
  • Thanked: 1 times
Re: Dark Theme Override for Linux Wine Registry
« Reply #3 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:



After:

 

Offline Andrew

  • Registered
  • Commodore
  • **********
  • Posts: 754
  • Thanked: 153 times
Re: Dark Theme Override for Linux Wine Registry
« Reply #4 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)
 

Offline XB-7 (OP)

  • Able Ordinary Rate
  • Posts: 4
  • Thanked: 1 times
Re: Dark Theme Override for Linux Wine Registry
« Reply #5 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.