教程:怎样关闭开机声音
Tofloor
poster avatar
scorcsoft
deepin
2018-03-12 19:21
Author
本帖最后由 scorcsoft 于 2018-3-12 11:23 编辑

系统版本:deepin 15.5
如果只希望关闭开机声音,保留其他音效(如通知  音量增减等),那就不能够关闭系统设置->声音->音效这个开关来关闭了,如果关闭这个开关,那么所有的音效都被关闭了.
其实deepin 15.5的音效保存在文件夹"/usr/share/sounds/deepin/stereo"里面,开机音效是desktop-login.ogg, 把它重命名一下就可以了.
  1. sudo mv /usr/share/sounds/deepin/stereo/desktop-login.ogg /usr/share/sounds/deepin/stereo/desktop-login.ogg.bak
Copy the Code
如果你什么时候想恢复, 只需要把它重命名回来就可以了
  1. sudo mv /usr/share/sounds/deepin/stereo/desktop-login.ogg.bak /usr/share/sounds/deepin/stereo/desktop-login.ogg
Copy the Code


而关机音效就是desktop-logout.ogg. 如果想关闭关机音效, 方法也是一样的
Reply Favorite View the author
All Replies
avatar
aida
deepin
2018-03-12 19:36
#1
加个鸡腿。
Reply View the author
avatar
HarryZhao
deepin
2018-03-12 19:43
#2
似乎我做的更彻底,直接rm掉了
Reply View the author
avatar
junmoxiao
deepin
2018-03-12 20:23
#3
系统声音都关掉了
Reply View the author
avatar
scorcsoft
deepin
2018-03-12 20:28
#4
https://bbs.deepin.org/post/154111
似乎我做的更彻底,直接rm掉了

删了主要是怕以后想恢复会比较麻烦
Reply View the author
avatar
cbfjw
deepin
2018-03-13 04:35
#5
https://bbs.deepin.org/post/154111
删了主要是怕以后想恢复会比较麻烦

u盘启动再考回就是了。前提是你知道具体是哪个文件。
Reply View the author