Lakshay Rohila
Lakshay Rohila
@peabee, @dimkr The clipboard in Jammy64 behaves weirdly; weirdly as in not being able to copy images, and forgetting the copied text after closing the application from which it was...
This is a slight modified version of the conky-gtk_lua I posted [here](https://forum.puppylinux.com/viewtopic.php?t=10679), in form of a petbuild. Tested and works in Jammy64. @dimkr, @peabee please review.
petbuild output is taken from cache even when there is a change in petbuild source (except the petbuild file). For example, I changed the code of `colors.patch` in `lxterminal` petbuild....
This PR brings few changes in `woof-code/runqemu_woof.sh`. It now gives guidance about itself by `--help`, like any other program would do. ``` $ ./runqemu_woof.sh -h Run your self built Puppy...
MoManager needs updates of several kinds, but the first is the help it shows. It still shows maintainers' names, and the information to create langpacks and send it to BarryK....
I was just running a ClamAV scan on my computer and it reported `Unix.Trojan.Mirai-9977540-0` found in `woof-arch/x86/target/rootfs-skeleton/sbin`. Here is the complete report: ``` ------------------------------------------------------------------------------- /home/lakshay/coding/woof-CE/woof-arch/x86/target/rootfs-skeleton/sbin/losetup-222: Unix.Trojan.Mirai-9977540-0 FOUND ----------- SCAN SUMMARY...
I currently have a draft PR open, which tries to update the puppy documentation found at `woof-code/rootfs-skeleton/usr/share/doc`. I need a bit of help to continue with the work. The questions...
## What does it do? Improves `complete.bash` by: - removing the redundant loop in `_tldr_get_files()`, which does nothing but re-`echo`es the same output. - removing the redundant `| sort |...
Refer to https://github.com/puppylinux-woof-CE/woof-CE/issues/4238#issuecomment-1943441740 (issue #4238). @peabee's suggestion for the syntax is something like this: ``` petb|||exe,doc,dev,nls|| ``` This makes it not just a simple re-implementation of the mechanism for adding...