On Sun, 26 Jul 2015 23:03:21 -0300 Lisandro =?ISO-8859-1?Q?Dami=E1n_Nicanor_P=E9rez?= Meyer <perezme...@gmail.com> wrote: > On Sunday 26 July 2015 18:32:47 MERLIN Philippe wrote: > [snip] > > Les paquets suivants contiennent des dépendances non satisfaites : > > kde-full : Dépend: kde-plasma-desktop (>= 5:87) mais ne sera pas installé > > kde-standard : Dépend: kde-plasma-desktop (>= 5:87) mais ne sera pas > > installé Recommande: plasma-widget-networkmanagement mais il n'est pas > > installable > > E: Impossible de corriger les problèmes, des paquets défectueux sont en mode > > « garder en l'état ». > > Yes, as Jeremey said, that was a bug already solved. Can you try again? I'm > wanting to see if it's due to a missing dependency or not. > > Also please log in, reproduce the bug (after installing kde-full and being > able to reproduce it, of course) and send us /var/log/Xorg.0.log. I want to > see if we have a video-related issue here. > > The fact that not everyone sees this behavior normally means a missing > dependency or a problem with the video driver (and if not everyone sees it we > might need to downgrade it to important). > > Thanks **a lot** for your help! > > Tsu Jan: the same goes for you, if you can still reproduce it. > > -- > > Lisandro Damián Nicanor Pérez Meyer > http://perezmeyer.com.ar/ > http://perezmeyer.blogspot.com/
I had the same problem: upgraded kde and found no windows decorations. As far as I understood the problem lies in some bug in the alternative system for the x-window-manager. there was a non existent alternative /usr/bin/kwin (leftover from kde-window-manager update) that messed the system I solved it by hands adding /usr/bin/kwin_x11 to the x-window-manager alternative. (either using the update-alternative configuration or forcing a symbolic likn from /etc/alternatives/x-window-manager to /usr/bin/kwin_x11) and restarting kdm. it seems anyway that /usr/bin/kwin is in the kde-window-manager package in unstable so this should be solved hope this helps