Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dave Yeo

Pages: [1] 2 3 ... 333
1
Adrian has fixed netlabs-release problems and seems to work fine here. Louis has gone back to simply mirroring netlabs-release.

2
Is that the latest official additions? If so sounds like an issue should be raised

3
Programming / Re: Qt6 Application Testing
« on: October 02, 2024, 04:34:37 pm »
Qt6.2.9 + Dooble not able to display svg images !
https://www.maxicoffee.com/fstrz/r/s/www.maxicoffee.com/img/logo/maxicoffee.svg

It's a known issue with all versions of Qtwebengine.

4
Internet / Re: firefox question
« on: September 28, 2024, 05:29:17 pm »
Thanks again.  Your thought of using a ram disk won't work because my computer is on 24/7/360, it gets shut down twice a year to allow for dust removal and physical checking.

Having a small cache on the ram disk shouldn't hurt, or if really worried just reduce the cache to zero

5
Internet / Re: firefox question
« on: September 26, 2024, 04:37:18 pm »
I have my cache on the ram disk. For Firefox, you have to set up things in about:config.
Interesting entries include,
browser.cache.disk.capacity, you can shrink the cache here,
browser.cache.disk.parent_directory, point to somewhere you don't mind filling up, ram disk, etc.
browser.cache.disk.filesystem_reported, I seem to have set this previously.

Search for cache for other preferences while wondering why this stuff is no longer in the options.

6
Programming / Re: [GCC] Unable to define getMemorySize()
« on: September 25, 2024, 06:31:10 pm »
Looks like you will have to write an OS/2 get_avail_mem_size.

7
Programming / Re: Qt6 Application Testing
« on: September 21, 2024, 07:03:58 pm »
May it possible to get a webengine build with -no-webengine-jumbo-build ?
Jumbo seems no more been supported by google if found information are good ones
(Due I see a lot of jumbo ref into the trp)

Looking, if I understand correctly, jumbo-build is simply concatenating source files together before compiling them. Not using it would more then double build time, probably use less memory during compile but more during linking. It's linking where we have to be careful not to need more then 3.5GB's of ram to link.
The only benefit to users would be slightly more readable trp files, source file names instead of jumbo names.
Mozilla has a similar thing, unified builds, 4-8 source files concatenated together, sped up compiling and especially linking. Harder to read trp files.
It also seems that the QT Webengine did not remove the option in the interests of faster builds. Google itself has a pretty powerful build farm and is trying to introduce other build speedups.

8
Internet / Re: otter-browser, Qt5 build
« on: September 16, 2024, 05:21:25 pm »
Hi Martin. The Otter browser is definitely alpha quality at best, then our Qt port is also needing work. So crashes are expected and it sounds like even on supported platforms Otter is not the most stable.
I wouldn't bother uploading these trp reports, especially when there are no debug packages installed. I have lots generated here and don't have much skills at fixing them.

9
Programming / Re: Qt6 Application Testing
« on: September 16, 2024, 02:31:25 am »
Is there ad blocking for Otter? I wonder if ads are killing it...
Regards,

Lower right corner beside the download icon is an arrow pointing down, click it and there's active profiles. Mouse over and a menu comes up. Enable content Blocking and pick your filters.
Or better, under Tools, there's content blocking where you can set up your filters, how often they download and such. Also can import.
I haven't used them much so not sure if they work. I tried importing a dictionary and that seemed to fail.

10
Internet / Re: otter-browser, Qt5 build
« on: September 15, 2024, 10:36:51 pm »
Here's the contents of the icons directory plus an attempt at converting the Win icon to an OS/2 icon. Doesn't seem to display here.

11
Programming / Re: Qt6 Application Testing
« on: September 15, 2024, 10:12:51 pm »
Do we even need ACPIDAEMON running in a virtual machine? Seems redundant...

Regards,

Probably not, perhaps better to edit acpid.cfg and change this part to disable the power manager,
Code: [Select]
;############## Power Manager Settings ###################################
[PowerMan]

; Enable: 1=enabled, 0=disabled, default=1
Enable = 1

Untested.

12
Internet / Re: otter-browser, Qt5 build
« on: September 15, 2024, 10:08:46 pm »
Hi David, interesting it runs fine for you. Seems to be a timing issue for starting up. I have seen the socket messages but not always. I also see messages about Unimplemented code and just now Pixmap being null,
Code: [Select]
Unimplemented code.
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap

Grepping for Unimplemented in Otters source came up blank so perhaps originating in the webengine.

13
Internet / Re: otter-browser, Qt5 build
« on: September 15, 2024, 08:34:15 pm »
I should mention that running without acpidaemon doing power management is highly not recommended by David A. This computer's CPU was idling with 64C temperature and the danger is overheating the CPU.
I ended up changing \mptn\etc\acpid.cfg to PreferredMode=Power which on this box also allows Otter to run. It seems that using Power should not help as most computers don't support it and the daemon will fall back to None.
Note that the daemon has to be restarted to pick up changes to the PreferredMode, so rather kill it and run it detached again or reboot.

14
Programming / Re: Qt6 Application Testing
« on: September 15, 2024, 06:07:08 pm »
One thing is I haven't upgraded to the latest build. I'm using,
Code: [Select]
Signature:       @#cmake build system:6.2.9#@##1## 27 Aug 2024 14:08:56     ARCAOS-803C4C0::::0::@@WebEngineCore
Vendor:          cmake build system
Revision:        6.02.9
Date/Time:       27 Aug 2024 14:08:56
Build Machine:   ARCAOS-803C4C0
ASD Feature ID:  4C0
File Version:    6.2
Description:     WebEngineCore

15
Internet / otter-browser, Qt5 build
« on: September 15, 2024, 04:37:47 am »
Ok, up till now when I've built Otter, it crashes on startup. Andy reported success with Dooble and not running acpi-daemon. Testing, the otter browser starts up and runs fairly well without acpi-daemon running. It is crashy, I tried this post in Otter and probably uploading the file crashed the browser.
Anyways, for testing purposes, here is today's build of the Otter browser from the main repository, no OS/2 patches yet, it runs surprisingly well considering. It is using the same webengine as Dooble-Qt5 so some pages will not display correctly.
Edit: fix the markup

Pages: [1] 2 3 ... 333