修改默认背景图片为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>
|
<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>
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue