Skip to content
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 doesn't change even if I change the property #6588

Closed
Agent24015 opened this issue Jun 19, 2020 · 12 comments
Closed

Background image doesn't change even if I change the property #6588

Agent24015 opened this issue Jun 19, 2020 · 12 comments
Labels
Needs-Attention The core contributors need to come back around and look at this ASAP. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@Agent24015
Copy link

Agent24015 commented Jun 19, 2020

Hi, I Have Changed the background image property but it doesn't change the background image,

{ "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "backgroundImage": "C:\\Users\\Administrator\\AppData\\Local\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\LocalState\\img.jpg" }

image

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jun 19, 2020
@WSLUser

This comment has been minimized.

@DHowett

This comment has been minimized.

@Agent24015
Copy link
Author

I have tried restarting Terminal, rebooted my system and tried uninstalling and
reinstalling and set the same property. It still doesn't work!

@Kironb
Copy link

Kironb commented Jun 21, 2020

I had the same issue after updating to windows version 2004. I am not sure as to why this is happening but I know I can still change the image for my powershell instance.

A workaround to display the image for me was to run wsl through Powershell.

For example, for your settings, I would change it to something like:
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu",
"commandline": "powershell.exe -Command "wsl"",
"backgroundImage": "C:\Users\Administrator\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\img.jpg"
}

If Ubuntu isn't your default wsl instance you can just add a -d flag for the distribution you want to run.

@DHowett
Copy link
Member

DHowett commented Jun 21, 2020

Are either of you using antialiasingMode cleartype?

@Kironb
Copy link

Kironb commented Jun 21, 2020

No, I am not setting antialiasingMode.

@DHowett
Copy link
Member

DHowett commented Jun 26, 2020

But is @Agent24015 using antialiasingMode?

@DHowett DHowett added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jun 26, 2020
@Agent24015
Copy link
Author

Agent24015 commented Jun 26, 2020 via email

@ghost ghost added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jun 26, 2020
@zadjii-msft
Copy link
Member

Hey sorry for the delay, but what happens if you try using an image path that's not under C:\Users\Administrator\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState? What if you try moving the image to just C:\Users\Administrator\img.jpg?

@zadjii-msft zadjii-msft added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something and removed Needs-Attention The core contributors need to come back around and look at this ASAP. labels Aug 5, 2020
@Agent24015
Copy link
Author

Thanks @zadjii-msft, I did that and it worked, but not sure what the problem actually is

@ghost ghost added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Aug 5, 2020
@Agent24015
Copy link
Author

I am closing this issue now.

@Lukortech
Copy link

The background still doesn't apply even if the image is in another directory in my case.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Attention The core contributors need to come back around and look at this ASAP. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

6 participants