Startmount-0.5.5 Drive automount and program starter

Filemanagers, partitioning tools, etc.
Message
Author
User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#76 Post by tasmod »

This is one of the things I'm working on, rather than default apps , programs based upon the menu entries.

Do you have a menu entry for 'artha' in the Document menu?

If you check /root/Startup/start-mount.sh is there an entry for a call to 'programs' ?
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#77 Post by abushcrafter »

tasmod wrote:This is one of the things I'm working on, rather than default apps , programs based upon the menu entries.
Me likes :)!

1. Yes:

Code: Select all

[Desktop Entry]
Version=1.0
Name=Artha
GenericName=thesaurus
Comment=Handy thesaurus based on WordNet
Exec=artha
Icon=artha.png
Terminal=false
Type=Application
StartupNotify=true
Categories=X-Document
2. hang on....

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#78 Post by abushcrafter »

yes

Code: Select all

#!/bin/sh
sleep 4
mkdir /mnt/sda6
mount /dev/sda6 /mnt/sda6 2>/dev/null
sleep 2
. /usr/local/Startmount/programs
/usr/local/Startmount/programs

Code: Select all

 &
artha &

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#79 Post by tasmod »

Hmm, a stray & at beginning, this will cause it to error out.

Ok, just delete the '&' alone and try rebooting, it should run the program then.

I'll have a look where this is coming from, but I suspect it may be generated by pressing the button with an empty field.

I'll try and replicate it.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#80 Post by abushcrafter »

like enter?

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#81 Post 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.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#82 Post by abushcrafter »

yes deling that line fixed it.

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#83 Post by tasmod »

Version 0.2.0 released.

New GUI and better handling of USB drives.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#84 Post 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.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

Nepozvan
Posts: 31
Joined: Wed 02 Sep 2009, 22:18
Location: Podgorica

#85 Post by Nepozvan »

How to disable a small window when system starts? (recongfigure,ok or cancel)

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#86 Post by tasmod »

Menu-File-Preferences

Tick the box.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

Nepozvan
Posts: 31
Joined: Wed 02 Sep 2009, 22:18
Location: Podgorica

#87 Post by Nepozvan »

You mean this?

Image

When i tick that,i have this window again

Image

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#88 Post by 01micko »

Thanks for bug report, will be fixed for next version
Puppy Linux Blog - contact me for access

xcleaner
Posts: 11
Joined: Mon 21 Dec 2009, 10:52

#89 Post 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

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

Live cd ?

#90 Post by nancy reagan »

Will this diamond also made useable for live cd in the near future ?

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#91 Post 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
Puppy Linux Blog - contact me for access

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

yes with "save to cd"

#92 Post 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 ?.

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#93 Post 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
Puppy Linux Blog - contact me for access

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

Already -before- saving anythin

#94 Post 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

xcleaner
Posts: 11
Joined: Mon 21 Dec 2009, 10:52

Anwer to 01micko

#95 Post 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

Post Reply