Git Product home page Git Product logo

unity8's Introduction

Lomiri

Lomiri is the operating environment for everywhere. It is able to span the gaps between touch, mouse, and keyboard; between phones, tablets, and workstations; and look good doing it.

If you want to contribute to Lomiri on Ubuntu Touch, you've come to the right place. If you want to package Lomiri for other operating systems, you'll be better served by the main branch on the repository that we're migrating to: https://gitlab.com/ubports/core/lomiri

Lomiri has been renamed from Unity8. Most of the software on-device in Ubuntu Touch based on Ubuntu 16.04 is still called unity8.

Where to report issues

Issues related to the version of Lomiri that currently runs on Ubuntu Touch devices may still be reported on this repository. We will move these reports to the GitLab repository as part of our final migration.

Developing Lomiri on Ubuntu Touch

This repository contains the code for Lomiri currently running on Ubuntu Touch. If you would like to modify this version of Lomiri, follow the steps below. If you would like to modify Lomiri in another operating system, check out our new repository: https://gitlab.com/ubports/core/lomiri

Lomiri can be built and its test suite run using clickable. This is a convenient method to try out most graphical changes to Lomiri without an annoying redeployment process. If you wish to test your changes on your device or make changes that are more difficult to test without real hardware, check out Making changes and testing locally on the UBports documentation. If not, read on.

Before you start, install Clickable.

Now, clone this repository to your computer: git clone https://github.com/ubports/unity8.git

Move into this directory: cd unity8

Now you can use the full suite of tools provided by this repository's clickable.json. For example:

  • clickable ide qtcreator will open QtCreator with this repository open as a project. You can edit and build the project this way, but running the tests will be a bit difficult.
  • clickable build-libs --debug will build Lomiri in the same environment as it would receive in Ubuntu Touch.
  • clickable test-libs will run the entire Lomiri test suite. This test suite includes graphical tests (which are run on a virtual, invisible desktop) and non-graphical unit tests. These tests make sure Lomiri functions as prescribed and prevents new bugs from being added. You should run them before you create a PR on this repository. This command takes about 7 minutes on an Intel i7-8550U, so plan your time accordingly and use the next two options to reduce the number of times you need to run the whole test suite...
  • clickable ide 'cd build/x86_64-linux-gnu/unity8/ && make tryShell' and similar commands that replace the Shell with another test target defined in tests/qmltests/CMakeLists.txt allow trying out some Lomiri components in a mock environment. You can use this to try out your changes to Lomiri as you develop.
  • clickable ide 'cd build/x86_64-linux-gnu/unity8/ && make xvfbtestShell' and similar commands that replace the Shell with another test target defined in tests/qmltests/CMakeLists.txt allow running a single TestCase. You can remove the xvfb part of the make target to run the test case graphically, which might help you see what is causing the test to fail.

unity8's People

Contributors

tsdgeos avatar mikix avatar caybro avatar saviq avatar nickdedekind avatar dandrader avatar cimitan avatar josharenson avatar stolowski avatar mhr3 avatar universalsuperbox avatar dobey avatar 3v1n0 avatar mariogrip avatar diegosarmentero avatar ted-gould avatar fengzi1415 avatar azzar1 avatar surc-bot avatar albaguirre avatar pete-woods avatar kaijanmaki avatar didrocks avatar weblate avatar peat-psuwit avatar adglkh avatar billfiller avatar bhdouglass avatar flohack74 avatar zsombi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.