Search found 1010 matches

by greengeek
Fri Dec 22, 2023 12:19 am
Forum: Re-masters
Topic: Fossa64-Mid - Discontinued
Replies: 54
Views: 5162

Re: Fossa64-Mid - a pup with most needed items

I do miss having an audible alarm when my laptop battery is running out.

Does anyone have a suggestion for suitable battery monitor/alarm running on F95Mid?

by greengeek
Thu Dec 21, 2023 5:51 am
Forum: Programming
Topic: Drawing a line on screen
Replies: 28
Views: 2537

Re: Drawing a line on screen

... real-time length display, so it can be used as a measuring tool. If requested and people find it useful I can move it to the Software forum - not really sure where it fits. Brilliant! A little beauty. Even if used for no other reason than as a measuring tool this is brilliant. (In fact this may...
by greengeek
Wed Dec 13, 2023 6:22 pm
Forum: Browsers and Internet
Topic: Midori Browser with Gecko
Replies: 84
Views: 26714

Re: Midori Browser with Gecko

rockedge wrote: Wed Dec 13, 2023 5:55 pm

Where do you first see the notification "Not available from your country"?

From NZ. I will give it another go tonight and collect some info and a screenshot.

by greengeek
Wed Dec 13, 2023 5:36 pm
Forum: Browsers and Internet
Topic: Midori Browser with Gecko
Replies: 84
Views: 26714

Re: Midori Browser with Gecko

rockedge wrote: Wed Dec 13, 2023 1:48 pm

ever notice the Donation menu link on this forums navigation bar?

For some reason that function has never worked for me - says "Not available from your country".

by greengeek
Fri Dec 08, 2023 8:57 am
Forum: Re-masters
Topic: s15pup64-ovrly - overlayfs-only pup
Replies: 46
Views: 4627

Re: s15pup64-ovrly - an overlayfs-only 'taster' pup

Keen to give this a try. Working with iso 1a so far. 1) Have not been able to work out how to switch off tap-to-click yet... 2) Opening a hard drive to view contents seems verrrrrrrrrrrry slow first time (similar to Fossa9.6). Takes a long time to work through the icons and let me open directories. ...
by greengeek
Fri Dec 08, 2023 8:03 am
Forum: Programming
Topic: text splitting problem
Replies: 13
Views: 1521

Re: text splitting problem

Here is what Google Bard suggested: #!/bin/bash # Check if input file is provided if [ -z "$1" ]; then echo "Please provide the input file path as an argument." exit 1 fi # Define the text file path input_file="$1" # Define output filename with ".processed" ex...
by greengeek
Fri Dec 08, 2023 7:14 am
Forum: Users
Topic: wanted: a little CAD app for very simple home usage
Replies: 4
Views: 470

Re: wanted: a little CAD app for very simple home usage

What type of drawing are you hoping to make? Are you making a .dxf file?

by greengeek
Fri Dec 08, 2023 7:08 am
Forum: Fossapup64
Topic: Printer sharing Fossa64
Replies: 1
Views: 223

Re: Printer sharing Fossa64

This thread viewtopic.php?t=10068 may also be helpful for some situations.

by greengeek
Wed Dec 06, 2023 7:30 am
Forum: Forum Organization & Structure Council
Topic: Blocked HOW-TO subforums (solved)
Replies: 6
Views: 669

Re: Blocked HOW-TO subforums (solved)

MochiMoppel wrote: Wed Dec 06, 2023 6:26 am

It's a different forum: F96-CE+ in the Instructional HOW-TO Section

Thank you - is that this forum: ?
viewforum.php?f=200

by greengeek
Wed Dec 06, 2023 5:56 am
Forum: Forum Organization & Structure Council
Topic: Blocked HOW-TO subforums (solved)
Replies: 6
Views: 669

Re: Blocked HOW-TO subforums (solved)

In what way is the F96-CE forum you are referring to different to this forum? I am confused. Spent most of the last 5 years on 32bit pups and only recently moved to 64bit. Would like to keep pace with F96-CE but which thread (as a user) should I be checking? (F96-CE4 is a really well grounded pup as...
by greengeek
Tue Dec 05, 2023 8:25 am
Forum: Re-masters
Topic: Fossa64-Mid - Discontinued
Replies: 54
Views: 5162

Re: Fossa64-Mid - a pup with most needed items

The previous Asunder (CD ripper) pet that I posted had lame and liblame included - but it turns out that the WAV (or wav) to mp3 conversion can be done using the inbuilt F95Mid ffmpeg instead of lame. So this pet (ffmpeg instead of lame) is a bit smaller (almost half the size) than my previous Asund...
by greengeek
Mon Dec 04, 2023 7:10 am
Forum: Multimedia
Topic: .WAV / .wav batch conversion to mp3
Replies: 6
Views: 542

Re: .WAV / .wav batch conversion to mp3

I was not happy with two issues in the original version: 1) The failure of the original version to handle spaces in the filenames or in the name of the host directory. 2) The use of avconv to suit Tahr32 only So here is a pet that seems to work for both 32bit and 64bit pups, and using the syntax fro...
by greengeek
Sat Dec 02, 2023 7:53 am
Forum: Browsers and Internet
Topic: Midori Browser with Gecko
Replies: 84
Views: 26714

