Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
31–40 of 108 posts
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#32I bet RMS will now ask people to start calling it GNU/Windows :)
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#33Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#34I was experimenting running stuff like PyCharm, VS Code, Sublime etc. in WSl through X11 Forwarding. Eventually I gave up and just run it properly in VirtualBox with seamless mode.
FYI, for PyCharm a remote interpreter is probably an easier solution as long as you aren't needing your app to draw anything on an X11 window.
But Virtualbox seamless is a nice middle ground between the two OS and I don't have to worry about things that haven't been implemented in WSL.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#35Earlier quoted context omitted.
FYI, for PyCharm a remote interpreter is probably an easier solution as long as you aren't needing your app to draw anything on an X11 window.
I kind of want to have a development environment in Linux. I also like to game, so for that Windows (in non-vm) is better. So that's why I tried to go with WSL in the first place. But Virtualbox seamless is a nice middle ground between the two OS and I don't have to worry about things that haven't been implemented in WSL.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#36Cool experiment, but holy Tour de France coding style Batman: https://github.com/NathanCastle/BootShellCredentialProvider/...
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#37I was experimenting running stuff like PyCharm, VS Code, Sublime etc. in WSl through X11 Forwarding. Eventually I gave up and just run it properly in VirtualBox with seamless mode.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#38I bet RMS will now ask people to start calling it GNU/Windows :)
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#39Earlier quoted context omitted.
I kind of want to have a development environment in Linux. I also like to game, so for that Windows (in non-vm) is better. So that's why I tried to go with WSL in the first place. But Virtualbox seamless is a nice middle ground between the two OS and I don't have to worry about things that haven't been implemented in WSL.
Linux gaming has been improving rapidly lately, in another year I doubt windows will be necessary.
Re: Show HN: Boot Windows 10 Directly into Linux Desktop of Choice
#40That looks awesome. How well do Linux DE's run on Windows?
Its a bit of a mixed bag. Just getting them set up tends to be pretty iffy; they tend to rely on lots of sockets, which I gather aren't actually implemented by WSL. In terms of performance once they are up and running, things are actually pretty decent. The biggest bottleneck appears to be I/O, which is kind of a problem for everything WSL. That part makes installing a gig+ desktop package frustrating as it takes way…