반응형 ubuntu gui2 ubuntu gui root 로그인 허용 /etc/gdm3/custom.conf 내용 수정 AllowRoot=true 추가 # GDM configuration storage # # See /usr/share/gdm/gdm.schemas for a list of available options. [daemon] # Uncomment the line below to force the login screen to use Xorg #WaylandEnable=false # Enabling automatic login # AutomaticLoginEnable = true # AutomaticLogin = user1 # Enabling timed login # TimedLoginEnable = true # TimedLogin = user1 # TimedLo.. 2023. 2. 6. ubuntu gui package 설치 ubuntu 사용 중 gui 환경이 필요할 경우 ## firefox나 다른 프로그램을 함께 설치하고자 하는 경우 전체 설치 권장 그 이외의 경우는 최소 설치만 해도 됨 $ apt-get update $ apt-get upgrade ## 최소 설치 $ apt-get install --no-install-recommends ubuntu-desktop ## 전체 설치 $ apt-get install ubuntu-desktop ## 기타 추가 설치 (필요시) $ apt-get install indicator-appmenu-tools (hud service not connected 오류 해결) $ apt-get install indicator-session ( 계정, 세션 아이콘 추가 ) $ apt-get ins.. 2023. 2. 6. 이전 1 다음 반응형