Bug 366569

Summary: K3b doesn't allow using network files
Product: [Applications] k3b Reporter: enkouyami
Component: generalAssignee: k3b developers <k3b>
Status: CONFIRMED ---    
Severity: wishlist CC: michalm, simonandric5, trueg, zhaixiang
Priority: NOR    
Version: 2.0.3   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description enkouyami 2016-08-10 03:48:15 UTC
If one tries to add files to any K3b project, there will be a warning message stating that "You can only select local files."

Reproducible: Always

Steps to Reproduce:
1. Open K3b
2. Navigate to Project > Add files
3. Select a network folder smb://Network_Driver/Folderx/Fodlerx-a
4. Click Open

Actual Results:  
A warning message states "You can only select local files."

Expected Results:  
K3b proceeds to add the selected file/folder.
Comment 1 enkouyami 2016-08-10 16:49:04 UTC
With or without a plugin, this lack of functionality needs to be addressed.
Comment 2 Leslie Zhai 2016-08-26 04:13:29 UTC
Git commit d2a844994bcb1c5ca7c0d6c45183df1bd9f3b9e2 by Leslie Zhai.
Committed on 26/08/2016 at 04:11.
Pushed by lesliezhai into branch 'master'.

Fix add local file issue.

*NOT* support samba protocol (nonLocalFiles) yet!

M  +5    -12   src/k3b.cpp

http://commits.kde.org/k3b/d2a844994bcb1c5ca7c0d6c45183df1bd9f3b9e2
Comment 3 Leslie Zhai 2016-08-26 04:16:36 UTC
Hi enkouyami,

You can copy the file from samba into local directory ;-)

Regards,
Leslie Zhai