BookwormPup64 10.0.6

Moderator: Forum moderators

User avatar
fredx181
Posts: 2572
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 276 times
Been thanked: 1000 times
Contact:

Re: BookwormPup64 10.0.4

Post by fredx181 »

vtpup wrote:

If I wanted to assist in testing of a new version, how do you remove a test application? Suppose Synaptic brings in 30 individual dependencies when you install a single application in a clean savefile. And then you want to remove that application. How are you guys doing that?

After removing that (single) application try from terminal: apt autoremove
EDIT: If you use apt (rather than synaptic) to remove that application (e.g. apt purge <package>), there should come some message like: "... ... ... are no longer needed, run 'apt autoremove' to remove these".
(but on BookwormPup, apt may not work as bullet-proof as in pure Debian, not sure though)

dancytron
Posts: 653
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 423 times
Been thanked: 190 times

Re: BookwormPup64 10.0.4

Post by dancytron »

fredx181 wrote: Sun Jan 28, 2024 4:16 pm
vtpup wrote:

If I wanted to assist in testing of a new version, how do you remove a test application? Suppose Synaptic brings in 30 individual dependencies when you install a single application in a clean savefile. And then you want to remove that application. How are you gtointatuys doing that?

After removing that (single) application try from terminal: apt autoremove
EDIT: If you use apt (rather than synaptic) to remove that application (e.g. apt purge <package>), there should come some message like: "... ... ... are no longer needed, run 'apt autoremove' to remove these".
(but on BookwormPup, apt may not work as bullet-proof as in pure Debian, not sure though)

While you are at it,

Code: Select all

apt autoclean

is good too. By default Debian likes to save copies of stuff it installs and autoclean deletes that.

User avatar
fredx181
Posts: 2572
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 276 times
Been thanked: 1000 times
Contact:

Re: BookwormPup64 10.0.4

Post by fredx181 »

dancytron wrote: Sun Jan 28, 2024 5:19 pm
fredx181 wrote: Sun Jan 28, 2024 4:16 pm
vtpup wrote:

If I wanted to assist in testing of a new version, how do you remove a test application? Suppose Synaptic brings in 30 individual dependencies when you install a single application in a clean savefile. And then you want to remove that application. How are you gtointatuys doing that?

After removing that (single) application try from terminal: apt autoremove
EDIT: If you use apt (rather than synaptic) to remove that application (e.g. apt purge <package>), there should come some message like: "... ... ... are no longer needed, run 'apt autoremove' to remove these".
(but on BookwormPup, apt may not work as bullet-proof as in pure Debian, not sure though)

While you are at it,

Code: Select all

apt autoclean

is good too. By default Debian likes to save copies of stuff it installs and autoclean deletes that.

Note that autoclean (or clean) is for to remove downloaded .deb packages from the cache only.

man apt wrote:

autoclean: removes all stored archives in your cache for packages that can not be downloaded anymore (thus packages that are no longer in the repo or that have a newer version in the repo).

autoremove: is a whole different thing. it removes software from the system.

EDIT: Btw, AFAIK there's a difference when using apt-get or apt, i.e apt-get install <package> will keep the .deb package(s) in cache and apt install <package> will NOT keep the .deb package(s) in cache.

Clarity
Posts: 3293
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1354 times
Been thanked: 442 times

Re: BookwormPup64 10.0.4

Post by Clarity »

Attempted a "qpwgraph" package manager install. Failure shown below:

Bookworm64 installation err.jpg
Bookworm64 installation err.jpg (32.74 KiB) Viewed 1326 times
User avatar
fredx181
Posts: 2572
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 276 times
Been thanked: 1000 times
Contact:

Re: BookwormPup64 10.0.4

Post by fredx181 »

Clarity wrote: Sun Jan 28, 2024 11:19 pm

Attempted a "qpwgraph" package manager install. Failure shown below:

Installing qpwgraph works for me without error, perhaps something wrong with your setup :?:

