View beta desktop startup
[1/3] from: rebol::temecula-usa::com at: 13-May-2004 17:13
How do you have View start in the desktop view with version REBOL/View 1.2.46.3.1? I
tried to give it a user.r and a prefs.r to feed on but it always comes up with the command
line first.
....just getting lazy
James
[2/3] from: carl:cybercraft at: 14-May-2004 8:49
On 14-May-04, rebol wrote:
> How do you have View start in the desktop view with version
> REBOL/View 1.2.46.3.1? I tried to give it a user.r and a prefs.r to
> feed on but it always comes up with the command line first.
Normally setting DESKTOP: TRUE in prefs.r would do the trick, but it
doesn't seem to work in 1.2.46. Adding DESKTOP to the end of your
user.r script should work though. (I've just tested it and it worked
with my settup.)
-- Carl Read
[3/3] from: rebol:temecula-usa at: 14-May-2004 7:22
Thanks Carl, That indeed works!
Now if I could only get it set permissions without the requester...
Thanks Again.