2018년 6월 25일 월요일

How to numlockx on ubuntu 18.04

  1. Open terminal via Ctrl+Alt+T, then run command to get root privilege:
    sudo -i
  2. Switch to user gdm in the terminal:
    su gdm -s /bin/bash
  3. Finally set ‘Numlock on’ via gdm user:
    gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
Restart the computer and done

site:  https://askubuntu.com/questions/1028428/how-to-set-numlock-on-as-default-at-login-screen

댓글 없음:

댓글 쓰기

After today's update to 24.04 LTS, thumbnails no longer being created

  Steps to fix it: Relax the security restriction (immediate fix): Open your terminal and run: sudo sysctl -w kernel.apparmor_restrict_unpr...