User avatar
bigpup
Moderator
Posts: 6279
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 734 times
Been thanked: 1295 times

Re: BookwormPup64 10.0.4

Post by bigpup »

Installed OK for me in BookwormPup64 10.0.4

In synaptic Package Manager

Did you first click the reload icon top left of window?
Let it run and do an update of the latest repository contents.

Then try doing the download and install of qpwgraph.
.

Screenshot(3).jpg
Screenshot(3).jpg (96.02 KiB) Viewed 1278 times

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Clarity
Posts: 3293
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1354 times
Been thanked: 442 times

Re: BookwormPup64 10.0.4

Post by Clarity »

Thanks guys. I opened a pristine in a VM and agree with your findings.

Thus, something in my production rig causes this problem.

@radky , in the future versions of this, I think the distro would benefit from either Helvum or QPWgraph, OOTB. Pipewire is going to be with us for next decade and this visual ability is going to help everyone.

Again, thanks for all everyone is doing to help this distro.

User avatar
OscarTalks
Posts: 606
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 228 times

Re: BookwormPup64 10.0.4

Post by OscarTalks »

As with other Debian/Ubuntu pups, if you look in hidden directory /root/.cache you may see that event-sound-cache.tdb* files are created and these accumulate over time. Not the end of the world, but they don't serve any useful purpose. As I understand it, event sounds are not working in Puppy because other packages would be needed for this, but these files arise because Debian/Ubuntu packages of libcanberra are compiled with the --enable-tdb option and libcanberra has to be included to satisfy some dependencies of other packages.

The .pet attached below is the same version of libcanberra but compiled from source with the option --disable-tdb which installs over the top of the Debian version of the libcanberra library and hopefully then prevents the cache files from being created.

Users may wish to test by deleting any event-sound-cache.tdb files that exist, installing the .pet and see if the creation of the files stops. Report any issues and we can respond accordingly. One suggestion for consideration is that senior Woof-CE devs may want to replace the Debian packages with compiled-from-source libcanberra in the recipe so that the Pups don't suffer from this issue out of the box, otherwise users have the option to apply the fix afterwards as described above.

I will attach 32bit versions in the BookwormPup32 discussion thread

Attachments
libcanberra-0.30-x86_64-bkwm.pet
(52.45 KiB) Downloaded 24 times
libcanberra_DEV-0.30-x86_64-bkwm.pet
(7.01 KiB) Downloaded 20 times
gyrog
Posts: 594
Joined: Thu Oct 01, 2020 8:17 am
Location: Australia
Has thanked: 14 times
Been thanked: 180 times
Contact:

Re: BookwormPup64 10.0.4

Post by gyrog »

bigpup wrote: Sat Jan 27, 2024 8:06 pm

Problem booting a computer because of the kernel in BookwormPup64 10.0.4

Here are my changes to 'DOTconfig' to compile a kernel that works:

Parameters to enablle booting:
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_WBSD=y

Parameters to enable battery reporting:
CONFIG_AXP288_CHARGER=m
CONFIG_AXP288_FUEL_GAUGE=m
CONFIG_EXTCON_AXP288=m
CONFIG_AXP288_ADC=m

Please include these in the kernel compile for the next version.

User avatar
peebee
Posts: 1482
Joined: Mon Jul 13, 2020 10:54 am
Location: Worcestershire, UK
Has thanked: 148 times
Been thanked: 596 times
Contact:

Re: BookwormPup64 10.0.4

Post by peebee »

gyrog wrote: Tue Jan 30, 2024 4:47 pm
bigpup wrote: Sat Jan 27, 2024 8:06 pm

Problem booting a computer because of the kernel in BookwormPup64 10.0.4

Here are my changes to 'DOTconfig' to compile a kernel that works:

Parameters to enablle booting:
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_WBSD=y

