Re: [kde-freebsd] tcp_info and FreeBSD

2009-05-20 Thread Roman Jarosz
Other platforms are fine because there's ifdef for linux. As you said FreeBSD should also have this the only difference is that the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have __tcpi_last_ack_recv and __tcpi_last_data_sent I don't know how to detect FreeBSD but it should be possible

Re: [kde-freebsd] [kopete-devel] tcp_info and FreeBSD

2009-05-20 Thread Raphael Kubo da Costa
2009/5/20 Roman Jarosz kedge...@gmail.com: Other platforms are fine because there's ifdef for linux. As you said FreeBSD should also have this the only difference is that the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have __tcpi_last_ack_recv and __tcpi_last_data_sent I don't know

Re: [kde-freebsd] [kopete-devel] tcp_info and FreeBSD

2009-05-20 Thread Roman Jarosz
Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the patch)? On Wed, 20 May 2009 14:58:01 +0200, Raphael Kubo da Costa kub...@gmail.com wrote: 2009/5/20 Roman Jarosz kedge...@gmail.com: Other platforms are fine because there's ifdef for linux. As you said FreeBSD

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Tuesday 19 May 2009 19:58:09 Dwayne MacKinnon wrote: On May 19, 2009 12:50:25 pm David Naylor wrote: Hi, I've installed KDE4 from ports over the weekend and strangely Konqueror doesn't work properly. First was that the mouse middle click didn't open the link in a new tab (or do

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Wednesday 20 May 2009 18:14:51 David Naylor wrote: On Wednesday 20 May 2009 14:18:05 Mel Flynn wrote: On Tuesday 19 May 2009 18:50:25 David Naylor wrote: Second is I cannot type in text boxes within Konqueror, the location bar at the top works however after making a search at

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Wednesday 20 May 2009 14:18:05 Mel Flynn wrote: On Tuesday 19 May 2009 18:50:25 David Naylor wrote: Second is I cannot type in text boxes within Konqueror, the location bar at the top works however after making a search at www.google.com the text box at the top doesn't respond (i.e. to

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Wednesday 20 May 2009 18:55:31 Mel Flynn wrote: On Wednesday 20 May 2009 18:14:51 David Naylor wrote: On Wednesday 20 May 2009 14:18:05 Mel Flynn wrote: On Tuesday 19 May 2009 18:50:25 David Naylor wrote: Second is I cannot type in text boxes within Konqueror, the location bar at

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Tuesday 19 May 2009 20:30:35 Kent Stewart wrote: On Tuesday 19 May 2009 09:50:25 am David Naylor wrote: Hi, I've installed KDE4 from ports over the weekend and strangely Konqueror doesn't work properly. First was that the mouse middle click didn't open the link in a new tab (or

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Wednesday 20 May 2009 20:02:55 David Naylor wrote: This will fix the middle click problem. If it were easy to downgrade to Xserver-1.5 then that might confirm the hypothesis. I should resurrect my Xorg jail using Alexander Leidinger's patches, unfortunately ENOTIME at the moment. -- Mel

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Wednesday 20 May 2009 22:15:13 David Naylor wrote: On Wednesday 20 May 2009 21:37:58 Mel Flynn wrote: On Wednesday 20 May 2009 20:02:55 David Naylor wrote: This will fix the middle click problem. If it were easy to downgrade to Xserver-1.5 then that might confirm the hypothesis. I

Re: [kde-freebsd] [kopete-devel] tcp_info and FreeBSD

2009-05-20 Thread Raphael Kubo da Costa
2009/5/20 Roman Jarosz kedge...@gmail.com: Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the patch)? Yes, it did compile now. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See