[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#831730: desktop-base: Integration with KDE's plasma-desktop seems to no longer work with current version



Package: desktop-base
Version: 8.0.2
Severity: important
User: devel@kali.org
Usertags: origin-kali

When you install KDE on a fresh system, the default wallpaper that you get
is not the one provided by desktop-base. So it looks like that the
integration provided by
/usr/share/kde4/apps/plasma-desktop/init/10-desktop-base.js is no longer 
working as expected and might need an update to work with the version of
KDE currently in testing/unstable.

$ cat kde-wallpaper/10-desktop-base.js 
// 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
}

(This has been identified on a Kali Linux system but I have all the
reasons to believe that it also applies to a Debian testing system)

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages desktop-base depends on:
ii  dpkg             1.18.9
ii  librsvg2-common  2.40.16-1

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
ii  gnome  1:3.14+5

-- no debconf information


Reply to: