Re: why oxygen themes use socket

2011-01-03 Thread Joris Guisson
To alpha_one_x86: the crash you posted is a known issue in ktorrent, as a workaround increase the maximum open file limit, this has nothing to do with oxygen or nvidia or anything else. It is just a matter of to many open files, you can easily get into this situation if you have a torrent with many

Re: why oxygen themes use socket

2011-01-03 Thread Thomas Lübking
Am Monday 03 January 2011 schrieb Sebastian Kügler: > > or help nvidia fix their crappy drivers :) > > In the past, aaronp on Freenode was very helpful, maybe ping him? For the records: i expect this to not be some sort of "stupid bug, fix this line and we're done" thing. The issue has existed a

Re: why oxygen themes use socket

2011-01-03 Thread Sebastian Kügler
On Monday, January 03, 2011 16:10:14 Hugo Pereira Da Costa wrote: > > @Herman > > If you figure the Oxygen style is slower than others on your system that > > is for sure because of animations/ARGB pixmaps/you've got an nvidia GPU > > which hates the QPixmap::fill(Qt:transparent) call... -> use the

Re: why oxygen themes use socket

2011-01-03 Thread Hugo Pereira Da Costa
On Monday, January 03, 2011 04:01:58 pm Thomas Lübking wrote: > Am Sunday 02 January 2011 schrieb Cyrille Berger Skott: > > exiting. I would be more leaning toward a ktorrent bug than anything > > else. > > There's probably none, he set "ulimit -n 1" (that means: max amout of open > file handles:

Re: why oxygen themes use socket

2011-01-03 Thread Thomas Lübking
Am Sunday 02 January 2011 schrieb Cyrille Berger Skott: > exiting. I would be more leaning toward a ktorrent bug than anything else. There's probably none, he set "ulimit -n 1" (that means: max amout of open file handles: "1" - since _everything_ on unix is a file, this is an instant* crasher as

Re: why oxygen themes use socket

2011-01-03 Thread alpha_one_x86
On Monday 03 January 2011 10:08:40 you wrote: > On Monday 03 January 2011, you wrote: > > I have disk problem (raid5 with hdd with hardware problem). But that's not > > influance gnome. > > > > But it's not connected to sockets. Sockets don't write to disk. -> > > partially wrong, the inode is wri

Re: why oxygen themes use socket

2011-01-03 Thread alpha_one_x86
I have disk problem (raid5 with hdd with hardware problem). But that's not influance gnome. But it's not connected to sockets. Sockets don't write to disk. -> partially wrong, the inode is writed to the disk, (after hardreboot some socket can be found on some folder), no disk acces to communica

Re: why oxygen themes use socket

2011-01-02 Thread Thiago Macieira
On Sunday, 2 de January de 2011 20:37:54 alpha_one_x86 wrote: > Here I have latency when I connect to unix socket (I thinks the time to > resolv via vfs or ext4 layer the socket), then if it disconnect/connect on > some part each time can have haevy cost. When I do disk access, I have very > heavy

Re: why oxygen themes use socket

2011-01-02 Thread alpha_one_x86
Here I have latency when I connect to unix socket (I thinks the time to resolv via vfs or ext4 layer the socket), then if it disconnect/connect on some part each time can have haevy cost. When I do disk access, I have very heavy latency on tooltip, menu icon mousse over animation, ... but not on

Re: why oxygen themes use socket

2011-01-02 Thread Thiago Macieira
On Sunday, 2 de January de 2011 17:34:15 alpha_one_x86 wrote: > Hello, why oxygen theme use socket? > My problem, it's I have very slow hdd, and all is slow down more in oxygen > theme, I thinks it's IO time because it use socket unix (see bug/crash when > file open on my system is too hight). it's

Re: why oxygen themes use socket

2011-01-02 Thread alpha_one_x86
It's possible I have missed information and I have not well locate the problem: How I do it: u...@amber ~ $ ulimit -n 1 u...@amber ~ $ ktorrent u...@amber ~ $ QMetaObject::invokeMethod: No such method kt::App::loadCommandLineOptionsForNewInstance() Critical: ktorrent(30150)/kdeui (KIconLoader): E

Re: why oxygen themes use socket

2011-01-02 Thread Hugo Pereira Da Costa
On Sunday, January 02, 2011 05:34:15 pm alpha_one_x86 wrote: > Hello, why oxygen theme use socket? > My problem, it's I have very slow hdd, and all is slow down more in oxygen > theme, I thinks it's IO time because it use socket unix (see bug/crash > when file open on my system is too hight). it's