====== Ubuntu 21.04 ======
* 이전버전 : [[linux:ubuntu:20.10|Ubuntu 20.10]]
===== 좋아진점 =====
* 왼쪽 ''Super'' 키 매핑이 Gnome "현재활동" 을 활성화할 경우 기존에는 ''Super-다른키조합''이 작동 안했는데, 이번 버전부터는 약간은 나아짐.
* 그러나 일부 조합(''Super+Space'' 등)은 두 번 눌러야 작동해서 결국은 다시 "현재활동" ''Super''키를 오른쪽 키로 변경함.
* 지문 인식 속도가 매우 빨라졌고, 별다른 설정없이도 가능해졌다.
===== Wayland 끄기 =====
* [[linux:wayland|Wayland]]
* ''sudoedit /etc/gdm3/custom.conf'' 에서 아래 항목의 주석을 풀어주고 reboot.
WaylandEnable=false
* 로그인시 더 이상 Wayland 로 로그인 되지 않는다.
===== 사용중인 Gnome Extension =====
* Application Menu
* Clipboard Indicator
* Compiz alike magic lamp effect
* Compiz alike windows effect
* ddterm
* Frippery Move Lock
* gTile
* Nothing to say
* Sound Input & Output Device Chooser
* Status Area Horizontal Spacing
* Tray Icons: Reloaded 혹은 Tray Icons
* User Themes
* windowNavigator
* Workspace Indicator
* Caffein
* Desktop Icons NG(DING)
* Places Status Indicator
* Pomodoro
* system-monitor
* Ubuntu Dock
* OpenWeather
===== 문제점 =====
==== nvdia 드라이버 설치가 안되는 현상 ====
* x.org 로 변경한 상태.
* 추가 드라이버 목록에서 nvidia 드라이버를 선택할 수 없는 상태가 되었음(회색으로 disable 됨).
* https://askubuntu.com/questions/1333381/nvidia-drivers-on-ubuntu-21-04-hirsute-hippo
* [[https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-21-04|How to install the NVIDIA drivers on Ubuntu 21.04 - LinuxConfig.org]]
* [[linux:ubuntu:ubuntu_drivers|Ubuntu Drivers]]
* [[linux:graphic_driver|Linux Graphics Driver]]
# 자동
sudo ubuntu-drivers autoinstall
# 혹은 버전 지정
sudo apt install nvidia-driver-460
# 그리고서
sudo reboot
==== gnome-calendar ====
* [[https://askubuntu.com/questions/1232010/how-to-set-gnome-calendar-by-default|Calendar 기본 프로그램이 gnoem-calendar가 아닌 현상]]
# 명령으로 Gnome Calendar 로 변경
gio mime text/calendar org.gnome.Calendar.desktop
# 잘 됐는지 확인
gio mime text/calendar
==== 현재 활동 진입 후 복귀 안되는 현상 ====
* "현재활동(Activities)" 화면 진입후 간혹 복귀가 안되는 현상 발생. 패널 버튼을 누르던 단축키를 누르던 상관없이 발생.
* ''Alt-F2'' -> ''r'' 로 Gnome Shell 재시작하면 복구됨.
* ''gnome-shell-extension-hide-activities'' 패키지 설치하고 활성화해서 버튼 자체를 삭제함. -> 별 소용 없었음.
==== DING 데스크탑 아이콘 화면 드래그 이상 작동 ====
* **최신 업데이트를 하면 해결됨.**
* X.org 에서 데스크탑 아이콘 기능이 multi monitor 환경에서 화면 드래그의 범위가 실제 마우스로 드래그한 범위와 다른 현상. Wayland 에서는 괜찮은듯.
* 약간 기능이 부족하지만 버그는 없는 [[https://extensions.gnome.org/extension/1465/desktop-icons/|gnome-shell-extension-desktop-icons]] 패키지를 설치해서 전환함.
* 이 경우 ''nautilus'' 파일 관리자와 연동이 안돼서 드래그&드랍으로 파일 복사 불가
===== 참조 =====
* [[https://www.youtube.com/watch?v=OhSfpqEHxMU|Ubuntu 21.04 | A Solid Release That Puts Wayland First - YouTube]] : sound 관련 참고 사항, 몇가지 Gnome Shell Extension 추천
* [[https://www.debugpoint.com/2021/04/10-things-to-do-after-installing-ubuntu-21-04/|10 Things to do After Installing Ubuntu 21.04 Hirsute Hippo]]
* [[https://ubunlog.com/en/things-to-do-after-installing-ubuntu-21-04-hirsute-hippo/|Ubuntu 21.04 Hirsute Hippo: what to do after installing from scratch | Ubunlog]]
* [[https://ubuntufy.com/2021/04/17/8-things-to-do-after-ubuntu-21-04-hirsute-hippo/|8 Things to do After: Ubuntu 21.04 ‘Hirsute Hippo’ Edition – Ubuntufy]]
* [[https://www.youtube.com/watch?v=K0EdiN1IbXg|MUST DO: 10 things to do after installing Ubuntu 21.04 - YouTube]]
* [[https://averagelinuxuser.com/after-installing-ubuntu-21-04/#1-enable-backup|MUST DO: 10 Things to do After Installing Ubuntu 21.04 | Average Linux User]]
* [[https://www.omgubuntu.co.uk/2021/05/upgrade-to-ubuntu-21-04-from-20-10|How to Upgrade to Ubuntu 21.04 from 20.10 (Yes, Finally) - OMG! Ubuntu!]]