Search found 254 matches

by JakeSFR
Wed May 01, 2024 1:40 pm
Forum: Utilities
Topic: PackIt-1.23 - a flexible Archiving/Compressing GUI
Replies: 15
Views: 1438

Re: PackIt-1.23 - a flexible Archiving/Compressing GUI

@Jasper: Oh, my bad. PackIt doesn't use unsquashfs at all, because it does the compression via mksquashfs, not unpacking.
Attached statically linked, 32bit mksquashfs.
No need to rename it to mksquashfs4.

Greetings!

by JakeSFR
Wed May 01, 2024 10:39 am
Forum: Utilities
Topic: PackIt-1.23 - a flexible Archiving/Compressing GUI
Replies: 15
Views: 1438

Re: PackIt-1.23 - a flexible Archiving/Compressing GUI

@Jasper: It's exactly the same issue (and solution) - just put unsquashfs4 in the resources dir and you're good to go.

Greetings!

by JakeSFR
Mon Apr 15, 2024 6:41 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor

** EDIT ** maybe I need to compile a static zstd binary? No, the unsquashfs binary has all needed things already compiled-in. But I think I know what's happening here. UExtract probes for unsquashfs binary using these names, in this order: unsquashfs4 -> unsquashfs -> unsquashfs3 given that, at lea...
by JakeSFR
Sat Apr 06, 2024 11:22 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor

Sure, no problem, attached.

Greetings!

by JakeSFR
Wed Mar 27, 2024 2:34 pm
Forum: Beginners Help
Topic: How to make .db files? (Solved)
Replies: 12
Views: 431

Re: How to make .db files? (Solved)

If UExtract was able to "unpack" it, it was just an SQLite database.

To dump database to an SQL file:

Code: Select all

sqlite3 input.db .dump > output.sql

To do the opposite and turn an SQL file back into database:

Code: Select all

sqlite3 output.db < input.sql

Greetings!

by JakeSFR
Tue Mar 26, 2024 5:13 pm
Forum: Graphics
Topic: Take a Shot! - yet another screenshot utility...
Replies: 53
Views: 3122

Re: Take a Shot! - yet another screenshot utility...

Yep, apparently FFMPEG in JammyPup64 makes use of OpenSSL's deprecated stuff.
In Fatdog's build we also don't use no-deprecated option.

Greetings!

by JakeSFR
Tue Mar 26, 2024 3:57 pm
Forum: Graphics
Topic: Take a Shot! - yet another screenshot utility...
Replies: 53
Views: 3122

Re: Take a Shot! - yet another screenshot utility...

Oh, ok, now I understand.
Well, with that new OpenSSL you would most likely also have to rebuilt FFMPEG against it (and possibly that other library).

Greetings!

by JakeSFR
Tue Mar 26, 2024 3:47 pm
Forum: Graphics
Topic: Take a Shot! - yet another screenshot utility...
Replies: 53
Views: 3122

Re: Take a Shot! - yet another screenshot utility...

Jasper wrote: Tue Mar 26, 2024 3:09 pm

Just to clarify, I am using the default OpenSSL and FFMpeg included within the OS.

Changed the resolution to match my display output 1366x768

Ok, everything seems to work just fine. And yet TAS still shows that error?

Greetings!

by JakeSFR
Tue Mar 26, 2024 3:02 pm
Forum: Graphics
Topic: Take a Shot! - yet another screenshot utility...
Replies: 53
Views: 3122

Re: Take a Shot! - yet another screenshot utility...

AntonioPt : Thanks, I appreciate your input, but I took a peek at your changes and I fail to see what actual problem(s) (to the end-user) do they solve, nor what new features they introduce. There's a lot of formatting and cosmetic changes, though. When/if I decide to add new features to TAS, then ...
by JakeSFR
Sun Mar 24, 2024 1:08 pm
Forum: FatDog
Topic: How to automatically start firetray? (Solved)
Replies: 2
Views: 194

Re: Autostart firetray on?

Firetray: Control Panel -> System -> Manage desktop startup programs -> System startup programs -> firetray -> Enable

Firewall: Control Panel -> System -> Manage Servers and Services -> eztables -> Enable

Greetings!

by JakeSFR
Mon Mar 18, 2024 5:56 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor

So I now wonder why you are concerned about the behavior in Firefox. Because I don't want to introduce, or rather add, more chaos to it. As for applications other than browsers everything works as expected in BW64. Here by default MIME declarations are included in the (main) UExtract.desktop file. ...
by JakeSFR
Sun Mar 17, 2024 2:21 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor

