Skype for Mac 2.8の多重起動

pose_necchuu_computer_man Macintosh

訳有ってスカイプを多重起動する事になりました。
Windowsは便利なSkype多重起動というソフトがあるんですが、Macintoshはどうなんだろ?
って調べたらSkype Communityにありました{キラキラ笑顔}

Multiple Skype Accounts – Multiple Skype Instances/Windows

* Ryan Hunt
* Advanced Member
* Posts: 224
* Icon
What I’ve done to run multiple copies of Skype (Mac) on the same computer is to do this:
1. Create another user on the mac.
2. Load up Terminal
3. Type ‘su – USERNAME’ (where USERNAME is the shortname of the new user)
4. Type ./Applications/Skype.app/Contents/MacOS/Skype
5. Voila! Keep in mind, all settings for that instance are store in the other username’s folder/home directory and it will not be able to send files from your home directory.

ばっちりですよ{!!}

ちなみに環境
______________
PowerBookG4
MacOSX 10.4.11
Skype 2.8.0851

==追記==
安定して閲覧が伸びているので上の引用の要約w
1. システム環境設定で新しくSkype用のアカウントを作成する
2. ユーティリティ→ターミナルを起動
3. ターミナルに次のコマンドを打ち込む

su - USERNAME

(“USERNAME”は1.で作成したアカウント名)
passwardを要求されるので入力する

4. ターミナルに次のコマンドを打ち込む

cd ../..
./Applications/Skype.app/Contents/MacOS/Skype

5. 新しくSkypeが立ち上がるので別のSkypeアカウントでログインする

MacOS X 10.6でやったら出来ないねwww

コメント