-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Windows 7 #10236
Comments
So there is a WPF control that is used to run on Windows 7 that Visual Studio employs. Additionally there are some architecture changes coming that will separate the different components of Windows Terminal such as the UI framework that would also make it easier for someone to more easily port to Windows 7. But since this OS is EOL, I think the business should be pressured to upgrade to 10. It's cheaper than paying for support of Windows 7. |
AFAIK Windows Terminal uses XAML Islands which are not available even on all Windows 10 versions (only on 1903 and newer if I recall correctly) let alone Window 7. So I think it's unlikely that it's going to be ported to older versions of Windows since it would essentially mean writing a completely new app. |
I think you missed part of my comment. XAML Islands is part of WinUI, the UI framework currently in use. Since that is being stripped as a required building component, someone could write up something supporting a different UI framework, to the point that from a UI point of view, it could even run on Linux or Mac. (GTK or QT could be used for example, or to make it easier, just use Uno as it helps tremendously with the x-plat conversions.) |
Admittedly, I wrote this comment referring to "earlier versions of Windows 10", but it applies extra to Windows 7. #1643 (comment)
#1909 (comment)
#841 (comment)#498 (comment)
#1893 (comment)#2024 (comment)#2480
That's not entirely true. We're trying to strip that out of specific parts of the |
In my corporate environemnt we only have Windows 7 :(. Sadly that means I can't use this beauty out of the box. This is just a discovery thread to investigate what it would take to run wt on win7 (if at all possible); or if such previous attempts have spectacularly failed?
The text was updated successfully, but these errors were encountered: