Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malisipi/ubuntu-tour
Web-Based Ubuntu
https://github.com/malisipi/ubuntu-tour
canonical demo desktop emulator gnome javascript operating-system os remake ubuntu web-desktop webdesktop webos
Last synced: 5 days ago
JSON representation
Web-Based Ubuntu
- Host: GitHub
- URL: https://github.com/malisipi/ubuntu-tour
- Owner: malisipi
- License: other
- Created: 2021-07-12T18:53:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T16:14:19.000Z (12 months ago)
- Last Synced: 2024-05-14T03:08:08.150Z (6 months ago)
- Topics: canonical, demo, desktop, emulator, gnome, javascript, operating-system, os, remake, ubuntu, web-desktop, webdesktop, webos
- Language: HTML
- Homepage: https://malisipi.github.io/ubuntu-tour/
- Size: 9.98 MB
- Stars: 139
- Watchers: 4
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Ubuntu Tour
Web based Ubuntu 22.04 desktop remake. You can try latest ubuntu edition remake from [here](https://malisipi.github.io/ubuntu-tour/)
## Features
* Multi-window (You can open same application 2 (or more) times)
* Resizable, draggable windows
* Changeable wallpapers
* Similar interface with Gnome (Ubuntu Tour imitate Gnome Interface however never use Gnome code.)
* Clone applications## Why i do?
For introduce the Ubuntu environment' beauty (on web) and for fun. :) I was inspired from [tour.ubuntu.com
](https://github.com/canonical-web-and-design/tour.ubuntu.com) (however not used code from this project)## You can [try it!](https://malisipi.github.io/ubuntu-tour/)
### Also thanks to 9to5Linux about [new that relased about the project](https://9to5linux.com/ubuntu-online-21-10-released-lets-you-try-ubuntu-desktop-in-a-web-browser).
## To-Do List
* Increase clone apps' functionality
* [13] Create more clone application
* [+] Update interface to similar Ubuntu 21.10 interface
* [+] Update interface to similar Ubuntu 22.04 interface## App Demo Mode
You can present your demo app with that project.
> `https://malisipi.github.io/ubuntu-tour/?[`name`,`location`,`icon`]`
* name: Your app's name
* icon: Your app's icon
* location: Your app's website> You can't send notification or create a new window. Because your app demo that hosted on another domain will be blocked by CORS policy. If you need to create a more powerful app demo, You can host the project with together your app demo.
> https://malisipi.github.io/ubuntu-tour/?[%22Ubuntu-Tour%22,%22https://malisipi.github.io/ubuntu-tour/%22,%22https://malisipi.github.io/ubuntu-tour/icons/Suru/Suru/scalable/places/start-here-symbolic.svg%22]
## Notes
> Ubuntu Tour is compatible with touch devices. (Window resize on mobile is harder than on computer. And some browsers may not support resize on mobile.)
> This website can't run correctly without server. Because [Same Origin Policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy) block communication with iframes on `file://`.
> Ubuntu Tour' Web Browser can't render all pages because of [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
## License
This project licensed by MPL2. Learn more from [here](./LICENSE.md)