Re: Midori Browser with Gecko

. I just want to mention something about Midori that I really like: I usually boot my Puppies in default "generic" mode without any savefile or savefolder - so that I know each session is fresh and unaffected by previous runs. The down side is that it takes more time to get online because ...
by greengeek
Thu Nov 30, 2023 9:08 am
Forum: Re-masters
Topic: Fossa64-Mid - Discontinued
Replies: 54
Views: 5162

Re: Fossa64-Mid - a pup with most needed items

Latest Midori browser is v11.1.2 but uses apulse instead of alsa to make sound work - so I have made a pet for F95 Mid that includes the required apulse from OscarTalks. (No other changes required. Sound just works perfectly now) https://www.mediafire.com/file/dsx4icjiy4ekkin/F95Mid_midori_11.1.2_gg...
by greengeek
Thu Nov 30, 2023 8:09 am
Forum: Browsers and Internet
Topic: Midori Browser with Gecko
Replies: 84
Views: 26714

Re: Midori Browser with Gecko

Running with "apulse" (by OscarTalks) works for me to have sound, e.g. apulse /root/Downloads/midori/midori (without needing pulseaudio). Download .pet here: https://www.smokey01.com/OscarTalks Thanks. Just confirming that this solution fixed my issues and works with all of the versions 1...
by greengeek
Sun Nov 26, 2023 6:19 pm
Forum: Off-Topic Area
Topic: Improving your code development skills
Replies: 81
Views: 8446

Re: Improving your code development skills

Clarity wrote: Sun Nov 26, 2023 1:20 am

NOt since @tazoc made available the Checkers Game on the old forum, have I seen a PET for the new forum distros. Anyone know how to get one (or it) for today's use?

Are you able to find any link to that version on the old forum? I see some links to Chinese Checkers - is that what you were after?

by greengeek
Sun Nov 26, 2023 1:33 am
Forum: Browsers and Internet
Topic: Midori Browser with Gecko
Replies: 84
Views: 26714

Re: Midori Browser with Gecko

Using Midori 10.0.2 I have sound OK but version 10.0.4 thru to the latest 11.1 do not produce sound (using Fossa 9.5)
Am I forced to use pulse audio? (Prefer to stay with Alsa)

by greengeek
Wed Nov 22, 2023 8:59 am
Forum: Re-masters
Topic: Fossa64-Mid - Discontinued
Replies: 54
Views: 5162

Re: Fossa64-Mid - a pup with most needed items

Recently needed to join a couple of images together so I downloaded Peasyglue from the old forum but it would not run as the netpbm image conversion stuff was missing so here is a pet that includes Peasyglue 2.2 along with the extra deps needed on F95Mid: https://www.mediafire.com/file/vipa5fok5ipko...
by greengeek
Tue Nov 21, 2023 7:25 pm
Forum: Users
Topic: Peasyglue for Fossa64 9.5 [SOLVED]
Replies: 3
Views: 210

Re: Peasyglue for Fossa64 9.5

Ian, are you still using Oz's "slimline" Fossa-mid for this? AFAIK, he left a lot of stuff out, didn't he? From what I know of Bill's 'Peasy' utilities, they all of them simply make use of existing binaries/commands/functions, so.....it's entirely possible summat ya need ain't there. Just...
by greengeek
Tue Nov 21, 2023 6:50 am
Forum: Users
Topic: Peasyglue for Fossa64 9.5 [SOLVED]
Replies: 3
Views: 210

Peasyglue for Fossa64 9.5 [SOLVED]

I would like to use Peasyglue on Fossa64 v9.5 and got a version from the old forum but it does not create the glued file and says "Gluing failed. Read the Help about making more Temporary space". I have looked at the help and created the /root.peasyglue file but dont know why it is still f...
by greengeek
Sun Nov 19, 2023 6:42 am
Forum: Off-Topic Area
Topic: Elon Musk completes Twitter takeover and ‘fires top executives
Replies: 55
Views: 6142

Re: Elon Musk completes Twitter takeover and ‘fires top executives

