Page 1 of 1

"amiga.com" string still in some system programs?

Posted: Fri Mar 22, 2013 9:45 pm
by Raziel
Using Ranger...

In the tab "App" when i click on either "AmiDock" or "ScreenBlankerEngine" i get two info strings including "amiga.com".

In "URL ID" and "APP ID" the info "amiga.com" and "AmiDock.amiga.com"/"ScreenBlankerEngine.amiga.com" are shown.

I'm not sure but is amiga(.com) still in any way involved with AmigaOS4?
Is this an oversight, a bug in Ranger or being kept in there due to licensing?

Not that this is a bug or an issue for me, just curious.

Thanks a lot

Re: "amiga.com" string still in some system programs?

Posted: Fri Mar 22, 2013 10:54 pm
by nbache
The filenames of the XML settings files for AmiDock and for application.library contain the amiga.com string. I'm guessing you are seeing references to those.

Best regards,

Niels

Re: "amiga.com" string still in some system programs?

Posted: Fri Mar 22, 2013 11:00 pm
by centaurz
In addition to their name, OS4 apps are strongly advised to provide an URL (actually, a domain name) to application.library, in order to avoid name collisions.
This URL ends up in the name of the prefs file (as in "Amidock.amiga.com.xml"), so it cannot be changed without breaking things.

Re: "amiga.com" string still in some system programs?

Posted: Sat Mar 23, 2013 8:50 am
by trixie
@ Raziel

And if you open the XML preferences files used by application.library-registered programs, you'll see that both Amiga Inc. and amiga.com are referenced in the XML public identifier. Legacy stuff.

Re: "amiga.com" string still in some system programs?

Posted: Sat Mar 23, 2013 1:54 pm
by Raziel
I see...thanks for the explanations guys