修改默认背景图片为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> <description>Allow the session status message to be displayed when the screen is locked.</description>
</key> </key>
<key name="background" type="s"> <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> <summary>the background iamge of lockscreen</summary>
<description>Allow the user to set the background iamge of lockscreen.</description> <description>Allow the user to set the background iamge of lockscreen.</description>
</key> </key>

View File

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

View File

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