404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.14.135.249: ~ $
// Placed in /usr/share/kde4/apps/plasma-desktop/init/
// This script is run for new users, which do not have a .kde directory
// and it set's the default wallpaper for all activities

a = activities()

for (i in a) {
    a[i].wallpaperPlugin = 'image'
    a[i].wallpaperMode = 'SingleImage'
    a[i].currentConfigGroup = Array('Wallpaper', 'image')
    a[i].writeConfig('wallpaper',
            '/usr/share/images/desktop-base/desktop-background')
    a[i].writeConfig('wallpaperposition', '2')          //enables croping
}

Filemanager

Name Type Size Permission Actions
10-desktop-base.js File 525 B 0644