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

--- Comment #20 from tempel.jul...@gmail.com ---
Two other workarounds:
1.:
Mount a networkfolder to make it look like it was local to Plasma.
Via terminal:
sudo mount -t cifs -o
username=*,password=*,uid=1000,gid=1000,file_mode=0660,dir_mode=0770
//hostname.local/sharename/ /home/user/mountfolder/

Permanent via fstab:
//hostname.local/sharename/ /home/user/mountfolder/ cifs
defaults,username=*,password=*,uid=1000,gid=1000,file_mode=0660,dir_mode=0770 0
2

Or 2.:
Install a GTK file browser like Thunar with gvfs + gvfs-smb (+gnome-keyring for
saving login data). With it you can drag & drop stuff from and into SMB shares
or open media files without having to fully copy them first.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to