https://bugs.kde.org/show_bug.cgi?id=361479
Oliver Kellogg <okell...@users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Oliver Kellogg <okell...@users.sourceforge.net> --- (In reply to Ralf Habacker from comment #3) > (In reply to Ralf Habacker from comment #2) > > There is a similar bug report at > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801308, which indicates > > that the related binary is KF5 based. > > > couldn't create slave: "Cannot talk to klauncher: The name > > > org.kde.klauncher5 was not provided by any .service files" > > From the bug report it looks that there is a KF5 session startup issue. > On ubuntu 16.04 the problem has been solved for umbrello 2.18.0 by > installing kio with > > sudo apt-get install kio > > On debian it may be the same issue. Hi Ralf, I tried to push the change appended below on master but I got: fatal: remote error: access denied or repository not exported: /umbrello Has something changed in the Git setup? commit 58fc951f2382317385f518decb50956eba409522 Author: Oliver Kellogg <okell...@users.sourceforge.net> Date: Wed Jul 20 17:53:27 2016 +0200 INSTALL - Update URL given at "General build instructions" - Mention necessity of installing KIO on KF5 BUG: 361479 diff --git a/INSTALL b/INSTALL index 6ed04e4..d6cadc2 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,5 @@ General build instructions for KDE packages can be found at - http://techbase.kde.org/Getting_Started/Build/KDE4 -but these pages are currently being rewritten. + https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source Specific build instructions for Umbrello can be found at http://umbrello.kde.org/installation.php @@ -12,3 +11,6 @@ In short, here is how to build current git master on Linux : cd build cmake -DCMAKE_INSTALL_PREFIX=$HOME/umbrello -DCMAKE_BUILD_TYPE=Debug ../ +When building/running on KF5, make sure that the "kio" package is installed. +For details see https://bugs.kde.org/show_bug.cgi?id=361479#c3 + -- You are receiving this mail because: You are watching all bug changes.