Page 5 of 8

Posted: Mon 18 Jan 2010, 18:49
by tasmod
I was just wondering if no program is selected and entry field is empty, if pressing set programs will generate a spare & in the programs temp file.

We used a 'zero entries' as a clearout of settings for that session only.

Run SM again and all is rm'd anyway.

Posted: Mon 18 Jan 2010, 19:59
by abushcrafter
yes deling that line fixed it.

Posted: Fri 22 Jan 2010, 16:18
by tasmod
Version 0.2.0 released.

New GUI and better handling of USB drives.

Posted: Tue 09 Feb 2010, 09:20
by tasmod
Startmount 0.3.0

An update with a new menu choice.

The program pauses for wireless to be up and running if a wireless based app is chosen.

Posted: Mon 15 Feb 2010, 17:18
by Nepozvan
How to disable a small window when system starts? (recongfigure,ok or cancel)

Posted: Mon 15 Feb 2010, 18:47
by tasmod
Menu-File-Preferences

Tick the box.

Posted: Tue 16 Feb 2010, 11:11
by Nepozvan
You mean this?

Image

When i tick that,i have this window again

Image

Posted: Tue 16 Feb 2010, 11:55
by 01micko
Thanks for bug report, will be fixed for next version

Posted: Fri 19 Feb 2010, 07:49
by xcleaner
Hello!

I'm using toutou linux 4.3.1 wich is a puppy version in french...
The startmount application in toutou was ver 0.2.0 so i update it with the 0.3.0
But i run on a USB install and you tell "take care" in this case!
That true the application doesn't mount anything at STARTUP ...
is it possible to update with a new version that works with UBS install
or is it a way to add something in the command lines in the program?

Thank to answer

DAN

Live cd ?

Posted: Fri 19 Feb 2010, 11:16
by nancy reagan
Will this diamond also made useable for live cd in the near future ?

Posted: Fri 19 Feb 2010, 12:20
by 01micko
xcleaner

I can confirm the usb bug.

if you navigate to '/usr/local/Startmount/Startmount', directly after line 122 add as the next line

Code: Select all

export pupmode
That fixes it, thank you for reporting. It will be fixed in the next version.

Nancy

We decided not to support "live" installations. If pupmode is 5 then Startmount can't work as nothing is saved. If pupmode is 77 we have no way to tell if you are going to save that session or not. If you don't save it then of course Startmount can't work. However, if you save back to CD and decide you are happy with how you have things then I suppose we can support "live", as in save back to CD (pupmode 77).

Cheers

yes with "save to cd"

Posted: Fri 19 Feb 2010, 14:30
by nancy reagan
01micko wrote:xcleaner

I can confirm the usb bug.

if
Nancy

We decided not to support "live" installations. If pupmode is 5 then Startmount can't work as nothing is saved. If pupmode is 77 we have no way to tell if you are going to save that session or not. If you don't save it then of course Startmount can't work. However, if you save back to CD and decide you are happy with how you have things then I suppose we can support "live", as in save back to CD (pupmode 77).

Cheers
Micko thx for the prompt answer.

Maybe Grancy does not quite understand ye, but still I understand it only works after a "save to cd" not "to the sky".

But maybe that was not what you were explaning ?

It would be heaven if cd would autostart some progs and mount some disks ..

Flash might be a great tester for this ?.

Posted: Fri 19 Feb 2010, 22:00
by 01micko
Hi nancy

I think you got the grasp of what I was explaining. :wink:

I have managed to get support for running live saving back to CD/DVD working, and I certainly agree that it would be very handy for Flash. I think he said he saves some files to a usb stick while he runs live off a DVD, so (theoretically :wink: :lol: , assuming it works correcrly) he could have his usb drive auto mounted. I will put a reminder splash screen in the program so you remember that the CD/DVD session must be saved for Startmount to work.

A new version will be released soon.

Cheers

Already -before- saving anythin

Posted: Fri 19 Feb 2010, 22:20
by nancy reagan
01micko wrote:Hi nancy

I think you got the grasp of what I was explaining. :wink:

I have managed to get support for running live saving back to CD/DVD working, and I certainly agree that it would be very handy for Flash. I think he said he saves some files to a usb stick while he runs live off a DVD, so (theoretically :wink: :lol: , assuming it works correcrly) he could have his usb drive auto mounted. I will put a reminder splash screen in the program so you remember that the CD/DVD session must be saved for Startmount to work.

A new version will be released soon.

Cheers
Hi Micko,

After I'd "installed" the pet (or wanting to run it for the 1st time, forgot) I already got the msg something like "we don't handle live cd's" or something of the like.

So I was not trying to save anything, for the horse had not even started. You see ?

Thx again

Anwer to 01micko

Posted: Sat 20 Feb 2010, 06:09
by xcleaner
Hello!

Thank you very much for your answer about USB Install

adding export pupmode after line 122 works fine and every drives are automounted
at startup!

I will put this issue in the french forum so it can help someone !

DAN

Posted: Sun 21 Feb 2010, 16:18
by tasmod
Version 0.4.0 released with Live CD support.

Posted: Wed 31 Mar 2010, 09:47
by 01micko
Starmount 0.5.0 is released,

See the 3rd post on the first page. (my post)

There are numerous changes. I have released this because Rob is very busy at the moment and is taking a well earned rest from Startmount duties. 8) .

This will be the last version for some time as work on Puppy 5 will be taking priority.

Please report bugs, they will be dealt with post haste.

Cheers.

Posted: Wed 31 Mar 2010, 10:31
by zigbert
Thank you

Posted: Mon 05 Apr 2010, 09:51
by tasmod
Version 0.5.0 released, see first post.

Posted: Tue 06 Apr 2010, 08:18
by sasaqqdan
Startmount v0.5.0,/usr/local/Startmount/startfunc,line99:

Code: Select all

echo "exec $WORKDIR/mount-drives.sh" >> /etc/rc.d/rc.local
fix:

Code: Select all

[ "`grep '.startmount/mount-drives.sh'  /etc/rc.d/rc.local`" = "" ]  && echo "exec $WORKDIR/mount-drives.sh" >> /etc/rc.d/rc.local