T. H. Wright

Results 129 issues of T. H. Wright

https://bugs.winehq.org/show_bug.cgi?id=52379 Fix already in staging… will track through to completion. We need to determine which patch this is.

not our bug
wine

Doesn’t work if win version is set to win10. Doesn’t print to all printers. Some characters in the footers are missing. We need a bisect to figure out why this...

not our bug
research
wine

Following #161 we should aim to beautify the CLI, such as making sure we have proper newlines and even adding color prompts. Some resources: - https://stackoverflow.com/questions/287871/how-do-i-print-colored-text-to-the-terminal - https://github.com/termcolor/termcolor - https://sentry.io/answers/print-colored-text-to-terminal-with-python/...

cli
interface
ux

We should see if it is possible to make it so our config can be reloaded at run time, in case a user manually edits the config while the program...

enhancement

Our GitHub builds are all associated with Ubuntu, and as we have seen, this can have issues with the library versions. Maintaining an AUR package would let us reach a...

research

I am attempting to run the Wine AppImage from a PineTab2 running ALARM. I downloaded the AppImage from https://github.com/mmtrt/WINE_AppImage/releases. I am using 9.12-devel. I am seeing the following error. ```...

cpu_arm
syscall

I am developing a Python application that installs and manages a Windows program. The app is distributed through a prebuilt binary created from PyInstaller. I built the latest box64 source...

20.04 has been deprecated on GitHub.

aarch64
x86
build-ci

Modified this to use a subprocess call rather than using the OpenGL Python libraries. This bypasses the GTK issues described below. Fixes #366. Adds ability to get OpenGL version, and...

Per https://github.com/FaithLife-Community/OuDedetai/issues/24#issuecomment-2618717194, the testing of ARM installations is currently held up because we don't have a machine that supports OpenGL 3.2 (ES?). It would be good to have a test...