NathanCastle / BootShellCredentialProvider

Windows 10 Credential Provider intended to simplify the process of logging directly into alternative shells to Windows Explorer.
MIT License
785 stars 43 forks source link

Non-intuitive configurator #2

Open TheInitializer opened 7 years ago

TheInitializer commented 7 years ago

image I'm trying to install GNOME. What do I do, and what are those boxes for?

reflog commented 7 years ago

If you followed the instructions (installed the DE and set DISPLAY), it should look like this:

image

If it does look like it - press Save and logout. Done.

TheInitializer commented 7 years ago

I did follow the instructions. After starting the application again, it does look more like that, but I'm wondering why the boxes were blank the first time.

NathanCastle commented 7 years ago

Sorry for the delay on responding to this, I've been swamped.

I took a look and indeed the configurator wasn't displaying the default values on first launch. I've just pushed a new version that handles this and a few other edge cases properly.

I tested and everything should 'just work'.

In terms of installing the DE specifically, that is somewhat more challenging. The configurator makes no attempt to do that. If you follow the instructions here you should be able to install the DEs manually from bash.exe.

Best of luck and let me know if you have any more issues. Thanks for the issue :)