mirror of https://gitee.com/openkylin/peony.git
(#188320)特殊低性能显卡绘制Blur时卡顿,修改变为加载毛玻璃背景图片
This commit is contained in:
parent
af02732da6
commit
674132d8d0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue