Go to file
Hugo Posnic 2a8fb05b4c Change version to 0.5-dev 2017-05-26 12:42:21 +02:00
.tx [translations] sync with transifex and add tx-config 2016-12-30 23:31:27 +01:00
data Fix autostart activation 2017-05-25 17:24:31 +02:00
po [translations] sync with transifex 2017-05-25 15:00:10 +02:00
src Just invert a condition 2017-05-25 21:08:35 +02:00
ui Change version to 0.5-dev 2017-05-26 12:42:21 +02: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 dev changelog 2017-05-25 16:19:12 +02:00
LICENSE Initial commit 2016-12-04 18:09:15 +01:00
README.md Update README 2017-02-04 12:10:23 +01:00
launch.sh Better handling of dev version 2017-05-09 19:33:52 +02:00
manjaro-hello.desktop Comment in pt_PT 2017-01-04 08:31:34 -02: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. Manjaro-welcome has several defects, some of which are inherited from the technologies used:

  • It is based on Gtk3 but because of the use of the old Python binding of Webkit, it is blocked on gtk2.
  • The old old Python binding of Webkit has many serious security holes.
  • Content of the app is displayed with web technologies. This makes the soft slower and complicates its evolution.
  • Can't know if each link will be open in an external browser or in app.

For all this reasons, we 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 goal of the project is to build a powerful welcome screen who welcome the new user and help him to discover our favorite distribution :).

Technologies

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

TODO

  • Make more translations to distribute it in all the world.

Let's make a wonderful software !