Bug 207608

Summary: digikam 1.0beta4 cannot save to mounted CIFS/SAMBA-share
Product: [Applications] digikam Reporter: wuselwu <einmaladresse_2>
Component: DImg-FileIOAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In: 1.0.0

Description wuselwu 2009-09-16 20:28:40 UTC
Version:            (using KDE 4.3.1)
Installed from:    SuSE RPMs

I'm experiencing a strange problem with digikam  1.0beta4 (running on openSUSE factory).

One of my albums is located on a SAMBA/CIFS-share which is mounted by an entry in /etc/fstab. 
The album is included in digikam as "album on a network share", not as a local album.
Any time I try to save a picture, digikam complains that it cannot write to the respective file (no further details).

Any other application can read and write to the network drive, also the picture files digikam cannot save. So it isn't a problem of access rights, it must be something digikam specific.

Here the way the network drive is mounted:
//192.168.178.2/drive/ on /network/harddisk type cifs (rw,mand)
Comment 1 caulier.gilles 2009-09-16 20:31:38 UTC
Try current implementation (beta5). I hae patched a little problem with char encoding in save function

Gilles Caulier
Comment 2 wuselwu 2009-09-18 05:21:20 UTC
OK, I'll try that as soon as it's available.
Comment 3 wuselwu 2009-10-24 14:55:53 UTC
Seems to work now. Thanks!