Go to file
Hugo Posnic 6cd94fe366 Add script to generate pot file 2016-12-26 20:22:03 +01:00
BUILD Bump version to 0.3.1 2016-12-23 16:16:53 +01:00
data Add icons for button links 2016-12-22 21:20:23 +01:00
po Remove unused entries from po files 2016-12-26 20:16:41 +01:00
src Disable home button when welcome page is active 2016-12-26 19:25:39 +01:00
test minor pep8 and spelling 2016-12-21 06:35:54 -08:00
ui Remove unuseful property in ui 2016-12-26 20:12:26 +01:00
utils Add script to generate pot file 2016-12-26 20:22:03 +01:00
.gitignore Introduce unittest 2016-12-18 01:15:20 +01:00
CHANGELOG.md Update CHANGELOG 2016-12-26 19:35:59 +01:00
LICENSE Initial commit 2016-12-04 18:09:15 +01:00
README.md Update links on README 2016-12-21 17:06:27 +01:00
launch.sh Simplify locales installation 2016-12-18 22:55:41 +01:00
manjaro-hello.desktop Add german description 2016-12-22 18:29:57 +01:00

README.md

manjaro-hello

A tool providing access to documentation and support for new Manjaro users.

Codacy Badge

Why a new Manjaro Welcome Screen ?

Manjaro-hello is widely inspired by manjaro-welcome. I've started to work on a new welcome screen because I think that the current has several defects, some of which are inherited from the technologies used.

  • First, it is based on Gtk3 but because of the use of Webkit and its old Python binding, it is forced to use Gtk2.
  • All content of the app is displayed with HTML that is rendered by Webkit. This makes the evolution of the software very complicated. For example, it is very hard to make a translation system.
  • By using web technologies and Webkit, the renderer is a little bit slower than using native technologies.
  • Can't know if each link will be open in an external browser or in app.

For all this reasons, I have chosen to build a new software from scratch but keeping the original structure.

Currently, manjaro-hello has all the major features of manjaro-welcome plus a translation system.

  • Interface is translated using gettext and po files. (po/)
  • Pages are translated using differents files. (data/pages)

What goals ?

The first goal of the project is to build a powerful welcome screen who welcome the new user and help him to discover our favorite distribution :).

Finnaly, the second goal is to push it to replace the original project.

Technologies

Manjaro-hello is build with Python, Gtk3 and Glade.

TODO

For the moment, even if the soft works, it is not finished.

  • We have to test it and fix bugs.
  • Make translations to distribute it in all the world.

Let's make a wonderful software !