[frameworks-kio] [Bug 396208] Can't open .xmi file from smb remote location

Ralf Habacker bugzilla_noreply at kde.org
Fri Jul 6 14:10:10 BST 2018


https://bugs.kde.org/show_bug.cgi?id=396208

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|umbrello                    |frameworks-kio
           Assignee|umbrello-devel at kde.org      |faure at 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-bugs at kde.org,
                   |                            |ralf.habacker at freenet.de

--- Comment #1 from Ralf Habacker <ralf.habacker at 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.


More information about the umbrello-devel mailing list