VSIDO Community

VSIDO Controls => VSIDO News & Announcements => Topic started by: VastOne on July 05, 2015, 09:36:29 PM

Title: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: VastOne on July 05, 2015, 09:36:29 PM

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 2015-July-05 15:52 CST
Post by: Snap on July 06, 2015, 07:18:32 AM
Thanks.

QuoteAdded hakerdefo's pmytd as a default app and as the muz alias

For anyone looking for the hackerdefo's script...

http://vsido.org/index.php?topic=984.msg11105#msg11105
Title: Re: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: hakerdefo on July 06, 2015, 08:17:04 AM
@VastOne It's an honour! Thanks!
@Snap Thanks for linking the script!
Cheers!!!
Title: Re: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: PackRat on July 06, 2015, 01:50:30 PM
downloaded; will check it out after I attempt to fix my plumbing.

Both the 32-bit and 64-bit iso's boot to live session without issue, and I can set up wicd for a wireless connection no problems.

pmytd works fine (see the new screenshots) but I did notice one thing. The default directory name in the VSIDO live session is "downloads", but the script is hard wired for "Downloads". I haven't read the script to see if it restricted to upper case or not, or if installing to a drive or vmware creates "Downloads".

I just created a synlink in the live session to check the script.

Edit - looks like the script creates the directory if it doesn't exist.
Title: Re: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: Snap on July 07, 2015, 08:26:42 AM
QuoteThe default directory name in the VSIDO live session is "downloads", but the script is hard wired for "Downloads"

I noticed that too. Had to edit the script. "Find and replace" did it. Anyway, though I love having my home directories in lower case as I used to. Debian has changed it for uppercase causing that mess in many distros, not only Vsido. Why aren't we stucking to the Debian standards here? We can always be rebels and resist the winds of change, but...
Title: Re: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: hakerdefo on July 07, 2015, 09:38:47 PM
@PackRat @Snap Yes guys pmytd is hardwired to download to 'Downloads' directory.  Most Linux distributions create 'Downloads' directory under '/home/$USER'.  That's why most Linux browsers will choose '~/Downloads' as default download location. You can get the default download directory by running the following command in terminal,

xdg-user-dir DOWNLOAD


freedesktop.org's standards for XDG Base Directory Specification cover this topic. You can read it here,

XDG Base Directory Specification (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)

Cheers!!!
Title: Re: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: hakerdefo on July 07, 2015, 09:43:33 PM
I've made one important and some minor cosmetic changes to pmytd. Please update pmytd to this newer version. Here is the link,

Poor Man's Youtube Downloader (http://vsido.org/index.php?topic=984.msg11080#msg11080)

Cheers!!!
Title: Re: VSIDO 32bit & 64bit ISO’s updated 2015-July-05 15:52 CST
Post by: Snap on July 08, 2015, 04:25:14 AM
Thanks. Editing.