Parameters to enable battery reporting:
CONFIG_AXP288_CHARGER=m
CONFIG_AXP288_FUEL_GAUGE=m
CONFIG_EXTCON_AXP288=m
CONFIG_AXP288_ADC=m

Please include these in the kernel compile for the next version.

The BW64 kernel is built on Github Woof-CE by applying "diffs" to the Debian kernel....
https://github.com/puppylinux-woof-CE/w ... s/bookworm
would need to be updated (I think).

Builder of LxPups, SPups, UPup32s, VoidPups; LXDE, LXQt, Xfce addons; Chromium, Firefox etc. sfs; & Kernels

dimkr
Posts: 1915
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 37 times
Been thanked: 846 times

Re: BookwormPup64 10.0.4

Post by dimkr »

gyrog wrote: Tue Jan 30, 2024 4:47 pm
bigpup wrote: Sat Jan 27, 2024 8:06 pm

Problem booting a computer because of the kernel in BookwormPup64 10.0.4

Here are my changes to 'DOTconfig' to compile a kernel that works:

Parameters to enablle booting:
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_WBSD=y

Parameters to enable battery reporting:
CONFIG_AXP288_CHARGER=m
CONFIG_AXP288_FUEL_GAUGE=m
CONFIG_EXTCON_AXP288=m
CONFIG_AXP288_ADC=m

Please include these in the kernel compile for the next version.

I'll open a PR.

EDIT: https://github.com/puppylinux-woof-CE/woof-CE/pull/4229, trigger https://github.com/puppylinux-woof-CE/w ... kernel.yml after this is merged, give it 2-3 hours and you'll get a kernel you can test.

User avatar
peebee
Posts: 1482
Joined: Mon Jul 13, 2020 10:54 am
Location: Worcestershire, UK
Has thanked: 148 times
Been thanked: 596 times
Contact:

Re: BookwormPup64 10.0.4

Post by peebee »

Builder of LxPups, SPups, UPup32s, VoidPups; LXDE, LXQt, Xfce addons; Chromium, Firefox etc. sfs; & Kernels

Darsh
Posts: 5
Joined: Wed Nov 15, 2023 1:42 pm

Re: Bookworm Pup64 10.0.2

Post by Darsh »

mikeslr wrote: Mon Oct 23, 2023 12:38 pm

On bootup Puppys looks for 'a flag' at (I believe) /var/local. Not finding it, first-run setup is run and such flag written. If you shut-down without creating a SaveFile/Folder or creating or modifying an adrv.sfs or ydrv.sfs, the flag is not preserved and won't be found on boot-up. Once you've created a SaveFile/Folder or created or edited adrv.sfs or ydrv.sfs, the flag is preserved, f9und on boot-up and first-run setup is not run.

Understanding Puppy Linux's boot process is critical. If the system does not discover a flag in /var/local at startup, it does the first-run setup. Creating a SaveFile or editing certain files maintains the flag, preventing needless setups on subsequent boots.Fm Whatsapp Download

gyrog
Posts: 594
Joined: Thu Oct 01, 2020 8:17 am
Location: Australia
Has thanked: 14 times
Been thanked: 180 times
Contact:

Re: BookwormPup64 10.0.4

Post by gyrog »

I appreciate that you have reacted to my suggestion,
BUT sorry, this doesn't look like it's worth it.
Why have you not included the config lines to enable the kernel to see the battery?

This computer is a small laptop, as such, you need to be able to see that status of the battery.
If the battery configs are not there, I'm still going to have to compile the kernel, to properly support this computer.

gyrog
Posts: 594
Joined: Thu Oct 01, 2020 8:17 am
Location: Australia
Has thanked: 14 times
Been thanked: 180 times
Contact:

Re: BookwormPup64 10.0.4

Post by gyrog »

@peebee, @dimkr,
Sorry, it looks like I was a bit hasty, in my appraisal of the PR.
Looking at the DOTconfig in the zdrv in the Bookworm64 ISO, it looks like the AXP288 configs are already present.

