1 Star 0 Fork 3

xingwei-liu/dde

forked from src-anolis-dde/dde 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dde.conf 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
xingwei-liu 提交于 2021-05-19 01:41 . init package
$FileCreateMode 0600
$outchannel dde, /var/log/dde.log
if ($programname contains 'dde') then {
:omfile:$dde
stop
}
if ($programname contains 'deepin') then {
:omfile:$dde
stop
}
if ($programname contains 'kwin_x11') then {
:omfile:$dde
stop
}
if ($programname contains 'kglobalaccel5') then {
:omfile:$dde
stop
}
if ($programname contains 'mime') then {
:omfile:$dde
stop
}
if ($programname contains 'appearance') then {
:omfile:$dde
stop
}
if ($programname contains 'pulseaudio') then {
:omfile:$dde
stop
}
if ($msg contains 'loader.go') then {
:omfile:$dde
stop
}
if ($msg contains 'manager.go') then {
:omfile:$dde
stop
}
if ($msg contains 'manager_ifc.go') then {
:omfile:$dde
stop
}
if ($msg contains 'config_data.go') then {
:omfile:$dde
stop
}
if ($msg contains 'deepin') then {
:omfile:$dde
stop
}
if ($msg contains 'dock_manager_entries.go') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/bluetooth') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/appearance') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/systeminfo') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/audio') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/dock') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/apps') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/launcher') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/calendar') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/network') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/accounts') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/screensaver') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/image_effect') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/system/power') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/session/power') then {
:omfile:$dde
stop
}
if ($syslogtag startswith 'daemon/dde-session-daemon') then {
:omfile:$dde
stop
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xingwei-liu/dde.git
git@gitee.com:xingwei-liu/dde.git
xingwei-liu
dde
dde
a8

搜索帮助

0d507c66 1850385 C8b1a773 1850385