On 2012-12-01, Del wrote:
> I just realised that System Settings no longer has the kcmsambaconf module
> for
> configuring Samba. The only trace I found of the decision was a Debian bug
> report:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691634
It is available. it can be reached thru
> On Dec. 1, 2012, 7:07 p.m., Dawit Alemayehu wrote:
> > Why not simply use KIO::get instead of KIO::mimetype ? For the record, one
> > should never use KIO::mimetype for HTTP based protocols since it results in
> > a HEAD request. It is a well known issue that sending a HEAD request to
> > we
I just realised that System Settings no longer has the kcmsambaconf module for
configuring Samba. The only trace I found of the decision was a Debian bug
report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691634
It seems it was removed due to lack of developer efforts, but since NFS is
so
> On Dec. 1, 2012, 7:07 p.m., Dawit Alemayehu wrote:
> > Why not simply use KIO::get instead of KIO::mimetype ? For the record, one
> > should never use KIO::mimetype for HTTP based protocols since it results in
> > a HEAD request. It is a well known issue that sending a HEAD request to
> > we
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107518/#review22888
---
Why not simply use KIO::get instead of KIO::mimetype ? For the