So looking in woof-ce I find that "dpup-kernel" was run by "peabee" 2 days ago,
is this the updated kernel?
Or should I wait for another?

dimkr
Posts: 1915
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 37 times
Been thanked: 846 times

Re: BookwormPup64 10.0.4

Post by dimkr »

You'll need to trigger a build or wait until the next one.

gyrog
Posts: 594
Joined: Thu Oct 01, 2020 8:17 am
Location: Australia
Has thanked: 14 times
Been thanked: 180 times
Contact:

Re: BookwormPup64 10.0.4

Post by gyrog »

@dimkr, and @peebee, Thankyou.
The new kernel works in my Lenovo.

retiredt00
Posts: 176
Joined: Fri Sep 04, 2020 12:11 pm
Has thanked: 4 times
Been thanked: 26 times

Re: BookwormPup64 10.0.4

Post by retiredt00 »

retiredt00 wrote: Mon Jan 15, 2024 8:33 am

I was wondering if you happened to see these posts regarding laptop suspend on lid closure
https://forum.puppylinux.com/viewtopic. ... 32#p107932
https://forum.puppylinux.com/viewtopic. ... 60#p108560
https://forum.puppylinux.com/viewtopic. ... 69#p108569

Dear radky and dimkr
the reason that bookworm and vanilla dpup fail to suspend on lid closure is that they miss the xserver-xorg-input-evdev package.
Adding it through the package manager, solves the problem
Please consider adding it in future builds

User avatar
vtpup
Posts: 707
Joined: Sat Aug 15, 2020 2:34 pm
Location: Republic of Vermont
Has thanked: 178 times
Been thanked: 152 times
Contact:

Re: BookwormPup64 10.0.4

Post by vtpup »

fredx181 wrote: Sun Jan 28, 2024 4:16 pm
vtpup wrote:

If I wanted to assist in testing of a new version, how do you remove a test application? Suppose Synaptic brings in 30 individual dependencies when you install a single application in a clean savefile. And then you want to remove that application. How are you guys doing that?

After removing that (single) application try from terminal: apt autoremove
EDIT: If you use apt (rather than synaptic) to remove that application (e.g. apt purge <package>), there should come some message like: "... ... ... are no longer needed, run 'apt autoremove' to remove these".
(but on BookwormPup, apt may not work as bullet-proof as in pure Debian, not sure though)

Thanks Fred and Dancytron. There are some important differences between the way the Puppy Package Manager handles program removals and how Synaptic does, and apt and apt-get do.

1.) PPM quickly and easily handles a program removal with dependencies in a graphical user interface. For dependencies that it is unsure of, an informational window is displayed showing those dependencies. It does not remove those. This is a smart program manager.

2.) Synaptic is the graphical program installer for BookwormPup. It does not remove any dependencies. This is a major drawback. It has two named functions "removal" and "complete removal" Neither actually does more than remove a program, leaving the dependencies "Complete only removes configuration files. It is a misnomer. This is not a smart program manager.

4.) Apt and apt-get are console commands, not graphical program managers. The apt commands provided for program removal are not intuitive, What does remove, autoremove, purge, clean, autoclean mean to a normal user without looking at a man page for each?

5.) None of the apt and apt get commands do what the PPM does.

My understanding: Apt autoremove attempts to remove ALL orphan dependencies in a system, not just the unused dependencies for a specific installed program. It is unclear how it establishes which dependencies are orphaned and which are needed. It does not seem to track what was downloaded as dependencies for a specific program. It is not program oriented, it is system oriented. It provides no information about possible conflict dependencies for a particular program as Puppy does. Maybe it just keeps possible conflicts, maybe it doesn't, who knows? It also does not remove downloaded programs held in a program cache. The PPM does remove those.

To remove cached downloaded program files you also have to run apt purge but this also removes configuration files, which you may not want to do. In many cases it is desirable to retain a config file, even though a program is removed. For instance when reinstalling for some reason after personalizing settings..

