Both the Windows and Linux versions of EBT Weather require the .NET Desktop Runtime 10.0. Download it here.
Download and install the .NET Desktop Runtime 10.0 before installing EBT Weather.
Linux users may be able to install .NET Desktop Runtime 10.0 with the following commands:
sudo apt update sudo apt install dotnet-runtime-10.0
Launcher Command:
"{folder in which you installed EBT Weather}/EBTWeather"
or
dotnet "{folder in which you installed EBT Weather}/EBTWeather.dll"
For example, on my system I use this command:
"/home/eric/Apps/EBT Weather/linux-x64/EBTWeather"
I could also have used:
dotnet "/home/eric/Apps/EBT Weather/linux-x64/EBTWeather.dll"
Note: You may have to specify that the EBTWeather file has execute permission:
chmod +x EBTWeather
If you want the app to launch minimized, for example if it's launched as a Windows startup app, specify a --minimize argument in the shortcut or command line:

The --minimize argument works in Windows and Linux.