답변:
/ubuntu//a/224060에 언급 된 방법을 시도해보십시오 . 이 명령은 "프로토콜을 지정하지 않았습니다"라는 메시지를 표시하지만 작동해야합니다 (명령 끝에 느낌표는 생략). 인사 장에서 상단 패널의 글꼴 만 변경하지만.
또한이 방법으로 조정할 수있는 다른 설정 목록을 얻을 수 있습니다.
sudo -u lightdm dbus-launch gsettings list-keys com.canonical.unity-greeter
터미널을 열어 시작하고, 유니티 대시에 "터미널"을 입력하여 옵션을 보거나 ctrl + alt + t를 누르십시오.
올바른 디렉토리로 이동하십시오.
cd /etc/lightdm
이제 변경하기 전에 파일을 백업 해 보겠습니다.
sudo cp unity-greeter.conf unity-greeter.conf.bak
이제이 파일을 열고 변경된 내용을 확인한 후 다음을 입력 / 복사해야합니다.
gksu gedit /etc/lightdm/unity-greeter.conf
파일은 다음과 같아야합니다.
#
# background = Background file to use, either an image path or a color (e.g. #772953)
# logo = Logo file to use
# theme-name = GTK+ theme to use
# font-name = Font to use
# xft-antialias = Whether to antialias Xft fonts (true or false)
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
#
[greeter]
background=/usr/share/backgrounds/warty-final-ubuntu.png
logo=/usr/share/unity-greeter/logo.png
theme-name=Ambiance
icon-theme-name=ubuntu-mono-dark
font-name=Ubuntu 11
xft-antialias=true
xft-dpi=96
xft-hintstyle=hintslight
xft-rgba=rgb
그런 다음 저장하고 로그 아웃하십시오.
디스플레이 관리자를 사용자 정의하려는 경우 lightdm이 이상적인 선택이 아닐 수 있습니다. 좀 더 부풀어 있지만 12 세의 노트북에서 실행되는 것을 제외하고는 차이를 느끼지 못할 것입니다. 그렇게하는 지침은 여기에서 찾을 수 있습니다. LightDM을 MDM으로 바꾸려면 어떻게해야합니까?