Page 22 of 91

Carolina 004 released

Posted: Wed 28 Nov 2012, 03:23
by elroy
Carolina 0.0.4 has been released. To obtain the ISO/.delta file, please go to the first post on this thread and goto the 'News' section.

Included in 004:
* Thumbnails now display correctly in Thunar.

* The latest gtkdialog4 (as of 26 NOV 2012).

* A faster probepart script that eliminates the 'hanging' upon shutdown experienced with some notebook setups.

* You can now drag 'n drop icons from the main menu or control panel to the desktop without the items being removed from their originating place.

* A new default wallpaper (hopefully it'll be "friendly" enough for everyone).

* Within Firefox, you can now go to 'Help/About', and Firefox will automatically download and install the latest version if a newer version is available.

* Upon first running the new version of Carolina, in the Preferences dialog, the firewall button now works as it should. This is a bugfix. It was originally included in 003, but didn't work correctly. In 004, it works as it should.

* When you open the puppy package manager, the Carolina repository list will automatically update itself so long as you're connected to the internet. Again, this was originally introduced in 003, but did not work correctly. In 004, it works as it should. Please note that if you're going to use other locations available in the repository (arch, wary, etc...), you'll want to update their package lists. But for Carolina, this will no longer be necessary so long as you have an internet connection.

carolina 004

Posted: Wed 28 Nov 2012, 04:07
by jpup
thanks elroy :)

I actually caught the delta in the testing folder :)
This new one in the ISO directory seems to have a different md5 so I updated.

I don't know if it's just on my notebook but pupsaveconfig and grub4dos on 004 can't find any partitions.

Thanks

Re: carolina 004

Posted: Wed 28 Nov 2012, 04:11
by elroy
jpup wrote:thanks elroy :)

I actually caught the delta in the testing folder :)
This new one in the ISO directory seems to have a different md5 so I updated.

I don't know if it's just on my notebook but pupsaveconfig and grub4dos on 004 can't find any partitions.

Thanks
Yeah, the one in 'testing' didn't have the permissions enabled for the /sbin/probepart.If you've downloaded from the expected place, hopefully you're not experiencing that. Either way, I'll look check it out and see if they're missing their permissions, too.

EDIT: their permissions are ok (pupsavefonfig & grub4dos). The problem with the .delta in the 'testing' folder was the permission wasn't set for '/sbin/probepart'. The testing folder isn't meant for general use. If you choose to use anything in it, expect the worst :D It's essentially used for Geofffrey and myself to pass items that need testing to each other. No warranty on those items...

EDIT-2: Don't download anything you find in the 'staging' folder. I use that for uploading, and then copy it to the needed place on the server. If you download from that, chances are you'll end up with a corrupt file.

Posted: Wed 28 Nov 2012, 04:18
by Bligh
Booted 003 in an older hp dt with standard led monitor and everything seemed to behave properly. Looks good. Now to try 4.
Cheers

Posted: Wed 28 Nov 2012, 04:22
by elroy
Bligh wrote:Booted 003 in an older hp dt with standard led monitor and everything seemed to behave properly. Looks good. Now to try 4.
Cheers
Thanks Bligh. Keep us informed. Much appreciated.

Posted: Wed 28 Nov 2012, 06:26
by umair
hi elroy:
Just downloaded carolina 004.
Running nicely on my system. More polished thn 003.
Keep it up ;-).
UMAIR

Posted: Wed 28 Nov 2012, 06:43
by umair
umair wrote:hi elroy:
Just downloaded carolina 004.
Running nicely on my system. More polished thn 003.
Keep it up ;-).
UMAIR
Refer to my previous post, I checked almost all applications in carolina 04, everthing works fine. The only problem I got is that, the pupsave file option is not working (I always use FRUGAL Installation and never found this before i.e. No Partitions available...). I am posting the screenshot.
Any Idea ??

Posted: Wed 28 Nov 2012, 07:02
by elroy
umair wrote:
umair wrote:hi elroy:
Just downloaded carolina 004.
Running nicely on my system. More polished thn 003.
Keep it up ;-).
UMAIR
Refer to my previous post, I checked almost all applications in carolina 04, everthing works fine. The only problem I got is that, the pupsave file option is not working (I always use FRUGAL Installation and never found this before i.e. No Partitions available...). I am posting the screenshot.
Any Idea ??
Yeah, check to make sure that /sbin/probepart permission is set to be executable. I thought I did that, but maybe that's not the case.

You can do this from the terminal by entering

Code: Select all

/sbin/probpart +x
If you got the delta from the 'testing' folder, then yes, that'd be the case. But if you downloaded the ISO/delta from the normal place then no, this shouldn't of happened.

EDIT: My God, I must've been tired! The above command should've been...

Code: Select all

chmod +x /sbin/probepart
. I'm so sorry for the confusion this created, UMAIR (and anyone else this may have affected).

carolina 004

Posted: Wed 28 Nov 2012, 07:09
by jpup
I really don't wanna say "I told you so"

but I'm gonna say it anyway...

