Skip to content

Commit 0291397

Browse files
authored
[3.11] gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark mode. (GH-103302)
1 parent 851e744 commit 0291397

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

Mac/BuildScript/resources/Welcome.rtf

+23-30
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{\rtf1\ansi\ansicpg1252\cocoartf2708
22
\cocoascreenfonts1\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;\f2\fmodern\fcharset0 CourierNewPSMT;
3-
\f3\fnil\fcharset0 HelveticaNeue;\f4\fnil\fcharset0 HelveticaNeue-Bold;}
4-
{\colortbl;\red255\green255\blue255;\red24\green26\blue30;\red255\green255\blue255;}
5-
{\*\expandedcolortbl;;\cssrgb\c12157\c13725\c15686;\cssrgb\c100000\c100000\c100000;}
3+
}
4+
{\colortbl;\red255\green255\blue255;}
5+
{\*\expandedcolortbl;;}
66
\margl1440\margr1440\vieww12200\viewh10880\viewkind0
77
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\partightenfactor0
88

@@ -12,9 +12,8 @@
1212
\f1\b macOS $MACOSX_DEPLOYMENT_TARGET
1313
\f0\b0 .\
1414
\
15-
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\partightenfactor0
1615

17-
\f1\b \cf0 Python for macOS
16+
\f1\b Python for macOS
1817
\f0\b0 consists of the {\field{\*\fldinst{HYPERLINK "https://www.python.org"}}{\fldrslt Python}} programming language interpreter and its batteries-included standard library to allow easy access to macOS features. It also includes the Python integrated development environment,
1918
\f1\b IDLE
2019
\f0\b0 . You can also use the included
@@ -27,30 +26,24 @@ At the end of this install, click on
2726
\
2827

2928
\f1\b macOS 13 Ventura users
30-
\f0\b0 : due to an issue with macOS
29+
\f0\b0 : Due to an issue with the macOS
30+
\f1\b Installer
31+
\f0\b0 app, installation of some third-party packages including this Python package may fail with a vague
32+
\f1\b "The installer encountered an error"
33+
\f0\b0 message if the
3134
\f1\b Installer
32-
\f0\b0 app, installation of some
33-
\f3 \cf2 \cb3 \expnd0\expndtw0\kerning0
34-
third-party
35-
\f0 \cf0 \cb1 \kerning1\expnd0\expndtw0 packages including this Python package may fail with a vague
36-
\f4\b \cf2 \cb3 \expnd0\expndtw0\kerning0
37-
\'93The installer encountered an error\'94
38-
\f3\b0 \cf2 message if the
39-
\f4\b \cf2 Installer
40-
\f3\b0 \cf2 app does not have permission to access the folder containing the downloaded installer file, typically in the
41-
\f4\b \cf2 Downloads
42-
\f3\b0 \cf2 folder. Go to
43-
\f4\b \cf2 System Settings
44-
\f3\b0 \cf2 ->
45-
\f4\b \cf2 Privacy & Security
46-
\f3\b0 \cf2 ->
47-
\f4\b \cf2 Files and Folders
48-
\f3\b0 \cf2 , then click the mark in front of
49-
\f4\b \cf2 Installer
50-
\f3\b0 \cf2 to expand, and enable
51-
\f4\b \cf2 Downloads Folder
52-
\f0\b0 \cf0 \cb1 \kerning1\expnd0\expndtw0 by moving the toggle to the right
53-
\f3 \cf2 \cb3 \expnd0\expndtw0\kerning0
54-
. See {\field{\*\fldinst{HYPERLINK "https://github.com/python/cpython/issues/103207"}}{\fldrslt https://github.com/python/cpython/issues/103207}} for up-to-date information on this issue.
55-
\f0 \cf0 \cb1 \kerning1\expnd0\expndtw0 \
35+
\f0\b0 app does not have permission to access the folder containing the downloaded installer file, typically in the
36+
\f1\b Downloads
37+
\f0\b0 folder. Go to
38+
\f1\b System Settings
39+
\f0\b0 ->
40+
\f1\b Privacy & Security
41+
\f0\b0 ->
42+
\f1\b Files and Folders
43+
\f0\b0 , then click the mark in front of
44+
\f1\b Installer
45+
\f0\b0 to expand, and enable
46+
\f1\b Downloads Folder
47+
\f0\b0 by moving the toggle to the right. See {\field{\*\fldinst{HYPERLINK "https://github.com/python/cpython/issues/103207"}}{\fldrslt https://github.com/python/cpython/issues/103207}} for up-to-date information on this issue.\
48+
\
5649
}

0 commit comments

Comments
 (0)