dwarf75
Group: Members
Posts: 11
Joined: Oct. 2005 |
|
Posted: Oct. 25 2005,23:24 |
|
Hi dslMike, thanks for your effort. As I am a newbe to Linux, I have got no clue and everything I do is by trial and error. Three thinks I found/ managed to get done though: 1.)When I tried to copy the keymaps onto the USB stick, termaninal threw a hissy-fit and I just used the normal Finder window to do it. 2.) I'm not sure how the line below does what this does, but I think there is a little error in there:
Quote (dslMike @ Oct. 25 2005,18:19) | #copy the dsl-linux.sh while changing the qemu directory in two places cat dsl-linux.sh | sed s#qemu/#qemu_mac/# | sed s#qemu/#qemu_mac/# >dsl-mac.sh |
When I try to run the shell script, it tells me that there is no qemu file or directory in /qemu_mac. Hence I had to edit the shell by hand and replace qemu qith qemu_mac in the first line. All running now.
3.)Wrote an applescript to run DSL on OS X. Only get to run it on Terminal not X11: (I renamed my memory stick "DSL") Just put this in script editor:
Code Sample | tell application "Terminal" do script "cd /Volumes/DSL; ./dsl-mac.sh &" end tell |
It worked fine last night, however for some reason it opens two terminal windows today. Minor hickup.
In addition: 1.)Any idea on how to resize the Dsl window?
2.) For some reason, your changes have another effect: When in the DSL window, the CPU does not run 100% all the tiem anymore, like it did before.
I've also added another screenshot:
and the apple script can be found here: DSLonOSX Applescript
Cheers Mike
P.S. John, let me know if you want a larger screenshot.
|