From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <42c12e723c28df43768ef2250ce0442a@hera.eonet.ne.jp> To: 9fans@9fans.net Date: Thu, 10 May 2012 16:58:03 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: <582B999B-3893-4994-A724-166A4C0DBA6F@lsub.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Octopus viewer? Topicbox-Message-UUID: 874bc8c0-ead7-11e9-9d60-3106f5b1d025 > For what you say I think that your plumber might not be configured or > that something happen with the configuration file after view tried to plumb it. > > In the worst case I can just send you my configuration files :) It's not configuration problem, but, maybe, different version of inferno. I versioned up my inferno to run it on my Ubuntu 11.10. In the funtion of viewcmd() of /usr/octopus/port/lib/view.b, the line r := os->filename(file); gives the r="/usr/octopus/tmp/view.2.DSCN1549.jpg", even the file="/tmp/view.2.DSCN1549.jpg is given". Then, I changed the lines: "Plan9" or "PlanB" => cmd=sprint("plumb %s", r); to "Plan9" or "PlanB" => cmd=sprint("plumb %s", file); That's all. Now I'm viewing the jpg image by !cp DSCN1549.jpg /mnt/view Kenji