The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Nemo/Glacier
(→References) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
Glacier UI is the next interface for Nemo mobile. It is a new UI, created and built | Glacier UI is the next interface for Nemo mobile. It is a new UI, created and built | ||
by the community, and made with latest technologies like Qt 5 and Wayland. For developing use [[libglacierapp]] and [[Qtquickcontrols-nemo|QtQuickcontrols-Nemo]] | by the community, and made with latest technologies like Qt 5 and Wayland. For developing use [[libglacierapp]] and [[Qtquickcontrols-nemo|QtQuickcontrols-Nemo]] | ||
Line 6: | Line 4: | ||
== Try it == | == Try it == | ||
=== On phone === | === On phone === | ||
− | Before | + | |
+ | Before experimenting with Glacier UX you should install developer mode and follow the [[Nemo/Glacier/Installing|instructions]]. | ||
+ | |||
+ | Please, note: Glacier UX is in alpha stage, so any contributions (including testing) are welcome! :) | ||
=== Virtualbox === | === Virtualbox === | ||
Line 13: | Line 14: | ||
==Build image youself == | ==Build image youself == | ||
− | For build glacier image use Sailfish SDK and this [https://gist.github.com/neochapay/59d7ac23691f97b683104c93aff23266 | + | For build glacier image use Sailfish SDK and this [https://gist.github.com/neochapay/59d7ac23691f97b683104c93aff23266 nemo-clean.ks] file. |
+ | |||
+ | In first we must update mic in sdk | ||
+ | |||
+ | SDK# sudo su | ||
+ | SDK# zypper ar -G http://repo.merproject.org/obs/mer:/core/latest_i486/ mer-up | ||
+ | SDK# zypper ar -G http://repo.merproject.org/obs/home:/neochapay:/mer:/tools/latest_i486/ mer-tools | ||
+ | SDK# zypper ref | ||
+ | SDK# zypper in mic | ||
Build command is | Build command is | ||
SDK# cd $ANDROID_ROOT | SDK# cd $ANDROID_ROOT | ||
− | SDK# export PORT_ARCH= | + | SDK# export PORT_ARCH=aarch64 #replace to you arch |
− | SDK# sudo mic create fs --arch=$PORT_ARCH --tokenmap=ARCH:$PORT_ARCH --record-pkgs=name,url --outdir=nemo-test --pack-to= | + | SDK# sudo mic create fs --arch=$PORT_ARCH --tokenmap=ARCH:$PORT_ARCH --record-pkgs=name,url --outdir=nemo-test --pack-to=nemo_test-$PORT_ARCH.tar.bz2 nemo_clean.ks |
== Core applications == | == Core applications == | ||
Line 48: | Line 57: | ||
|- | |- | ||
! Browser | ! Browser | ||
− | ! | + | ! '''TBD''' |
! | ! | ||
|- | |- | ||
Line 67: | Line 76: | ||
! | ! | ||
|} | |} | ||
+ | |||
+ | == I have a problem! == | ||
+ | if you have some problem welcome to irc or telegram groups. Or you can post issue in [https://github.com/nemomobile-ux/glacier-home/issues| git] | ||
+ | |||
+ | In issue you must post | ||
+ | |||
+ | * Device | ||
+ | * Version Nemo/SailfishOS | ||
+ | * Description of problems | ||
+ | * Links to log | ||
== References == | == References == | ||
Line 72: | Line 91: | ||
* [http://play.qwazix.com/grog/ Qwazix's blog -- Design] | * [http://play.qwazix.com/grog/ Qwazix's blog -- Design] | ||
* [http://merproject.org/logs/%23nemomobile/ Nemo Mobile IRC logs] | * [http://merproject.org/logs/%23nemomobile/ Nemo Mobile IRC logs] | ||
− | * [https://github.com/nemomobile-ux] | + | * [https://github.com/nemomobile-ux Nemo UX git ] |
− | * [https://github.com/nemomobile] | + | * [https://github.com/nemomobile Nemo git] |
[[Category:Nemo]] | [[Category:Nemo]] | ||
[[Category:GlacierUX]] | [[Category:GlacierUX]] |
Latest revision as of 21:31, 26 November 2018
Glacier UI is the next interface for Nemo mobile. It is a new UI, created and built by the community, and made with latest technologies like Qt 5 and Wayland. For developing use libglacierapp and QtQuickcontrols-Nemo
Contents |
[edit] Try it
[edit] On phone
Before experimenting with Glacier UX you should install developer mode and follow the instructions.
Please, note: Glacier UX is in alpha stage, so any contributions (including testing) are welcome! :)
[edit] Virtualbox
On Virtual box you can use this image https://cloud.disroot.org/s/NneoSnjJWbKqXHn
[edit] Build image youself
For build glacier image use Sailfish SDK and this nemo-clean.ks file.
In first we must update mic in sdk
SDK# sudo su SDK# zypper ar -G http://repo.merproject.org/obs/mer:/core/latest_i486/ mer-up SDK# zypper ar -G http://repo.merproject.org/obs/home:/neochapay:/mer:/tools/latest_i486/ mer-tools SDK# zypper ref SDK# zypper in mic
Build command is
SDK# cd $ANDROID_ROOT SDK# export PORT_ARCH=aarch64 #replace to you arch SDK# sudo mic create fs --arch=$PORT_ARCH --tokenmap=ARCH:$PORT_ARCH --record-pkgs=name,url --outdir=nemo-test --pack-to=nemo_test-$PORT_ARCH.tar.bz2 nemo_clean.ks
[edit] Core applications
Application | Screenshot | git link |
---|---|---|
libglacierapp | N/A | [1] |
Home | [2] | |
Dialer | [3] | |
Messaging | [4] | |
Contacts | [5] | |
Browser | TBD | |
Settings | [6] | |
Gallery | [7] | |
Music | [8] | |
Keyboard |
[edit] I have a problem!
if you have some problem welcome to irc or telegram groups. Or you can post issue in git
In issue you must post
- Device
- Version Nemo/SailfishOS
- Description of problems
- Links to log