修改默认背景图片为1-openkylin.jpg
This commit is contained in:
parent
9ae1d41466
commit
f1e306454c
|
@ -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>
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue