Re: kcmsambaconf removed from kdenetwork-filesharing

2012-12-01 Thread Sune Vuorela
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

Re: Review Request: Improve mimetype detection for wevdav:// links

2012-12-01 Thread Sergey Borovkov
> 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

kcmsambaconf removed from kdenetwork-filesharing

2012-12-01 Thread Del
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

Re: Review Request: Improve mimetype detection for wevdav:// links

2012-12-01 Thread Dawit Alemayehu
> 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

Re: Review Request: Improve mimetype detection for wevdav:// links

2012-12-01 Thread Dawit Alemayehu
--- 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