VSIDO Community

VSIDO Controls => VSIDO News & Announcements => Topic started by: VastOne on January 21, 2014, 09:37:53 PM

Title: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 21, 2014, 09:37:53 PM
Both ISO's were updated, built, installed, tested and uploaded today with no issues.


All files and torrents can be downloaded from the VSIDO Download page (http://vsido.org/template/index.html)
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: PackRat on January 21, 2014, 11:47:03 PM
Cool.

Quick question, how does sourceforge work? Can you set it up so that something like

wget -c /<source forge path>/vsido_current.iso

would get the current iso? I guess that would basically be making a symlink on your project page.
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 21, 2014, 11:52:02 PM
Aye, the download page has a link to the wget instructions (http://vsido.org/index.php/topic,307.msg3955.html#msg3955)

wget -c http://sourceforge.net/projects/vsido/files/name_of_file.iso
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 21, 2014, 11:53:10 PM
Sorry... now I see what you were asking.

There is a link that is already there, let me see about a symlink

Thanks for the great idea
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 21, 2014, 11:56:17 PM
Using this as a test.. lets see

latest iso download (https://sourceforge.net/projects/vsido/files/latest/download?source=files=)

That works...

So you should be able to do this... maybe

wget -c https://sourceforge.net/projects/vsido/files/latest/download?source=files

Yes that works!
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 21, 2014, 11:59:54 PM
I have changed the wget instruction page to reflect this method
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 22, 2014, 12:14:39 AM
Well.... it partially works.  It downloads the correct file but not as the correct file name... downloads it as 'download?source=files'

Will research it more
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: zbreaker on January 22, 2014, 02:32:32 AM
^
Damn you VastOne. >:(

Every time I install & fine tune a release a new and improved build appears ;)
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 22, 2014, 02:36:44 AM
^ Sorry man... but this is easy.. a dist-upgrade will get you there and just using tint2 is the other part... All I did was add a 10s delay to the fluxbox startup on the tintrc file

Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: hakerdefo on January 22, 2014, 09:04:08 AM
Quote from: VastOne on January 22, 2014, 12:14:39 AM
Well.... it partially works.  It downloads the correct file but not as the correct file name... downloads it as 'download?source=files'

Will research it more
The following should do it,
wget -c --content-disposition https://sourceforge.net/projects/vsido/files/latest/download?source=files
Cheers.
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: PackRat on January 22, 2014, 12:44:45 PM
Way to go the extra mile vastone. I was thinking that you could just put a symlink on the sourceforge server so "vsido-current" could be entered on that wget command you referenced. Just put the command in a bash script then.

@hakerdefo - yes, that works; downloads the 32-bit iso.
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 22, 2014, 04:09:35 PM
@hakerdefo.. thanks for that, it is curious that is downloading the 32 bit version when the default download is the 64 bit

@PackRat .. Thanks mate!
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 22, 2014, 04:52:21 PM
I corrected it on the site...  It now downloads the 64 bit doing this

wget -c --content-disposition https://sourceforge.net/projects/vsido/files/latest/download

Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: PackRat on January 22, 2014, 06:05:41 PM
@VastOne - download works as advertised.

I burned the 64-bit iso I downloaded via torrent and it's still set up with lxpanel. <-- that is because the script to burn the iso failed and I booted old version.

New burn, VSIDO boots to fluxbox with tint2; well done.
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: VastOne on January 24, 2014, 12:24:59 PM
^ Thanks Rat Man!   8)
Title: Re: VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST
Post by: PackRat on January 24, 2014, 03:00:48 PM
No problem.

I didn't do an install - no time for tweaking at the moment - but I did notice a couple things in /etc/skel that relate to general housekeeping. For your consideration:

1. keep the default fluxbox theme in /etc/skel so every user logs into the VSIDO aesthetic, move the rest to /usr/local/share/fluxbox/styles so they are only installed once.
2. Their are still entries in /etc/skel and /etc/skel/.config for window managers/DE's that aren't part of the default install anymore - .i3, .openbox; maybe remove those.

The overall user interface is good (as if fluxbox can be anything else!). Another excellent effort.