Search found 572 matches

by step
Wed Mar 26, 2025 11:55 am
Forum: AppImages, Snaps and Flatpaks
Topic: GIMP 3.0 Released
Replies: 15
Views: 497

Re: GIMP 3.0 Released

@mikewalsh thanks, I tried your portable but it needs the same trick as the official appimage to run on my system: env -u LD_LIBRARY_PATH ./LAUNCH &.

I've been using 2.10 for some time, so I don't mind the flat appearance; but I dislike dark themes.

by step
Wed Mar 26, 2025 11:29 am
Forum: AppImages, Snaps and Flatpaks
Topic: GIMP 3.0 Released
Replies: 15
Views: 497

Re: GIMP 3.0 Released

To make GIMP 3.0 work on my Fatdog64 system I must run:

env -u LD_LIBRARY_PATH ./GIMP-3.0.0-x86_64.AppImage # unset LD_LIBRARY_PATH to run

However, this doesn't work:

env LD_LIBRARY_PATH="/lib64:/usr/lib64:/usr/local/lib64" ./GIMP-3.0.0-x86_64.AppImage

What puzzles me is the latter LD ...
by step
Sun Mar 23, 2025 1:44 pm
Forum: AppImages, Snaps and Flatpaks
Topic: GIMP 3.0 Released
Replies: 15
Views: 497

Re: GIMP 3.0 Released

Yeah, I use the 2.10.25 appimage on Fatdog64 too, even though the repo carries a newer package, 2.10.32, and the official 2.10 series EOL version is 2.10.38. I prefer the older appimage because it includes some plugins I use.

by step
Sun Mar 23, 2025 12:58 pm
Forum: AppImages, Snaps and Flatpaks
Topic: GIMP 3.0 Released
Replies: 15
Views: 497

Re: GIMP 3.0 Released

Release notes page: https://www.gimp.org/release-notes/gimp-3.0.html

3.0 is built on GTK3: another nail in the GTK2 coffin. Unfortunately the appimage doesn't work on Fatdog64-903. It starts but then hangs without displaying the GIMP GUI, and one has to kill the appimage.

by step
Tue Mar 18, 2025 10:50 am
Forum: Software
Topic: New version of xfe
Replies: 10
Views: 600

Re: New version of xfe

@dr__Dan thank you, see your PM.

by step
Sat Mar 15, 2025 9:57 pm
Forum: Software
Topic: New version of xfe
Replies: 10
Views: 600

Re: New version of xfe

@dr__Dan only slack-req lines that include =, >=, =<, <, or > need the -version-arch-buildnum part.

by step
Sat Mar 15, 2025 10:47 am
Forum: Software
Topic: New version of xfe
Replies: 10
Views: 600

Re: New version of xfe

...any programs listed for SLACKREQ have to be named with the same exact name as their package name, OR in the format of 'program name' followed by a condition (=, >=, =<, <, or >) followed by the rest of the standard package format: 'version-architecture-build number', with each condition ...
by step
Tue Mar 11, 2025 8:23 am
Forum: Software
Topic: New version of xfe
Replies: 10
Views: 600

Re: New version of xfe

dr__Dan , thank you. I don't use Xfe but I know users who do. They will be happy.

It's great for you to provide a recipe file. I used it to update the xfe package in the Fatdog64 repo (update still unpublished) . I fixed the issue you reported, and also the SLACKREQ version tag. The correct format ...
by step
Sun Mar 09, 2025 7:40 pm
Forum: FatDog64
Topic: Fatdog64-903 Final [17 Aug 2024]
Replies: 242
Views: 45517

Re: libgig


I'm looking at the packages required for gigedit to run.
There is no mention of libgig

PACKAGE NAME: gigedit-1.2.1-x86_64-1.txz
PACKAGE LOCATION: .
PACKAGE SIZE (compressed): 751 K
PACKAGE SIZE (uncompressed): 2500 K
PACKAGE REQUIRED: linuxsampler,gtk3mm
PACKAGE CONFLICTS:

My question ...
by step
Mon Mar 03, 2025 1:14 pm
Forum: Software
Topic: Vivaldi - chromium-based browser, calendar, email client
Replies: 8
Views: 3135

Re: Vivaldi - chromium-based browser, calendar, email client

At version 7.1.3570.58 (stable channel). Repackaged from the official binary. Get it using the SFS manager.

by step
Mon Mar 03, 2025 11:37 am
Forum: FatDog64
Topic: Convert ALSA to PulseAudio
Replies: 11
Views: 2358

