Page 17 of 18

Posted: Tue 03 Jun 2014, 04:36
by Geoffrey
Updated Master PDF Editor to version 1.9.25, listed in THIS post

Posted: Tue 03 Jun 2014, 13:03
by baszek
rg66 wrote:
baszek wrote:I am using now newest x-precise 2.3 - is there a posibility to install some pup, which allows me to choose during the shutdown to save or not to save (as it was at x-precise 2.2)?
What kind of install do you have, USB?

Download and install this fix and see if that helps.

http://murga-linux.com/puppy/viewtopic. ... 067#767067
I have installed this update - now it is working - thx !

Posted: Fri 13 Jun 2014, 11:55
by baszek
baszek wrote:
rg66 wrote:
baszek wrote:I am using now newest x-precise 2.3 - is there a posibility to install some pup, which allows me to choose during the shutdown to save or not to save (as it was at x-precise 2.2)?
What kind of install do you have, USB?

Download and install this fix and see if that helps.

http://murga-linux.com/puppy/viewtopic. ... 067#767067
I have installed this update - now it is working - thx !
I was using x-precise 2.3 for a few days and sth is wrong with that save or not menu at shutdown. I have installed once some software just to test how it works - like spotify, chromium etc. then I chose to not save during shutdown, but despite I chose to not save, I have still spotify, chromium installed. The funny thing is that this software is now installed but it is not on uninstall list.

Posted: Mon 16 Jun 2014, 09:21
by rg66
baszek wrote:I was using x-precise 2.3 for a few days and sth is wrong with that save or not menu at shutdown. I have installed once some software just to test how it works - like spotify, chromium etc. then I chose to not save during shutdown, but despite I chose to not save, I have still spotify, chromium installed. The funny thing is that this software is now installed but it is not on uninstall list.
Are these pets or sfs? If they are sfs then update sfs-load to 2.0.8 and see if that sorts it out.

http://www.murga-linux.com/puppy/viewtopic.php?t=64354

Posted: Mon 16 Jun 2014, 10:48
by SFR
rg66 wrote:
baszek wrote:I was using x-precise 2.3 for a few days and sth is wrong with that save or not menu at shutdown. I have installed once some software just to test how it works - like spotify, chromium etc. then I chose to not save during shutdown, but despite I chose to not save, I have still spotify, chromium installed. The funny thing is that this software is now installed but it is not on uninstall list.
Are these pets or sfs? If they are sfs then update sfs-load to 2.0.8 and see if that sorts it out.

http://www.murga-linux.com/puppy/viewtopic.php?t=64354
If these were pets: in PUPMODE=3/7/13 PPM copies packages' files directly into the savefile (pup_ro1), but all metadata goes to tmpfs (pup_rw), so not saving session results in exactly that kind of a mess - pet remains installed, but is not listed.
And this is only tip of the iceberg of possible mess this approach can make.

To avoid this, open up /usr/local/petget/installpkg.sh, find this line:

Code: Select all

if [ $PUPMODE -eq 3 -o $PUPMODE -eq 7 -o $PUPMODE -eq 13 ];then
(this line can begin also with elif, not if, in some of Puppies)
and replace with:

Code: Select all

if [ "ABC" = "DEF" ];then
(or elif, if this is the case)
what will make that everything will stay in pup_rw, until saved.

@Rg66: unfortunately, sfs_load-2.0.8 still causes vanishing of .wh files from pup_rw if PUPMODE=3/7/13 and SAVEINTERVAL=0.

Greetings!

X-precise 2.3 and Toshiba Chromebook

Posted: Sun 22 Jun 2014, 01:06
by yerc1
Hi rg66

Thanks for X-precise!

Xprecise 2.3 on a USB install is almost perfect on my Toshiba Chromebook. Only two things - the Bluetooth and the touchpad - aren't working but then again a search on the web indicates this is true for other Linuxes.

There is a Toshiba touchpad patch in https://patchwork.kernel.org/patch/4291581/

I'm not sure whether applying the patch in X-precise can be accomplished though a pet package or recompiling the kernel with the patch is the way to go. Either way I would very much appreciate if the fix is made available in Xprecise

Thanks in advance.

Posted: Sun 22 Jun 2014, 07:01
by rg66
@ yerc1

I've never had any luck with bluetooth and puppy. Take a look at this link and give it a try. Read the xfce part.

http://themikex.blogspot.com/2012/05/bl ... linux.html

As far as the touchpad goes, I'm sure that requires patching and re-compiling the kernel. That's a bit much for me but I'm compiling the latest 3.15.1 kernel and will see if I can get X-precise to run with it. I've never had much luck with that either though.

Posted: Sun 22 Jun 2014, 07:25
by rg66
If enough people are interested I will do a version 3.0 starting from scratch with compiled Xfce4 packages, this should fix the P3 / Athlon issue as it did with X-slacko.

If not, I will probably do a v2.4-final as precise puppy isn't being developed anymore.

Posted: Sun 22 Jun 2014, 21:15
by yerc1
rg66 wrote:@ yerc1

I've never had any luck with bluetooth and puppy. Take a look at this link and give it a try. Read the xfce part.

http://themikex.blogspot.com/2012/05/bl ... linux.html

