Bug 366569 - K3b doesn't allow using network files
Summary: K3b doesn't allow using network files
Status: CONFIRMED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 2.0.3
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 03:48 UTC by enkouyami
Modified: 2016-09-20 17:44 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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