How would you feel if Musk becomes the next American President? That would be a fascinating election. Biden has 3 children married into Jewish families. Trump announced Jerusalem as the capital of Israel (and his son-in-law is a great friend of Netanyahu) Musk seems to have no pro-semitic allegianc...
by greengeek
Wed Nov 15, 2023 8:09 am
Forum: REQUESTS
Topic: Image viewer wxyzv - someone to compile?? [SOLVED]
Replies: 13
Views: 888

Re: Image viewer wxyzv - someone to compile??

Question: Given that both versions above work on my system - why is there such a size difference between the two versions? Is this difference just down to the fact that one is "stripped"? (I thought stripping just got rid of unnecessary comments within the code but that seems a huge differ...
by greengeek
Wed Nov 15, 2023 7:57 am
Forum: REQUESTS
Topic: Image viewer wxyzv - someone to compile?? [SOLVED]
Replies: 13
Views: 888

Re: Image viewer wxyzv - someone to compile??

rockedge wrote: Mon Nov 13, 2023 11:36 am

Here is a version I compiled against (Ubuntu GLIBC 2.31-0ubuntu9.12) 2.31

Thanks! That worked for me on my Fossa64 9.5Mid (ex Ozsouth).
Quite like the way wxyzv gives an almost fullscreen display.
Cheers!

by greengeek
Mon Nov 13, 2023 8:44 am
Forum: Re-masters
Topic: Fossa64-Mid - Discontinued
Replies: 54
Views: 5162

Re: Fossa64-Mid - a pup with most needed items

Ok, here is an Asunder CD ripper pet for F95 Mid. (Includes the lame lib) Will still give an error message re lack of "Ogg" support but can just ignore that if you don't use Ogg files I have included a config file that is set to do the following: (These can all be changed within preference...
by greengeek
Mon Nov 13, 2023 7:18 am
Forum: REQUESTS
Topic: Image viewer wxyzv - someone to compile?? [SOLVED]
Replies: 13
Views: 888

Re: Image viewer wxyzv - someone to compile??

I compiled it in F96-CE_4 , so 64 bit. The source code can be compiled as 32 or 64 bit which is dependent on the system it is built on. That's weird - I tested it on the same version of F96 but had the Glibc failure. Would you have tested it with devx still loaded? Might that have been the reason w...
by greengeek
Mon Nov 13, 2023 7:15 am
Forum: REQUESTS
Topic: Image viewer wxyzv - someone to compile?? [SOLVED]
Replies: 13
Views: 888

Re: Image viewer wxyzv - someone to compile??

Ok, my Lx64Pup compiled wxyzv also gives glibc errors in fossa64. So I downloaded the fossa64 devx & did: ./cobfigure --prefix=/usr make and then received this error message: error: ‘min’ is not a member of ‘std’; did you mean ‘fmin’? 153 | winwidth = std::min(rotimgwidth, screen_width); | ^~~ ...
by greengeek
Mon Nov 13, 2023 6:54 am
Forum: Re-masters
Topic: Fossa64-Mid - Discontinued
Replies: 54
Views: 5162

Re: Fossa64-Mid - a pup with most needed items

Just been ripping CDs and used PPM to download Asunder - which worked fine to create wavs but could not convert to mp3 as it was not happy with missing "lame" ("not in path") so I wondered if anyone has ripped CDs to mp3 and if so what is your method please?
Cheers!

by greengeek
Sat Nov 11, 2023 7:42 am
Forum: REQUESTS
Topic: Image viewer wxyzv - someone to compile?? [SOLVED]
Replies: 13
Views: 888

Re: Image viewer wxyzv - someone to compile??

rockedge muggins Thanks for the help. I am somewhat hampered by the fact that I am testing with Ozsouth's Fossa 9.5 "Mid" (very stripped Puppy) and have not found the devx yet so my attempt at compiling doesn't complete successfully. Over the years I have compiled a couple of things succe...
by greengeek
Wed Nov 08, 2023 8:58 am
Forum: REQUESTS
Topic: Image viewer wxyzv - someone to compile?? [SOLVED]
Replies: 13
Views: 888

Image viewer wxyzv - someone to compile?? [SOLVED]

Hi, I would like to test image viewer "wxyzv" but do not have confidence in my ability to compile. Is there anyone willing to have a go?? Please see here: https://flaterco.com/wxyzv.html Sadly I don't even know if this is 32bit or 64bit - but I am guessing 32bit due to 1999 release date. (...
by greengeek
Sat Nov 04, 2023 9:15 am
Forum: Re-masters
Topic: upupBB-18.05 + ZoneMinder, a 32 bit Remaster
Replies: 10
Views: 1552

Re: upupBB-18.05 + ZoneMinder, a 32 bit Remaster

Can this utilise usb webcams, or does it require IP cams?

Go to advanced search