Quote:
Originally Posted by design256
Even better than that, the KDE kicker app works a treat - it shows all the (Iliad's) windows on the selector panel and lets you choose one to bring to the front. So I can now launch minimo, xpdf etc etc.
|
Excellent!
Quote:
Originally Posted by design256
... and external links work from minimo!!! ...
I'm off to see if ftp:// links work.. If they do, then we'll be there.
|
Hopes up... (Update: it was too beatiful to be true... sniff)
BTW, I've been investigating the 2.4 minimo (/usr/bin/browser) a bit:
What we knew:
- It's profoundly hacked :-)
- doesn't implement the buttons
- doesn't implement the cache: functionality
What I've discovered:
- it opens always with a predefined geometry (that was easy)
- it does some IPC using UDP sockets to communicate with pageBar (send messages to UDP port 50073, receive them in UDP port 50068)
- it implements some dialogs (sometimes it has displayes me a gtk error dialog, I don't remember what it was.
Yes, that means that pageBar is listening in UDP port 50073. What I don't know is the communication method with displayMgr (as it crashes in scratchbox :-/ ).