[fluxus] 0.12 rc2

Claude Heiland-Allen claudiusmaximus at goto10.org
Tue May 15 15:17:27 PDT 2007


dave wrote:
> hi claude,
>
> ah - the problem is installing as su root maybe - as it installs to
> $HOME...

Yep, that looks like it...

# diff -uw /home/claude/.fluxus/startup.scm /root/.fluxus/startup.scm
--- /home/claude/.fluxus/startup.scm    2007-01-10 19:19:00.000000000 +0000
+++ /root/.fluxus/startup.scm   2007-02-03 23:06:45.000000000 +0000
@@ -6,9 +6,9 @@
 ; `-'    `-----'`-----'`-'  `-'`-----'`-----'
 ; (c) 2007 dave griffiths dave at pawfal.org GPL

-; boot up fluxus
+; boot up the fluxus scratchpad
 (load (string-append fluxus-collects-location "/fluxus-"
-       fluxus-version "/fluxus-boot.scm"))
+       fluxus-version "/scratchpad-boot.scm"))
 ; the line above ensures the correct bootup script
 ; is called for the right version of fluxus


Moving the file across I get:

$ fluxus
JackClient::ConnectInput: cannot connect input port [alsa_pcm:capture_1]
to [In0]
Welcome to fluxus

...and typing seems to work (the font looks clearer, or is it just my
imagination?)  Not tried running anything yet.


> hmmm

I think installing files to $HOME is a bit freaky, and should be avoided
if at all possible :)



More information about the Fluxus mailing list