Ubuntu 14.04 이전 GUI로 변경 / VMware Unity 활성화
10.04의 버전을 사용 하다가 갑자기 14.04로 변경하면 너무 확 바뀌어 버린 GUI 때문에 적응이 쉽지 않다.
가장 치명적인 단점은 VMware 11 버전 까지도 Unity mode를 Ubuntu 14.04에서는 지원하지 않는 다는 것이다.
Guest OS로써 Ubuntu를 사용하는 필자로썬 답답한 상황이다.
Classic Gnome 으로 돌아가자!
sudo apt-get update
sudo apt-get install gnome-session-flashback
GUI 변경 방법은
1) Logout
2) 발바닥 클릭
3) Metacity 클릭
compiz 와 metacity의 차이점
compiz는 3D 콤포넌트를 지원하고 metacity는 2D로 구성된다고 한다.
하지만, metacity만 VMware Unity가 지원 되므로 이것을 선택 하자.
Auto-Login 재설정
Classic gnome을 설치하고도 문제점은 auto-login시 Default 설정이 바뀌지 않아서 예전 GUI 환경으로 들어간다는 것이다.
Default 환경을 수정해 주자.
기본적으로 Auto-login은 lightdm을 사용한다고 가정 한다.
sudo vi /etc/lightdm/lightdm.conf
user-session="원하는 환경"
각각의 종류
For unity-2d the session file is called ubuntu-2d.desktop
For gnome-classic the session file is called gnome-classic.desktop
For gnome-classic (no effects) aka gnome-fallback the session file is called gnome-fallback.desktop
For unity-3d the session file is called ubuntu.desktop
For Lubuntu the session file is called Lubuntu.desktop
For LXDE the session file is called LXDE.desktop
우리 같은경우 gnome classic 이므로, 아래 두개중 하나로 추가 하면 된다.
user-session=gnome-classic
user-session=gnome-flashback
최정 설정 결과
최종적으로 재부팅 하면 정상적으로 classic gnome으로 auto-login 되는것을 볼 수 있다.
더 알아보기: Classic gnome 재설치를 통해서 Ubuntu 14.04에서 VMware Unity Mode 사용하기
참고 자료
[1] How to install the gnome classic Desktop in Ubuntu 14.04
[2] How do I change the default session for when using auto-logins?
'Computer Science > Linux and MAC 사용법' 카테고리의 다른 글
우분투 데스크톱 환경 종류 (uBubtu Deskptop Environment) (1) | 2016.06.23 |
---|---|
Disk usage check (0) | 2016.06.03 |
Ubuntu keyboard shortcuts(단축키) 변경 (0) | 2015.07.15 |
Samba 이용한 공유 디렉터리 만들기 (0) | 2015.07.09 |
Ubuntu 한글 설정 (0) | 2015.04.26 |