Search found 2511 matches

by fredx181
Sun May 12, 2024 9:43 am
Forum: DebianDogs
Topic: Location of Gnome-MPlayer Config?
Replies: 9
Views: 392

Re: Location of Gnome-MPlayer Config?

... Now, the challenge is (for marathon builds) - how to copy the .deb file automatically in the script, from outside chroot into the chroot.. (?) :?: That can be done just after the debootstrap process (then you are not yet running in the chroot (container)), e.g. : ########## Set up debootstrap #...
by fredx181
Sun May 12, 2024 9:29 am
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

I still think it odd that with the broken folder name (unquoted with encapsulated space), my previous Brave browser settings and bookmarks showed up, even though the profile folder was empty Could be in /root/.config/BraveSoftware/ (default) , as brave couldn't successfully use the PROFILE folder (...
by fredx181
Sun May 12, 2024 8:56 am
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 243
Views: 10013

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

.... AND, many on the forum continue to misunderstand with a belief that a deliverable size translates to enormous RAM use when on the desktop. If the SFS's are copied to RAM, there will be an increase of RAM usage (edit: but doesn't matter if you have lots of RAM, of course), that's why it would b...
by fredx181
Sun May 12, 2024 8:15 am
Forum: DebianDogs
Topic: Location of Gnome-MPlayer Config?
Replies: 9
Views: 392

Re: Location of Gnome-MPlayer Config?

dcung In mklive-bookworm, I have a case statement, just before Allow the user to makes changes in chroot just before creating filesystem.squashfs That is only for to add/remove files manually in chroot folder, not for installing deb package. (not running in chroot anymore at that point) You can eit...
by fredx181
Sun May 12, 2024 8:02 am
Forum: DebianDogs
Topic: mklive: how install single .deb package(s) in the build
Replies: 0
Views: 51

mklive: how install single .deb package(s) in the build

*** How to install single .deb package(s) (that not exist in repo) in the build *** choose (at "Settings") to run xterm at the end of installing packages 2024-05-12_09-54-06.png while running (e.g at debootstrap process or just after, the chroot folder should have been created already), p...
by fredx181
Sat May 11, 2024 12:19 pm
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

HERE="$(dirname "$(readlink -f "$0")")" AUDIO=$(cat $HERE/SOURCES/CONFIG/audio.txt) ... If there are one or more space(s) in the $HERE path, cat cannot find audio.txt, so should be with quotes around $HERE e.g. AUDIO=$(cat "$HERE"/SOURCES/CONFIG/audio.txt)
by fredx181
Sat May 11, 2024 9:45 am
Forum: DebianDogs
Topic: Location of Gnome-MPlayer Config?
Replies: 9
Views: 392

Re: Location of Gnome-MPlayer Config? <SOLVED>

dcung wrote: Sat May 11, 2024 8:00 am

....
Curious - What do you use/recommend @fredx181 ?

For playing audio only, I often use Deadbeef : https://deadbeef.sourceforge.io/download.html
For video playing (or audio too) , mostly MPV (or VLC). edit: SMplayer is nice too.

by fredx181
Sat May 11, 2024 7:34 am
Forum: DebianDogs
Topic: Location of Gnome-MPlayer Config?
Replies: 9
Views: 392

Re: Location of Gnome-MPlayer Config?

