Giter VIP home page Giter VIP logo

Comments (6)

bbonaby avatar bbonaby commented on June 23, 2024

@cinnamon-msft Can you check if you have multiple versions of Dev Home installed like the Dev version and the Canary version? If so can you make sure the sandbox extension for the dev version is turned off. That might fix the icon missing issue. I do believe I've seen the icon showing up before.

About the thumbnail: @pehammer would either you or Christian be able to get us a new image for sandbox scaled appropriately just like we did for Hyper-V and Dev Box? Looks like we're using the light version of bloom here for sandbox

from devhome.

cinnamon-msft avatar cinnamon-msft commented on June 23, 2024

I don't have a Dev version on this machine, just Preview and Canary, and Preview doesn't have Sandbox yet

from devhome.

bbonaby avatar bbonaby commented on June 23, 2024

Sounds good thanks Kayla just wanted to make sure it wasn't one of those multiple dev home version issues. Would you also be able to add the sandbox log file and the dev home log file to this issue as well when you can thanks!

from devhome.

cinnamon-msft avatar cinnamon-msft commented on June 23, 2024

Here you go!
devhome20240606.zip

from devhome.

bbonaby avatar bbonaby commented on June 23, 2024

Thanks, looks like the issue is that the build constants are not present in the sandbox project e.g for Hyper-V:

we have this line in the csproj file. It declares STABLE_BUILD and CANARY_BUILD as constants for the project. The Sandbox uses these same constants in this file just like we do for HyperV here. However since those constants aren't declared in the sandbox csproj file, the ifdef's go into the else case, where it looks for this file:

ms-resource://microsoft.windows.devhome.dev/Files/Assets/windows-sandbox-icon.png

and you'll notice that the package its using is microsoft.windows.devhome.dev , which like you said above doesn't exist on your machine. So therefore an image isn't found.

This should be a simple fix though, we just need to declare those constants in the sandbox csproj file in here somewhere: https://github.com/microsoft/devhome/blob/9db92955056f1be932ee500c876b6f62ff626c3b/extensions/WindowsSandboxExtension/WindowsSandboxExtension.csproj

from devhome.

krschau avatar krschau commented on June 23, 2024

Sandbox extension has been removed, so this issue is no longer applicable.

from devhome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.