Discussion:
[umbrello] [Bug 396208] New: Can't open .xmi file from smb remote location
b***@kde.org
2018-07-05 15:29:08 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396208

Bug ID: 396208
Summary: Can't open .xmi file from smb remote location
Product: umbrello
Version: 2.25.2 (KDE Applications 18.04.2)
Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-***@kde.org
Reporter: ***@gmail.com
Target Milestone: ---

Created attachment 113781
--> https://bugs.kde.org/attachment.cgi?id=113781&action=edit
output_with_screenshots

The problem is every time I try to open file from smb remote location I get the
error "The file <smb://path/to/umbrello/file.xmi> does not exist.". It only
works when I mount the smb share manually and then open the same file.

In the attachment there is an output from console where I typed "umbrello5 2>&1
| tee umbrello.log" (the moment when I tried to open is near the 103th line)
and three screenshots presenting what I have been doing.
--
You are receiving this mail because:
You are the assignee for the bug.
Ralf Habacker
2018-07-06 13:10:10 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396208

Ralf Habacker <***@freenet.de> changed:

What |Removed |Added
----------------------------------------------------------------------------
Product|umbrello |frameworks-kio
Assignee|umbrello-***@kde.org |***@kde.org
Ever confirmed|0 |1
Component|general |general
Blocks| |373932
Version|2.25.2 (KDE Applications |5.47.0
|18.04.2) |
Status|UNCONFIRMED |CONFIRMED
CC| |kdelibs-***@kde.org,
| |***@freenet.de

--- Comment #1 from Ralf Habacker <***@freenet.de> ---
The KIO framework retrieves files from a remote location. With installed KF5
framework there is a command line application named kioclient5, with which the
use case can be checked outside from umbrello.

How to reproduce:
If you have configured a file on an SMB server with authentication, e.g.
smb://server/data/test.xmi, the file could be downloaded with

kioclient5 move smb://server/data/test.xmi /tmp/test.xmi

Executing this command with current KF5 packages (18.04) returns the error
message "The file..... does not exist", your are reporting.

Executing the same command with the KDE4 counterpart

kioclient move smb://server/data/test.xmi /tmp/test.xmi

opens a password dialog. After entering the correct user and password
information, the file is downloaded and stored in /tmp/test.xmi.

The fact that this function works with KDE4 shows that the problem lies in the
underlying KF5 framework, probably in kio or the smb kioslave.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=373932
[Bug 373932] Fix KF5 issues
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...