On Tue, 29 Jan 2008 18:35:03 +0000, Matthew Toseland wrote:
> Freenet 0.7a2 can be downloaded from:
>
> http://freenetproject.org/download.html
Some quick "bug" report to the guy building the Windows installer: Using
JNLP for the setup is a nice idea, but with one drawback: As the setup is
run with the same privileges as your browser, and especially security-aware
people usually browse with a "non-Administrator" account, the setup cannot
finish (on Windows XP) because it cannot install the service. Detecting
this and reacting appropriately will be needed for the final version
because like this you will lose lots of potential users (I for myself will
not redownload all the stuff with a browser running as Administrator...).
Appropriate reactions would be: Pop up a "Run as" dialog, or install
shortcuts in start menu that enable you to run Freenet as an application
(not as a service). If you already do this: It did not work for me...
Good luck with Freenet 0.7 :)
mihi
PS: Please CC: me on any replies since I only read the announce list.
--
#!/usr/bin/perl -I' # tekscribble.pl - start in an xterm and scribble with mouse
$|=1;$g="\35";sub g{getc}sub p{print at _}system"stty
-icanon";p"\233?38h";for(;;){
p"$g\33\32";$_=g;$x=g;$X=g;$y=g;$Y=g;last if/q/;$k=$y.chr((ord$Y)+64).$x.chr((
ord$X)+32);p"\33\14"if/c/;p$g.(/?/?$l:$k).$k;$l=$k;}p"\33\3";system"stty icanon"