(#188320)特殊低性能显卡绘制Blur时卡顿,修改变为加载毛玻璃背景图片

This commit is contained in:
liweidong 2023-09-12 13:53:22 +08:00 committed by Yue-Lan
parent af02732da6
commit 674132d8d0
1 changed files with 5 additions and 0 deletions

View File

@ -205,6 +205,11 @@ void DesktopBackgroundManager::setAccountBackground()
qDebug() << "setAccountBackground path:" <<m_current_bg_path;
if (!msg.errorMessage().isEmpty())
qDebug() << "update user background file error: " << msg.errorMessage();
//saveBlurBackground
QProcess p;
p.startDetached("/usr/bin/save-blurBackground");
}
void DesktopBackgroundManager::switchBackground()