Re: Convert ALSA to PulseAudio

don570 , thank you for explaining what works and what doesn't.

I built a version of ffmpeg with pulseaudio support (thanks fredx181 for mentioning libpulse), and created an SFS. Get it from "Control Panel > System > SFS Manager". I confirmed that I can record with ffmpeg -f pulse from my ALSA mono ...
by step
Fri Feb 21, 2025 11:51 am
Forum: FatDog64
Topic: Bluetooth audio, bmixd and aloopd
Replies: 14
Views: 4823

Re: Bluetooth audio, bmixd and aloopd

don570 , if you want to try pulse-audio on Fatdog, the SFS repository carries version 16.1 as an SFS. To download and load the pulse-audio SFS go to Fatdog64 Control Panel > Systems > SFS Manager. After loading the SFS, start pulse-audio service from Control Panel > System > Manager Server and ...
by step
Mon Feb 10, 2025 11:46 am
Forum: Software
Topic: yad 14.1 compiled with html sourceview tray spell
Replies: 7
Views: 5385

Re: yad 14.1 compiled with html sourceview tray spell

stemsee But still...


Secure Connection Failed

An error occurred during a connection to ccp-5-5.taild4ecf9.ts.net. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please ...
by step
Sat Feb 08, 2025 9:34 pm
Forum: Software
Topic: libimobiledevice revisited
Replies: 4
Views: 1634

Re: libimobiledevice revisited

Hi dr__Dan , a pkgbuild recipe contains a set of instructions to download and compile a specific source code release, packaging the results for Fatdog64 on a Fatdog64 target in a sandboxed environment that won't affect the regular file system. The pkgbuild system is a tool for reproducible builds ...
by step
Fri Feb 07, 2025 9:24 pm
Forum: Software
Topic: libimobiledevice revisited
Replies: 4
Views: 1634

Re: libimobiledevice revisited

Hi Dan, they have several components on github. Which ones could you not build? Do you really need python support of this suite? Unless you have a python app that interacts with your phone, disable python support for your builds (example below). You shouldn't need to do the aclocal symlinking hack ...
by step
Thu Jan 16, 2025 9:47 pm
Forum: FatDog
Topic: User Mode Linux (persistent) no sound
Replies: 2
Views: 1145

Re: User Mode Linux (persistent) no sound


I can run Telegram inside of it, but there's no audio output, as no audio device is detected.
Is it possible to have audio from a UML virtual machine?

I don't know for sure but I found the following quote, which makes me think the answer to your question is, "yes".

Appendix A. UML Command-Line ...
by step
Thu Jan 16, 2025 9:25 pm
Forum: Forum Organization & Structure Council
Topic: The future of the forum and about the structure
Replies: 296
Views: 20031

Re: The future of the forum and about the structure


Example:
What is Fatdog topic first post.

If you are an existing Puppy Linux users, it is important to know that while the general ideas and concepts are the same and would apply to both Puppy and Fatdog, the details are different (e.g. the boot parameters). Here is a quick summary of the main ...
by step
Wed Jan 15, 2025 7:29 pm
Forum: Software
Topic: Chromium-Ungoogled Web Browser SFS version 131.0.6778.264 for FatDog64-9.xx
Replies: 2
Views: 2682

Re: Chromium-Ungoogled Web Browser SFS version 131.0.6778.264 for FatDog64-9.xx

Thank you. When you say "fatdogized", do you also mean that this browser runs as spot as per fatdog's default?

by step
Fri Jan 10, 2025 1:45 pm
Forum: Software
Topic: native pkgbuild system not installing
Replies: 4
Views: 524

Re: native pkgbuild system not installing

libertas , if the package size is within the forum's storage limits, you could attach it to this thread; or put it somewhere in the cloud and publish the link in this forum otherwise. The Fatdog64 repo used to have a section for contributions, https://distro.ibiblio.org/fatdog/contrib/, but it hasn ...
by step
Thu Jan 09, 2025 8:40 pm
Forum: Software
Topic: Brother MFC-J430W not printing
Replies: 3
Views: 450

Re: Brother MFC-J430W not printing

libertas wrote: Wed Jan 08, 2025 11:49 pm

I've downloaded the drivers for the Brother MFC-J430W device, transformed all .deb in .txz packages and installed them.

Are there any binary (executable) files in the resulting package? Can they run (extract and run the command in a terminal)?

by step
Thu Jan 09, 2025 8:26 pm
Forum: Software
Topic: Brother MFC-J430W not printing
Replies: 3
Views: 450

