Dear Riccardo,
Thank you,
I will include it
The matter is as follows:
I used Debian for more than a year using option
"without a root user"
But they changed something in security policy:
I had to use kdesudo synaptic instead of synaptic!
Another thing: drivers for Dell 630:
the pc began to crash with KDE5 occasionally
first I switched to Kubuntu, since I used
Debian with KDE
But KDE development team seems to have didn't
make enough drivers for my Dell while transiting to KDE5,
as a result I switched to standard Ubuntu 15.04 and
still everything is ok: I used to some features of
Dolphin, and it seems doesn't conflicts with
native gnome nautilus
Oleh
25 вересня 2015, 23:10:36, від "Riccardo (Jack) Lucchetti"
<r.lucchetti(a)univpm.it>:
On Fri, 25 Sep 2015, oleg_komashko(a)ukr.net wrote:
> So it would be convenient if gretl
> have something outputting gnuplot
> version
Maybe this can help
function scalar gnuplot_version(void)
string tmpfile = "(a)dotdir/gpv.txt"
!gnuplot --version > @tmpfile
string s = readfile(tmpfile)
scalar ret
sscanf(s, "gnuplot %g", ret)
return ret
end function
a = gnuplot_version()
print a
Moreover, debian has a package called "gnuplot5". I don't know if ubuntu
users can grab that, or if it's been incorporated into ubuntu already.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------