From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Mar 2008 22:36:36 +0100 From: Enrico Weigelt To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Message-ID: <20080312213636.GB28200@nibiru.local> References: <20080311170105.GA28200@nibiru.local> <32d987d50803111012u5c91384ale2ef958e0558cbf5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32d987d50803111012u5c91384ale2ef958e0558cbf5@mail.gmail.com> User-Agent: Mutt/1.4.1i Subject: Re: [9fans] abaco @ plan9port [WAS: Hi and, plan9-native abaco sources?] Topicbox-Message-UUID: 7707df70-ead3-11e9-9d60-3106f5b1d025 * Federico G. Benavento wrote: > #!/bin/sh > if [ ! -f $HOME/.webcookies ]; then > touch $HOME/.webcookies > fi > if [ ! -e `namespace`/web ]; then > webfs -s web > fi > # export PLAN9=/usr/share/abacoabaco.bin $* ah, the "-s web" option was missing :) now another problem: abaco expects some fonts in /usr/local/plan9/fonts. Seems we need some convenient way for relocating fonts. Maybe an even an fontserver ? ;-) cu -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service - http://www.metux.de/ --------------------------------------------------------------------- Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ ---------------------------------------------------------------------