Bug 361479 - There was a problem saving:
Summary: There was a problem saving:
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 2.17.2 (KDE Applications 15.08.2)
Platform: Debian stable Linux
: NOR critical
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
: 369528 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-04-07 00:17 UTC by nbutron7
Modified: 2016-09-29 11:54 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
attachment-27064-0.html (1.88 KB, text/html)
2016-07-20 04:02 UTC, Andrei
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nbutron7 2016-04-07 00:17:29 UTC
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.
Comment 1 Ralf Habacker 2016-04-07 09:37:33 UTC
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).
Comment 2 Ralf Habacker 2016-04-07 10:12:00 UTC
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.
Comment 3 Ralf Habacker 2016-05-24 13:32:30 UTC
(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.
Comment 4 Luis Augusto Consularo 2016-06-10 14:11:03 UTC
Same problem here, same solution in ubuntu 16.04: sudo apt-get install kio
Comment 5 Andrei 2016-07-20 00:34:16 UTC
Same problem on my Ubuntu 16.04 LTS, can not save or save as.
Comment 6 Oliver Kellogg 2016-07-20 03:18:45 UTC
(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?
Comment 7 Andrei 2016-07-20 04:02:10 UTC
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.
>
Comment 8 Oliver Kellogg 2016-07-20 16:52:31 UTC
(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
+
Comment 9 Oliver Kellogg 2016-07-24 11:24:30 UTC
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
Comment 10 Ralf Habacker 2016-09-29 11:54:06 UTC
*** Bug 369528 has been marked as a duplicate of this bug. ***