File Manager

miker1264 · 3934

miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
on: October 17, 2019, 06:26:43 PM
This may be controversial for some but I ordered an Amiga OS 4.1 FE install disk and it arrived in the mail yesterday. I will attempt to use an OS 4 version of DiskMaster2 to see what it can do. For the immediate future I need a File Manager for AROS 64bit for file and icon operations and file transfers. DiskMaster2 can be easily configured and maybe easily ported to AROS.

For a while I tried to imagine what changes or additions were needed to make Magellan use Dual Listers which I prefer over two single listers. That option isn't even a possibility for AROS 64bit. Magellan doesn't work there and Scalos doesn't either, just Wanderer. Then I discovered DM2.
« Last Edit: October 17, 2019, 06:33:12 PM by miker1264 »



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #1 on: October 17, 2019, 06:29:09 PM
If anyone is interested here are some customization instructions that shows some of what DM2 can do as a file manager.



magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #2 on: October 17, 2019, 06:39:42 PM
fwiw: i could have sworn there was a 64 bit version of dopus on their build-server (back then). At least there used to be a v1 version (so that only the (address)pointers would have been affected).

In case not, making it 64 bit aware would be a problem for almost any piece of software and requires the painstaken process of reviewing/overhauling the code.

as ar as my recollection goes bszili, deadwood, miker (is that you?) and our russian friend (sorry forgot his name) used to work on (old) dopus.

DM2 would be fun to run as well of course  :)


miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #3 on: October 17, 2019, 06:51:53 PM
I'm miker. It will be an interesting journey trying to get DM2 to work on AROS. It will also be fun to see what OS 4 can do as well. I'd especially like to look at one of those PowerIcons in my hex editor to see what they are made of. It's all interesting.



magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #4 on: October 17, 2019, 08:51:20 PM
I'm miker.
In that case re-welcome (and sorry for being so daft not having recognized the name sooner).

Quote
It will be an interesting journey trying to get DM2 to work on AROS. It will also be fun to see what OS 4 can do as well.

Working with the same source-base can be a bit daunting. At least i know i did not like having 3 sdk's open at the same time (3th being mos)

Quote
I'd especially like to look at one of those PowerIcons in my hex editor to see what they are made of. It's all interesting.
Powericons ? Aren't those that consist of two png images with a ic0n header stuck in between ?

In case you are interrested in all that icon stuff. afair scalos has some libraries for supporting all kind of different icon formats (wether those libraries work correctly this day and age i do not know).  AROS supports those png icons as well (i believe support was added with wanderer) and handling them can be seen from the source-code of AROS. Usually standard library stuff (unless you wish to tinker yourself).


miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #5 on: October 17, 2019, 08:59:11 PM
I like to tinker with the icon files. I parse the data myself for png and ilbm icon images. It's a good learning experience.



Yanosh

  • Member
  • ***
    • Posts: 106
    • Karma: +4/-0
Reply #6 on: October 18, 2019, 04:47:04 PM
Can Dopus 4 be ported to Aros 64?



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #7 on: October 18, 2019, 04:57:30 PM
Can Dopus 4 be ported to Aros 64?

I believe we already have Dopus4 so we don't have to port it. It may need to be compiled for AROS 64bit.



Yannick

  • Newbie
  • *
    • Posts: 37
    • Karma: +4/-0
Reply #8 on: October 19, 2019, 12:14:38 AM
It is available and working at least for the few things I’ be used it for. It’s in contrib of current builds


miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #9 on: October 19, 2019, 02:28:48 AM
It is available and working at least for the few things I’ be used it for. It’s in contrib of current builds

Thank you. That's good to know.



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #10 on: October 20, 2019, 10:04:28 AM
It is available and working at least for the few things I’ be used it for. It’s in contrib of current builds
when I try to run it, it fails due to a missing library I don't know anything about. :-(


Yannick

  • Newbie
  • *
    • Posts: 37
    • Karma: +4/-0
Reply #11 on: October 20, 2019, 10:37:11 AM
Nothing like this here, I've compiled AROS, contrib and ports, diasbling what didn't work out of the box and DOpus4 is starting without any issue.


miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #12 on: October 20, 2019, 12:48:50 PM
How do I go about compiling the Contrib sources with the 64bit build system? Git clone other sources other than Core sources? Just curious.



paolone

  • Legendary Member
  • *****
    • Posts: 568
    • Karma: +90/-0
Reply #13 on: October 21, 2019, 08:27:15 AM
Nothing like this here, I've compiled AROS, contrib and ports, diasbling what didn't work out of the box and DOpus4 is starting without any issue.


I shall retry