Re: Brother MFC-J430W not printing

I don't know about your printer, but I've seen that happening to an HP laser printer before. In the end I fixed it by configuring printer defaults to the actual paper size and color mode (monochrome in my case). Did you check job status from Control Panel > System > CUPS manage printers? Maybe also ...
by step
Thu Jan 09, 2025 8:13 pm
Forum: Software
Topic: native pkgbuild system not installing
Replies: 4
Views: 524

Re: native pkgbuild system not installing

I almost forgot to add that your recipe looks well done. Sorry I can't test it right now.
I can add just a few observations about some things that I do differently:

- Don't set BUNDLE and FORCEDL, I mean delete the n and leave the rest.
- Fewer lines for the SLACKDESC variable. I *think* 10 is the ...
by step
Thu Jan 09, 2025 8:02 pm
Forum: Software
Topic: native pkgbuild system not installing
Replies: 4
Views: 524

Re: native pkgbuild system not installing

The pkgbuild system build a package file in the ./output directory. Then you install the package with command installpkg output/PKGNAME-PKGVER-PKGARCH-PKGBUILD.txz where the PKG... things correspond to the values set inside your recipe. After the package is installed, you can ls COMMAND successfully ...
by step
Sat Jan 04, 2025 9:20 pm
Forum: FatDog
Topic: limine mergeinitrd1
Replies: 2
Views: 459

Re: limine mergeinitrd1



But when trying to use initrd-nano and afterwards the mergeinitrd1 parameter, the boot process complains that cannot load the base SFS. So, it seems that mergeinitrd1 is not working:

:Fatdog (nvme0n1p7, ram, initrd-nano)
PROTOCOL=linux
KERNEL_CMDLINE=" mergeinitrd1=guid://aba5be6d-f6ee-48a3 ...
by step
Mon Dec 30, 2024 7:45 pm
Forum: Software
Topic: FreeTube SFS - watch videos
Replies: 28
Views: 6798

Re: FreeTube SFS - watch videos


I'm not sure this version works properly either. When I download a video the video works but no sound.
According to an online comment, only the 360p stream contains both audio and video. YouTube restriction. It's discussed here https://github.com/FreeTubeApp/FreeTube/issues/5580#issuecomment ...
by step
Sat Dec 21, 2024 8:43 pm
Forum: FatDog
Topic: Seven minutes to boot from ext4 with no safefile or savedir
Replies: 6
Views: 798

Re: Seven minutes to boot from ext4 with no safefile or savedir

@libertas, just to add to the answers others gave, this FAQ article https://distro.ibiblio.org/fatdog/web/f ... nitrd.html discusses both rebuilding the initrd, and the nano-initrd option.

by step
Wed Dec 11, 2024 9:20 pm
Forum: FatDog64
Topic: Fatdog64-903 Final [17 Aug 2024]
Replies: 242
Views: 45517

Re: Fatdog64-903 Final [17 Aug 2024]

@stefan21, I'm afraid that old SFS can't work on 903. It's linked with several old libraries that have been upgraded for 903. When I tried to run it, it actually wrote different error messages from yours, that indicated missing libraries.

by step
Wed Dec 11, 2024 8:19 am
Forum: FatDog64
Topic: Fatdog64-903 Final [17 Aug 2024]
Replies: 242
Views: 45517

Re: Request Pulseaudio version

don570 wrote: Tue Dec 10, 2024 10:56 pm

If anybody has the time I have a request...

A Pulseaudio version of Fatdog64 903

There is a pulseaudio SFS (Control Panel > System > SFS Manager), and pulseaudio packages (via the Gslapt package manager).

by step
Tue Dec 10, 2024 6:28 am
Forum: FatDog64
Topic: Fatdog64-903 Final [17 Aug 2024]
Replies: 242
Views: 45517

Re: Fatdog64-903 Final [17 Aug 2024]

Thank you @Duprate and @stefan21.

by step
Sun Dec 08, 2024 1:34 pm
Forum: FatDog64
Topic: Fatdog64-903 Final [17 Aug 2024]
Replies: 242
Views: 45517

Re: Fatdog64-903 Final [17 Aug 2024]

stefan21 , thank you for reporting this issue. It looks like OpenOffice versions jumped from 7.x.x to 24.x.x, which is causing downloading to fail. Fixing this is relatively simple. However, I'm not sure if the jump for 7 to 24 means that, under the hood, version 24 is very different from version 7 ...

Go to advanced search