[IamNormal]
Senior Member
Tất cả các app built-in OSApp nào?

Tất cả các app built-in OSApp nào?

Thế xem lại ổ cứng đi, mình mở phát lên luôn.Tất cả các app built-in OS![]()
Ổ cứng sao đâu nhỉ, em dùng SSD màThế xem lại ổ cứng đi, mình mở phát lên luôn.
Chịu. No idea.Ổ cứng sao đâu nhỉ, em dùng SSD mà
Suggest to move to Arch KDEỔ cứng sao đâu nhỉ, em dùng SSD mà

)





// Create unlocated space for Linux
// List disk
# lsblk
// Split partition
# cfdisk /dev/sda
cfdisk /dev/sdb
// Format partitions
# mkfs.fat -F32 /dev/boot_partition
# mkfs.ext4 /dev/root_partition
# mkfs.ext4 /dev/home_partition
# mkswap /dev/swap_partition
// Mount partitions
# mount /dev/root_partition /mnt
# mkdir /mnt/home
# mount /dev/home_partition /mnt/home
# swapon /dev/swap_partition
// Check internet connection (In this instllation, we use cable)
# ping google.com Ctrl+C to stop ping
// Chose mirror. Default mirror too slow
# pacman -Syy
# pacman -S reflector
# reflector -c "Taiwan" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
// Run script install base + nano editor
# pacstrap /mnt base linux linux-firmware nano
// Wait...
// Generate an fstab file
# genfstab -U /mnt >> /mnt/etc/fstab
// Move to root (hardisk)
# arch-chroot /mnt
// Set timedate
# timedatectl set-timezone Asia/Ho_Chi_Minh
//If set timedate not work, do the line
# ln -sf /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime
// Get locale for system
# nano /etc/locale.gen
// Uncomment 'en_US.UTF-8 UTF-8'
// Generate locale
# locale-gen
# echo LANG=en_US.UTF-8 > /etc/locale.conf
# export LANG=en_US.UTF-8
// Create host file
# echo arch > /etc/hostname
# touch /etc/hosts
# nano /etc/hosts
// Add line at the end of file
127.0.0.1 localhost
::1 localhost
127.0.1.1 arch
// Ctrl+O -> Enter -> Ctrl+X
# passwd Set password root
# pacman -S sudo Install sudo
# useradd avarice Add new user
# passwd avarice Set password user
// Edit sudoers permission
# nano /etc/sudoers
// Add bellow 'root ALL=(ALL) ALL'
avarice ALL=(ALL) ALL
// Ctrl+O -> Enter -> Ctrl+X
// Install booloader
# pacman -S grub efibootmgr
# mkdir /boot/efi
# mount /dev/sdb5 /boot/efi
# grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi
# grub-mkconfig -o /boot/grub/grub.cfg
// Install a desktop environment (KDE or Gnome)
# pacman -S xorg
//Gnome (Beauty, stable)
# pacman -S gnome
# systemctl enable gdm.service
//KDE plasma (Lightweight, broken)
# pacman -S plasma-meta
# systemctl enable sddm.service
# systemctl enable NetworkManager.service
# exit
# reboot
// Wait until it boot to GRUB, then take the USB out
Add 1 user khác, đăng nhập đc không?Mến cào các bác. Lại là em đây
Hôm nay con arch với sddm của e giở chứng. Nhập mật khẩu đúng nhưng ko cho vào, đợi tí lại bắt đăng nhập lại. Kẹt ở màn hình login luôn
Đã thử mở tty2 thì đăng nhập bình thường với cli. Nhưng cái sddm ở tty1 thì chịu.
Vậy đây là bệnh gì? Search ko ra bệnh
P/s: E cài theo cái này. Gnome thì ok. Mà KDE thì
Mã:// Create unlocated space for Linux // List disk # lsblk // Split partition # cfdisk /dev/sda cfdisk /dev/sdb // Format partitions # mkfs.fat -F32 /dev/boot_partition # mkfs.ext4 /dev/root_partition # mkfs.ext4 /dev/home_partition # mkswap /dev/swap_partition // Mount partitions # mount /dev/root_partition /mnt # mkdir /mnt/home # mount /dev/home_partition /mnt/home # swapon /dev/swap_partition // Check internet connection (In this instllation, we use cable) # ping google.com Ctrl+C to stop ping // Chose mirror. Default mirror too slow # pacman -Syy # pacman -S reflector # reflector -c "Taiwan" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist // Run script install base + nano editor # pacstrap /mnt base linux linux-firmware nano // Wait... // Generate an fstab file # genfstab -U /mnt >> /mnt/etc/fstab // Move to root (hardisk) # arch-chroot /mnt // Set timedate # timedatectl set-timezone Asia/Ho_Chi_Minh //If set timedate not work, do the line # ln -sf /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime // Get locale for system # nano /etc/locale.gen // Uncomment 'en_US.UTF-8 UTF-8' // Generate locale # locale-gen # echo LANG=en_US.UTF-8 > /etc/locale.conf # export LANG=en_US.UTF-8 // Create host file # echo arch > /etc/hostname # touch /etc/hosts # nano /etc/hosts // Add line at the end of file 127.0.0.1 localhost ::1 localhost 127.0.1.1 arch // Ctrl+O -> Enter -> Ctrl+X # passwd Set password root # pacman -S sudo Install sudo # useradd avarice Add new user # passwd avarice Set password user // Edit sudoers permission # nano /etc/sudoers // Add bellow 'root ALL=(ALL) ALL' avarice ALL=(ALL) ALL // Ctrl+O -> Enter -> Ctrl+X // Install booloader # pacman -S grub efibootmgr # mkdir /boot/efi # mount /dev/sdb5 /boot/efi # grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi # grub-mkconfig -o /boot/grub/grub.cfg // Install a desktop environment (KDE or Gnome) # pacman -S xorg //Gnome (Beauty, stable) # pacman -S gnome # systemctl enable gdm.service //KDE plasma (Lightweight, broken) # pacman -S plasma-meta # systemctl enable sddm.service # systemctl enable NetworkManager.service # exit # reboot // Wait until it boot to GRUB, then take the USB out
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp
Add 1 user khác, đăng nhập đc không?
Thêm cái nữa là đoạn này:
// Add line at the end of file
127.0.0.1 localhost
::1 localhost
127.0.1.1 arch
Hình như khác archwiki (không nhớ rõ lắm)
Mà cài kde thì thử cài plasma plasma-wayland-session kde-applications xem sao?
Thử lại cài 3 gói thay vì chỉ cài kde meta xem sao? Mình cài 3 gói như kia thì thấy dùng btKhác arch wiki thật. Nó là domain gì cơ. Cái dòng đấy e làm theo thằng itsfoss. Tại gnome ok nên cứ dùng.
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp
Thử lại cài 3 gói thay vì chỉ cài kde meta xem sao? Mình cài 3 gói như kia thì thấy dùng bt
Kệ nó thôi, khi nào có hứng thì xóaCài 3 gói lắm app đi kèm lắm bácnhìn nản ko muốn xoá![]()
![]()
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp
)base-devel?Mến cào các bác. Lại là em đây
Hôm nay con arch với sddm của e giở chứng. Nhập mật khẩu đúng nhưng ko cho vào, đợi tí lại bắt đăng nhập lại. Kẹt ở màn hình login luôn
Đã thử mở tty2 thì đăng nhập bình thường với cli. Nhưng cái sddm ở tty1 thì chịu.
Vậy đây là bệnh gì? Search ko ra bệnh
P/s: E cài theo cái này. Gnome thì ok. Mà KDE thì
Mã:// Create unlocated space for Linux // List disk # lsblk // Split partition # cfdisk /dev/sda cfdisk /dev/sdb // Format partitions # mkfs.fat -F32 /dev/boot_partition # mkfs.ext4 /dev/root_partition # mkfs.ext4 /dev/home_partition # mkswap /dev/swap_partition // Mount partitions # mount /dev/root_partition /mnt # mkdir /mnt/home # mount /dev/home_partition /mnt/home # swapon /dev/swap_partition // Check internet connection (In this instllation, we use cable) # ping google.com Ctrl+C to stop ping // Chose mirror. Default mirror too slow # pacman -Syy # pacman -S reflector # reflector -c "Taiwan" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist // Run script install base + nano editor # pacstrap /mnt base linux linux-firmware nano // Wait... // Generate an fstab file # genfstab -U /mnt >> /mnt/etc/fstab // Move to root (hardisk) # arch-chroot /mnt // Set timedate # timedatectl set-timezone Asia/Ho_Chi_Minh //If set timedate not work, do the line # ln -sf /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime // Get locale for system # nano /etc/locale.gen // Uncomment 'en_US.UTF-8 UTF-8' // Generate locale # locale-gen # echo LANG=en_US.UTF-8 > /etc/locale.conf # export LANG=en_US.UTF-8 // Create host file # echo arch > /etc/hostname # touch /etc/hosts # nano /etc/hosts // Add line at the end of file 127.0.0.1 localhost ::1 localhost 127.0.1.1 arch // Ctrl+O -> Enter -> Ctrl+X # passwd Set password root # pacman -S sudo Install sudo # useradd avarice Add new user # passwd avarice Set password user // Edit sudoers permission # nano /etc/sudoers // Add bellow 'root ALL=(ALL) ALL' avarice ALL=(ALL) ALL // Ctrl+O -> Enter -> Ctrl+X // Install booloader # pacman -S grub efibootmgr # mkdir /boot/efi # mount /dev/sdb5 /boot/efi # grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi # grub-mkconfig -o /boot/grub/grub.cfg // Install a desktop environment (KDE or Gnome) # pacman -S xorg //Gnome (Beauty, stable) # pacman -S gnome # systemctl enable gdm.service //KDE plasma (Lightweight, broken) # pacman -S plasma-meta # systemctl enable sddm.service # systemctl enable NetworkManager.service # exit # reboot // Wait until it boot to GRUB, then take the USB out
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp
base-devel?
uh, base-devel là cái đống software dùng để build package aur các thứ, mà thím reinstall shadow thử đi, với cả cài lại Xorg xemTrên arch wiki nó chỉ bảo base thôi mà bác @@ base-devel có gì khác vậy
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp
đã thử và thấy ngon lành cành đào, tuy nhiên khi xài ibus tiếng việt thì phải chuyển tiếng anh lại mới thoát ra command mode được, thôi kệ, dùng giống vim là thấy sướng rồi hehetại không down được file = firefox nên em qua đây luônXem tệp đính kèm 267177
![]()
Chỉ có cài bằng này. Mà nó nhất quyết ko cho login
Vừa xoá hết plasma-meta với xorg cài lại mà vẫn vậy
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp
Theo 1 archwiki là đủ rồi, đừng đọc linh tinh đâm loạn. Mà thôi vote qua openSUSE KDE đi cho nhanh. Mấy cái này cứ đúng quy trình là nó chạy thôi, mất thời gian thử nghiệm làm gì.![]()
Chỉ có cài bằng này. Mà nó nhất quyết ko cho login
Vừa xoá hết plasma-meta với xorg cài lại mà vẫn vậy
Sent from Một Bát Cơm Không Có Đồ Ăn Kèm using vozFApp

Search google đi cha, lỗi này thấy gào khá nhiều trên mạng và đầy người kêu solved. Đừng dùng tư duy gỡ hết ra cài lại nữa, tốn thời gín lại ko biết nó sai ở đâu.
Sao máy em mở mấy apps của KDE bị chậm vc nhỉ??
Mở mấy app khác thì không sao
Chậm vc, launch cái app mất tầm 1-2ph, restart lại thì khỏi mà dùng 1 lúc thì lại bị.
Em dùng Tumbleweed @idmresettrial