| (6 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
{{#seo: | |||
|keywords=Windows 10,WSL | |||
|description=use bash with Windows 10 | |||
}} | |||
{{sommaire à droite}} | {{sommaire à droite}} | ||
== Installation standard de Bash/WSL sous Windows 10== | == Installation standard de Bash/WSL sous Windows 10== | ||
| Ligne 45 : | Ligne 48 : | ||
}} | }} | ||
== Serveur X == | == Serveur X == | ||
{{grebox-jck |content= | {{grebox-jck |content=<br> | ||
* pour le serveur X on pourra utiliser par exemple | * pour le serveur X on pourra utiliser par exemple: <favorites like=Xming/> | ||
}} | }} | ||
bash
DEL /S %localappdata%\lxss\
LxRunOffLine install -d g:\wsl -n Ubuntu -f ubuntu-bionic-core-cloudimg-amd64-root.tar.gz
sudo apt-get update
sudo apt-get install gedit gnome-session-flashback
sudo apt-get install xterm
sudo apt-get install xfonts-terminus xfonts-terminus-oblique
#!/usr/bin/env bash
export DISPLAY=locahost:0
metacity & #start the window manager. You could use compiz, openbox etc. instead
gnome-panel & #run the panel. You could use avant-window-navigator, docky etc. instead
nautilus & #show your desktop background and icons