I told you so :) peace!


to umair: try to do a chmod 755 or change permissions using thunar... you'll be able to run pupsave and it will find partitions but you'll probably get hang time during shutdown.


peace

Posted: Wed 28 Nov 2012, 07:13
by jpup
elroy wrote:
If you got the delta from the 'testing' folder, then yes, that'd be the case. But if you downloaded the ISO/delta from the normal place then no, this shouldn't of happened.
I've updated and my md5's all checkout correctly with the ones in the ISO directory...

so it's the same, probepart is still not executable

Posted: Wed 28 Nov 2012, 07:49
by elroy
yes, that'd be correct. The /sbin/probepart isn't executable, even though I checked for that being it was an issue in lite-002. Regardless, it isn't, and I'm re-uploading...

Posted: Wed 28 Nov 2012, 08:33
by Sage
Uh? Can't find it? Went to p.1, item 1, saw the redirect to 'News', saw the redirect to 'Links', looked through the Parent Directory. Is it me?! Yes! A hint might help, though.

carolina 004

Posted: Wed 28 Nov 2012, 08:36
by jpup
Sage wrote:Uh? Can't find it? Went to p.1, item 1, saw the redirect to 'News', saw the redirect to 'Links', looked through the Parent Directory. Is it me?! Yes! A hint might help, though.
PLease wait for a while as the 004 had some minor accident and is being re-uploaded

thank you for your patience and continued patronage

have a good day

Posted: Wed 28 Nov 2012, 08:43
by umair
elroy wrote: Yeah, check to make sure that /sbin/probepart permission is set to be executable. I thought I did that, but maybe that's not the case.

You can do this from the terminal by entering

Code: Select all

/sbin/probpart +x
If you got the delta from the 'testing' folder, then yes, that'd be the case. But if you downloaded the ISO/delta from the normal place then no, this shouldn't of happened.
elroy:
I entered the command u mentioned, Returns with the error "bash: /sbin/probpart: No such file or directory". I downloaded the ISO thn also checked the md5sum. Found correct. Facing the same problem.
Jpup:
I can open (create/delete folders etc..) my all partitions from thunar and can mount/unmount them without any problem. But I m still getting the same error.
UMAIR

Posted: Wed 28 Nov 2012, 08:46
by Sage
Please wait for a while as the 004 had some minor accident and is being re-uploaded
Okey dokey, it's this accursed timezone confabulation. Stuff coming in from West Coast, Oz, etc, thought I'd cracked jet-lag decades ago. I'm guessing that el el. hails from my favourite State, but it would really help if everbody's nationhood were displayed by default. Poor chap probably labouring through the night whilst we are just waking up, whereas the Aussies are already having their supper...
Whatever - we are grateful - thanks!

Presume the 'accident' doesn't affect lina-lite 003 which is arriving as we speak?

Posted: Wed 28 Nov 2012, 08:48
by jpup
umair wrote:
Jpup:
I can open (create/delete folders etc..) my all partitions from thunar and can mount/unmount them without any problem. But I m still getting the same error.
UMAIR
open up thunar and go to file system -> sbin and find "probepart"

right click on it and go to properties and permissions and put a check on "allow this file to run as program"

or you can just wait for the updated carolina 004... its being re-uploaded by elroy

thanks

Posted: Wed 28 Nov 2012, 09:03
by jpup
Sage wrote:
Presume the 'accident' doesn't affect lina-lite 003 which is arriving as we speak?
I'm not sure about lina lite 003

but the accident involves a script which resulted in pupsaveconfig and grub4dos not being able to find your partitions.

yeah time zones, I was wondering how other people deal with different offsets.

anyway, the sun will be setting soon where I'm at ;)

thanks

Posted: Wed 28 Nov 2012, 09:06
by umair
jpup wrote: open up thunar and go to file system -> sbin and find "probepart"
right click on it and go to properties and permissions and put a check on "allow this file to run as program"
or you can just wait for the updated carolina 004... its being re-uploaded by elroy
thanks
Thank you for quick reply.
waiting for iso to be uploaded.
Regards
UMAIR

Posted: Wed 28 Nov 2012, 10:08
by smokey01
I just had a look at lina04 in VirtualBox, looked and behaved very nicely.

It's definitely a keeper.

Edit SFS with compression choice

Posted: Wed 28 Nov 2012, 10:57
by rg66
This is a modified version of Pizzasgood's Edit-SFS 2.1. It was made specifically for Carolina/Lite/Saluki - xfce/thunar but should work on other xfce puppies. It gives the option to choose XZ or GZ compression.

Just right click on an sfs > send to menu > edit sfs, and it decompresses the sfs into a temp folder for editing. Exiting the "build" or "compression type" window will close it and delete the working temp folder. Don't forget to save the new sfs somewhere before clicking finished!

Edit: Added create md5 text

It works as planned but this is my first time editing scripts so if someone with experience can check it out,corrections would be most welcome. The mods are line 217 to 256 of the editsfs.sh in /usr/local/apps/EditSFS