site  contact  subhomenews

Fix flipout container not work

July 11, 2026 — BarryK

Forum member NNI has reported that if type "shift+ctrl+c" in a sakura terminal, inside a container, to copy selected text to the clipboard, it then broke flipout of the container.

Found a fix, reported here:

https://forum.puppylinux.com/viewtopic.php?p=173615#p173615

That's good, because other people have reported this problem previously, and we never determined why.   

Tags: easy

YouTube Part-20 multi-window file manager

July 10, 2026 — BarryK

Multi-window versus multi-pane, single-click versus double-click:

"EasyOS Part20: Multi-window file manager"
https://www.youtube.com/watch?v=d0A_utfAk5c   

Tags: easy

Remove old configuration files

July 10, 2026 — BarryK

I currently have a version history depth of "5", so when update to latest Easy, the version greater than back-5 will get deleted. Easy Version Control will only be able to rollback by 5 versions.

However, I found that old "configuration-*" files in the containers folders are getting left behind:

img1

I have edited /inc/07new-version script in the initrd, inserted this at line 56:

   #20260710 remove configuration-${ADEL} from containers...
find /mnt/${WKG_DEV}/${WKG_DIR}containers -maxdepth 2 -type f -name "configuration-${ADEL}" -delete

...where $ADEL is the old version being removed.    

Tags: easy

Video Part-19 easy install to PC

July 09, 2026 — BarryK

This video describes an easy way to install EasyOS to a computer:

"EasyOS Part19: Easiest install to a computer"
https://www.youtube.com/watch?v=Ewx8175jDsM

Intend to create more soon, describing different install methods.    

Tags: easy

EasyOS Excalibur-series version 7.4.3 released

July 09, 2026 — BarryK

Yes, another one!

Newcomers to EasyOS, recommend read the 7.4 announcement, as it has more details:

Changes since 7.4.2:

Download:

https://distro.ibiblio.org/easyos/amd64/releases/excalibur/2026/7.4.3/

Feedback welcome at the forum:

https://forum.puppylinux.com/viewtopic.php?p=173569#p173569

Have fun!    

Tags: easy

Latest Chromium crashes at startup

July 08, 2026 — BarryK

I built EasyOS 7.4.3 in woofQ2, at least what was intended to be 7.4.3. Wrote it to a flash drive, did some testing, looking good, but then thought had better test Chromium. Which crashed at startup, with only this:

# chromium
# Trace/breakpoint trap
#

The latest Chromium in Debian's security repository, is "bleeding edge" and risky. Have had trouble with it before. Found the problem with version 150.0.7871.46:

https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg2110737.html

Either I rollback to an earlier version of Chromium, or wait until the Debian developers release the fix. Guess will wait, hopefully not too long as want to get Easy 7.4.3 out.   

Tags: easy

Fix i965_drv_video.so init failed

July 08, 2026 — BarryK

Some applications that use VAAPI GPU acceleration report this failure at startup, chromium for example. Get this on my ASUS Zenbook laptop.

The fix is to install the 'intel-media-va-driver' package. I also added the 'vainfo' package. These will be in the next release of EasyOS.    

Tags: easy

Video Part-18 edit initrd

July 07, 2026 — BarryK

This video shows how you can single-click to see the contents of .iso (CD/DVD image), .img (drive-image), .sfs (squashfs) and initrd (cpio archive) files. In the case of initrd, you can open it up, edit and update the initrd file. Anyone interested in contributing to the development of EasyOS, and interested in the underlying technology, may open up the initrd file and find bugs and make improvements.

https://www.youtube.com/watch?v=itFe-7oJeSQ   

Tags: easy