Subject: FYI Smartrooms on Mac
FYI the install you helped me with this morning was to download into Smartrooms on Mac. Their software has a “feature” that doesn’t allow you to specify the result directory. There is also another “feature” that imports all results into the name of whoever is logged on at the time. Example, GK is logged on and we’re downloading GK and DM results into result directory. GK imports files, but all results for GK and DM import under GK’s name! Thought you might be interested to know that one.
>GK>>> Ah, thanks for that useful tid-bit!! <<
So basically I have to go and move one of the profiles onto another machine. Question, how do I remove an EQ2j profile? Just delete the <profile>.eqi file??
<<snip>>
Regards,
Darius Monaghan
Subject: RE: FYI Smartrooms on Mac
So actually,
“DumbRooms” is a better name for it then?
Ah, yes to remove a profile on EQ2j Versions before 1.2.J.0 (2008).
Just removing the <profile>.eqi would be BAD (causes 'could not be set' error).
There are actually 2 (3?) steps –
- Open getresults and getresults.cron using TextPad (or VI for old school Hackers!!)
- For both scripts, remove the entry relating to the profile you want to get rid of, then save. eg to remove the EP2 profile,
#!/bin/shcd /Users/monashstudent/eq2jdateecho --- Default Profile ---java -cp EQj2.jar:. -Dcom.apple.macos.useScreenMenuBar=true eqj.EQ2j default# Add more profiles here...# java -cp EQj2.jar:. -Dcom.apple.macos.useScreenMenuBar=true eqj.EQ2j ep2 <<< delete this lineecho --- end of tasks ---
..then save
- THEN Move/delete the <profile>.eqi
Glen.