Apt clean clears out the entire local repository of retrieved package files. The PPM does not do this it only removes the specific retrieved program file

Apt autoclean only removes package files that can no longer be downloaded from a repository. PPM has no equivalent, and in fact you may not want this if there's a program you want to keep a local copy of because it has disappeared from an online repository. You don't necessarily want a program removed just because it is removed from an online repository, or replaced with a later version.

Clean and autoclean are actually local repository maintenance commands. They either remove all local copies of downloaded programs, or remove those no longer mirrored.

For me, these commands are problematic for normal users, and may cause personal system problems. It seems to me more likely that autoremove, for instance will accidentally remove an essential dependency somewhere else in a system than PPM, because it is a wholesale dependency removal tool, not a specific program dependency removal tool. I see lots of users on apt oriented systems having problems after cleaning their systems, more than than puppy users removing a single program with PPM.

I really think we're giving up a more mature package management system in PPM, for Synaptic's lack of program management capability, and the requirement for an additional collection of confusingly named and oddly acting console commands. I think a user should be able click a "Remove Program" button in a graphical package management app to restore an efficient system state before the installation of a program with multiple dependencies. And I would guess most actually think that happens in Synaptic. It just doesn't..

Last edited by vtpup on Sun Feb 04, 2024 3:14 am, edited 2 times in total.

HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64

My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg

User avatar
rockedge
Site Admin
Posts: 5727
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1998 times
Been thanked: 2102 times
Contact:

Re: BookwormPup64 10.0.4

Post by rockedge »

I really think we're giving up a mature package management system in PPM

Pkg does a far better job than PPM overall and is far more powerful. In PPM it is close to impossible for an average user to add or change repositories. PPM does a poor job in dependency checking on any complicated packages.

ozsouth
Posts: 1366
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 210 times
Been thanked: 606 times

Re: BookwormPup64 10.0.4

Post by ozsouth »

Unless ppm packages are carefully crafted, removal is a real problem. Not many use puninstall.sh for clean removal. With my chromebook under crostini (debian bullseye), 'sudo apt remove && sudo apt autoremove' is very effective.

User avatar
vtpup
Posts: 707
Joined: Sat Aug 15, 2020 2:34 pm
Location: Republic of Vermont
Has thanked: 178 times
Been thanked: 152 times
Contact:

Re: BookwormPup64 10.0.4

Post by vtpup »

Well that's true Rockedge re changing reposirories. I'm not a PPM lover -- but it sure does a better job of managing what it does download than Synaptic.

Not sure what "Pkg" is...?

HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64

My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg

User avatar
vtpup
Posts: 707
Joined: Sat Aug 15, 2020 2:34 pm
Location: Republic of Vermont
Has thanked: 178 times
Been thanked: 152 times
Contact:

Re: BookwormPup64 10.0.4

Post by vtpup »

Okay ditch PPM, but do we then really want new users to revert to console commands? If so better put up informational modifications to Synaptic to let users know its "remove" and "complete remove" functions don't really do what they say, and then explain how to enter the console apt commands, and what each does, and the syntax required.

Feels kludgy to me -- and I'd bet new Puppy tryouts as well.

HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64

My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg

User avatar
bigpup
Moderator
Posts: 6279
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 734 times
Been thanked: 1295 times

Re: BookwormPup64 10.0.4

Post by bigpup »

BookwormPup64 has this:

Main menu ->Help ->HOWTO use the APT Package Manager

This provides a how to explaining what command does what and how to use it.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
vtpup
Posts: 707
Joined: Sat Aug 15, 2020 2:34 pm
Location: Republic of Vermont
Has thanked: 178 times
Been thanked: 152 times
Contact:

Re: BookwormPup64 10.0.4

Post by vtpup »

bigpup wrote: Sun Feb 04, 2024 5:04 am

BookwormPup64 has this:

