Skip to content

Commit

Permalink
Login keymap fixed.
Browse files Browse the repository at this point in the history
sshfs needed for kdeconnect device exploring.
kaccounts-providers added for KDE desktop.
  • Loading branch information
rennydonny committed Sep 1, 2020
1 parent 3037af4 commit 6f09843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fifo
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ install_base_system() {
configure_keymap() {
#ADD KEYMAP TO THE NEW SETUP
echo "KEYMAP=$KEYMAP" >"${MOUNTPOINT}"/etc/vconsole.conf
arch_chroot localectl set-x11-keymap $KEYMAP
}
#}}}
#CONFIGURE FSTAB {{{
Expand Down
2 changes: 1 addition & 1 deletion lilo
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ install_desktop_environment(){
print_title "KDE - https://wiki.archlinux.org/index.php/KDE"
print_info "KDE is an international free software community producing an integrated set of cross-platform applications designed to run on Linux, FreeBSD, Microsoft Windows, Solaris and Mac OS X systems. It is known for its Plasma Desktop, a desktop environment provided as the default working environment on many Linux distributions."
package_install "plasma kf5 sddm"
package_install "ark dolphin dolphin-plugins kio-extras kdeconnect quota-tools gwenview kipi-plugins kate kcalc konsole spectacle okular sweeper kwalletmanager packagekit-qt5"
package_install "ark dolphin dolphin-plugins kaccounts-providers kio-extras kdeconnect sshfs quota-tools gwenview kipi-plugins kate kcalc konsole spectacle okular sweeper kwalletmanager packagekit-qt5"
is_package_installed "cups" && package_install "print-manager"
[[ $LOCALE != en_US ]] && package_install "kde-l10n-$LOCALE_KDE"
# config xinitrc
Expand Down

0 comments on commit 6f09843

Please sign in to comment.