From 80e0c759b17868ca54b0f1f74dcf08b4f7795bd6 Mon Sep 17 00:00:00 2001 From: fhdk Date: Sat, 26 Feb 2022 16:45:34 +0100 Subject: [PATCH] [lxde][lxqt-kwin][lxqt] minor fix --- community/lxde-nonfree/profile.conf | 5 +++-- community/lxde/profile.conf | 6 ++++-- community/lxqt-kwin-nonfree/profile.conf | 4 ++-- community/lxqt-kwin/profile.conf | 5 +++-- community/lxqt-nonfree/profile.conf | 4 ++-- community/lxqt/profile.conf | 5 +++-- 6 files changed, 17 insertions(+), 12 deletions(-) diff --git a/community/lxde-nonfree/profile.conf b/community/lxde-nonfree/profile.conf index 8c6961bd..4fa9dbe5 100755 --- a/community/lxde-nonfree/profile.conf +++ b/community/lxde-nonfree/profile.conf @@ -9,8 +9,9 @@ extra="true" geoip="true" hostname="manjaro-lxde" kernel="linux515" -login_shell=/bin/zsh -multilib=false +login_shell="/bin/zsh" +mhwd_used="true" +multilib="false" nonfree_mhwd="true" office_installer="true" password="manjaro" diff --git a/community/lxde/profile.conf b/community/lxde/profile.conf index e44246db..bcb08c91 100755 --- a/community/lxde/profile.conf +++ b/community/lxde/profile.conf @@ -9,9 +9,11 @@ extra="true" geoip="true" hostname="manjaro-lxde" kernel="linux515" -login_shell=/bin/zsh -multilib=false +login_shell="/bin/zsh" +mhwd_used="true" +multilib="false" nonfree_mhwd="false" +office_installer="false" password="manjaro" target_branch="unstable" user_shell="/bin/zsh" diff --git a/community/lxqt-kwin-nonfree/profile.conf b/community/lxqt-kwin-nonfree/profile.conf index 7696d3e4..a7311d76 100755 --- a/community/lxqt-kwin-nonfree/profile.conf +++ b/community/lxqt-kwin-nonfree/profile.conf @@ -6,10 +6,10 @@ displaymanager="sddm" efi_boot_loader="grub" enable_systemd=('systemd-timesyncd' 'systemd-resolved' 'fstrim.timer' 'NetworkManager' 'firewalld') extra="true" -geoip='true' +geoip="true" hostname="lxqt-kwin" kernel="linux515" -login_shell=/bin/bash +login_shell="/bin/bash" mhwd_used="true" multilib="false" nonfree_mhwd="true" diff --git a/community/lxqt-kwin/profile.conf b/community/lxqt-kwin/profile.conf index 0fd36257..3f816007 100755 --- a/community/lxqt-kwin/profile.conf +++ b/community/lxqt-kwin/profile.conf @@ -6,13 +6,14 @@ displaymanager="sddm" efi_boot_loader="grub" enable_systemd=('systemd-timesyncd' 'systemd-resolved' 'fstrim.timer' 'NetworkManager' 'firewalld') extra="true" -geoip='true' +geoip="true" hostname="lxqt-kwin" kernel="linux515" -login_shell=/bin/bash +login_shell="/bin/bash" mhwd_used="true" multilib="false" nonfree_mhwd="false" +office_installer="false" password="manjaro" target_branch="unstable" user_shell="/bin/bash" diff --git a/community/lxqt-nonfree/profile.conf b/community/lxqt-nonfree/profile.conf index cea8d104..90a47d51 100755 --- a/community/lxqt-nonfree/profile.conf +++ b/community/lxqt-nonfree/profile.conf @@ -6,10 +6,10 @@ displaymanager="sddm" efi_boot_loader="grub" enable_systemd=('systemd-timesyncd' 'systemd-resolved' 'fstrim.timer' 'NetworkManager' 'firewalld') extra="true" -geoip='true' +geoip="true" hostname="manjaro-lxqt" kernel="linux515" -login_shell=/bin/zsh +login_shell="/bin/zsh" mhwd_used="true" multilib="false" nonfree_mhwd="true" diff --git a/community/lxqt/profile.conf b/community/lxqt/profile.conf index dbf60676..e6ea0688 100755 --- a/community/lxqt/profile.conf +++ b/community/lxqt/profile.conf @@ -6,13 +6,14 @@ displaymanager="sddm" efi_boot_loader="grub" enable_systemd=('systemd-timesyncd' 'systemd-resolved' 'fstrim.timer' 'NetworkManager' 'firewalld') extra="true" -geoip='true' +geoip="true" hostname="manjaro-lxqt" kernel="linux515" -login_shell=/bin/zsh +login_shell="/bin/zsh" mhwd_used="true" multilib="false" nonfree_mhwd="false" +office_installer="false" password="manjaro" target_branch="unstable" user_shell="/bin/zsh"