octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Maximum number of clients reached in Qt


From: Daniel J Sebald
Subject: Maximum number of clients reached in Qt
Date: Sun, 14 Oct 2012 00:06:33 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

It appears there is some limit to the number of Qt windows that the GUIDE+O can create:

octave:8> for i = 1:50
figure(i)
plot(1:50)
end
Maximum number of clients reached
(<unknown>:17154): Gtk-WARNING **: cannot open display: :0.0
Could not connect gnuplot_qt "" . Starting a new one
Maximum number of clients reachedgnuplot_qt: cannot connect to X server :0.0
octave:9>

Is this a concern?

Under octave-cli and the X11 window there is no such limit.

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]