Kris Maglione wrote:
On Mon, Jan 12, 2009 at 09:16:13PM +0100, Julien Pecqueur (JPEC) wrote:
In the console i've probably found a way : i can see a message like
>>> /usr/bin/wmii9rc : found rc but not read - you probably have an
out of date 9base installed.
If you have 9base installed, wmii runs rc.wmii instead of wmiirc. Just
do,
cat <<EOF >.wmii-hg/rc.wmii.local
exec `{wi_script wmiirc}
EOF
chmod +x .wmii-hg/rc.wmii.local
Are you sure of the ` before {wi_script wmiirc}??
Result of the command :
[j...@windu100x ~]$ cat <<EOF >.wmii-hg/rc.wmii.local
> exec `{wi_script wmiirc}
> EOF
bash: bad substitution: no closing "`" in `{wi_script wmiirc}
So i add a "`" at the end...
But mokeys are not yet modified :'(