Version 4.12: changed all blue info messages to the default color, but with blue ' INFO: ' prefix (thanks to MochiMoppel) minor fixes and improvements new formats/extensions: .bz3 (Bzip3 Compressed File) [b(un)zip3] .bzip3 (Bzip3 Compressed File) [b(un)zip3] .cpio.bz3 (Bzip3 Compressed CPIO Archive...
by JakeSFR
Sun Mar 17, 2024 2:20 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor

MochiMoppel : I was going to add some MIME types to the main desktop file, but noticed strange things happening. For example, despite this line in /usr/share/applications/mimeinfo.cache : application/x-7z-compressed=defaultarchiver.desktop;engrampa.desktop;uextract.desktop; UExtract still doesn't s...
by JakeSFR
Tue Mar 12, 2024 2:38 pm
Forum: Software
Topic: Compiz-Reloaded SFS for Fatdog64-901
Replies: 18
Views: 845

Re: Compiz-Reloaded SFS for Fatdog64-901

Ok, now it works, thanks! ___________ [EDIT] I compared dunst code in v1.9.0 with v1.1.0 and it seems that it's only a matter of changing ButtonRelease to ButtonPress in src/x11/x.c to make it dismissable by clicking under Compiz. case ButtonRelease: LOG_D("XEvent: processing 'ButtonRelease'&qu...
by JakeSFR
Tue Mar 12, 2024 1:24 pm
Forum: Software
Topic: Compiz-Reloaded SFS for Fatdog64-901
Replies: 18
Views: 845

Re: Compiz-Reloaded SFS for Fatdog64-901

@JakeSFR, yes, I noticed that too. As a work-around I use a keyboard shortcut to dismiss notifications. Mouse clicks don't work. This is the Shortcuts section of my ~/.config/dunst/dunstrc file. Thanks. I copy-pasted it to ~/.config/dunst/dunstrc file, but got this: # dunst -conf ~/.config/dunst/du...
by JakeSFR
Mon Mar 11, 2024 10:09 am
Forum: Software
Topic: Compiz-Reloaded SFS for Fatdog64-901
Replies: 18
Views: 845

Re: Compiz-Reloaded SFS for Fatdog64-901

Issue: dunst 1.9.0's notifications still cannot be dismissed under Compiz.

Dunst 1.1.0 from 720 works ok, IIRC.

Greetings!

by JakeSFR
Sun Mar 10, 2024 6:50 pm
Forum: Software
Topic: Compiz-Reloaded SFS for Fatdog64-901
Replies: 18
Views: 845

Re: Compiz-Reloaded SFS for Fatdog64-901

Hmm, xdotool works for me (both commands), but wmctrl doesn't.

EDIT: wmctrl doesn't work also under Openbox (testuser).

Greetings!

by JakeSFR
Sat Mar 09, 2024 12:00 pm
Forum: Software
Topic: Compiz-Reloaded SFS for Fatdog64-901
Replies: 18
Views: 845

Re: Compiz-Reloaded SFS for Fatdog64-901

At first, I was testing it under a 'testuser' and the only bad thing I found is that gmenu2 doesn't work: testuser$ gmenu2 reading ihe file: /tmp/runtime-testuser/gmenu2_testuser/gmenu2 New icon size = 24. gtk_icon_theme_lookup_icon can't open 'org.gnome' gtk_icon_theme_lookup_icon can't open 'org.g...
by JakeSFR
Wed Jan 31, 2024 6:32 pm
Forum: Beginners Help
Topic: How to stop adverts on youtube?
Replies: 13
Views: 402

Re: How to stop adverts on youtube?

One of the Invidious instances is also an option.
The experience can be mixed, but the one I currently use is usually stable: https://invidious.slipfox.xyz.
Oh, and the interface is 10x faster than YouTube's.

Greetings!

by JakeSFR
Fri Dec 22, 2023 10:18 am
Forum: FatDog64
Topic: syncterm from gslapt won't run
Replies: 9
Views: 370

Re: syncterm from gslapt won't run

Works for me, too, thanks!

Greetings!

by JakeSFR
Wed Dec 20, 2023 3:20 pm
Forum: FatDog64
Topic: syncterm from gslapt won't run
Replies: 9
Views: 370

Re: syncterm from gslapt won't run

@jamesbond, the package from repo also gives me "Illegal instruction".
The local one works ok.

Code: Select all

Good:	e009cd95ed1b9365def41503ee652fa1  syncterm-1.1-x86_64-4.txz
Bad:	20c7bf75dbdd709ed25b84b99cb7b700  syncterm-1.1-x86_64-4.txz

Greetings!

by JakeSFR
Sun Dec 17, 2023 11:23 am
Forum: Software
Topic: Screen Paint Tool?
Replies: 4
Views: 513

Re: Screen Paint Tool?

Do we have a tool in FatDog to paint, comment and mark the desktop and opened programs and take screenshots for documentation purposes? Yes, we have. It's very simple, but still: # xannotate -h Usage: xannotate [-k key] [-w width] [-e width] [-p path] [-n index] [-123 colour] Copyright (C) James Bu...
by JakeSFR
Sat Dec 09, 2023 6:56 pm
Forum: Users
Topic: Confusing .desktop files
Replies: 5
Views: 666

Re: Confusing .desktop files

Is this the "annoyance" you are talking about? If so then the "annoyance" is only postponed with your decision to hide the MIME type from the system. When the user right-clicks the downloaded document he will get UExtract as the only application to open it (I'm currently in F96-...
by JakeSFR
Thu Dec 07, 2023 5:43 pm
Forum: Users
Topic: Confusing .desktop files
Replies: 5
Views: 666

Re: Confusing .desktop files

[Edit2] @JakeSFR Maybe you can shed some light on this? The UExtract pet puts a .desktop file without MimeType into /usr/share/applications and then uses the pinstall.sh script to extract MimeTypes from the local .desktop file in the ROX App folder to create/populate the folders in /root/.config/ro...
by JakeSFR
Sun Sep 24, 2023 9:32 am
Forum: FatDog64
Topic: Fatdog64-901 Final [10 Oct 2023]
Replies: 188
Views: 11437

Re: Fatdog64-900 Final [12 Sep 2023]

export QT_STYLE_OVERRIDE=kvantum Tried that, but no difference, except for the looks. Besides, are you sure that you're actually using QT5 frontend in LO, because the tooltip on your screenshot looks like the one I see with GTK3 frontend? Help -> About should tell it: User Interface: UI render: def...
by JakeSFR
Sat Sep 23, 2023 8:59 pm
Forum: FatDog64
Topic: Fatdog64-901 Final [10 Oct 2023]
Replies: 188
Views: 11437

Re: Fatdog64-900 Final [12 Sep 2023]

RE: Calc tooltip Yeah, it's annoying, I suffer it, too. However, I just found that: - if I open an .ods file by clicking it, the tooltip obscures everything to the right of the cursor, but - if I open Calc and _then_ load an .ods file, the tooltip appears somewhere around, not obscuring the formula....
by JakeSFR
Tue May 09, 2023 8:32 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.11 - A Universal/Utter/Ultimate/Uhatever Extractor

Hey Jasper ! Well, actually the problem seems to be your unsquashfs binary, which only supports gzip compression. Here's 32bit, statically linked unsquashfs, which you can put in /usr/local/apps/UExtract/resources and UExtract should pick it up next time. It supports gzip, lzma, lzo, lz4, xz and zst...
by JakeSFR
Fri Apr 07, 2023 7:18 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.11 - A Universal/Utter/Ultimate/Uhatever Extractor

@JakeSFR :thumbup2: Only a minor point: BLUECOL="\e[0;34m" leads to unreadable text in dark terminals. Come on, it's not _that_ bad, I can read it fine (and I'm overdue for new glasses), it's just slightly unpleasant. Besides, it's only info stuff, as opposed to more important warnings (y...
by JakeSFR
Thu Apr 06, 2023 5:06 pm
Forum: Utilities
Topic: UExtract-4.12 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 115
Views: 15893

Re: UExtract-4.11 - A Universal/Utter/Ultimate/Uhatever Extractor

Version 4.11: - fix extracting mp2 audio from .mpg vids - fix extracting adpcm_ima_qt audio from .mov vids - minor fixes and improvements - new formats/extensions: .3gpp (3GPP Media File) [avconv|ffmpeg] .qt (Apple QuickTime Movie) [avconv|ffmpeg] .rlib (Static Rust Library) [ar|7z] .ucimg (FirstRi...
by JakeSFR
Sun Jan 15, 2023 2:24 pm
Forum: Programming
Topic: Drawing a line on screen
Replies: 28
Views: 2456

Re: Drawing a line on screen

gtkdialog's (undocumented?) --class option It's documented under gtkdialog --help-all . Btw, you can achieve the ontop, nofocus and notitle with <window type-hint="6" ...> (6 = GDK_WINDOW_TYPE_HINT_DOCK). EDIT: For JWM you apparently also need skip-taskbar-hint="true" . Greetings!

Go to advanced search