Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-03-24 00:37:03 +0300
committerEion Robb <eion@robbmob.com>2008-03-24 00:37:03 +0300
commite703115a9e4f6e7429e8175601a22265bb1c981d (patch)
tree58969a91362694579bd34c945a03dda15ffdd953
parent8a35e830354145d30f916c0a9c5ab38ba5b4936d (diff)
Recent changes regarding the removal of API Access window
-rw-r--r--CHANGELOG.txt4
-rw-r--r--README.txt14
2 files changed, 12 insertions, 6 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 51d7e13..b803800 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,10 @@
Changelog
=========
+24 March 2008
+-------------
+* Adium plugin should automatically allow API access (if access for assistive devices is enabled -- see http://images.apple.com/applescript/uiscripting/gfx/gui.03.jpg)
+
11 March 2008
-------------
* Adium plugin should work with the new 1.2.4b1 Adium Beta
diff --git a/README.txt b/README.txt
index 48ae10e..b6adca3 100644
--- a/README.txt
+++ b/README.txt
@@ -7,17 +7,16 @@ If you've found this file then you'll probably realise that this is the Skype pl
History/Ramble
==============
-It seems people have wanted a Skype plugin for Gaim/Pidgin/Adium for a long time, however it seems to be rare to find a glib coder who uses Pidgin who also uses Skype. There seems to have been a lot of stigma over Skype being closed-source and evil, however there has still been a demand for this plugin and the end-user has suffered for long enough. That was kind of my motivation. Plus I enjoy both Pidgin and Skype and it made sense to me to combine the two. I know it's not the ideal solution to still have Skype running, but if you're going to have it running, you might as well have your buddies in one place.
+It seems people have wanted a Skype plugin for Gaim/Pidgin/Adium for a long time, however it seems to be rare to find a glib coder who uses Pidgin who also uses Skype. There seems to have been a lot of stigma over Skype being closed-source and evil, however there has still been a demand for this plugin and the end-user has suffered for long enough. That was kind of my motivation. Plus I enjoy both Pidgin and Skype and it made sense to me to combine the two. I know it's not the ideal solution (to still have Skype running), but if you're going to have it running, you might as well have your buddies in one place, right?
Installation
============
-For the binary version of the plugin, either install the appropriate package for your distro or copy libskype to the appropriate plugins directory. On Windows its normally C:\Program Files\Pidgin\plugins, on Linux it's normally /usr/lib/purple-2/ or ~/.purple/plugins
+For the binary version of the plugin, either install the appropriate package or .exe for your distro or copy libskype to the appropriate plugins directory. On Windows its normally C:\Program Files\Pidgin\plugins, on Linux it's normally /usr/lib/purple-2/ or ~/.purple/plugins
On OSX, double click on SkypePlugin.AdiumPlugin to install (may need a restart of Adium). You may need to delete the old version which is at ~/Library/Application Support/Adium 2.0/Plugins. If upgrading to Adium 1.2, you will need to delete the account and re-add it.
-To install swanky looking icons, extract skype_icons.zip to the pixmaps/pidgin/protocols directory (on Windows, C:\Program Files\Pidgin\pixmaps\pidgin\protocols)
-
+To install swanky looking icons, extract skype_icons.zip to the pixmaps/pidgin/protocols directory (on Windows, C:\Program Files\Pidgin\pixmaps\pidgin\protocols).
To have the right smilies/emotes in your Skype chat messages, copy themes into the pixmaps/pidgin/emotes/default folder.
To compile from source, the easiest way is extract libskype.zip into the ${PIDGIN_SOURCE}/libpurple/plugins/ directory and compile using "make libpurple.so" or "make -f Makefile.mingw libpurple.dll"
@@ -60,7 +59,7 @@ Q: How can I hide Skype in OSX?
A: Focus (click on) the Skype window, press ⌘+H to hide the application. Alternativly, focus the Skype window and choose 'Hide Skype' from the 'Skype' menu.
Q: How can I hide Skype in Linux?
-A: A bit more tricky. What works well for me, is leaving the message window open, but moving it to another workspace so that it doesn't bother you any more. Otherwise, you can turn off message windows in the Notifications settings in Skype (Options->Chat->Display an event notification).
+A: A bit more tricky. What works well for me, is turning off message windows in the Notifications settings in Skype (Options->Chat->Display an event notification). Otherwise, you can leave the message window open, but move it to another workspace so that it doesn't bother you any more.
Q: The Windows version has feature "X", but the Linux/OSX version doesn't
A: The API on Linux/OSX is more restrictive than the Windows API. Try keeping up to date with the latest versions of Skype to take advantage of these features as they are implemented by the Skype developers.
@@ -68,9 +67,12 @@ A: The API on Linux/OSX is more restrictive than the Windows API. Try keeping u
Q: Why is "Send file..." not in the conversation menu, but in the "More..." menu instead?
A: The short answer is that Skype doesn't allow file sending in the way that libpurple wants, so it has to do it through a Skype popup instead of a Pidgin popup
-Q: I set my status to "Away" but Skype still shows me as "Online".
+Q: I set my status to "Away" but Skype still shows me as "Online"?
A: For some reason the Skype tray icon isn't always what is being seen at the other end. Just ignore it :)
+Q: On OSX, I get bugged with the "Allow API Access" window from Skype every time Adium starts?
+A: Turn on "access for assistive devices" See: http://images.apple.com/applescript/uiscripting/gfx/gui.03.jpg
+
Contact
=======