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 - David McKenna

Pages: 1 ... 23 24 [25] 26 27 ... 51
361
Applications / Re: Media-downloader
« on: May 09, 2022, 11:35:06 pm »
Hi Neil,

  I tried the media-downloader and got the 'aria2c not found' message too. A quick google showed that aria2c is some type of command line web media downloader executable (kinda like 'curl' I guess) that we don't have a port of. So 'Media-downloader' is probably supposed to be a 'front end' to that, but without aria2c kinda useless...

Regards,

362
Applications / Re: Test build of dooble with qt5
« on: May 09, 2022, 03:34:30 pm »
Hi Remy,

 I use both ffturbo and OO quickstart, and Dooble runs well here so I guess you can say it is compatible. Trap files usually end up in C:\var\log\apps on my system - look there for any you might have. Having the '*-debuginfo' rpm files installed for QT5 parts will also help get useful trap files.

 Are you running with '--single-process' enabled in Dooble settings? It seems to be much more stable (and faster) that way.

Regards,

363
Internet / Re: Dooble Browser rendering - missing characters
« on: May 09, 2022, 12:17:40 pm »
 Hey Dave,

  Those svg examples work on Dooble just fine here - maybe a missing dependancy? I do see the missing letters and logo on 'TheWeatherNetwork' though...

Regards,

364
Applications / Re: Test build of dooble with qt5
« on: May 07, 2022, 03:32:39 pm »
 With Dooble, you can also enable/disable Javascript globally in the settings on the 'Web' page, then enable/disable it page-by-page by right-clicking the page's tab at the top and checking/unchecking 'Javascript'...

365
Applications / Re: Test build of dooble with qt5
« on: May 01, 2022, 03:36:06 pm »
 Hi Pete,

 You might want to try running Dooble from a command prompt window like this:

sh -c dooble.exe

 When dooble exits, see if there are any messages in the comand prompt window - might give a clue about what is going on. I can get Dooble to exit reliably like you describe if I try to open a private window while running in single process mode (apparently not supported so causes Dooble to close).

Regards,

366
Applications / Re: ANPM trashed my system
« on: May 01, 2022, 12:55:37 am »
 Keith,

 What happens when you open a command prompt window and type:

yum list installed

? You should get a list of installed components (goes by fast!). You can also get the 'Testlog' utility from ArcaNoae, run it and in the testlog file created will be a list of YUM installed components. This will at least tell you whether or not YUM itself is working.

 If it is OK, then you could try deleting C:\OS2\ANPM.INI ... it will be created on the next startup. Maybe corruption there is hanging things up...

Regards,

367
Applications / Re: Test build of dooble with qt5
« on: April 27, 2022, 11:15:45 pm »
 Hi Klipp,

  Try 'yum install qt5-qtwebchannel' first, then try 'yum install dooble' - see if that gets you any closer.

Regards,

368
Applications / Re: Dooble: Websites / WebApps Testing
« on: April 27, 2022, 12:14:33 pm »
 Dave,

 Proxy setup is at Settings -> Privacy near the bottom. Tried a Socks5 proxy with Paul's build of Tor - works great!

Regards,

369
Applications / Re: Dooble: Websites / WebApps Testing
« on: April 25, 2022, 08:32:22 pm »
 Doug,

 Far as I can tell, if you hilite text on a page, then right click on the hilited text, you get a context menu at the bottom of which is 'Search selected text', click on that and you see the list of search engines selected under 'Tools -> Search engines...'. Otherwise I guess you need to add search engines to your favorites list. EDIT: only the one at the top of the context menu list actually works...

 Can't load files here either - probably should file a bug on that one. EDIT: looks like it was reported as #7 under qtwebengine-os2.

Regards,

370
Applications / Re: Dooble: Websites / WebApps Testing
« on: April 25, 2022, 05:19:57 pm »
Hi Eugene,

  You can 'bookmark' pages by clicking on the star at the left of the URL at the top of the page. This adds the page to the list accessed by clicking the black star at the top to the right. A mystery why you can't log in to OS2World... no problem here, I'm typing this post in Dooble.

Regards,

371
Applications / Re: Test build of dooble with qt5
« on: April 24, 2022, 04:36:28 pm »
 Wow... thanks Paul! The GCC 11 build works well here , like Martin says, not fast but plenty stable (compared to Firefox), plus more sites render properly. Every once in a while I run into a site (bbc.com is a good example) where it has to be reloaded to get everything to render. Also changed a couple default settings that didn't make sense (like WebGL), but great overall.

Regards,

372
Games / Re: Please test - OpenTTD v12.1
« on: March 14, 2022, 03:21:32 pm »
Hey Paul,

  I can get it to run, but the small window updates only once per second, so is very difficult to use. Tried changing refresh rate but it doesn't seem to make any difference. After a short while I get a trap in DIVE.DLL (attached).

Regards,

373
Networking / Re: Samba Shares - default CAPS in filenames?
« on: January 22, 2022, 06:28:05 pm »
 Hi Dariusz,

  No problem with changing to caps when copying to my SAMBA server here, but it is not a NAS, it's Paul's 4.11 SAMBA server running on an OS/2 box. Hopefully just a configuration issue on the NAS...

Regards,

374
Networking / Re: Squid Cache
« on: January 22, 2022, 06:24:13 pm »
Hi Dave,

  Yes, I got that file missing error too, and was able to get rid of it by replacing the 'errors' directory under \squid\share with the one from the squid 5.3 tarball. A packaging mistake I presume...

  Also, the 'ipcacheAddEntryFromHosts: Bad IP address 'fe80::1%lo0' I got rid of by changing 'fe80::1%lo0' in my Hosts file to 'fe80::1' - probably not needed at all anyway.

 Everything else I see in my log is identical to yours, and I agree that  'DNS Socket created at 0.0.0.0, FD 9' doesn't smell right. Also don't like the lines that say 'invalid argument' and 'Socket operation on non-Socket'...

Regards,

375
Networking / Re: Squid Cache
« on: January 22, 2022, 02:50:15 pm »
 @Dave,

  I tried 127.0.0.1 and port 3128 (also 0.0.0.0, localhost and 192.168.21.3) but nothing seems to work. I also tried running curl from the command line, that too did not work. Could very well be user error though...

 @Dariusz,

 I agree it probably is not very useful for a client, but I wanted to try it out as potentially useful on my server, both for clients and possibly a reverse proxy for a website (supposedly squid can do that). But I gotta figure out how to use it first :-)

Regards,

Pages: 1 ... 23 24 [25] 26 27 ... 51