Giter VIP home page Giter VIP logo

Comments (2)

xilun avatar xilun commented on July 20, 2024

this is implemented on the win32 launcher side, but something is needed on the WSL side

behavior: the case when we are under /mnt// is easy: just translate to win32 path.

otherwise: By default, wcmd should refuse to launch when invoked from the pure WSL VFS, because it is quite likely to invoke a command that would want to touch files and there is no way to do that from win32 (there are files that can be viewed under appdata but nothing there should be touched from win32). It could be useful to allow wstart from a fallback win32 directory. Either the one from where outbash was launched, or maybe %HOMEDRIVE%%HOMEPATH%. (but outbash shall not do SetCurrentDirectory anyway because the most useful behavior is to stay in the one it was launched from, given Win32 kind of "locks" the current directory of a running process, and bash.exe already probably just stays there already). wrun could be somewhere between wstart and wcmd. I guess the simplest for wrun, at least in a first time, is to do like wcmd. (wrun should probably not be used very often in the first place anyway -- maybe I should rename it.)

from cbwin.

xilun avatar xilun commented on July 20, 2024

Implemented on the WSL side with the new .c caller.
In a first time everybody has the same behavior: calls are only allowed from under /mnt/[/...]

from cbwin.

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.