This commit is contained in:
Valeria Fadeeva 2024-01-28 01:20:24 +05:00
parent 796b712c4c
commit 4fb41cd5ed
7 changed files with 9 additions and 17 deletions

View File

@ -8,10 +8,6 @@ Perhaps the first place to look for general Linux help is to use your favorite s
Since Melawy Linux is based on Arch Linux, guides and tips designed for Arch generally apply to Melawy Linux as well.
<b>Join us on Telegram</b>
Another option is to chat with us on Telegram chat.
<big>Other resources</big>
- <a href="https://aur.archlinux.org">AUR Repository</a> - Additional software not found in regular repositories, built from source code.

View File

@ -16,7 +16,7 @@ Write off another 2 weeks of corrective release.
- Later, bootloader signing will be automated and the full boot cycle will be checked via Secure Boot.
- The full boot phase via Secure Boot protects against viruses, starting with the bootloader and kernel loading.
- Support for Luks2 full-disk encryption using the latest Argon2 algorithm.
- Support for Luks2 full-disk encryption using the latest Argon2id algorithm.
- Beautiful, informative visual design:
- operating system boot selection screen
- stage of loading the kernel and base environment initrd

View File

@ -8,10 +8,6 @@
Поскольку Melawy Linux базируется на Arch Linux, руководства и советы, предназначенные для Arch, обычно подходят и к Melawy Linux.
<b>Присоединяйтесь к нам в Telegram</b>
Другой вариант - общаться с нами в чате Telegram.
<big>Другие ресурсы</big>
- <a href="https://aur.archlinux.org">Репозиторий AUR</a> - Дополнительное программное обеспечение, отсутствующее в обычных репозиториях, собранное из исходного кода.

View File

@ -16,7 +16,7 @@
- Позже будет автоматизировано подписывание загрузчика и проверен полный цикл загрузки через Secure Boot.
- Полный этап загрузки через Secure Boot защищает от вирусов начиная с загрузчика и загрузки ядра.
- Поддержка полнодискового шифрования Luks2 последним алгоритмом Аrgon2.
- Поддержка полнодискового шифрования Luks2 последним алгоритмом Аrgon2id.
- Красивое, информативное визуальное оформление:
- экран выбора заргузки операционной системы
- этап загрузки ядра и базового окружения initrd

View File

@ -12,14 +12,14 @@
"style_path": "/usr/share/melawy-welcome/ui/style.css",
"urls": {
"wiki": "https://wiki.archlinux.org",
"forum": "https://t.me/Melawy_chat",
"forum": "https://sourceforge.net/p/melawy-linux/discussion/",
"software": "https://git.melawy.ru/Melawy-Linux",
"development": "https://github.com/Melawy",
"donate": "https://melawy.ru/donate",
"website": "https://melawy.ru",
"youtube": "https://youtube.com/@Melawy",
"telegram": "https://t.me/Melawy_news",
"mastodon": "https://techhub.social/@Melawy",
"discord": "https://discord.gg/725zXx7RhJ",
"github": "https://github.com/Melawy"
"gitlab": "https://gitlab.com/melawy"
}
}

View File

@ -5,7 +5,7 @@
<file compressed="true">ui/style.css</file>
<file compressed="true">data/img/external-link.png</file>
<file compressed="true">data/img/website.png</file>
<file compressed="true">data/img/telegram.png</file>
<file compressed="true">data/img/mastodon.png</file>
<file compressed="true">data/img/discord.png</file>
</gresource>
</gresources>

View File

@ -434,15 +434,15 @@ We, the Melawy Developers, hope that you will enjoy using Melawy as much as we e
</child>
<child>
<object class="GtkEventBox">
<property name="name">telegram</property>
<property name="name">madtodon</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<signal name="button-press-event" handler="on_link1_clicked" swapped="no"/>
<child>
<object class="GtkImage" id="telegram">
<object class="GtkImage" id="madtodon">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text">Telegram</property>
<property name="tooltip-text">Madtodon</property>
</object>
</child>
</object>