Each time when you save or save as displays the message "There was a problem saving". Not allow me to save the file or project I do. Reproducible: Always Steps to Reproduce: 1 . Click the File menu. 2. Click Save. 3. write file name and then enter or click the Save button. Actual Results: Message showing "There was a problem saving" and keepeth not my project. Expected Results: Save my project on the hard disk. The Debian 8.2 Linux operating system is properly configured, all programs work fine except umbrello. I looked for information on google and find no solution to this.
How do you installed umbrello 2.17.2 in debian 8.2 ? Searching for umbrello debian 8.2 returns umbrello 2.14.2, which has no save problems (see https://packages.debian.org/jessie/devel/umbrello).
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.
(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.
Same problem here, same solution in ubuntu 16.04: sudo apt-get install kio
Same problem on my Ubuntu 16.04 LTS, can not save or save as.
(In reply to Andrei from comment #5) > Same problem on my Ubuntu 16.04 LTS, can not save or save as. I assume this means you followed the advice of installing kio? When you start umbrello from a console window, is there any output in the console when you try saving?
Created attachment 100187 [details] attachment-27064-0.html I installed kio, now it works fine. 2016-07-20 12:18 GMT+09:00 Oliver Kellogg via KDE Bugzilla < bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=361479 > > Oliver Kellogg <okellogg@users.sourceforge.net> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| > |okellogg@users.sourceforge. > | |net > > --- Comment #6 from Oliver Kellogg <okellogg@users.sourceforge.net> --- > (In reply to Andrei from comment #5) > > Same problem on my Ubuntu 16.04 LTS, can not save or save as. > > I assume this means you followed the advice of installing kio? > When you start umbrello from a console window, is there any output in the > console when you try saving? > > -- > You are receiving this mail because: > You are on the CC list for the bug. >
(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 <okellogg@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 +
Git commit 370bb11cfc6343dbabb5d7cbfc61bd5356af7994 by Oliver Kellogg. Committed on 24/07/2016 at 11:23. Pushed by okellogg into branch 'master'. INSTALL - Update URL given at "General build instructions" - Mention necessity of installing KIO on KF5 M +4 -2 INSTALL http://commits.kde.org/umbrello/370bb11cfc6343dbabb5d7cbfc61bd5356af7994
*** Bug 369528 has been marked as a duplicate of this bug. ***