Skip to content

linuxmuster/linuxmuster-linbo-gui

 
 

Repository files navigation

ℹ️ This is version 7.0.x of the linbo-gui for LMN 7.1. Checkout the master branch for the LMN 7.2 version!

Linbo logo


GitHub release Community Forum

This is the GUI of Linbo based on Qt5!

Maintainance Details

Linuxmuster.net official #c5f015 YES
Community support #c5f015 YES**
Actively developed #c5f015 YES
Maintainer organisation Linuxmuster.net e.V.
Primary maintainer dorian@itsblue.de

** The linuxmuster community consits of people who are nice and happy to help. They are not directly involved in the development though, and might not be able to help in any case.

Releases

The latest release can be found here
The attached file linuxmuster-linbo-gui7_*.deb is the Package which you can install on your server. Please note: the prebuilt packages do not contain a 32-bit version.

Building yourself

For your convenience there is a script to build the package: build.sh
You have to invoke it in the build root.
If you want to build the 32-bit version, you will have to insert 32 in the following places:

  • In the file /build.sh: Line 64 change (64) to (64 32)
  • In the file /debian/mkarchives.sh: Line 24 change for bits in 64; do to for bits in 32 64; do Please note: It will take a long time to build the first time you do it.

Screenshots

Some screenshots can be found here: https://github.com/linuxmuster/linuxmuster-linbo-gui/tree/master/.github/media
Please note that they might not be up to date though.

Icons

All of the SVG icons in this Gui were taken from one of the following sources and slighlty modified:

Creating a release

The following steps have to be followed to create a release:

  1. Update the changelog file
  2. Update the version code in the .pro file
  3. commit all changes
  4. Do a git push: git push
  5. Wait for translations sync pipeline
  • if it pushes new changes, do a git pull: git pull
  1. Create a git tag in the format v+VERSION (eg. v7.0.0): git tag vVERSION
  2. Push tags: git push --tags

In case of a mistake, the tag can be deleted:

  1. Locally: git tag -d vVERSION
  2. Remotely: git push --delete origin vVERSION

Version schema:

  • Genreal: major.minor.patch (semver)
  • Prereleases (release candidates) must end with ~XX where XX is the number of the Prerelease
    • So, before version 7.1.1 is released, there may be versions 7.1.1~01, 7.1.1~02, and so on
  • Releases don't have a suffix
    • So, once version 7.1.1 is ready, it is published as 7.1.1
  • This concept ensures that stable releases are elays evaluated as a higher version Number than perreleases.

About

New linbo gui based on Qt6

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 7