Main menu ->Help ->HOWTO use the APT Package Manager

This provides a how to explaining what command does what and how to use it.

A.) Puppy Linux is a GUI OS. Like most other OS's in the last forty years.
B.) Synaptic is Bookworm's GUI package management system, Synaptic, has improperly named and ineffective package removal functions.
C.) A new user should not have to guess that some function in Synaptic doesn't do what it says it does, then figure out that they should look for a help file to find out how to do via console commands what Synaptic said it already did.

The actual result of B.) will be that new users will get bloated systems and systems with problematic dependencies that they don't know exist, and which interfere with other programs and functions. And that kind of issue will appear frequently here on the forum. Or will silently turn off potential new users to Puppy as an unreliable OS.

HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64

My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg

User avatar
vtpup
Posts: 707
Joined: Sat Aug 15, 2020 2:34 pm
Location: Republic of Vermont
Has thanked: 178 times
Been thanked: 152 times
Contact:

Re: BookwormPup64 10.0.4

Post by vtpup »

I've been experimenting with package management systems this morning -- adding and removing programs by a variety of methods and looking at what files are removed and what aren't.

1.) I added a program with Synaptic. 50 packages were downloaded and installed.
2.) In Synaptic I marked it for "complete removal", then executed. Result? 1 package was removed
3.) I opened up console and entered apt autoremove. Result? 14 packages were removed.
4.) 35 packages were not removed.

Other interesting experiments:

I installed an alternative deb package management system called : gnome-software

This installation took 75 megabytes, so it was large by Puppy standards, however, it was far superior as a user friendly GUI to Synaptic. It provided much more usefully worded app information than Synaptic does. The interface was well organized, attractive, and easy to use. It also did a much better job of removing an application that it had installed earlier.

While like all of the above methods, it wasn't perfect at removal, it was far more effective than Synaptic's single file removal, and actually appeared to be on par with apt autoremove.

Interesting point: while it is 75 megs large, if it removed a program more effectively than Synaptic, it would very quickly make up for its size by reducing bloat. Perhaps even with the first program it removes.

Last edited by vtpup on Sun Feb 04, 2024 4:57 pm, edited 1 time in total.

HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64

My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg

User avatar
wizard
Posts: 1602
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2133 times
Been thanked: 505 times

BookwormPup64 10.0.4 bootable USB creation

Post by wizard »

BookwormPup64 10.0.4

Been doing some test on bootable USB creation and found some methods/conditions that will fail.

Condition 1 - HDD/SSD and USB have a partition with the same name
-USB partitoned with Gparted
-install Puppy using Menu>Setup>Frugalpup>Puppy (this install creates a "Savespec" file)
-install grub2 using grub2config 2.01
Result:
-When the USB, that has a save folder, is booted it a cannot find its savefolder.
Resolution:
-delete or rename the Savespec file or rename the partition on the USB

Condition 2 - USB install using Menu>Setup>Frugalpup>Puppy, then grub installed with Menu>Setup>Frugalpup>Boot
-USB partitoned with Gparted
-install Puppy using Menu>Setup>Frugalpup>Puppy
-grub install with Menu>Setup>Frugalpup>Boot
Result:
-USB fails to boot
Resolution:
-none, use different method

Thought I'd post these since it might help when troubleshooting USB boot issues.

wizard

Big pile of OLD computers

dancytron
Posts: 653
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 423 times
Been thanked: 190 times

Re: BookwormPup64 10.0.4

Post by dancytron »

Hardware report.

I bought a $32 ebay Gen 3 Thinkpad 11e with a Ultima motherboard.

https://psref.lenovo.com/syspool/Sys/PD ... n_Spec.PDF

