-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Background image not shown when "antialiasingMode": "cleartype", "useAcrylic": false #8409
Comments
For me everything worked as expected. example: {
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"commandline": "wsl -d Ubuntu",
"tabTitle": "Ubuntu",
"acrylicOpacity":0.75,
"closeOnExit":true,
"colorScheme":"Campbell",
"fontFace":"Consolas",
"fontSize":12,
"historySize":9001,
"backgroundImage": "<PATH>",
"backgroundImageStretchMode": "none",
"backgroundImageOpacity": 0.1,
"icon":"<PATH>",
"padding":"0, 0, 0, 0",
"snapOnInput":true,
"useAcrylic":false
} |
One difference I see between you and my case is that I have specified the configuration in the "defaults" section. Moved the config to the WSL section of Ubuntu, but still doesn't work. |
It is not caused only by "useAcrylic": false |
Indeed. Background image didn't shows when |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
"antialiasingMode": "cleartype", "useAcrylic": false, "backgroundImage": "...some_file"
Expected behavior
Opaque image is shown as background
Actual behavior
Black background is shown and the image is visible only around the padding.
The text was updated successfully, but these errors were encountered: