Release Candidates :: DSL v3.1 RC2



OK,

I found a problem with the Toshiba Libretto 100CT with the v8.00 & 8.10 BIOS in that the directory under porc/acpi/battery is called MBAT. This would be usable with torsmo v0.18, but 0.17 only allows battery data to be in directories called BAT0/1/2/..... v0.18 allows any directory name to be specified for the lowest level. I guess this change to torsmo may have been to accomodate such systems.

In the interim using 'exec acpi -t' to get the battery (& temp) data for torsmo is good though the text produced does lead to torsmo spreading across the screen.

if /home/dsl/.mydsl file is missing, load local button in mydsl extension tool does not work.
I created that file putting this line inside:
/mnt/hdc1/mydsl
and the button works.


legalize cannabis, etc

in mount tool I have a new volume called pts, what is it?

ps. is it possible to know how much money people donated to your project?

legalize cannabis, etc.

Quote (jls legalize @ Oct. 27 2006,06:38)
if /home/dsl/.mydsl file is missing, load local button in mydsl extension tool does not work.
I created that file putting this line inside:
/mnt/hdc1/mydsl
and the button works.


legalize cannabis, etc


Good find jls. Thanks for reporting.
I am not sure what would make a good starting default value, or if it should be wired up to /opt/.mydsl_dir

This also seems to work:
Code Sample
if murgaLua.isFile("/home/dsl/.mydsl") then
     io.input("/home/dsl/.mydsl")
     mydsl_dir = io.read("*line")
     io.input()
else
     mydsl_dir = "/"
end


If .mydsl exists, but is empty, the browser apparently defaults to the current directory. A .mydsl file containing a nonexistent directory also seems to be acceptible, although the browser is opened in limbo.

Next Page...
original here.