I set it up for dual boot (I'll post how to do that later) edit: see viewtopic.php?p=110957#p110957 and set up a usb boot disk with old style bios boot using the Debian Dog Starter Kit method.

It boots, recognizes all the hardware and everything works with one wrinkle. The default touchpad settings make it appear that the mouse is frozen and just teases you with moving a little. Plug in a regular mouse, go into the settings app, and turn some features off and make it more sensitive and it works.

Works fine and is fast enough for both Puppy and MX with the stock bookworm kernel for $32. :thumbup2:

Dan

edit: also microphone doesn't work

Last edited by dancytron on Sat Feb 24, 2024 12:44 am, edited 1 time in total.
User avatar
OscarTalks
Posts: 606
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 228 times

Re: BookwormPup64 10.0.4

Post by OscarTalks »

BookwormPup64-10.0.4
I see that multimedia playlist files with the suffix .m3u and also .m3u8 show up in ROX as plain text files when really they should usually be set to be opened by a media player (although you should be able to right-click and open as text if you want to).

There may be a better way of rectifying this, but I have found that the file:-
/usr/share/mime/packages/freedesktop.org.xml
has between lines 4614 and 4625 inclusive the following:-

Code: Select all

  <mime-type type="application/vnd.apple.mpegurl">
    <comment>Media playlist</comment>
    <sub-class-of type="text/plain"/>
    <glob pattern="*.m3u"/>
    <glob pattern="*.m3u8"/>
    <magic priority="70">
      <match type="string" value="#EXTM3U" offset="0">
        <match type="string" value="#EXT-X-TARGETDURATION" offset="0:128"/>
        <match type="string" value="#EXT-X-STREAM-INF" offset="0:128"/>
      </match>
    </magic>
  </mime-type>

This seems to be hijacking the mime-type (audio/x-mpegurl) and preventing it from displaying correctly in ROX
So I deleted those lines of code from the file and saved the modification
Then in terminal I ran:-
update-mime-database /usr/share/mime
Those playlist files now show up as media files with correct right-click options and are opened with default audio player on left-click

User avatar
mikewalsh
Moderator
Posts: 5585
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 572 times
Been thanked: 1684 times

Re: BookwormPup64 10.0.4

Post by mikewalsh »

vtpup wrote: Sun Feb 04, 2024 3:46 pm

I installed an alternative deb package management system called : gnome-software

This installation took 75 megabytes, so it was large by Puppy standards, however, it was far superior as a user friendly GUI to Synaptic. It provided much more usefully worded app information than Synaptic does. The interface was well organized, attractive, and easy to use. It also did a much better job of removing an application that it had installed earlier.

While like all of the above methods, it wasn't perfect at removal, it was far more effective than Synaptic's single file removal, and actually appeared to be on par with apt autoremove.

Interesting point: while it is 75 megs large, if it removed a program more effectively than Synaptic, it would very quickly make up for its size by reducing bloat. Perhaps even with the first program it removes.

Heh. I've been saying for years that Synaptic is NOT all it's cracked up to be. I migrated to Puppy to get away from it.......and now it's been chosen as the PPM replacement? Puh-leeze..... :shock: :shock: :roll:

Synaptic was always the "neckbeard's" choice.....but it's neither intuitive NOR "easy-to-use". To my way of thinking, one of the main reasons it became so universally employed at one point was due to the way many distro 're-spins' were put together.

A lot were Ubuntu-based. Canonical had decided Synaptic was the way to go at one time, so every 're-spin' out there had it too. I sometimes got the impression that if Canonical had decided to heave their OS over a cliff edge, then the 're-spins' would have followed that as well.... :roll:

I agree we do need a decent GUI package manager.....but there's no denying that command-line installation is faster and more versatile. MyCrudSoft's over-riding legacy will always be remembered as teaching the world's population that if they DON'T have a GUI for something, then it can't be used......(??!)

My view is this; I think that so long as we have a fully-functional apt installer mechanism, along with an easy way to add/remove extra repos, Puppy will be flexible enough to survive the future.

Just my two-penn'orth, FWIW.

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

Post Reply

Return to “BookwormPup”