修改默认背景图片为1-openkylin.jpg

This commit is contained in:
liuyuanpeng 2022-07-15 10:53:45 +08:00
parent 9ae1d41466
commit f1e306454c
3 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@
<description>Allow the session status message to be displayed when the screen is locked.</description>
</key>
<key name="background" type="s">
<default>'/usr/share/backgrounds/1-warty-final-ubuntukylin.jpg'</default>
<default>'/usr/share/backgrounds/1-openkylin.jpg'</default>
<summary>the background iamge of lockscreen</summary>
<description>Allow the user to set the background iamge of lockscreen.</description>
</key>

View File

@ -135,7 +135,7 @@ QString SCConfiguration::getDefaultBackground()
if(ispicture(backgroundFile))
return backgroundFile;
else
return "/usr/share/backgrounds/1-warty-final-ubuntukylin.jpg";
return "/usr/share/backgrounds/1-openkylin.jpg";
}
int SCConfiguration::getTimeType()

View File

@ -203,7 +203,7 @@ QString Configuration::getBackground()
if(ispicture(background))
return background;
return "/usr/share/backgrounds/1-warty-final-ubuntukylin.jpg";
return "/usr/share/backgrounds/1-openkylin.jpg";
}
int Configuration::xscreensaverActivatedWhenIdle()