Last Modified: Nov 07, 2022
Affected Product(s):
BIG-IP APM
Known Affected Versions:
11.5.1, 11.5.1 HF1, 11.5.1 HF10, 11.5.1 HF11, 11.5.1 HF2, 11.5.1 HF3, 11.5.1 HF4, 11.5.1 HF5, 11.5.1 HF6, 11.5.1 HF7, 11.5.1 HF8, 11.5.1 HF9, 11.5.10, 11.5.2, 11.5.2 HF1, 11.5.3, 11.5.3 HF1, 11.5.3 HF2, 11.5.4, 11.5.4 HF1, 11.5.4 HF2, 11.5.4 HF3, 11.5.4 HF4, 11.5.5, 11.5.6, 11.5.7, 11.5.8, 11.5.9, 11.6.0, 11.6.0 HF1, 11.6.0 HF2, 11.6.0 HF3, 11.6.0 HF4, 11.6.0 HF5, 11.6.0 HF6, 11.6.0 HF7, 11.6.0 HF8, 11.6.1, 11.6.1 HF1, 12.0.0, 12.0.0 HF1, 12.0.0 HF2, 12.0.0 HF3, 12.0.0 HF4, 12.1.0, 12.1.0 HF1, 12.1.0 HF2, 12.1.1, 12.1.1 HF1, 12.1.1 HF2, 12.1.2
Fixed In:
13.0.0, 12.1.2 HF1, 11.6.1 HF2
Opened: Aug 18, 2016 Severity: 3-Major Related Article:
K05301831
Mac Edge Client's Icon, application name, company name, amongst other things can be customized on BIG-IP before deploying on end user's machine. But on Mac Edge Client on macOS 10.12 Sierra this customization is not applied.
Mac Edge Client customization is not applied on macOS 10.12 Sierra. Functionally there should be no impact except that user will see default application visually.
macOS Sierra 10.12, Edge client, customization
run following command on Terminal and re-launch Edge client: For English: $ defaults write -globalDomain AppleLanguages -array "en" "en-US" For German: $ defaults write -globalDomain AppleLanguages -array "de" "de-US" For Korean: $ defaults write -globalDomain AppleLanguages -array "ko" "ko-US" For Japanese $ defaults write -globalDomain AppleLanguages -array "ja" "ja-US" For French $ defaults write -globalDomain AppleLanguages -array "fr" "fr-US" For spanish $ defaults write -globalDomain AppleLanguages -array "es" "es-US" For Chinese traditional $ defaults write -globalDomain AppleLanguages -array "zh-Hant" "zh-Hant-TW" "zh-Hant-US" For Chinese simplified $ defaults write -globalDomain AppleLanguages -array "zh-Hans" "zh-Hans-US"
Edge client honors customization on macOS Sierra 10.12 now.