From 38e03aa10bab5718575f9d167a3a2821e597e6aa Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 11:18:12 +0100 Subject: [PATCH 01/14] Change permissions of launch script --- launch.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 launch.sh diff --git a/launch.sh b/launch.sh old mode 100644 new mode 100755 From 4df3f67c91e108f71b35989a1fba8d0f73ad3c3e Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 11:22:53 +0100 Subject: [PATCH 02/14] Bump version to 0.4 --- BUILD/PKGBUILD | 2 +- CHANGELOG.md | 15 +++++++++++++++ ui/manjaro-hello.glade | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/BUILD/PKGBUILD b/BUILD/PKGBUILD index 38d456f..5eea7a3 100644 --- a/BUILD/PKGBUILD +++ b/BUILD/PKGBUILD @@ -1,6 +1,6 @@ _pkgname=manjaro-hello pkgname=${_pkgname}-git -pkgver=0.3.1 +pkgver=0.4 pkgrel=1 pkgdesc="A tool providing access to documentation and support for new Manjaro users." url="https://github.com/Huluti/${_pkgname}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8a585..378c0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.4] - 2016-12-27 +### Added +- Support of autostart in i3. +- Disable home button on welcome page. +- Add tooltips on social and header buttons. +- Russian translation from @jacobtey. + +### Changed +- Make creating new pages easier. +- Label of install button. +- Update german translation from @oberon2007. + +### Fixed +- Window blocking during call of installer. + ## [0.3.1] - 2016-12-23 ### Fixed - Button icons are not always displayed. diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 75cf670..6c864d8 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -7,7 +7,7 @@ About dialog Manjaro Hello - 0.3.1 + 0.4 Welcome screen for Manjaro https://github.com/Huluti/manjaro-hello Github From d7a00a96cfca9c1a5130e9f5f927eb6259987fba Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 14:20:29 +0100 Subject: [PATCH 03/14] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378c0a0..71e3e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ### Added - Support of autostart in i3. - Disable home button on welcome page. -- Add tooltips on social and header buttons. +- Tooltips on social and header buttons. - Russian translation from @jacobtey. ### Changed From d8fbc110fac8c46a9d239b7c3c01a15672545af8 Mon Sep 17 00:00:00 2001 From: Jacobtey Date: Tue, 27 Dec 2016 17:26:35 +0400 Subject: [PATCH 04/14] Update ru.po --- po/ru.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/ru.po b/po/ru.po index 06dcef7..de224b3 100644 --- a/po/ru.po +++ b/po/ru.po @@ -47,7 +47,7 @@ msgstr "" "\n" "Мы, разработчики Manjaro, надеемся, что пользуясь Manjaro, Вы будете " "испытыватьтакое же удовольствие, какое мы испытывали, создавая его. " -"Представленные нижессылки помогут Вам начать использование новой " +"Представленные ниже ссылки помогут Вам начать использование новой " "операционной системы.Наслаждайтесь ее работой и не стесняйтесь оставлять " "свои отзывы о ней." @@ -109,11 +109,11 @@ msgstr "УСТАНОВКА" #: ../ui/manjaro-hello.glade:446 msgid "Launch installer" -msgstr "" +msgstr "Запустить" #: ../ui/manjaro-hello.glade:495 msgid "Home" -msgstr "" +msgstr "В начало" #: ../src/manjaro_hello.py:241 msgid "Can't load page." From d875b88a97ba3f47863bc90c5541d550566ff9b6 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 15:20:34 +0100 Subject: [PATCH 05/14] Add Bernhard Landauer in translators credits --- ui/manjaro-hello.glade | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 6c864d8..5c03437 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -13,6 +13,7 @@ Github Hugo Posnic Michael Kogan [de] +Bernhard Landauer [de] Daniel Napora [pl] Ilya Ostapenko [ru] From 685a086d6966014f7f41d270189c48cc1b12f1e4 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 15:22:08 +0100 Subject: [PATCH 06/14] Add Hugo Posnic in translators credits --- ui/manjaro-hello.glade | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 5c03437..9605a45 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -14,6 +14,7 @@ Hugo Posnic Michael Kogan [de] Bernhard Landauer [de] +Hugo Posnic [fr] Daniel Napora [pl] Ilya Ostapenko [ru] From 42e280b93594b30f2e757d49d6e088dbc286ea3b Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 15:27:47 +0100 Subject: [PATCH 07/14] Change way to set transient for property --- src/manjaro_hello.py | 1 - ui/manjaro-hello.glade | 87 +++++++++++++++++++++--------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 0cdb7b4..d644884 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -256,7 +256,6 @@ class ManjaroHello(): self.set_autostart(autostart) elif name == "about": dialog = self.builder.get_object("aboutdialog") - dialog.set_transient_for(self.window) dialog.run() dialog.hide() diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 9605a45..67ee899 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -2,49 +2,6 @@ - - False - About - dialog - Manjaro Hello - 0.4 - Welcome screen for Manjaro - https://github.com/Huluti/manjaro-hello - Github - Hugo Posnic - Michael Kogan [de] -Bernhard Landauer [de] -Hugo Posnic [fr] -Daniel Napora [pl] -Ilya Ostapenko [ru] - - gpl-3-0 - - - True - True - vertical - 2 - - - False - end - - - False - False - 0 - - - - - - - - - - - True False @@ -533,4 +490,48 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we + + False + About + dialog + window + Manjaro Hello + 0.4 + Welcome screen for Manjaro + https://github.com/Huluti/manjaro-hello + Github + Hugo Posnic + Michael Kogan [de] +Bernhard Landauer [de] +Hugo Posnic [fr] +Daniel Napora [pl] +Ilya Ostapenko [ru] + + gpl-3-0 + + + True + True + vertical + 2 + + + False + end + + + False + False + 0 + + + + + + + + + + + From d4bd3ee9903355815a1829b6fe05a1ed38ef0a41 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 15:31:33 +0100 Subject: [PATCH 08/14] Remove unuseful GtkGrid --- ui/manjaro-hello.glade | 680 ++++++++++++++++++++--------------------- 1 file changed, 335 insertions(+), 345 deletions(-) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 67ee899..cf4e5ad 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -19,331 +19,260 @@ True - + True False + 10 + 10 + 10 + 10 + True + crossfade - + True False - 10 - 10 - 10 - 10 - True - crossfade + 20 + 10 + True - + True False - 20 - 10 - True - - - True - False - - - 0 - 0 - 3 - - - - - True - True - True - Welcome to Manjaro! - - - - - - - 0 - 1 - 3 - - - - - True - False - True - Thank you for joining our community! + + + 0 + 0 + 3 + + + + + True + True + True + Welcome to Manjaro! + + + + + + + 0 + 1 + 3 + + + + + True + False + True + Thank you for joining our community! We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback. - True - 1 - 1 - - - 0 - 2 - 3 - - - - - True - False - DOCUMENTATION - - - - - - 0 - 3 - - - - - True - False - SUPPORT - - - - - - 1 - 3 - - - - - True - False - PROJECT - - - - - - 2 - 3 - - - - - Read me - readme - True - True - True - - - - 0 - 4 - - - - - Release info - release - True - True - True - - - - 0 - 5 - - - - - Wiki - wiki - True - True - True - - - - 0 - 6 - - - - - Get involved - involved - True - True - True - - - - 2 - 4 - - - - - Forums - forums - True - True - True - - - - 1 - 4 - - - - - Chat room - chat - True - True - True - - - - 1 - 5 - - - - - Mailling lists - mailling - True - True - True - - - - 1 - 6 - - - - - Build Manjaro - build - True - True - True - - - - 2 - 5 - - - - - - 2 - 6 - - + True + 1 + 1 + + + 0 + 2 + 3 + + + + + True + False + DOCUMENTATION + + + + + + 0 + 3 + + + + + True + False + SUPPORT + + + + + + 1 + 3 + + + + + True + False + PROJECT + + + + + + 2 + 3 + + + + + Read me + readme + True + True + True + + + + 0 + 4 + + + + + Release info + release + True + True + True + + + + 0 + 5 + + + + + Wiki + wiki + True + True + True + + + + 0 + 6 + + + + + Get involved + involved + True + True + True + + + + 2 + 4 + + + + + Forums + forums + True + True + True + + + + 1 + 4 + + + + + Chat room + chat + True + True + True + + + + 1 + 5 + + + + + Mailling lists + mailling + True + True + True + + + + 1 + 6 + + + + + Build Manjaro + build + True + True + True + + + + 2 + 5 + + + + + + 2 + 6 + + + + + True + False + end + True + 10 True False - end - True - 10 + 5 - + + google+ True False - 5 + - - google+ + True False - - - - True - False - Google+ - - + Google+ - - False - True - 0 - - - - - facebook - True - False - - - - True - False - Facebook - - - - - False - True - 1 - - - - - twitter - True - False - - - - True - False - Twitter - - - - - False - True - 2 - - - - - reddit - True - False - - - - True - False - Reddit - - - - - False - True - 3 - @@ -353,25 +282,38 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we - + + facebook True False - end - Launch at start + + + + True + False + Facebook + + - True + False True 1 - - autostart + + twitter True - True - end - + False + + + + True + False + Twitter + + False @@ -379,60 +321,108 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we 2 + + + reddit + True + False + + + + True + False + Reddit + + + + + False + True + 3 + + - 0 - 9 - 3 + False + True + 0 - + + True False - INSTALLATION - - - + end + Launch at start - 1 - 7 + True + True + 1 - - Launch installer - install + + autostart + True True - True - + end + - 1 - 8 + False + True + 2 - - - - - - - - - - - - - homepage + 0 + 9 + 3 + + + False + INSTALLATION + + + + + + 1 + 7 + + + + + Launch installer + install + True + True + + + + 1 + 8 + + + + + + + + + + + + + + - 0 - 0 + homepage From 22e8f1a657225caee3e8be0774a96bf736a0ef99 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 15:38:16 +0100 Subject: [PATCH 09/14] Remove unuseful property --- ui/manjaro-hello.glade | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index cf4e5ad..a6b77d5 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -366,7 +366,6 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we autostart True True - end From 34c1f8838ce99337f02c75c5d79e8ef5036cfcbd Mon Sep 17 00:00:00 2001 From: ChazyTheBest Date: Tue, 27 Dec 2016 15:55:19 +0100 Subject: [PATCH 10/14] Add Spanish translation --- manjaro-hello.desktop | 1 + po/es.pot | 117 +++++++++++++++++++++++++++++++++++++++++ src/manjaro_hello.py | 2 +- ui/manjaro-hello.glade | 1 + 4 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 po/es.pot diff --git a/manjaro-hello.desktop b/manjaro-hello.desktop index 6dbbced..2de4b88 100755 --- a/manjaro-hello.desktop +++ b/manjaro-hello.desktop @@ -8,5 +8,6 @@ Exec=/usr/bin/manjaro-hello Icon=/usr/share/manjaro-hello/data/img/manjaro.png Comment=A tool providing access to documentation and support for new Manjaro users. Comment[de]=Ein Tool für schnellen Zugriff auf Support und Dokumentation für neue Manjaro-Nutzer. +Comment[es]=Una herramienta que provee acceso a la documentación y soporte para nuevos usuarios de Manjaro. Comment[fr]=Outil d'accès à la documentation et support aux nouveaux utilisateurs de Manjaro. Comment[ru]=Средство доступа к документации и поддержке для новых пользователей Manjaro. diff --git a/po/es.pot b/po/es.pot new file mode 100644 index 0000000..4eb7987 --- /dev/null +++ b/po/es.pot @@ -0,0 +1,117 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Chazy Chaz , 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-27 10:10+0100\n" +"PO-Revision-Date: 2016-12-27 10:10+0100\n" +"Last-Translator: Chazy Chaz \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 +msgid "About" +msgstr "Acerca de" + +#: ../ui/manjaro-hello.glade:12 +msgid "Welcome screen for Manjaro" +msgstr "Pantalla de bienvenida para Manjaro" + +#: ../ui/manjaro-hello.glade:14 +msgid "Github" +msgstr "Github" + +#: ../ui/manjaro-hello.glade:100 +msgid "Welcome to Manjaro!" +msgstr "Bienvenido a Manjaro" + +#: ../ui/manjaro-hello.glade:117 +msgid "" +"Thank you for joining our community!\n" +"\n" +"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much " +"as we enjoy building it. The links below will help you get started with your " +"new operating system. So enjoy the experience, and don't hesitate to send us " +"your feedback." +msgstr "" +"¡Gracias por unirte a nuestra comunidad!\n" +"\n" +"Nosotros, los Desarrolladores de Manjaro, esperamos que disfrutes usando Manjaro " +"tanto como nosotros disfrutamos construyendolo. Los links de abajo te ayudarán a " +"empezar con tu nuevo sistema opeartivo. Disfruta de la experiencia, y no dudes en " +"enviarnos tus comentarios." + +#: ../ui/manjaro-hello.glade:134 +msgid "DOCUMENTATION" +msgstr "DOCUMENTACIÓN" + +#: ../ui/manjaro-hello.glade:148 +msgid "SUPPORT" +msgstr "SOPORTE" + +#: ../ui/manjaro-hello.glade:162 +msgid "PROJECT" +msgstr "PROYECTO" + +#: ../ui/manjaro-hello.glade:174 +msgid "Read me" +msgstr "Leeme" + +#: ../ui/manjaro-hello.glade:188 +msgid "Release info" +msgstr "Información" + +#: ../ui/manjaro-hello.glade:202 +msgid "Wiki" +msgstr "Wiki" + +#: ../ui/manjaro-hello.glade:216 +msgid "Get involved" +msgstr "Participa con nosotros" + +#: ../ui/manjaro-hello.glade:230 +msgid "Forums" +msgstr "Foros" + +#: ../ui/manjaro-hello.glade:244 +msgid "Chat room" +msgstr "Sala de chat" + +#: ../ui/manjaro-hello.glade:258 +msgid "Mailling lists" +msgstr "Listas de correo" + +#: ../ui/manjaro-hello.glade:272 +msgid "Build Manjaro" +msgstr "Construye Manjaro" + +#: ../ui/manjaro-hello.glade:286 +msgid "Donate" +msgstr "Donar" + +#: ../ui/manjaro-hello.glade:402 +msgid "Launch at start" +msgstr "Abrir al inicio" + +#: ../ui/manjaro-hello.glade:434 +msgid "INSTALLATION" +msgstr "INSTALACIÓN" + +#: ../ui/manjaro-hello.glade:446 +msgid "Launch installer" +msgstr "Abrir instalador" + +#: ../ui/manjaro-hello.glade:495 +msgid "Home" +msgstr "Inicio" + +#: ../src/manjaro_hello.py:241 +msgid "Can't load page." +msgstr "No se puede cargar la página" diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 0cdb7b4..e155ff6 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -78,7 +78,7 @@ class ManjaroHello(): self.builder.get_object("stack").add_named(scrolled_window, page + "page") # Init translation - self.locales = ("de", "en", "fr", "pl", "ru") # supported locales + self.locales = ("de", "en", "es", "fr", "pl", "ru") # supported locales self.default_locale = "en" self.sys_locale = locale.getdefaultlocale()[0] self.default_texts = {} diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 6c864d8..36c173b 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -503,6 +503,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we Deutsch (Deutschland) English (United States) + Spanish (Spain) Français (France) Polski (Polska) Pусский (Россия) From ed7c5e30fa5dd29c950c9f2194f8c0c31e6481e9 Mon Sep 17 00:00:00 2001 From: ChazyTheBest Date: Tue, 27 Dec 2016 16:10:35 +0100 Subject: [PATCH 11/14] Language name should be in it's own language --- ui/manjaro-hello.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 36c173b..804f437 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -503,7 +503,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we Deutsch (Deutschland) English (United States) - Spanish (Spain) + Español (España) Français (France) Polski (Polska) Pусский (Россия) From 2d83cd6449553d43cf3c06f469ad2255b6de5fc7 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 16:17:24 +0100 Subject: [PATCH 12/14] Fix es file extension --- po/{es.pot => es.po} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename po/{es.pot => es.po} (100%) diff --git a/po/es.pot b/po/es.po similarity index 100% rename from po/es.pot rename to po/es.po From 2925539ffcb5f0e1bf0b5814b1426b80bdd8f68c Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 16:19:39 +0100 Subject: [PATCH 13/14] Add Gabriel Blanca in translators credits --- ui/manjaro-hello.glade | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index a8723a9..f8239fb 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -493,6 +493,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we Hugo Posnic Michael Kogan [de] Bernhard Landauer [de] +Gabriel Blanca [es] Hugo Posnic [fr] Daniel Napora [pl] Ilya Ostapenko [ru] From b38db0612823ad29fae6304eec8f8ea512f24e9f Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 27 Dec 2016 16:24:30 +0100 Subject: [PATCH 14/14] Bump version to 0.4.1 --- BUILD/PKGBUILD | 2 +- CHANGELOG.md | 19 ++++++++++++++----- ui/manjaro-hello.glade | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/BUILD/PKGBUILD b/BUILD/PKGBUILD index 5eea7a3..a8b723c 100644 --- a/BUILD/PKGBUILD +++ b/BUILD/PKGBUILD @@ -1,6 +1,6 @@ _pkgname=manjaro-hello pkgname=${_pkgname}-git -pkgver=0.4 +pkgver=0.4.1 pkgrel=1 pkgdesc="A tool providing access to documentation and support for new Manjaro users." url="https://github.com/Huluti/${_pkgname}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e3e81..c67aca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,24 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.4.1] - 2016-12-27 +### Added +- Spanish translation. + +### Changed +- Russian translation. + ## [0.4] - 2016-12-27 ### Added - Support of autostart in i3. - Disable home button on welcome page. - Tooltips on social and header buttons. -- Russian translation from @jacobtey. +- Russian translation. ### Changed - Make creating new pages easier. - Label of install button. -- Update german translation from @oberon2007. +- German translation. ### Fixed - Window blocking during call of installer. @@ -23,7 +30,9 @@ All notable changes to this project will be documented in this file. ## [0.3] - 2016-12-23 ### Added - Icons for links buttons. -- German launcher's description from @Photon89. +- German launcher's description. + +### Changed - Use logo from manjaro-icons if available. ### Fixed @@ -42,8 +51,8 @@ All notable changes to this project will be documented in this file. ## [0.2] - 2016-12-21 First stable version. ### Added -- Polish translation from @napcok. -- German translation from @Photon89. +- Polish translation. +- German translation. ### Fixed - Locale detection. diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index f8239fb..2be2c74 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -486,7 +486,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we dialog window Manjaro Hello - 0.4 + 0.4.1 Welcome screen for Manjaro https://github.com/Huluti/manjaro-hello Github