Manjaro All translations

All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)LXDM can still be easily customized to suit personal taste and preference, including the ability to enable auto-login, change the background image, remove the language menu, and disable the user list.
|}
=Option 1: Using the Customisation Tool=
{|
|-
|[[file:Lxdm-config.jpg|thumb|left|454px| LXDM configuration tool]] || The '''LXDM Configuration''' application may be found under '''System''' in the XFCE and Cinnamon Menus. Openbox users will also find it under ''System'' if using the Openbox ''AppFinder'' application. Alternatively, searching for '''lxdm''' in ''Synapse'' will yield the correct result.
To launch from the commandline use
{{UserCmd|command=sudo lxdm-config}}
|}
=Option 2: Manually Editing the Configuration File=
To undertake any or all of these tasks, it will be necessary to first open the ''LXDM configuration file'' (lxdm.conf) using the terminal. The syntax of the command to open the LXDM configuration file is:
{{UserCmd|command=sudo [text editor] /etc/lxdm/lxdm.conf}}
For example, if you wish to edit the file within the terminal using nano (a standard terminal-based text editor) then enter:
{{UserCmd|command=sudo nano /etc/lxdm/lxdm.conf}}
Otherwise - if you have installed the full version of Manjaro (i.e. not the NET-Edition) - you may find it easier to use the pre-installed ''gedit'' text editor instead. This will open the configuration file up as a document, making it easier to read and edit. To use ''gedit'' instead, enter:
{{UserCmd|command=sudo gedit /etc/lxdm/lxdm.conf}}
==Enabling Auto-Login==
{{BoxInfo|Info|Auto-login will only work upon booting up into Manjaro. Otherwise, upon logging out, it will still be necessary to enter your username and password credentials to get back into your desktop environment.}}
It is possible to bypass the login screen completely and go straight into your chosen desktop environment upon booting up Manjaro. To do so, two basic steps are required: first, it will be necessary to set the user account to be automatically logged into, and second, it will then be necessary to state the particular desktop environment to be started.
===Step 1: Set the User===
The first step is to set your personal account to be automatically logged in. This is undertaken in the following section, located at the top of the LXDM configuration file:
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
[base]
## uncomment and set autologin username to enable autologin
# autologin=dgod</pre>}}
As an example, LXDM has been configured below to enable a personal user account named 'carl' to be logged in automatically:
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
[base]
## uncomment and set autologin username to enable autologin
autologin=carl</pre>}}
Ensure that there are no spaces between the '''autologin=''' command and the name of your personal user account. Once complete, the second and final step of setting the default desktop environment to be automatically started must be undertaken.
===Step 2: Set the Desktop Environment===
It is necessary to ensure what desktop environment is to be booted into, and/or if having installed multiple desktop environments. This is set in the following section, located near the top of the configuration file:
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/startxfce4</pre>}}
In this example, the default desktop environment has already been set to XFCE as this was the Manjaro edition installed. If you have installed a different edition  (e.g. Gnome/Cinnamon or KDE), then the session listed will be different. Where there is not a hash ('#') at the beginning of '''session=''' (meaning this command won't be ignored), and the desired desktop environment has been listed, then you may save your changes and close the configuration file by:
* '''nano''': Press CTRL and 'x' to exit, 'y' to save, and <enter> to finish, or
* '''gedit''': Select the 'save' option and then close the window.
Otherwise, to set the desired desktop environment:
# If present, remove the hash ('#') at the beginning of '''session='''
# Remove the existing desktop environment listed (or any other text such as 'lxdm') from '''session=/usr/bin/<font color ="red">[text to be removed]</font color>''', and
# Add the command to start your chosen / installed desktop envrionment at the end of '''session=/usr/bin/'''.
Examples for different desktop environments has been listed below:
* '''To start XFCE''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/startxfce4</pre>}}
* '''To start KDE''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/startplasma-x11</pre>}}
* '''To start Gnome''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/gnome-session</pre>}}
* '''To start Cinnamon''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/gnome-session-cinnamon</pre>}}
* '''To start Razor-QT''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/razor-session</pre>}}
* '''To start Openbox''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/openbox-session</pre>}}
* '''To start LXDE''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## default session or desktop used when no systemwide config
session=/usr/bin/lxsession</pre>}}
Once your amendments have been completed, you can save your changes and close the configuration file by:
* '''nano''': Press CTRL and 'x' to exit, 'y' to save, and <enter> to finish, or
* '''gedit''': Select the 'save' option and then close the window.
Reboot your system for the changes to take effect.
 h Russian (ru)LXDM по-прежнему можно легко настроить в соответствии с личным вкусом и предпочтениями, включая возможность включения автологина, изменения фонового изображения, удаления языкового меню и отключения списка пользователей.
|}
=Вариант 1: Использование инструмента настройки=
{|
|-
|[[file:Lxdm-config.jpg|thumb|left|454px| Инструмент настройки LXDM]] || Приложение '''Настройки LXDM''' можно найти в разделе '''Система''' в меню XFCE и Cinnamon. Пользователи Openbox также найдут его в разделе ''Система'' при использовании приложения Openbox ''AppFinder''. В качестве альтернативы - поиск ''lxdm'' в ''Synapse'' даст правильный результат.
Для запуска из командной строки используйте
{{UserCmd|command=sudo lxdm-config}}
|}
=Вариант 2: Ручное редактирование файла конфигурации=
Для выполнения любой или всех этих задач необходимо сначала открыть файл конфигурации LXDM (lxdm.conf) с помощью терминала. Синтаксис команды для открытия конфигурационного файла LXDM следующий:
{{UserCmd|command=sudo [текстовый редактор] /etc/lxdm/lxdm.conf}}
Например, если Вы хотите отредактировать файл в терминале с помощью nano (стандартный текстовый редактор на базе терминала), введите:
{{UserCmd|command=sudo nano /etc/lxdm/lxdm.conf}}
В противном случае - если вы установили полную версию Manjaro (т.е. не NET-редакцию) - вам может быть проще использовать предустановленный текстовый редактор ''gedit''. Он откроет файл конфигурации как документ, что облегчит его чтение и редактирование. Чтобы использовать ''gedit'' вместо этого, введите:
{{UserCmd|command=sudo gedit /etc/lxdm/lxdm.conf}}
==Включение автологина==
{{BoxInfo|Информация|Автологин будет работать только при загрузке Manjaro. В противном случае - при выходе из системы, вам все равно придется ввести имя пользователя и пароль, чтобы вернуться в среду рабочего стола.}}
Можно полностью обойти экран входа и сразу перейти в выбранное окружение рабочего стола при загрузке Manjaro. Для этого необходимо выполнить два основных шага: во-первых, установить учетную запись пользователя для автоматического входа в систему, а во-вторых, указать конкретное окружение рабочего стола для запуска.
===Шаг 1: установка пользователя===
Первым шагом является настройка учетной записи пользователя для автоматического входа в систему. Это делается в следующем разделе, расположенном в верхней части конфигурационного файла LXDM:
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
[base]
## раскомментируйте и задайте имя пользователя в autologin для включения автологина
# autologin=dgod</pre>}}
В качестве примера, LXDM был настроен ниже, чтобы персональная учетная запись пользователя с именем 'carl' могла входить в систему автоматически:
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
[base]
## раскомментируйте и установите в autologin имя пользователя, чтобы включить автологин
autologin=carl</pre>}}
Убедитесь, что между командой '''autologin=''' и именем вашей личной учетной записи пользователя не должно быть пробелов. После этого необходимо выполнить второй и последний шаг по установке среды рабочего стола по умолчанию для автоматического запуска.
===Шаг 2: Установка окружения рабочего стола===
Необходимо определить, в какое окружение рабочего стола будет загружаться компьютер, и/или если установлено несколько окружений рабочего стола. Это задается в следующем разделе, расположенном в верхней части конфигурационного файла:
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/startxfce4</pre>}}
В этом примере окружение рабочего стола по умолчанию уже установлено на XFCE, так как это была установленная редакция Manjaro. Если вы установили другую редакцию (например, Gnome/Cinnamon или KDE), то указанная сессия будет другой. Если в начале '''session=''' нет хэша ('#') (что означает, что эта команда не будет проигнорирована), и указана желаемая среда рабочего стола, то вы можете сохранить изменения и закрыть файл конфигурации, выполнив следующие действия:
* '''nano''': нажмите CTRL и 'x' для выхода, 'y' для сохранения и <enter> для завершения, или
* '''gedit''': выберите опцию "сохранить" и закройте окно.
Иначе, чтобы установить желаемое окружение рабочего стола:
# Если присутствует - удалите хэш ('#') в начале '''session='''
# Удалите существующее окружение рабочего стола (или любой другой текст, например 'lxdm') из '''session=/usr/bin/<font color="red">[текст для удаления]</font color>''', и
# В конце '''session=/usr/bin/''' добавьте команду для запуска выбранного/установленного окружения рабочего стола.
Примеры для различных окружений рабочего стола приведены ниже:
* '''Для запуска XFCE''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/startxfce4</pre>}}
* '''Для запуска KDE''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/startplasma-x11</pre>}}
* '''Для запуска Gnome''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/gnome-session</pre>}}
* '''Для запуска Cinnamon''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/gnome-session-cinnamon</pre>}}
* '''Для запуска Razor-QT''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/razor-session</pre>}}
* '''Для запуска Openbox''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемной конфигурации
session=/usr/bin/openbox-session</pre>}}
* '''Для запуска LXDE''':
{{File|file=/etc/lxdm/lxdm.conf|content=<pre>
## сеанс или рабочий стол по умолчанию, используемый при отсутствии общесистемного конфига
session=/usr/bin/lxsession</pre>}}
После завершения внесения изменений вы можете сохранить изменения и закрыть конфигурационный файл, выполнив следующие действия:
* '''nano''': нажмите CTRL и 'x' для выхода, 'y' для сохранения, и <enter> для завершения, или
* '''gedit''': выберите опцию "сохранить" и закройте окно.
Перезагрузите систему чтобы изменения вступили в силу.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.