[kwin] [Bug 356580] startplasmacompositor - kwin_wayland - "/usr/lib/startplasma" - hangs at "start_kdeinit_wrapper"

2015-12-16 Thread Germano Massullo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356580

Germano Massullo  changed:

   What|Removed |Added

 CC||germano.massu...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 356580] startplasmacompositor - kwin_wayland - "/usr/lib/startplasma" - hangs at "start_kdeinit_wrapper"

2015-12-15 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356580

Martin Gräßlin  changed:

   What|Removed |Added

   Assignee|fa...@kde.org   |kwin-bugs-n...@kde.org
Product|frameworks-kinit|kwin
Version|unspecified |5.5.0
URL||https://git.reviewboard.kde
   ||.org/r/126361/
  Component|general |wayland-generic
   Severity|crash   |critical

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356580] startplasmacompositor - kwin_wayland - "/usr/lib/startplasma" - hangs at "start_kdeinit_wrapper"

2015-12-15 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356580

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
  Flags||ReviewRequest+

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356580] startplasmacompositor - kwin_wayland - "/usr/lib/startplasma" - hangs at "start_kdeinit_wrapper"

2015-12-15 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356580

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.5.1
  Latest Commit||http://commits.kde.org/kwin
   ||/14b9046ad2ae7d4b9e3ffda996
   ||b2112fae3690c4
 Resolution|--- |FIXED

--- Comment #2 from Martin Gräßlin  ---
Git commit 14b9046ad2ae7d4b9e3ffda996b2112fae3690c4 by Martin Gräßlin.
Committed on 15/12/2015 at 12:03.
Pushed by graesslin into branch 'Plasma/5.5'.

Unblock signals in child processes

We need to unblock the signals blocked with pthread_sigmask.
This caused kdeinit to block, because it relies on SIGUSR1.
FIXED-IN: 5.5.1
REVIEW: 126361

M  +4-4main_wayland.cpp
M  +1-1rules.cpp
M  +1-1useractions.cpp
M  +18   -0utils.cpp
M  +15   -0utils.h

http://commits.kde.org/kwin/14b9046ad2ae7d4b9e3ffda996b2112fae3690c4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356580] startplasmacompositor - kwin_wayland - "/usr/lib/startplasma" - hangs at "start_kdeinit_wrapper"

2015-12-15 Thread James via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356580

--- Comment #3 from James  ---
One additional patch is required to gain a functioning desktop.  The first
issue involves kdeinit5 hanging while waiting on programs in the kwin
repository/package:
 https://git.reviewboard.kde.org/r/126361/diff/1?file=422799

That patch will resolve the hang, allowing /usr/lib/startplasma to start
ksmserver.  But there will still be a blank and unresponsive desktop with a
working mouse cursor.  To finally start the desktop, apply the patch from the
plasma-framework repository/package:
 https://git.reviewboard.kde.org/r/126320/

Together, those patches should provide a working desktop.

-- 
You are receiving this mail because:
You are watching all bug changes.