Giter VIP home page Giter VIP logo

lxqt's Introduction

LXQt

LXQt is the next generation of LXDE, the Lightweight Desktop Environment. It is the product of the merge between Razor-qt and LXDE-Qt.

About this repository

This is a superproject which contains all lxde-qt components. After checking out this repo, please do the following to initialize git submodules. Please note, this repo works best with git version >= 1.8.2. With older versions, you have to do many manual operations. Please use the latest git if you can.

git submodule init
git submodule update --remote --rebase

Note:

  1. The command line option --remote requires git >= 1.8.2. If you're using git version >= 1.8.2, then it's done.
  2. If you're unfortunately using an older version of git, omit the "--remote" part and please read the following notes.
  3. Adding the --rebase option is suggested. Without --rebase, the submodules will all be detached commits and not in "master" branches.

====================================================================================

Notes for git with version < 1.8.2:

There are some limitations of older versions of git. Because git submodule does not track the latest HEAD automatically, the submodules always stick to specific commits unless manually changed. Besides, after initial checkout, the submodule repos are detached from master branch.

Consider doing this manually to checkout master branches for every module. git submodule foreach git checkout master

To pull the latest changes for all modules at once, try this: git submodule foreach git pull --rebase

These restrictions no long applies to the latest git 1.8.x since it can be configured to track the latest changes in submodules automatically.

Contributing

If you are interested in helping or joining LXQt, please take a look at our CONTRIBUTING document

lxqt's People

Contributors

jleclanche avatar jobor avatar jubalh avatar kuzmas avatar luis-pereira avatar palinek avatar paulolieuthier avatar pcman avatar pierrevr avatar pvanek avatar surlykke avatar

Watchers

 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.