The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Glacier/Installing

From Mer Wiki
< Nemo | Glacier(Difference between revisions)
Jump to: navigation, search
(Created page with "= Top of SailfishOS = == Installing == '''Only SFOS 2.1.x.x and later!(?)''' First as precautionary measure we should change ''Default USB'' mode to be ''Developer mode''. ...")
 
(Installing)
Line 9: Line 9:
 
  cp /var/cache/zypp/packages/jolla/non-oss/armv7hl/lipstick-jolla-home-qt5-* /home/nemo/
 
  cp /var/cache/zypp/packages/jolla/non-oss/armv7hl/lipstick-jolla-home-qt5-* /home/nemo/
  
Next lets install latest(when writing this wiki) Glacier repo and refresh packages:
+
Next lets add latest(when writing this wiki) Glacier repo and refresh packages:
  
 
  ssu ar http://repo.merproject.org/obs/nemo:/devel:/ux/sailfishos_2.1.0.9/ nemo-devel-ux
 
  ssu ar http://repo.merproject.org/obs/nemo:/devel:/ux/sailfishos_2.1.0.9/ nemo-devel-ux

Revision as of 07:01, 27 April 2017

Contents

Top of SailfishOS

Installing

Only SFOS 2.1.x.x and later!(?) First as precautionary measure we should change Default USB mode to be Developer mode. Allow Remote connection from Developer tools and set password for remote connection. And also backup Jolla's lipstick, just in case:

pkcon install —only-download lipstick-jolla-home-qt5
cp /var/cache/zypp/packages/jolla/non-oss/armv7hl/lipstick-jolla-home-qt5-* /home/nemo/

Next lets add latest(when writing this wiki) Glacier repo and refresh packages:

ssu ar http://repo.merproject.org/obs/nemo:/devel:/ux/sailfishos_2.1.0.9/ nemo-devel-ux
pkcon refresh

Next step is to install Glacier packages:

pkcon install qt5-qtquickcontrols
pkcon install qt5-qtquickcontrols-nemo
pkcon install lipstick-glacier-home-qt5

If lipstick doesn't restart automaticly:

systemctl --user restart lipstick

Volá !

If you want to try Glacier components in use:

pkcon install qt5-qtquickcontrols-nemo-examples

Uninstalling

If you want to uninstall Glacier, I don't see any reason, but here are the instructions:

ssu dr nemo-devel-ux
pkcon remove lipstick-glacier-home-qt5
pkcon install lipstick-jolla-home-qt5 

In case of panic

If something goes wrong and display stays black after restarting lipstick, you need to install Jolla's lipstick back. Plug USB to your SFOS device and to your computer. SSH to your device with compter:

ssh nemo@192.168.2.15

192.168.2.15 is the default address, if you have changed this, insert changed one Then lets install backuped lipstick-jolla-home

pkcon install-local lipstick-jolla-home-qt5-*
Personal tools