Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5419)

Unified Diff: docs/ozone_overview.md

Issue 2797133005: Update Ozone documentation for Linux Desktop (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/ozone_overview.md
diff --git a/docs/ozone_overview.md b/docs/ozone_overview.md
index 2ba7f29f388b5b98e3749472dad109eb671c0868..a0e3292bc3ccba349517508269e292f410936e51 100644
--- a/docs/ozone_overview.md
+++ b/docs/ozone_overview.md
@@ -154,9 +154,11 @@ Then to run for example the headless platform:
### Linux Desktop - ([waterfall](https://build.chromium.org/p/chromium.fyi/builders/Ozone%20Linux/))
-**Warning: Experimental support for Linux Desktop is available since m57
-but this is still [in development](https://crbug.com/295089) and currently has
-many bugs.**
+**Warning: Experimental support for Linux Desktop is available since m57 but
+ upstream support has always been a bit fragile. For now, development
+ continues on the
+ [ozone-wayland-dev](https://github.com/Igalia/chromium/tree/ozone-wayland-dev)
+ branch.**
To build `chrome`, do this from the `src` directory:
@@ -167,9 +169,7 @@ ninja -C out/OzoneLinuxDesktop chrome
Then to run for example the X11 platform:
``` shell
-./out/OzoneLinuxDesktop/chrome --ozone-platform=x11 \
- --mash \
- --window-manager=simple_wm
+./out/OzoneLinuxDesktop/chrome --ozone-platform=x11 --mus
```
### GN Configuration notes
@@ -245,7 +245,9 @@ This platform provides support for the
initially developed by Intel as
[a fork of chromium](https://github.com/01org/ozone-wayland)
and then partially upstreamed.
-It is still actively being developed in the chromium tree, feel free to discuss
+It is still actively being developed on the
+[ozone-wayland-dev](https://github.com/Igalia/chromium/tree/ozone-wayland-dev)
+branch, feel free to discuss
with us on freenode.net, `#ozone-wayland` channel or on `ozone-dev`.
Below are some quick build & run instructions. It is assumed that you are
@@ -255,9 +257,7 @@ following commands:
``` shell
gn args out/OzoneWayland --args="use_ozone=true enable_package_mash_services=true"
ninja -C out/OzoneWayland chrome
-./out/OzoneWayland/chrome --ozone-platform=wayland \
- --mash \
- --window-manager=simple_wm
+./out/OzoneWayland/chrome --ozone-platform=wayland --mus
```
### Caca
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698