Search found 2629 matches

by amigo
Mon 06 Nov 2017, 09:09
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9194

fedora is bound to have patches that should be applied to that before compiling. Here's the src.rpm which contains all the build-time stuff: https://kojipkgs.fedoraproject.org//packages/xloadimage/4.1/23.fc27/src/xloadimage-4.1-23.fc27.src.rpm Yeah, 27 patches in there. 19 of them are *.dpatch files...
by amigo
Mon 06 Nov 2017, 09:05
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

Surely you didn't think I don't know how to list files in a package...? The list of files contained in a package is the first, most basic bit of data we can have. Can you imagine a package manager, or anything that calls itself a package manager which would be *unable* to produce a package fiile-lis...
by amigo
Sun 05 Nov 2017, 16:15
Forum: Users ( For the regulars )
Topic: Folder icons with a green dot. How to do it?
Replies: 24
Views: 3162

Sorry -sort of. That's something new, I believe in newer versions of rox than the one I use and have studied the sources. Anyway, xattr (extended attributes) support is filesystem-dependent. Not all FS's support it, and not all software will use it. attr and xattr libraries may be hard requirements ...
by amigo
Sun 05 Nov 2017, 11:51
Forum: Users ( For the regulars )
Topic: Folder icons with a green dot. How to do it?
Replies: 24
Views: 3162

Lets' backup two steps. Those icons with the green (or red) dot are created internally by ROX, by overlaying a normal directory icon with a separate small image of the dot. ROX does this automatically for *mount points* -using a green dot for 'mounted' and a red dot for 'unmounted' Prove it to yours...
by amigo
Fri 03 Nov 2017, 18:09
Forum: Programming
Topic: Script to run Chrome as Spot in Slacko
Replies: 6
Views: 2091

Put a " | " between the commands, bash will execute them sequentially. This is not correct. The pipe '|' funnels the output of the program on the left side of it, to the program on the right side *as stdinput*. Not to be confused with &&, which does what you said '|' does, or '||' ...
by amigo
Fri 03 Nov 2017, 10:21
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

First, the tpm stuff is still incomplete and unavailable on my site. tpkg, is fully implemented -the whole of KISS is built using it. But, the KISS stuff online is not current. Sharp fellow that you are -even with no sleep, you've found some of the sore points in the tpkg spec and usage. As to the d...
by amigo
Thu 02 Nov 2017, 17:19
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

In the OP you mentioned some repo where all stuff was dumped in one dir, oppsed to another which stored everything in non-sensically-named subdirs. The Slackware scheme for storing sources or packages in subdirs named after groups of stuff, according to their use. Packages were presented to the inst...
by amigo
Thu 02 Nov 2017, 10:02
Forum: Filesystem
Topic: The UDF format takes little overhead space on flash drive.
Replies: 14
Views: 10129

I'm also a little skeptical about all of the ext* having the same usage figures. Real ext2 should be much smaller as it has no journal. This may have to do with later kernels using a single driver for all three variants. I'm not trying to criticize, just a healthy skepticism.
by amigo
Tue 31 Oct 2017, 11:05
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

Support for many output formats in src2pkg has led to more bloat and complexity than I ever really wanted. src2pkg is ten years+ old and mission-creep set in from the beginning. What it does best that virtually no other packager does, is discover how to build something without using any human input ...
by amigo
Tue 31 Oct 2017, 08:47
Forum: Beginners Help ( Start Here)
Topic: How to create a swap partition and/or swap file?
Replies: 11
Views: 1819

I would much sooner create and use a swap file, rather than risking a partition re-size. Using a swap file also has the advantage that you can easily re-size it any time you like without problems.
by amigo
Sun 29 Oct 2017, 18:23
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

I'm still checking out a couple of items from the list which I had not heard of. But, the link to solus led to an interesting link which I want to quickly share: https://spdx.org/licenses/ A huge list of opensource licenses with their identifiers and a git archive of copies of all the licenses. This...
by amigo
Sat 28 Oct 2017, 20:34
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

Scottman, your 'pkg' is based on the most faulty package specification/concept ever to hit us -the .pet -also known as .pup improved. My early work with src2pkg involved trying to 'enhance' the Slackware package format, in the same lame way that zenwalk, salix, porteus and others have. Slackware has...
by amigo
Sat 28 Oct 2017, 19:33
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

I think the proposal for a universal database or freedesktop spec can only work in the context of a 'platform', like 'android' or CoreOS -the latter being quite likely since FDO is very redhat-friendly. Of course that means that Poettering & Co. (systemd) will rule the roost. Dependency chains a...
by amigo
Thu 26 Oct 2017, 19:32
Forum: Cutting edge
Topic: Universal package database format
Replies: 23
Views: 8946

This is one of my favorite topics, but it is late here, so I'll have to promise to come back tomorrow. I've designed three or four package formats with some advanced/optional database features. Of course, my src2pkg has been taught to make them so both sides of the problem are laid out together in s...
by amigo
Tue 17 Oct 2017, 18:43
Forum: Programming
Topic: How to make PET packages of NPM, PERL and Python packages?
Replies: 6
Views: 1692

search for 'cpan2tgz' to get a handle on what needs to be done -there is/was also a cpan2rpm out there. Here's my reference build with src2pkg: #!/bin/bash ## src2pkg script for: perl ## src2pkg Copyright 2005-2010 Gilbert Ashley <amigo@ibilio.org> # SOURCE_NAME='perl-5.14.0.tar.xz' NAME='perl' VERS...
by amigo
Tue 26 Sep 2017, 17:37
Forum: Programming
Topic: Supercharged beep
Replies: 3
Views: 913

Is there a link to sources which doesn't require membership at proboards?
by amigo
Tue 26 Sep 2017, 17:30
Forum: Users ( For the regulars )
Topic: How to refresh Rox Filer Pinboard? (Solved)
Replies: 9
Views: 1662

'rox -x OBJECT'
You say: redraw after mount/umount,
I assume you are wanting to change an icon from mounted to unmounted by using a different image. Just after succesfully mounting or demounting add the above code pointing to the mount point referenced by the icon.
by amigo
Sat 17 Jun 2017, 19:33
Forum: Utilities
Topic: UExtract-4.2
Replies: 306
Views: 225920

Some recent RPM's are using the 7z signature, instead of xz's. From exploderpm: # VERSION 0.3 Gilbert Ashley <amigo@ibiblio.org> # Added support for newer fedora rpm archives which use 7z instead of xz # Thanks to Jakub Szefer for finding and reporting this problem The relative decompress command is...
by amigo
Sat 10 Jun 2017, 18:33
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9194

GN, you are such a brave fellow! I think I was probably the last guy to get that to compile before you -and probably nobody else had the idea. I wish you had done some work on the old /CGTK1 dillo browser. I have a pretty patched up version with tabs, drag-n-drop and a few other things, and a separa...
by amigo
Fri 31 Mar 2017, 18:53
Forum: Misc
Topic: Minimal Linux Live
Replies: 4
Views: 2126

If only it didn't use busybox, so that the unwashed could learn from the beginning exactly what is needed for a minimal, but widely expandable system. A liveCD system is a software appliance by definition, so it provides a good insight into the concept of limiting the ability and definition of minim...