사용자 도구

사이트 도구


linux:theme:sound

차이

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

차이 보기로 링크

다음 판
이전 판
linux:theme:sound [2021/04/01 11:06]
kwon37xi 만듦
linux:theme:sound [2021/06/15 12:07] (현재)
kwon37xi [alarm-clock-elapsed]
줄 2: 줄 2:
   * Linux 에 sound theme 기능이 있어서, 원하는 소리셋으로 변경가능하다.   * Linux 에 sound theme 기능이 있어서, 원하는 소리셋으로 변경가능하다.
   * [[https://www.gnome-look.org/browse/cat/316/order/latest|Sound theme 목록]]   * [[https://www.gnome-look.org/browse/cat/316/order/latest|Sound theme 목록]]
 +  * freedesktop.org 의 기본 사운드 테마(''/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga'')는 너무 소리가 거슬려서 다른 테마로 바꾸는게 낫다. 
 +  * 소리 파일은 ''wav'', ''ogg'', ''oga'' 등을 지원하고 파일의 이름 부분을 자동인식하는 것 같다. 
 +====== 설치 디렉토리 ====== 
 +  * ''/usr/share/sounds'' 
 +  * ''$HOME/.local/share/sounds''
  
 ===== 테마들 ===== ===== 테마들 =====
   * [[https://www.gnome-look.org/p/1187979/|Smooth - complete system sound theme with 58 event sounds - Gnome-look.org]]   * [[https://www.gnome-look.org/p/1187979/|Smooth - complete system sound theme with 58 event sounds - Gnome-look.org]]
  
 +===== alarm-clock-elapsed =====
 +  * ''freedesktop'' 기본 sound theme 의 ''alarm-clock-elapsed''가 지나치게 소리가 자극적이라 불편하다.
 +  * ''~/.local/share/sounds/자기테마/stereo''의 ''alarm-clock-elapsed.wav/ogg/oga/..'' 를 자신이 원하는 파일로 링크 혹은 복사해두면 된다.
 +<code sh>
 +# ~/.local/share/sounds 에 설치
 +cd ~/.local/share/sounds/자기테마/stereo
 +ln -s "다른 sound theme .wav" alarm-clock-elapsed.wav
 +# 확장자는 wav, ogg, oga 등 가능.
 +</code>
 +  * ''/usr/share/sounds/gnome/default/alerts/glass.ogg'' 를 사용하면 될듯함.
 +<code sh>
 +sudo ln -s /usr/share/sounds/gnome/default/alerts/glass.ogg \
 +~/.local/share/sounds/Yaru/stereo/alarm-clock-elapsed.ogg
 +</code>
 ===== Ubuntu Install ===== ===== Ubuntu Install =====
 <code sh> <code sh>
-sudo apt install moblin-sound-theme pop-sound-theme+sudo apt install pop-sound-theme yaru-theme-sound ubuntu-sounds 
 + 
 +moblin-sound-theme 가 21.04에서 삭제됨. 
 +</code> 
 + 
 +===== Gnome 에서 테마 변경 ===== 
 +  * [[linux:gnome|Gnome]] tweak 모양새에서 바꾸거나 
 +  * ''gsettings'', ''dconf'' 등으로 아래 값 변경 
 +<code> 
 +gsettings set org.gnome.desktop.sound input-feedback-sounds true 
 +gsettings set org.gnome.desktop.sound event-sounds true 
 +gsettings set org.gnome.desktop.sound theme-name "Smooth"
 </code> </code>
  
줄 18: 줄 47:
   * [[https://opensource.com/article/18/6/sound-themes-linux|Sound themes in Linux: What every user should know | Opensource.com]]   * [[https://opensource.com/article/18/6/sound-themes-linux|Sound themes in Linux: What every user should know | Opensource.com]]
   * [[https://unix.stackexchange.com/questions/589000/what-causes-apparently-random-digital-watch-beeping-alarms-on-f32|fedora - What causes apparently random “digital watch” beeping alarms on F32? - Unix & Linux Stack Exchange]] : 어떤 프로그램이 삑삑 소리를 울리는지 알아내는 법.   * [[https://unix.stackexchange.com/questions/589000/what-causes-apparently-random-digital-watch-beeping-alarms-on-f32|fedora - What causes apparently random “digital watch” beeping alarms on F32? - Unix & Linux Stack Exchange]] : 어떤 프로그램이 삑삑 소리를 울리는지 알아내는 법.
 +  * [[https://medium.com/@alex285/gnome-3-32-how-to-install-a-system-sound-theme-15f53a47d358|GNOME 3.32: How to Install a System Sound Theme | by alex285 | Medium]]
linux/theme/sound.1617242766.txt.gz · 마지막으로 수정됨: 2021/04/01 11:06 저자 kwon37xi