Search found 1859 matches

by dimkr
Sat Apr 27, 2024 4:04 pm
Forum: Beginners Help
Topic: BookwormPup: how to prevent suspend when laptop lid closed? (Solved)
Replies: 13
Views: 232

Re: BookwormPup: how to prevent suspend when laptop lid closed? (Solved)

This should also work: [ $(grep -l ^connected /sys/class/drm/*/status | wc -l ) -gt 1 ] && exit Since the internal laptop monitor is always connected, more than 2 monitors indicate at least one external monitor The question is not connected or not but enabled or not. Not every connected mon...
by dimkr
Sat Apr 27, 2024 6:17 am
Forum: Beginners Help
Topic: BookwormPup: how to prevent suspend when laptop lid closed? (Solved)
Replies: 13
Views: 232

Re: BookwormPup: how to prevent suspend when laptop lid closed? (Solved)

@MochiMoppel I agree, I think that suspending on lid close unless connected to an external monitor is the most intuitive default behavior.

Somebody will need to contribute this change to woof-CE.

by dimkr
Sat Apr 27, 2024 6:12 am
Forum: Users
Topic: Testing Linux Mint for Solutions to a few Puppy Issues w/ New Hardware
Replies: 2
Views: 131

Re: Testing Linux Mint for Solutions to a few Puppy Issues w/ New Hardware

Ubuntu 20.04 and distros derived from it are too old for a laptop like this. What you need is a distro that uses libinput (by using the X.Org libinput driver, or by not using X.Org), with a recent kernel, recent Mesa, SOF firmware and preferably with PipeWire. I think BookwormPup64 should tick all b...
by dimkr
Fri Apr 26, 2024 12:09 pm
Forum: Beginners Help
Topic: BookwormPup: how to prevent suspend when laptop lid closed? (Solved)
Replies: 13
Views: 232

Re: BookwormPup: how to prevent suspend when laptop lid closed? (Solved)

This script is super old, and I think it tries to work around problems with flash drives that disconnect and lose data on suspend, something I haven't seen for many years. Until https://github.com/puppylinux-woof-CE/woof-CE/pull/2984, it didn't suspend if a flash drive is attached, which meant Puppy...
by dimkr
Fri Apr 26, 2024 5:39 am
Forum: Vanilla Dpup
Topic: common codecs missing
Replies: 2
Views: 713

Re: common codecs missing

@darksun Every additional deadbeef plugin makes it bigger and heavier, so it's built with a limited selection. Most notably, it's built without the ffmpeg plugin (which makes it support pretty much anything) because ffmepg is by far the biggest dependency of deadbeef. I'll add the AAC plugin.

by dimkr
Thu Apr 25, 2024 6:46 am
Forum: Other Distros
Topic: Ubuntu as of 2024-04-27
Replies: 2
Views: 151

Re: Ubuntu as of 2024-04-27

Clarity wrote: Thu Apr 25, 2024 12:28 am

Forum distros will react, as well.

Interesting prophecy, thanks for sharing.

by dimkr
Thu Apr 25, 2024 6:44 am
Forum: Fossapup64
Topic: Using APT to see what is upgradeable
Replies: 6
Views: 196

Re: Using APT to see what is upgradeable

@Jasper PPM doesn't handle the corner case of a single package with multiple versions available, among other things. And it's unmaintained, this is only one issue among many.

by dimkr
Wed Apr 24, 2024 1:21 pm
Forum: Fossapup64
Topic: Using APT to see what is upgradeable
Replies: 6
Views: 196

Re: Using APT to see what is upgradeable

Canonical backports security patches from newer versions to 1.1.1f but the version number stays at 1.1.1f (as reported by openssl version ) - for example, 1.1.1f-1ubuntu2.22 (the package version you see in dpkg -l ) backports a security fix and applies it to 1.1.1f. If your Ubuntu 20.04 is updated, ...
by dimkr
Tue Apr 23, 2024 4:12 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

No matter what gets announced on distrowatch, puppylinux.com is the first search result for "puppy linux" and needs to be updated. I think this is way more important than representation on dw.

by dimkr
Tue Apr 23, 2024 4:09 pm
Forum: BookwormPup
Topic: new version of apt with new color display
Replies: 3
Views: 291

Re: new version of apt with new color display

bigpup wrote: Mon Apr 22, 2024 11:32 am

Something to consider for next update to BookwormPup64

I'd say it might be a better idea to wait for Debian 13 and build a Puppy from its packages, instead of trying to backport a newer apt to a Debian 12 based system.

by dimkr
Tue Apr 23, 2024 4:01 pm
Forum: F96-CE
Topic: Inspired By Something that Makes Sense here's F96-CE_5-alpha3
Replies: 10
Views: 457

Re: Inspired By Something that Makes Sense here's F96-CE_5-alpha3

Did experiment with the Focal Fossa package usrmerge converter but dropped that angle for the moment due to warning messages. Yes, it won't work for various reasons. Better set USR_SYMLINKS=yes in _00build.conf before 2createpackages and let the entire build run with the file system layout converted.
by dimkr
Mon Apr 22, 2024 1:07 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

dimkr's disappointment with Woof-CE To clarify: I'm not disappointed with the project itself, as a pile of code. When I don't like the direction a project I use is going (or stagnation and lack of any direction) I just fork it, because I believe in my ability to find a solution to the technical pro...
by dimkr
Mon Apr 22, 2024 8:34 am
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

As Feyerabend said, "the only principle that does not inhibit progress is 'anything goes'". Every developer (except maybe the one with the top spot in puppylinux.com) wants their Puppy flavor to have equal chance of success, based on its usefulness, competitive advantages and fan following...
by dimkr
Mon Apr 22, 2024 7:48 am
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

jamesbond 100% IIRC, the only rule is that it has to be built using Woof-CE. The vast majority of 'official' releases are built with a private fork of woof-CE that is never published (with or without additional manual steps in the build process), so they're not 'built with woof-CE' as in 'built by ...
by dimkr
Mon Apr 22, 2024 6:39 am
Forum: Announcements
Topic: Announcements about LxPup, SPups, UPups, VPups, Chromium, LXQt & Xfce addons, Kernels etc.
Replies: 359
Views: 110541

Re: Announcements about LxPup, SPups, UPups, VPups, Chromium, LXQt & Xfce addons, Kernels etc.

@peebee It's a PR, not merged yet. It can't affect anything until it's merged.

by dimkr
Sun Apr 21, 2024 5:14 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

already done long time ago......... The index.html of puppylinux.com doesn't point to this list: it shows a different list, one with EOL Puppy releases and arbitrary omissions. And this list comes after big piles of text new users probably don't read or understand. (By the way, I didn't add Vanilla...
by dimkr
Sun Apr 21, 2024 4:09 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

IMO puppylinux.com should either 1. Embrace this variety, change the wording, drop old info like the (wrong) list of developers, and link to a list of currently maintained Puppy family distros, without sorting by 'official'/not, a list that is not controlled by a single person (editable wiki page?) ...
by dimkr
Sun Apr 21, 2024 9:47 am
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 91
Views: 2918

Re: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!

following specific rules The vast majority of 'official' Puppy releases including Fossapup64 didn't satisfy these requirements, and putting an unpopular Puppy variant in distrowatch and the top spot in puppylinux.com only because it's among the few that follow the rules, is absurd. New users are mo...
by dimkr
Wed Apr 17, 2024 6:24 pm
Forum: Cutting Edge
Topic: Built and Testing Brand New woof-CE Fossapup64
Replies: 26
Views: 1006

Re: Built and Testing Brand New woof-CE Fossapup64

fredx181 wrote: Wed Apr 17, 2024 6:05 pm

Hopefully Debian will support better "backwards compatibility", it would be a shame if not :!:

Debian will probably follow Ubuntu's form of backward compatibility, which is forcing usrmerge when upgrading to the first version where it's mandatory.

by dimkr
Wed Apr 17, 2024 4:06 pm
Forum: Cutting Edge
Topic: Built and Testing Brand New woof-CE Fossapup64
Replies: 26
Views: 1006

Re: Built and Testing Brand New woof-CE Fossapup64

From my experience, I think that apt is smart enough to detect usr-merged or not-usr-merged when installing a package. apt itself - yes, packages themselves - no. For example, recent Ubuntu and Debian packages (what's in 24.04 and testing, respectively) moved things like grep to /usr/bin (aka DEP17...
by dimkr
Tue Apr 16, 2024 6:01 pm
Forum: Cutting Edge
Topic: Built and Testing Brand New woof-CE Fossapup64
Replies: 26
Views: 1006

Re: Built and Testing Brand New woof-CE Fossapup64

I wonder how many packages installed through apt will break in a Puppy built without USR_SYMLINKS=yes (aka usrmerge). I know that Debian has some packages that fail at runtime in a non-usrmerge system because they assume something exists in /bin while in reality it's there only when /bin and /usr/bi...
by dimkr
Mon Apr 15, 2024 6:25 pm
Forum: Cutting Edge
Topic: Built and Testing Brand New woof-CE Fossapup64
Replies: 26
Views: 1006

Re: Built and Testing Brand New woof-CE Fossapup64

@rockedge apt works! Only need to add BUILD_BDRV=yes and fixmenusd in PETBUILDS, so the JWM menu is updated automatically after apt install of an application (otherwise, one needs to fixmenus and jwm -reload).

Image

by dimkr
Mon Apr 15, 2024 5:47 pm
Forum: Cutting Edge
Topic: Built and Testing Brand New woof-CE Fossapup64
Replies: 26
Views: 1006

Re: Built and Testing Brand New woof-CE Fossapup64

Maybe you'll be able to get apt working out of the box if you set BUILD_BDRV=yes in _00build.conf. Trying this now.

by dimkr
Sun Apr 14, 2024 4:06 pm
Forum: Users
Topic: What are the latest "Top Dog" Puppy distros being used?
Replies: 13
Views: 529

Re: What are the latest "Top Dog" Puppy distros being used?

Is it easier to compile directly using GitHub or on my own /device hardware? https://github.com/puppylinux-woof-CE/woof-CE/wiki/Building-a-Puppy-on-GitHub is much easier than running woof-CE locally, and it will probably be faster (at the cost of bandwidth). My main bug bear is that Fossa uses the ...
by dimkr
Sun Apr 14, 2024 2:31 pm
Forum: Users
Topic: What are the latest "Top Dog" Puppy distros being used?
Replies: 13
Views: 529

Re: What are the latest "Top Dog" Puppy distros being used?

I was just looking to see the release cycle for update builds of Focal Fossa and they are approximately 6-12 months apart Canonical releases updates all the time (not every time there's a point release) and that's what you get if you apt upgrade . The periodic point releases are just a snapshot of ...
by dimkr
Sat Apr 13, 2024 7:08 pm
Forum: Users
Topic: What are the latest "Top Dog" Puppy distros being used?
Replies: 13
Views: 529

Re: What are the latest "Top Dog" Puppy distros being used?

Jasper wrote: Sat Apr 13, 2024 7:01 pm

Could security updates be included to the OS if a new build was created by Woof=CE?

Yes, it will build with all updates applied. But it's a one time thing, you'll need to rebuild every time you want to apply updates.

by dimkr
Sat Apr 13, 2024 6:35 pm
Forum: Users
Topic: What are the latest "Top Dog" Puppy distros being used?
Replies: 13
Views: 529

Re: What are the latest "Top Dog" Puppy distros being used?

can still be updated Puppy doesn't have an update mechanism that applies the stability and security updates Canonical releases during this long support period. Fossapup64 is stuck with a growing list of bugs and security issues that get discovered and addressed in Ubuntu 20.04 updates. (And these u...
by dimkr
Sat Apr 13, 2024 5:27 pm
Forum: Other Distros
Topic: Debian Sid , BIG transition
Replies: 1
Views: 235

Re: Debian Sid , BIG transition

32-bit ARM is still common so some devices or appliances built with firmware based on Debian will probably keep working hardware-wise until 2038. The 2038 bug is a essentially a software kill switch that needs to be fixed to allow longer service life. This doesn't mean that Debian won't drop i686 su...
by dimkr
Thu Apr 11, 2024 4:43 am
Forum: F96-CE
Topic: F96-CE_4 Latest Stable Release
Replies: 314
Views: 35709

Re: F96-CE_4 Latest Stable Release

Without updated Mesa, there's not much to gain from updated kernel drivers. OpenGL is implemented in the Mesa driver, updating to kernel 6.8 only allows you to see these improvements *if* Mesa is new enough.

Go to advanced search