My changes in preference is retained somewhere, but not in ~/.config/gnome-mplayer/gnome-mplayer.conf Changes in preferences are saved in ~/.config/dconf/user (not a text file that can be opened with text-editor, I think, well.. it's a bit odd ...). The file ~/.config/gnome-mplayer/gnome-mplayer.co...
by fredx181
Fri May 10, 2024 3:14 pm
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

Governor Ok, nice, finally solved ! I am not even going to ask about why spaces are sometimes allowed and sometimes not allowed. Will try to explain anyway (no rocket science :) ) The trick to support path with spaces is to add double quotes around all instances of $HERE (in this case $HERE is wher...
by fredx181
Thu May 09, 2024 2:19 pm
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

Governor Just to mention, don't know if it's a typo, the path to Brave-portable64 cannot contain space(s) (Brave<space>browser) Better remove the space, so becomes e.g. /mnt/nvme0n1p4/Bravebrowser/Brave-portable64 . Again, remove the space in the folder name, change (rename) "Brave browser&quo...
by fredx181
Wed May 08, 2024 4:08 pm
Forum: DebianDogs
Topic: Bookworm Lid action - Debian Dog non-systemd
Replies: 4
Views: 471

Re: Bookworm Lid action - Debian Dog non-systemd

dcung Perhaps the following works for you (as I think, not sure, that you want the laptop to poweroff when lid closed, edit; or/and have choice how to configure, see EDIT below): Keep /etc/acpi/events/lid.sh as (I think) you edited it (with commenting "echo -n mem > /sys/power/state" and ...
by fredx181
Sun May 05, 2024 1:34 pm
Forum: EasyOS
Topic: easyos seek_thermal camera compact viewer -
Replies: 12
Views: 452

Re: easyos seek_thermal camera compact viewer -

Wiz57 wrote: Sun May 05, 2024 1:55 am

This post might help viewtopic.php?t=11382
Wiz

That is about when a file/folder is not marked as 'shared' then it will show the login prompt dialog from Google.
The message about cookies might be another issue, not sure what TBH.

by fredx181
Sun May 05, 2024 12:31 pm
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

The installation that has problems (and maintains previous bookmarks and settings) is here: /mnt/nvme0n1p4/Brave browser/Brave-portable64 Just to mention, don't know if it's a typo, the path to Brave-portable64 cannot contain space(s) (Brave<space>browser) Better remove the space, so becomes e.g. /...
by fredx181
Wed May 01, 2024 5:49 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 243
Views: 10013

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

Just my 2 cents: I think a good Puppy candidate to list on DistroWatch is a Puppy from a developer who is frequently visiting this forum (BookwormPup dev @radky is not AFAIK). (edit: the fact that @radky didn't reply at all in this thread says it all, I think, not that I feel like judging him, just ...
by fredx181
Wed May 01, 2024 5:19 pm
Forum: KLA
Topic: KLA-HyprlandCE-1.2 ( stable )
Replies: 21
Views: 939

Re: KLA-HyprlandCE-1.2 ( stable )

Sofiya wrote:

I've become lazy lately. I'm too lazy to do anything. I probably need to rest and relax ;)
I'll listen to the radio and drink wine ;)

I demand you to stay lazy for a while, and.. no excuses !! :lol:

by fredx181
Tue Apr 30, 2024 7:31 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 243
Views: 10013

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

Common folks don't use operating systems. They use __applications__ that runs on top of the operating system, e.g. web browsing, word processing, spreadsheet, media players, audio editing, games, music / video authoring, livestreaming, servers, etc. Why not aim to make Puppy a platform that can run...
by fredx181
Tue Apr 30, 2024 4:10 pm
Forum: KLA
Topic: KLA-HyprlandCE-1.2 ( stable )
Replies: 21
Views: 939

Re: KLA-HyprlandCE-1.2 ( stable )

YRadio from @fredx181 https://forum.puppylinux.com/viewtopic.php?t=8273 YRadio-1.7-x86_64.AppImage - for HyprlandCE No pop-up notifications 64-bit: YRadio-1.7-x86_64.AppImage: https://gitlab.com/sofija.p2018/kla-ot2/-/raw/main/Arch-KLA-Hyprland/programs/YRadio-1.7-x86_64.AppImage Here's v1.8 appima...
by fredx181
Mon Apr 29, 2024 5:18 pm
Forum: Announcements
Topic: DistroWatch needs a newer Puppy version listed for Puppy Linux!!!!!
Replies: 243
Views: 10013

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

@wanderer Although I enjoy seeing your enthusiasm :thumbup: , but really... not all realistic: "easier said than done" :? :shock:

by fredx181
Mon Apr 29, 2024 4:51 pm
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

... Funny that every instruction I have seen for installing Linux to a thumb drive recommends FAT32. How is it possible to recommend a partition type that causes problems? I don't get it. :? A frugal Puppy install is something else, it contains .sfs modules that are mounted read-only (a full instal...
by fredx181
Mon Apr 29, 2024 4:40 pm
Forum: Users
Topic: How to convert PNG image to PDF?
Replies: 11
Views: 384

Re: How to convert PNG image to PDF?

Where is the not obsolete version? If it is to be an included application in future Puppy Linux variants it needs to be accessible for a woof-CE build run from a reachable repository. It's in the Starter Kit project, available through Fred's repo. But that version is not Puppy-compatible. This one ...
by fredx181
Mon Apr 29, 2024 12:42 pm
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

@Governor If I were you, I'd just work with what (I think) you have now ("fresh" extracted on ext4 drive) to avoid further complications or misunderstandings. The "Brave-portable64/PROFILE/spot/Brave-Browser" folder (on your ext4 drive) should contain the profile files (after ru...
by fredx181
Sun Apr 28, 2024 6:19 pm
Forum: Announcements
Topic: Google Drive good place to store software for downloading if it is marked share
Replies: 11
Views: 358

Re: Google Drive not good place to store software you want to offer for downloading

.... If you put something on Google Drive and do whatever in settings to mark it as shareable. Then it will be available to anyone without having to log in to Google Drive. Please, can one of you that really understands this sharing stuff on Google Drive. Make a topic about Google Drive and using i...
by fredx181
Sun Apr 28, 2024 6:15 pm
Forum: File Management
Topic: How to mark a folder as shared on Google-Drive (allows access by others and not require login by them)
Replies: 1
Views: 297

How to mark a folder as shared on Google-Drive (allows access by others and not require login by them)

If you use Google Drive to store software you are offering for download. Use shared settings for it, so others can access it without having to log into Google Drive. There's some concern about some links possibly shared on this forum from Google-Drive; https://forum.puppylinux.com/viewtopic.php?t=11...
by fredx181
Sun Apr 28, 2024 3:18 pm
Forum: Beginners Help
Topic: What is 'usrmerge'?
Replies: 27
Views: 580

Re: What is 'usrmerge'

But ok, probably there comes a time that no-usrmerge will become really problematic, but not yet IMO. It's already unsupported in Debian testing, you get a more and more broken Puppy as packages adopt DEP17 to prepare for mandatory usrmerge in Debian 13. The right time to add usrmerge support in wo...
by fredx181
Sun Apr 28, 2024 2:34 pm
Forum: Beginners Help
Topic: What is 'usrmerge'?
Replies: 27
Views: 580

Re: What is 'usrmerge'

The trouble is that tech is a very fast-moving landscape. As soon as new tech appears - whether hardware or software - there's a hard-core of individuals out there who immediately find ways to convert it / compromise it for malicious uses. So this is why it makes sense, really, to always stick with...
by fredx181
Sun Apr 28, 2024 1:47 pm
Forum: Beginners Help
Topic: What is 'usrmerge'?
Replies: 27
Views: 580

Re: What is 'usrmerge'

... Then I guess that all the lovely 'old' Puppys will not be worked on any more, shame really. ... I wouldn't know why not, but perhaps I'm missing something. edit: I mean that these older Puppys don't depend on the newest developments IMO. Btw, I'm a bit disappointed with implementing the usrmerg...
by fredx181
Sun Apr 28, 2024 1:26 pm
Forum: DebianDogs
Topic: How to - Automount SCSI disks. ? <SOLVED>
Replies: 4
Views: 180

Re: How to - Automount SCSI disks. ? <SOLVED>

@dcung just curious, why the 'chmod 777' ?

by fredx181
Sun Apr 28, 2024 11:37 am
Forum: Browsers and Internet
Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Replies: 133
Views: 13714

Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...

Yes, don't know for sure, but it could be that the "sort of damage" caused by extracting on FAT32 will be duplicated if you copy to ext4. When you extract directly on ext4 that cannot happen. Because a portable using a launch script symlinks the profile folder from the portable location t...
by fredx181
Sat Apr 27, 2024 4:16 pm
Forum: Forum Organization & Structure Council
Topic: Slow access times....
Replies: 58
Views: 2718

Re: Slow access times....

@rockedge the url https://oldforum.puppylinux.com/ still connects, well... perhaps best to keep it as is now ? (without access to murga-linux url)

by fredx181
Sat Apr 27, 2024 3:53 pm
Forum: Forum Organization & Structure Council
Topic: Slow access times....
Replies: 58
Views: 2718

Re: Slow access times....

Sofiya wrote: Sat Apr 27, 2024 3:22 pm

yes, either it opens after 2 minutes or there is a server error. impossible to work .
Day 5 this bad thing is going on :shock:

So at this time it's not fast for you ? (it is really ok for me in the Netherlands now, perhaps it's very much depending on where you are, don't know :?: )

Go to advanced search