As far as the touchpad goes, I'm sure that requires patching and re-compiling the kernel. That's a bit much for me but I'm compiling the latest 3.15.1 kernel and will see if I can get X-precise to run with it. I've never had much luck with that either though.
I'll give the Bluetooth suggestion a go on the weekend.

Fingers crossed the recompile goes well.

Thanks for your response and for X-Precise.

Posted: Fri 27 Jun 2014, 08:43
by pchan
rg66 wrote:If enough people are interested I will do a version 3.0 starting from scratch with compiled Xfce4 packages, this should fix the P3 / Athlon issue as it did with X-slacko.

If not, I will probably do a v2.4-final as precise puppy isn't being developed anymore.
rg66,

I love xprecise and I wish there is a way to get bluetooth working because I have a bluetooth mouse.

I have found a puppy that has bluetooth and it works with my bluetooth mouse. Thanks to CsipeszPup!

Precise 5.7.1 retro "CsipeszPup" released

http://murga-linux.com/puppy/viewtopic.php?t=93679



But I tried the bluetooth.sfs csipesz provided in his CsipeszPup with xprecise (Xfce based) and it doesn't work unfortunately. The task panel disappears in xfce when bluetooth.sfs is loaded. Even though I disabled compiz fusion in xprecise, the bluetooth.sfs makes the task panel disappear.

I really hope there is a way bluetooth can work in xprecise or xslacko.

it is good to know that I don't have to turn to full ubuntu linux to get a linux that has bluetooth function. I actually enjoy puppy linux more than ubuntu.

Posted: Sat 28 Jun 2014, 06:16
by rg66
pchan wrote:I really hope there is a way bluetooth can work in xprecise or xslacko.
After a few hours of running around in circles I finally managed to get Bluetooth working in X-slacko. I couldn't browse my phone but I did transfer a file. I'll have to start from scratch and see which of the bazillion packages I installed are really needed.

Why X-slacko and not X-precise? I'm releasing X-precise-2.4 and calling it a day.

Posted: Sat 28 Jun 2014, 09:29
by rg66
X-precise-2.4 delta's are available for download, ISO's coming soon.

This will be the final version of X-precise due to a lack of interest and the fact that precise puppy is no longer being developed.

Delta: http://www.carolina-linux.com/rg66/X-precise/iso/delta
ISO: http://www.carolina-linux.com/rg66/X-precise/iso

X-precise-2.3.iso___X-precise-2.4.iso.delta md5: 742ba08d74e35158d7f3c9eb3aa4fcd3
X-precise-2.3-non-pae.iso___X-precise-2.4-non-pae.iso.delta md5: f76236e87e8ab4274c53906105b60f04

X-precise-2.4.iso md5: 49aa6ba3ba1cb3715847c5f38b8c6bf7
X-precise-2.4-non-pae.iso md5: 6b340ed0c1291b595f1299af6b352baf

Posted: Sat 28 Jun 2014, 11:39
by ally
full ISOs and delta's mirrored here:

http://archive.org/details/Puppy_Linux_X-precise

:)

Posted: Sat 28 Jun 2014, 12:50
by rg66
Thanks ally!

Awesome

Posted: Sat 28 Jun 2014, 21:41
by yerc1
rg66 wrote:X-precise-2.4 delta's are available for download, ISO's coming soon.

This will be the final version of X-precise due to a lack of interest and the fact that precise puppy is no longer being developed.
Changelog? :D

I see that the patch for Toshiba track/touchpad didn't make it and so does bluetooth. Not deal breakers, but would have made this my perfect puppy.

I hope to see more of your xfce puppies after precise, rg66.
Thanks!

Re: Awesome

Posted: Sun 29 Jun 2014, 05:25
by rg66
yerc1 wrote:I see that the patch for Toshiba track/touchpad didn't make it and so does bluetooth. Not deal breakers, but would have made this my perfect puppy.

I hope to see more of your xfce puppies after precise, rg66.
Thanks!
Although I couldn't have used that patch as is, I might have been able to manually add it. But, since I couldn't get X-precise to boot with a newly compiled kernel, there was no point.

Personally, I use X-slacko and find it much better than precise. 01micko is still developing it and has done an excellent job.

Posted: Sun 29 Jun 2014, 05:35
by rg66
ISO's are up, thanks to Geoffrey.

Posted: Thu 10 Jul 2014, 08:09
by Jamin
Hi!

I tried x-precise :)

I got Firefox error!!
"Secure Connection Failed

An error occurred during a connection to sceneaccess.eu. The OCSP response is not yet valid (contains a date in the future). (Error code: sec_error_ocsp_future_response)"

How can I resolve this?? Thanks :)

Posted: Thu 10 Jul 2014, 08:12
by Makoto
Jamin wrote:Hi!

I tried x-precise :)

I got Firefox error!!
"Secure Connection Failed

An error occurred during a connection to sceneaccess.eu. The OCSP response is not yet valid (contains a date in the future). (Error code: sec_error_ocsp_future_response)"

How can I resolve this?? Thanks :)
That can happen when your computer's clock and date is set incorrectly. Make sure it's set to the proper time and date. See this page for more information.

Posted: Thu 10 Jul 2014, 08:37
by Jamin
Thanks for the fast reply :)

I checked in BIOS. it is fine. :oops:
I am using linux from pendrive.maybe is it the problem?