사용자 도구

사이트 도구


linux:ubuntu:23.10

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:ubuntu:23.10 [2023/12/22 14:05]
kwon37xi [사용중인 Gnome Extension]
linux:ubuntu:23.10 [2024/01/08 14:05] (현재)
kwon37xi [어두운 스타일 (Dark Theme) 적용 안되는 현상]
줄 16: 줄 16:
   * User Themes   * User Themes
   * windowNavigator   * windowNavigator
-  * [[https://launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant|Ubuntu Tiling Assistant]] +  * [[https://launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant|Ubuntu Tiling Assistant]] : tiling-assistant 를 fork 한 ubuntu 버전
   * Desktop Icons NG(DING)   * Desktop Icons NG(DING)
   * Places Status Indicator   * Places Status Indicator
줄 25: 줄 25:
   * [[https://extensions.gnome.org/extension/2224/easy-docker-containers/|Easy Docker Containers]]   * [[https://extensions.gnome.org/extension/2224/easy-docker-containers/|Easy Docker Containers]]
   * [[https://extensions.gnome.org/extension/4648/desktop-cube/|desktop cube]]   * [[https://extensions.gnome.org/extension/4648/desktop-cube/|desktop cube]]
-  * [[https://extensions.gnome.org/extension/4655/date-menu-formatter/|Date Menu Formatter]] ''Md(EEEkk:mm''+  * [[https://extensions.gnome.org/extension/1462/panel-date-format/|Panel Date Format]]<code sh> 
 +dconf write /org/gnome/shell/extensions/panel-date-format/format "'%H:%M %m/%d(%a)'
 +</code>
   * [[https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/|Bluetooth Quick Connect]]   * [[https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/|Bluetooth Quick Connect]]
-  * [[https://extensions.gnome.org/extension/3139/eye-extended/|Eye and Mouse Extended]] : Presentation 할 때 마우스 잘 보이게 
   * https://gnomepomodoro.org   * https://gnomepomodoro.org
   * [[https://extensions.gnome.org/extension/517/caffeine/|Caffeine]]   * [[https://extensions.gnome.org/extension/517/caffeine/|Caffeine]]
줄 33: 줄 34:
   * [[https://extensions.gnome.org/extension/881/screenshot-window-sizer/|Screenshot Window Sizer]]   * [[https://extensions.gnome.org/extension/881/screenshot-window-sizer/|Screenshot Window Sizer]]
   * nvidia+x11 환경에서 https://extensions.gnome.org/extension/4033/x11-gestures/   * nvidia+x11 환경에서 https://extensions.gnome.org/extension/4033/x11-gestures/
 +  * [[https://extensions.gnome.org/extension/4099/no-overview/|No overview at start-up - 그놈 쉘 확장]]
  
 +===== Wayland + Nvidia ===== 
 +  * nvidia 독점 드라이버 (535) 에 다음  패키지만 설치하고 wayland 테스트.  
 +<code sh> 
 +sudo apt install libnvidia-egl-wayland1 
 +</code> 
 +  * nvidia driver 를 545 버전으로 업그레이드도 해보았으나, 특히 4k dual monitor 화면 refresh rate 가 떨어져서 창 움직임등이 부자연스러워지는 문제가 있음.
 ===== 문제점 ===== ===== 문제점 =====
 ==== USB 디스크 마운트 안됨 ==== ==== USB 디스크 마운트 안됨 ====
줄 40: 줄 47:
   * "Gnome Disk" 애플리케이션을 실행하고 나서는 아무것도 안해도 저절로 USB 를 인식하긴 했음.   * "Gnome Disk" 애플리케이션을 실행하고 나서는 아무것도 안해도 저절로 USB 를 인식하긴 했음.
   * 안  되면 **Repair Filesystem...(파일시스템 복구...)** 를 해봐도 된다.   * 안  되면 **Repair Filesystem...(파일시스템 복구...)** 를 해봐도 된다.
 +
 +==== 어두운 스타일 (Dark Theme) 적용 안되는 현상 ====
 +  * 일부 애플리케이션이 Dark Theme 를 해도 Light Theme 상태로 실행되는 현상이 발생하고 있음.
 +    * **X11 에서만 발생하는 문제**
 +    * Wayland 에서는 문제 없다.
 +    * X11 에서도 wayland 로 로그이 한 번 했다가 다시 X11 로 전환했더니 문제없이 테마가 잘 작동했다.
 +  * [[https://stackoverflow.com/questions/77675462/dark-mode-not-applying-on-certain-apps-in-ubuntu-23-10|linux - Dark mode not applying on certain apps in Ubuntu 23.10 - Stack Overflow]]
 +  * [[https://askubuntu.com/questions/1493030/ubuntu-23-10-dark-mode-is-not-working|themes - ubuntu 23.10 dark mode is not working - Ask Ubuntu]]
 +  * [[https://www.reddit.com/r/gnome/comments/17rn9gs/even_after_selecting_dark_style_some_windows/|Even after selecting Dark Style, some windows remain Light : r/gnome]]
 +
 +==== vagrant 설치시 homebrew 안됨 ====
 +  * apt 로 [[devops:vagrant|Vagrant]] 설치시에 [[linux:linuxbrew|linuxbrew]] 가 작동하지 않음.
 +<code sh>
 +/usr/lib/ruby/vendor_ruby/os.rb:7:in `<top (required)>': OS is not a class (TypeError)
 +/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/macos_version.rb:168: previous definition of OS was here
 +</code>
 +  * ''brew install vagrant'' 로 설치
  
  
줄 45: 줄 69:
   * [[https://www.youtube.com/watch?v=YFQTSkqXf3I&list=WL&index=51&ab_channel=KskRoyal|23 Things You MUST DO After Installing NEW Ubuntu | Ubuntu 23.10 - YouTube]]   * [[https://www.youtube.com/watch?v=YFQTSkqXf3I&list=WL&index=51&ab_channel=KskRoyal|23 Things You MUST DO After Installing NEW Ubuntu | Ubuntu 23.10 - YouTube]]
   * [[https://www.youtube.com/watch?v=S-WXuGBH2kM&ab_channel=if-not-true-then-false.com|NVIDIA + Wayland on Ubuntu 23.10/22.04 GNOME 45 - YouTube]]   * [[https://www.youtube.com/watch?v=S-WXuGBH2kM&ab_channel=if-not-true-then-false.com|NVIDIA + Wayland on Ubuntu 23.10/22.04 GNOME 45 - YouTube]]
 +  * [[https://www.debugpoint.com/things-to-do-ubuntu-23-10/|10 Things to Do After Installing Ubuntu 23.10 [With Bonus Tips]]]
linux/ubuntu/23.10.1703221510.txt.gz · 마지막으로 수정됨: 2023/12/22 14:05 저자 kwon37xi