Re: problem with pidgin-ppa

2011-10-02 Thread Richard Laager
The error is happening on removal. Specifically, it's happening because
the package post-removal script is trying to remove the Pidgin PPA key
and the key isn't installed. Tomorrow, I'll correct the pidgin-ppa
package to handle this condition. I really need to upload a new pidgin
package anyway.

That said, Knoppix is not Ubuntu. The PPA is for Ubuntu. Since you're
using Knoppix, you'll have to either get your package from Knoppix or
build from source.

Richard

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Is it possible to lock down Pidgin?

2011-09-17 Thread Richard Laager
On Sat, 2011-09-17 at 17:08 -0700, Mark Doliner wrote:
 Or you could
 just remove the appropriate shared libraries for each protocol plugin
 after building.

Or just remove the files after running the installer.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Data Question

2011-09-01 Thread Richard Laager
On Thu, 2011-09-01 at 08:39 -0700, Rheanna Cline wrote:
 Is Pidgin updated real time w/ no regard to HR effective date?  For
 example, if we have an employee promoted to a manager effective
 September 1 and it’s entered into the HR database on August 30, would
 that change be reflected immediately or would it not who up until
 September 1?

You need to ask someone inside Oracle about this.

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Delete Logs

2011-08-24 Thread Richard Laager
On Wed, 2011-08-24 at 16:19 -0700, Mike Evans wrote:
 It says I cant delete logs from a certain point before “Permissions”
 How can I delete all conversation logs ??

Delete the logs folder, which is inside your .purple folder. To find
that, read this:

http://developer.pidgin.im/wiki/Using%20Pidgin#Whereismy.purpledirectory

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: pidgin's protocols in vaio instant mode

2011-08-24 Thread Richard Laager
On Wed, 2011-08-24 at 15:29 +0400, Федор wrote:
 I try to use pidgin IM on Sony Vaio VGN-P21ZR. In Instant mode. But
 when I do new account only yahoo protocol can be selected in protocols
 list. How I can add some other protocols such as icq, google talk?

I assume instant mode is where you have a customized version of Linux
installed that boots up quickly, instead of doing a full boot into the
normal operating system (normally Windows). If so, you should talk to
Sony technical support.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

RE: Mailing List

2011-08-17 Thread Richard Laager
On Wed, 2011-08-17 at 12:38 -0500, kenny_her...@cargill.com wrote:
 There was no indication to me that this was going to be posted as it
 was e-mailed directly to a contact I obtained from Pidgin's website.

Do you have the URL for this page? We've certainly tried to make the
fact that support@pidgin.im is a mailing list clear. If we've missed
someplace, I'd be happy to correct that.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Enforce Logging

2011-08-01 Thread Richard Laager
On Sun, 2011-07-31 at 17:11 +, pramod k wrote:
 I am implementing a centralized chat server for our company. For
 security I need to log every chat that is happening inside the
 company,even if the user disables the logging facility.

You should do this on the server, especially since it sounds like you're
running one.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Error when configuring pidgin-ppa.deb

2011-06-25 Thread Richard Laager
On Sat, 2011-06-25 at 19:24 +0200, Thomas Martitz wrote:
 So, either the check is wrong or LMDE is not support in which case the 
 error message is missleading. What is the case here?

Both, probably.

Can you please send me your /etc/lsb-release file?

Thanks,
Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Different sounds for different chat rooms

2011-05-05 Thread Richard Laager
On Thu, 2011-05-05 at 10:33 -0400, Etan Reisner wrote:
 Be very careful what chat rooms you join with that loaded. Without
 sufficient sanitization (which you don't appear to even be attempting)
 that's a gaping security hole for malicious chat room names.

Instead of this:
my $cmd = /usr/bin/espeak \$convtitle\;
#Purple::Debug::info($logname, $cmd\n);
eval {
system($cmd);
}

You probably want something like this (untested):
my @args = (/usr/bin/espeak, $convtitle);
if (system(@args) != 0) {
Purple::Debug::error($logname, espeak command failed);
}

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin + Linux Mint 10

2011-02-17 Thread Richard Laager
On Fri, 2011-02-18 at 00:56 +0200, Sanna Kokkonen wrote:
 Hello all! I'm having a hard time installing Pidgin on Linux Mint 10. 

Try again with the pidgin-ppa 0.0.5 package from
http://pidgin.im/download/ubuntu/ (click on Pidgin PPA package).

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Fixed, No Thanks

2011-02-08 Thread Richard Laager
On Tue, 2011-02-08 at 09:08 -0800, Michael Wolf wrote:
 the solution to the problem was simply changing the login information

As I said before, I'm not an ICQ expert. By changing the login
information, do you mean you had the wrong username or password, or
something else?

In any case, you probably still have some sort of problem with your
Ubuntu package setup. In your last private email to me, you said Pidgin
said it was 2.6.6, but Synaptic says you have libpurple0 2.7.9. You
either have a second copy of Pidgin in your PATH, specifically version
2.6.6, or your pidgin package doesn't match your libpurple0 package.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Fixed, No Thanks

2011-02-08 Thread Richard Laager
This was presumably about my follow-up to a *second* off-list email:
 As I said before, please reply on the list. I will not reply to any
 more unsolicited direct emails.

I fully expected Mr. Wolf to resend his reply on list so we could
continue the discussion publicly, so others in the future could benefit
from the archives.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: IMs not popping up.

2011-02-08 Thread Richard Laager
On Tue, 2011-02-08 at 10:14 -0800, Heather Crafts wrote:
 she has a different list under conversations

What do you mean by this?

What OS are you and your co-worker running?

What version of Pidgin (see Help - About)?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: IMs not popping up.

2011-02-08 Thread Richard Laager
Please keep your replies on the support@pidgin.im mailing list for the
benefit of others. Do not reply to just me individually.

On Tue, 2011-02-08 at 11:05 -0800, Heather Crafts wrote:
 OS is microsoft.

That's not very specific. Based on the screenshot, you're running
Windows 7.

 Version is Pidgin 2.7.9 (libpurple 2.7.9)

Based on the screenshots, you two are definitely not running the same
version of Pidgin. What version is your co-worker running?

I'm not an expert on Pidgin on Windows, so unfortunately I can't be of
more help here. Hopefully someone else on the list will be able to help
you when you reply.

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Ubuntu and ICQ

2011-02-07 Thread Richard Laager
On Mon, 2011-02-07 at 15:09 -0800, Michael Wolf wrote:
 Synaptic still says I have libpurple0

libpurple0 is the *name* of the package, not the version. What *version*
of libpurple0 does Synaptic say you have? Also, does Synaptic list a
pidgin-ppa package installed?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Ubuntu and ICQ

2011-02-07 Thread Richard Laager
On Mon, 2011-02-07 at 18:00 -0800, Michael Wolf wrote:
 Libpurple, before I installed the PPA, was 2.6.6; which I thought was the 
 underlying version of Pidgin.  The version of libpurple0 installed is 
 2.7.9; which means it should be working, but isn't.
 
 Synaptic shows pidgin-ppa version 0.0.4 installed, the one I just installed.

Please keep your replies on the list.

Open Pidgin and check out Help - About. If that says 2.7.9, then you
have Pidgin 2.7.9. If you have Pidgin 2.7.9, then the issue isn't with
the PPA, and I don't know enough about ICQ to help you further.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: pidgin 2.7.9 FreeBSD 9-CURRENT utmpx.h

2011-01-17 Thread Richard Laager
On Sun, 2011-01-16 at 18:51 +0100, Matthias Apitz wrote:
 Pidgin 2.7.9 does not compile on FreeBSD 9-CURRENT because this does not
 have utmp.h anymore; see http://wiki.freebsd.org/PortsBrokenOnCurrent
 for more details about the change from utmp.h to utmpx.h;
 
 in our case it is enough to delete the line 33 in file
 pidgin-2.7.9/libpurple/protocols/zephyr/Zinternal.c
 
 For the rest it compiles fine and seems to work.

Thanks for the patch. I looked at my utmp.h and grepped the zephyr
tree... I agree that it seems utmp.h is not needed.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

RE: get buddy list from Sametime server?

2011-01-14 Thread Richard Laager
Our Sametime plugin is essentially unmaintained. I don't think any
Pidgin developers have access to a Sametime server. Someone with an
interest in that plugin needs to step up and help.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: FW: Pidgin on our covermount cd?

2011-01-10 Thread Richard Laager
On Mon, 2011-01-10 at 11:10 +0100, Dana Molenberghs wrote:
 Last week i’ve sent you an e-mail regarding our covermount cd with our
 Clickx n° 232 (February  22 2011).
 Could you please let me know before tomorrow noon, if we have your
 permission to add Pidgin 2.7.9  on that cd?

Pidgin is available for redistribution under the terms of the GPL
version 2 (or later).

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: pidgin ubuntu ppa repository

2011-01-07 Thread Richard Laager
On Thu, 2011-01-06 at 10:50 -0500, Jim Emmel wrote:
 Is something wrong with the Pidgin ubuntu ppa repository for Ubuntu 
 Hardy? I ask because I can not update Pidgin beyond 2.5.5. Any help 
 would be appreciated.

I've stopped supporting anything less than Lucid [0] because the package
doesn't build cleanly. It could be made to work with some effort, but
it's more than I'm willing to put it and nobody else has volunteered to
help.

Support for Hardy on the desktop ends in 4 months, so while I did quit
early, it's not too far away.

Richard

[0] http://pidgin.im/download/ubuntu/


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: pidgin 1.2.7.9 on ubuntu 10.04 - unmet dependency pidgin-data?

2011-01-07 Thread Richard Laager
Does removing pidgin-facebookchat help?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Chat Logs + LibraryH3lp

2011-01-04 Thread Richard Laager
On Tue, 2011-01-04 at 11:21 -0500, Alida Visser wrote:
 I have the logs unselected, but they are still saving for chats that I
 am currently receiving.

This is definitely odd. In the conversation window for a conversation
that's being saved, under the Options menu, is Enable Logging checked?

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Chat Logs + LibraryH3lp

2011-01-04 Thread Richard Laager
On Tue, 2011-01-04 at 14:59 -0500, Alida Visser wrote:
 As far as I can see, it's not. Here is a screen capture.

And in this conversation, if you go to Conversation - View Log, you'll
see a log of it?

Are you using any sort of shared home directory setup, where another
instance of Pidgin might be running somewhere else and writing it into
this Pidgin's logging directory?

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Chat Logs + LibraryH3lp

2011-01-03 Thread Richard Laager
On Mon, 2011-01-03 at 15:22 -0500, Alida Visser wrote:
 My library is using LibraryH3lp through the Pidgin interface (desktop
 version). The problem I am having is that even though Chat Logs are
 not selected, the chat logs are still being saved to our library
 computers. I am attaching a picture.

No picture was attached.

 Is there a way I can turn off the chat logs and stop them from saving
 to the computer?

Try this:
Tools - Preferences - Logging - uncheck the three checkboxes

If that's what you mean by Chat Logs are not selected, then you'll
have to provide more information. Keep in mind that disabling logging
stops Pidgin from writing new logs, but doesn't delete existing files;
you'll have to delete them yourself.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: small request from Poland

2010-12-30 Thread Richard Laager
On Thu, 2010-12-30 at 15:40 +0100, piotr A. bałtroczyk wrote:
 Is it possible to make such option in new version of Pidgin?

Someone could write a plugin that adds a sort method to get the behavior
you want.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Broken package in Linux Mint (ubuntu) during upgrade to 2.7.8

2010-12-21 Thread Richard Laager
On Tue, 2010-12-21 at 22:18 -0700, Gerald Monks wrote:
 This is the error message I'm getting (and apparently a lot of others as 
 well):
 
 E: /var/cache/apt/archives/pidgin-data_1%3a2.7.8-1~getdeb1_all.deb:
 trying to overwrite
 '/usr/share/pixmaps/pidgin/protocols/16/facebook.png', which is also
 in package pidgin-facebookchat 1.67.1-1
 
 I now have a broken package. How do I fix this?

Remove pidgin-facebookchat.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

RE: Support Digest, Vol 40, Issue 19

2010-12-12 Thread Richard Laager
On Sun, 2010-12-12 at 16:08 -0500, Peter wrote:
 I don't understand this email why was this sent to me?

It's a mailing list. You (or someone else with access to your email
account) subscribed to it.

The 3rd line of text in the email tells you how to unsubscribe:

 To subscribe or unsubscribe via the World Wide Web, visit
   http://pidgin.im/cgi-bin/mailman/listinfo/support
 or, via email, send a message with subject or body 'help' to
   support-requ...@pidgin.im

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Support assistance please

2010-12-03 Thread Richard Laager
On Fri, 2010-12-03 at 18:03 +, Coastal Vacations Official System
wrote:
 1.-It would be very helpful if when a visitor is detected, instead of
 just showing the country, i.e. Mexico #6147, it may show the CITY
 too !

I don't think this has anything to do with Pidgin.

Please don't spam this list with non-Pidgin questions (like your massive
quoted email).

 2. When I write the word and in Spanish which is y,
 the autoediting
 feature in pidgin changes my word and substitute it with why.

The text replacement plugin is designed with replacements for English.
Turn it off (Tools - Plugins) or remove the y - why replacement.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Linux Mint 10 support

2010-11-29 Thread Richard Laager
On Mon, 2010-11-29 at 13:47 +, David Woolley wrote:
 Jakob de Maeyer wrote:
  
  Linux Mint 10 has been released about two weeks ago, would you mind 
  updating the pidgin-ppa package? :) I always get the unsupported 
  distribution version message (I run the 64bit version if that's 
  important).
 
 Please look at the previous postings to the support list.

Especially the one where I said this should already be done in
pidgin-ppa 0.0.4. Do you have that version installed?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin not updating past 2.7.3 - Ubuntu 10.10

2010-11-29 Thread Richard Laager
On Tue, 2010-11-30 at 01:07 +, Alan Sausse wrote:
 I'm running Pidgin under Ubuntu 10.10.  I would have expected Pidgin
 to update itself via the Ubuntu Update Manager, but it isn't - it
 seems to be stuck on v2.7.3.  Can you suggest what might be the
 problem, please?

If you haven't configured our PPA, this is normal:
http://pidgin.im/download/ubuntu/

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Linux Mint 10

2010-11-27 Thread Richard Laager
On Sat, 2010-11-27 at 19:50 -0800, Bob Adams wrote:
 it keeps telling 
 me Mint 10 is not supported. Any chance of this being fixed soon?

This should've already been fixed well before you sent your message. Do
you have pidgin-ppa 0.0.4 installed?

I haven't yet uploaded 2.7.7 to the PPA, but I'm working on it.

Richard

CC: Joshua Reno, from the other thread on the same topic


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Linux Mint 10

2010-11-27 Thread Richard Laager
Please keep the list involved for the benefit of others.

On Sat, 2010-11-27 at 22:05 -0800, Bob Adams wrote:
 No, I have version 0.0.3, and it is causing me a ton of grief. I cannot 
 remove the PPA, and I cannot install anything else, because the PPA 
 removal fails, and package manager will not continue.

This shouldn't happen. I just tested this scenario (by faking LinuxMint,
not actually running it) and can't reproduce it.

What does this command return:
sudo dpkg --purge pidgin-ppa

 I installed the PPA using the instructions on the Pidgin site - 
 http://www.pidgin.im/download/ubuntu/ - so how did I end up with an 
 outdated version?

Good point. I just fixed the link. Sorry about that. While I'd like you
to test the purge command above (so I can fix any bugs), either way
you'll need to install the new 0.0.4 pidgin-ppa package.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Linux Mint 10

2010-11-27 Thread Richard Laager
On Sat, 2010-11-27 at 22:41 -0800, Bob Adams wrote:
 On 11/27/2010 10:35 PM, Richard Laager wrote: 
  Please keep the list involved for the benefit of others.

 The List? Not trying to be difficult...but what list, and what others
 are involved?

support@pidgin.im, the list you emailed originally.

 As to version number, I was on 2.7.5, but in an effort to install
 2.7.7 from getdeb.net, I completely removed it, only to have the
 getdeb installation fail because I have held broken packages. So,
 one step forward, two steps back.

I can't say exactly what you did, but you probably want to remove the
getdeb.net sources.list entries and run: sudo apt-get -f install

If that doesn't do it, you'll have to seek help elsewhere, as this isn't
a Pidgin question.

And again, as far as 2.7.7 goes, I'm still working on getting that
uploaded to the PPA.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: pidgin ppa

2010-11-24 Thread Richard Laager
On Wed, 2010-11-24 at 23:52 -0500, John Bailey wrote:
 On 11/24/2010 06:24 PM, Joshua Reno wrote:
  Hello, I'm emailing here because the pidgin ppa package from Launchpad
  is said to not to support Linux Mint 10, which is the latest version and
  based on Ubuntu 10.10, however the package says it doesn't support it.
  just emailing to give out the error. thanks.
 
 Our PPA is for Ubuntu.  If our packages work on Ubuntu derivatives, great.  If
 not, we're not all that concerned.  Our PPA is maintained by *one* developer 
 who
 uses and cares about Ubuntu.  He doesn't spend time on Ubuntu derivatives.

The pidgin-ppa package does somewhat support Linux Mint because a number
of people use our PPA that way. Basically, I have a mapping table
between the Linux Mint releases and their underlying Ubuntu releases.

As long as a given Linux Mint release remains binary compatible with
that Ubuntu release, the pidgin/libpurple/finch packages *should* work,
but if they don't, I'll only care to the extent that I want to know so I
can disable that version of Linux Mint in the mapping table.

I'll try to deal with this tomorrow when I (hopefully) get to packaging
2.7.7.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: installing Pidgin plugins on install

2010-11-23 Thread Richard Laager
On Tue, 2010-11-23 at 10:34 -0600, Jarrod Larsen wrote:
 I am installing Pidgin and would like to have the Windows Pidgin
 Option setup upon install. How do you do that so that you don't have
 to manually go to each computer and set the correct setting?

You can setup a prefs.xml file that has the default settings you want
and the install that in COMMON_APPDATA\purple\prefs.xml. You can find
the COMMON_APPDATA folder by typing this into Start-Run (note the
space): shell:Common AppData

Keep in mind that this file is only read when the user doesn't already
have a prefs.xml of their own.

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Request Product Information for Windows7 Compatibility

2010-11-23 Thread Richard Laager
The latest version of Pidgin is 2.7.7 (just released). Of the choices
you listed, it's compatible with both 32-bit and 64-bit Windows 7.

We have translations of *all* of the listed language choices, including
Other.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Ubuntu 9.10 Karmic Launchpad repo not updating past 2.7.3

2010-11-17 Thread Richard Laager
On Wed, 2010-11-17 at 11:56 -0800, Troy McGuire wrote:
 However, ICQ isn't working for me and I noticed that I'm two versions
 behind.

Is there any particular reason you're still on Karmic?

I haven't had any luck getting the latest package to build on Hardy or
Karmic and this hasn't been a high priority for me. I don't have a
Karmic install and building by uploading to the PPA takes forever. I
could setup a VM (and probably should if this sort of thing keeps
happening), but frankly, I was hoping nobody was using the PPA for
Karmic.

I'd recommend upgrading your Ubuntu install. Otherwise, you could try
building Pidgin from source.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: update

2010-10-24 Thread Richard Laager
On Fri, 2010-10-22 at 23:25 -0400, Etan Reisner wrote:
 On Fri, Oct 22, 2010 at 06:37:03PM -0500, James Comer Jr wrote:
  Can I get an updated version of pidgin for Linux Mint RC 10?
  (x64)
  James
 
 We do not build packages for Mint, you would have to ask the Mint packager
 if they plan to update the package for your version of Mint.

Mint is based on Ubuntu, so a number of Mint users use the Ubuntu PPA. I
don't test that combination, but I don't knowingly prevent it either.

I'm going to work on updating the PPA today, but I'm *still* doing
$DAY_JOB work this weekend. Ugh.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: About Pidge

2010-10-21 Thread Richard Laager
On Thu, 2010-10-21 at 06:47 -0700, Jane Wong wrote:
 
 If I use Pidgin system and add yahoo, MSN account in it. Can I find
 all the chat history? If it can saved all the history chat message.
 How to delete all the history message?

If you have logging enabled (Tools - Preferences - Logging),
conversations will be saved. You can access them through Pidgin by
right-clicking on an entry in the buddy list, from the Buddies menu in
the buddy list, or from the Conversation menu in an open conversation.

If you want to delete them, you'll need to delete the files stored in
the logging directory. I'm guessing you're on Windows, so see this FAQ
entry:
http://developer.pidgin.im/wiki/Using%20Pidgin#Wherearemysettingsanddataincludinglogssaved

If you're on *nix, then it's: ~/.purple/logs

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: merging of conversation logs of two laptops

2010-09-29 Thread Richard Laager
On Wed, 2010-09-29 at 10:56 -0400, Daniel Atallah wrote:
 You can copy the files.  There is no other indexing other than the
 location of the files.

These statements are true as long as you don't have old-style logs.

Matthias, do you have any files at the top level of ~/.purple/logs?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Need help using libpurple

2010-08-07 Thread Richard Laager
On Sat, 2010-08-07 at 20:55 +, Frank Puccino wrote:
 Does anybody have or know of a simple code sample
 that uses libpurple?

Look at libpurple/example/nullclient.c.

Alternatively, run an existing libpurple client (like Pidgin or Finch)
manually and use DBus to get it to send your messages.

Richard

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: apt-get update PPA errors with Ubuntu 10.04

2010-07-25 Thread Richard Laager
On Sun, 2010-07-25 at 07:34 +0200, nodnol...@gmail.com wrote:
 W: Failed to fetch 
 http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/lucid/Release  
 Unable to find expected entry  deb-src/binary-i386/Packages in 
 Meta-index file (malformed Release file?)

I have no idea what would be causing this, but it doesn't seem like the
sort of thing I have any control over. I was going to update the
packages this weekend, but routing problems with my ISP's upstream have
made that difficult. It looks like things are finally fixed this
morning, so I can get back to that.

I'd recommend you try the upgrade again tomorrow and see if it works.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Why all of the upgrades

2010-06-02 Thread Richard Laager
On Wed, 2010-06-02 at 12:46 -0700, Joelle Crepsac wrote:
 Why is this program constantly being upgraded?

Read the changelog.

 Does anyone have any ideas when it will remain stable for 6 months or
 more? 

What does remain stable mean here?

 It’s truly a hassle, and I’m considering using something more stable.
 Any ideas?

What's a hassle?

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: ECCN Request for Pidgin

2010-04-21 Thread Richard Laager
On Tue, 2010-04-20 at 22:58 -0400, John Bailey wrote:
 To the best of my knowledge, we do not have an ECCN, nor have we ever
 needed one before.

This might be helpful, but as Ethan indicated, if your job is handling
export compliance, you should already be familiar with this:

http://www.mail-archive.com/pgsql-ad...@postgresql.org/msg21970.html

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: HELP!!

2009-12-16 Thread Richard Laager
On Sun, 2009-12-13 at 15:47 -0600, Betty Bramblett wrote:
 I just got my invite welcome from Quicktate.
...
 I understand this is how I get files to download and type for them.

Do you understand what Pidgin is? It's an instant messaging client,
somewhat like Yahoo! Messenger, AOL Instant Messenger, MSN Messenger,
etc. It supports multiple protocols (Yahoo, AIM, MSN, etc.) so you can
replace several of those programs with just Pidgin. (You can also use it
on Linux, but I really doubt you use Linux.)

I Google'd Quicktate and quicktate.com claims to be a service which
transcribes your voicemails and personal notes...and delivers them to
you via email, text message, or [their] iPhone-compatible web widget.

This doesn't sound IM related (unless they offer IM as an additional
option). If this is the QuickTate you're talking about, you should
contact the QuickTate people for help. Also, you might want to consider
Google Voice instead, which does this and much more and is free.

If you're talking about something else, I can't make any sense of your
message.

 It said to download Pidgin.  I was in IE7 and did so.
...
   It never asked me nor showed me where to put the info as 1)
 protocol, Domain, Resource, etc., but I stumbled along and got the
 Friends QT added and received acceptance from a couple.

 I am trying to get it into Firefox as QT says they prefer this to IE.

This sounded familiar, so I looked in my archives to see if you were the
same person who had just asked about IE vs. Firefox. Indeed you were. I
replied previously:

On Sun, 2009-12-13 at 21:49 -0600, Richard Laager wrote:
 Pidgin is a standalone application, not a browser plugin. It doesn't
 install in a browser. Your question doesn't make any sense.

You replied off-list (which is improper, please CC the list):

On Mon, 2009-12-14 at 18:28 -0600, Betty Bramblett wrote:
 Didn't know Pidgin was standalone.  That makes a difference to me.
...
 thanks a lot for the help, I do understand why it was fussing now.
 Sorry you didn't understand me but you did give me the answer I
 needed

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: I am installing Pidgin in Firefox. ????

2009-12-13 Thread Richard Laager
On Sun, 2009-12-13 at 15:14 -0600, Betty Bramblett wrote:
 I had installed it in IE so I wouldn’t miss a contact from you.

 I have now logged off IE Pidgin and logged into Firefox Pidgin yet no
 contacts are showing that I had entered prior.  Suggestions?

Pidgin is a standalone application, not a browser plugin. It doesn't
install in a browser. Your question doesn't make any sense.

Also, you provided what you're claiming are passwords to a PUBLIC
MAILING LIST. If your account hasn't been hijacked already, you need to
change your passwords NOW.

Richard


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Ubuntu - Pidgin Outdated

2009-12-04 Thread Richard Laager
On Fri, 2009-12-04 at 06:02 -0600, Programmer In Training wrote:
 Lenin Santana wrote:
  Hello,i recently installed ubuntu and pidgin on my new laptop.But after 
  a couple of days i been seen that 2.6.4 is out and i still have 2.6.3.I 
  followed the instructions of the PPA and still i see no updates.Even on 
  the www.pidgim.im website still says Ubuntu 2.6.3 while all the other 
  versions say 2.6.4.I dont know if this is normal,just thought i point it 
  out.

Yes, as usual, I'm a couple of days behind in building the package.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Auto reject/block all file transfers from everyone

2009-11-29 Thread Richard Laager
On Sat, 2009-11-28 at 16:42 -0800, ! ! wrote:
 This feature is the inability of blocking file transfers
 automatically.

 I need to include some people that I must talk to, but do not trust
 enough to accept a file trnasfer from.

So you have people on your buddy list that *you need to talk to* who try
to send you files *frequently enough to justify needing an automated
solution to deal with the problem* *after you've told them not to*?

I find it incredibly unlikely that all of these conditions are true.
Let's start with the easy one: Have you informed them that you will not
accept file transfers and to please stop trying to send you files?

If so, how often is this happening? Why can't you just manually decline?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin - view past messages

2009-11-25 Thread Richard Laager
On Wed, 2009-11-25 at 15:11 +0100, Christian Oberlé wrote:
 When I select a user in my MSN messenger, the latest messages
 exchanged with that user are automatically displayed, with a link to
 view more of the history. With Pidgin, a blank window is opened (each
 tme) and I have to go to Conversation/View log to view the last
 messages. Is there a configuration that enables me to have the same
 behavior as the MSN one?

Activate the history plugin.

Richard



signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin Waiting for network connection when connected

2009-11-12 Thread Richard Laager
On Thu, 2009-11-12 at 21:35 -0500, Ken Wright wrote:
 I have a dialup connection.  Two days ago Pidgin was working perfectly.
 Today I get Waiting for network connection even when I'm connected to
 my ISP.

Assuming that Network Manager still doesn't handle dial-up connections,
it's probably related to that. Try running pidgin with the -f flag. To
do that, open a terminal and run: pidgin -f

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Automatic updating

2009-11-10 Thread Richard Laager
On Tue, 2009-11-10 at 17:19 +0100, Emil Sekula wrote:
 Is it possible to setup Pidgin for automatic updating ?

What operating system do you use? If Linux, which distribution?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Licq History converter to Pidgin Logs

2009-11-08 Thread Richard Laager
On Sat, 2009-11-07 at 16:43 +0100, Johann Glaser wrote:
 A problem remains: The added buddies are removed by Pidgin upon the next
 start. The debug output says:
   oscar: ssi: syncing local list and server list
   oscar: ssi: removing buddy 123456789 from local list
   ...
   oscar: ssi: activating server-stored buddy list

I don't know if PHP has DBus support (but a Google search could probably
answer that). If it does, you could add the buddies while Pidgin is
running, such that they'd be added to the server as well.

Richard

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Inclusion of MXit plugin into Pidgin

2009-10-14 Thread Richard Laager
On Wed, 2009-10-14 at 00:31 -0700, Mark Doliner wrote:
 On Fri, Sep 4, 2009 at 7:17 AM, Pieter Loubser pieter.loub...@mxit.com 
 wrote:
  On Thu, 2009-09-03 at 18:58 +0200, Ka-Hing Cheung wrote:
 
  _If_ MXit is included in the Pidgin repository, and _if_ we receive a
  patch that takes out the splash-screen

  In regards to the patch mentioned above, we would vote against it.

I don't think we should start going down the road of adding
advertisements to Pidgin. It's probably best if this plugin continue to
be distributed separately.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: log location

2009-09-26 Thread Richard Laager
On Sat, 2009-09-26 at 20:09 -0400, Ryan Dao (Santa Ana) wrote:
 I just downloaded pidgin from downloads.com and it is a great product.
 Is there a way to change the log location?  I want to log all
 conversations but would like to keep it on my network drive in case my
 hard drive crashes.

http://lmgtfy.com/?q=change%20pidgin%20log%20location


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Re: FYI: HP Netbook 1120NR does not permit upgrade from Pidgin 2.4.3

2009-09-22 Thread Richard Laager
On Tue, 2009-09-22 at 18:32 +0200, LEQUEUX, ETIENNE (ETIENNE) wrote:
 You could have installed an updated pidgin, from
 https://launchpad.net/~pidgin-developers/+archive/ppa even for
 Ubuntu/Hardy. No need to compile.

My Dell Mini 9 runs regular old i386 Ubuntu just fine. I'm not sure what
shipped on it.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin logs folder is nested

2009-09-16 Thread Richard Laager
On Mon, 2009-08-24 at 03:32 -0400, Glen Haber wrote:
 I was looking through the logs directory on my computer (both of them, 
 actually. One is running Vista Home Premium and the other is running 
 Windows 7 RC) and I noticed something odd.  Inside my logs directory, 
 there is another folder called logs.  This nesting actually continues 
 for 8 levels.  .purple\logs\logs\logs\logs\logs\logs\logs\logs\aim is a 
 folder on my computer!

That's very odd. I have no idea why that's the case, but there should
only be one level named logs!

Richard

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Jabber ICQ

2009-09-16 Thread Richard Laager
On Fri, 2009-08-28 at 08:55 -0500, Peter Bremer wrote:
 I'm a librarian at the University of Minnesota, Morris. We just upgraded 
 to Pidgin 2.6.1. Our Jabber and ICQ accounts are not functioning. (ICQ 
 and Yahoo were not functioning before the upgrade).

What version were you running before the upgrade?

 ICQ is only visible in the Enable Accounts field.

Do you mean it looks like this from the buddy list window: Accounts -
Enable Account - [Your ICQ Account]? If so, you need to click that to
enable your ICQ account, as it is currently disabled. (It does sound
like you're aware of this, though, as you mentioned it above.)

If not, could you provide a screenshot (either at an URL or to me
off-list).

Richard -- a UMC alum ;)

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Pidgin] - Disable showing Buddy List on all virtual desktops on Linux???

2009-08-23 Thread Richard Laager
On Sun, 2009-08-23 at 12:39 -0400, Jesse Palser wrote:
 I just made the permanent switch from Windows to Linux Mint.
 Got everything setup, but have one question about Pidgin on Linux:
 How do I disable showing the Pidgin Buddy List on all virtual desktops 
 in Linux?
 (when I switch virtual desktops, they all have Buddy List on them, but I 
 do not want this)

This is a question for your window manager, not Pidgin.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Sort Buddies By Log Size

2009-08-21 Thread Richard Laager
On Wed, 2009-08-19 at 14:40 -0400, Jim Spath wrote:
 I did a search of trac and noticed that this functionality doesn't work 
 the way I first assumed it to:
 
 http://developer.pidgin.im/ticket/5447
 
 Now I'm not sure which I want ...  I'm so used to sorting by total log 
 size that I don't like giving it up ... but this new method does seem 
 better.
 
 I guess I'll try it out.

Great! Please let me know if it does not meet your needs.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin in a TrueCrypt Volume

2009-08-13 Thread Richard Laager
On Wed, 2009-08-12 at 20:54 -0700, muffet wrote:
 One problem I ran into, however, was that Vista wouldn't allow me to either
 move or delete the .purple file (copy worked).

Was Pidgin running? Windows is unable to delete files that are open.

   I have admin rights and
 approved in uac. It just repeatedly asked me to try again. 
 
 I'll probably wind up uninstalling and starting over, which is fine, but is
 there a switch to install it so it puts his .purple file in the T:\.purple
 directory to begin with? (He's on XP)

The installer doesn't do anything with your .purple. It's only going to
be created when you actually run Pidgin. So, unless you run Pidgin from
the installer, you'll be fine. (I'm not sure if we offer that or not,
but it is common on Windows.)

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Persistent Chat Room

2009-08-13 Thread Richard Laager
On Wed, 2009-08-12 at 23:16 -0700, Michael Boucher wrote:
 When I open my client (2.5.8), I join the chat room and participate in
 conversations as desired.  However, if I close the chat window and
 reenter, I lose all the history of conversations.

Are you closing the conversation and immediately re-opening it? (This
works for me.) There's a timeout on persistent conversations. I believe
it's 10 minutes. If you're expecting things to last across sessions,
what you want is logging. Turn that on in the preferences.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin in a TrueCrypt Volume

2009-08-12 Thread Richard Laager
On Wed, 2009-08-12 at 22:20 -0400, John Bailey wrote:
 muffet wrote:
  Is there a way to keep everything in the TrueCrypt volume with the regular
  Pidgin ap?  Or do I need to install Portable Pidgin (with the OTR included)
  into my TC volume?  
 
 The location of Pidgin's configuration directory (which includes logs) can be
 changed by creating a .bat file that calls Pidgin with the -c argument.  If 
 your
 TrueCrypt volume is mounted with Windows drive letter T:, then your script 
 would
 look something like this:
 
 @echo off
 C:\Program Files\Pidgin\pidgin.exe -c T:\.purple

Or you could set the environment variable PURPLEHOME to T:\ (for
example).

Richard

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Delete logs that are too large

2009-07-18 Thread Richard Laager
On Sat, 2009-07-11 at 13:16 +1000, James . wrote:
 Oh, okay. But then the problem still remains, does pidgin delete logs
 at all? Here's the issue: I want to keep my logs from taking up
 infinite amounts of space

Unless you're logging chats (and even then, it's probably not an issue),
your logs aren't going to keep up with the rapid growth of storage
media. I wouldn't (and personally don't) worry about it.

Richard

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Version 2.5.7 released ...

2009-06-23 Thread Richard Laager
On Tue, 2009-06-23 at 16:17 +0200, Sascha Vogt wrote:
 This works for Pidgin users, but how about users (developers) of
 libpurple? They might want to get notified if a new libpurple is
 available as well.

Don't we use the SF release notification system when uploading new
versions? If not, we should.

Richard

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support

You can unsubscribe from the list's website above.


Re: Question

2009-06-17 Thread Richard Laager
On Wed, 2009-06-17 at 10:53 -0400, Frantz, Debra wrote:
 In Pidgin how can you change your username or password if you forgot your 
 password?
 I can't enable my account because I forgot my password.

Pidgin is an IM client. Your password is between you and the service
(MSN, AIM, Yahoo, etc.). You need to find and follow their lost password
instructions.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


RE: Pulseaudio and volume control

2009-06-15 Thread Richard Laager
On Mon, 2009-06-15 at 11:05 +0200, David Balazic wrote:

 The trouble is that pidgin's sounds are too short for me to be
 able to grab onto the volume slider in pavucontrol.
 Pavucontrol only displays a volume slider when a sound is
 being played, so pidgin appears for a very short period of
 time, then disappears again.

Why not try setting a custom sound that's longer (whatever sound file
you have handy), play it, set the volume, and then change it back?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


RE: Meebo use of libpurple

2009-05-22 Thread Richard Laager
On Fri, 2009-05-22 at 21:56 +1000, John Uhlmann wrote:
 Richard Laager wrote:
  On Thu, 2009-05-21 at 15:50 -0400, Kyle Stanek wrote:
   According to a post on the Meebo website, they feel that they are not
   required to release their source code because they do not directly
   distribute binaries to customers (since Meebo is a web application).
  
  Yes, this is how the GPL works.
 
 More accurately I believe that this is how GPLv2 works.
 I recall that there is an optional clause in GPLv3 that requires the release
 of source code in these situations.

You're probably thinking of the Affero GPL. The GPLv3 has something to
make it compatible with the Affero GPL so you can use GPLv3 code in an
Affero GPLv3 project.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: disable accounts to logs

2009-05-15 Thread Richard Laager
On Fri, 2009-05-15 at 16:10 -0400, Leo S wrote:
 All I would like to do is enable certain accounts to logging rather
 than disabling certain conversations. Is that possible?

Not through the UI. You can force/fake it by removing write permission
from the directories for those accounts. (You may also want to delete
old logs from those directories, if they exist.)

For example, I have these permissions on a directory:
dr-xr-x--- ~/.purple/logs/irc/rlaa...@localhost/

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: where is the voice?

2009-04-24 Thread Richard Laager
On Thu, 2009-04-23 at 08:18 +0100, Brian Morrison wrote:
 On Wed, 22 Apr 2009 20:30:23 -0400
 Ethan Blanton e...@pidgin.im wrote:
 
  Luke Schierer spake unto us the following wisdom:
   For the record, I really really really hate April Fools day.
  
  That news was extremely ill-advised in any case.  It should not have
  been posted.
  
 
 It would have been OK if it had been a feature that was impossible, but
 to tease with something in development (even if very slowly) was not a
 great choice.

Wasn't the code in question merged to trunk?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Logo licensing question

2009-04-19 Thread Richard Laager
If we assume the logo is GPLv2 or later (as with our source code), I
don't think it can be used in a CC BY SA 3.0 derivative work. If you
want to pursue that, the IM Freedom corporation (which I believe is the
copyright holder of the logo) would have to dual-license it.

How do the other developers (and more specifically, the IMF board
members) feel about CC BY SA 3.0 for the logo and/or other artwork?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Adium Logs in Pidgin

2009-04-04 Thread Richard Laager
On Fri, 2009-04-03 at 23:29 -0400, Craig Beale wrote:
 Hi, 
 
 
 I have been trying to get my adium logs to display in pidgin.
 
 
 I set them both up to be on dropbox, so they sync across computers.
 
 
 I added enabled the logreader plugin, and in the adium space put C:
 \Users\Craig Beale\Desktop\My Dropbox\Adium\Users\Default\Logs
 
 
 Nothing shows up when I view logs, and I missing something?

Do you get anything useful in the debug window? If not, can you send me
a sample log file? I'm not sure if the Log Reader plugin deals with the
latest log format in Adium. It might be a couple years out of date.

Richard


___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Fwd: Pidgin]

2008-11-29 Thread Richard Laager
In the future, you should try the application before asking the
developers trivial questions that take up time which we could otherwise
spend improving it.

On Sat, 2008-11-29 at 09:33 -0500, Nathan Walp wrote:
 1) If I only use AIM and no other Instant Messenger programs,
 do I still install the full program and just use the AIM
 option?

Yes.

 2) How much system resources does Pidgin take when not running
 and running?

I think the answer for when not running should be immediately obvious
by definition.

When running, it's going to vary based on how many accounts 
conversations, etc.

 3) Is Pidgin 100% compatible with Windows Vista Home Premium?

If you mean, Will it work?, yes.

 4) Is it possible to save IM conversations in Pidgin?

Yes, you can save them on an ad-hoc basis from the Conversation menu of
an open conversation or automatically by activating logging in the
Preferences (on the logging tab).

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Open log viewer in command line

2008-11-17 Thread Richard Laager
On Mon, 2008-11-17 at 12:08 +0100, Sascha Vogt wrote:
 It should be relatively easy to write some sort of launcher-script which 
 opens your favorite text-editor or browser to display the logs...

This is true, but if Pidgin is already installed[/running], by not
having it show the logs, you lose out on, for example, log
contactization.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #37150]: Annoying Popup Information on mouse-overs

2008-10-30 Thread Richard Laager
Question #37150 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/37150

Richard Laager posted a new comment:
1. This is not the right place to discuss this. This is a question which has 
been answered. You should bring this up on [EMAIL PROTECTED] or in a bug report 
upstream.
2. The tooltip does not hide the item completely. It's true that it cuts it off 
some, depending on where the mouse pointer is. I'm not sure that we can easily 
fix that. Either way, though, it doesn't impact you if you're going to click. 
Your point about the scroll wheel is valid. I'll see if anything can be done 
there.
3. 500 ms is the default in GTK+, but we don't use that directly. If that has 
been changed on your system, that would explain why things don't match.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Pifgin Auto-start with Windows

2008-10-23 Thread Richard Laager
On Thu, 2008-10-23 at 17:30 -0400, Robert wrote:
 I have Pidgin installed on my Wxp system and it starts up each time my
 system is booted. I want to know how to turn off the automatic
 startup. It's been so long since I installed it that I can't remember
 where the setting is.

Tools - Plugins - Windows Pidgin Options

Richard



signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #31740]: connection to gtalk in pidgin failed

2008-10-22 Thread Richard Laager
Question #31740 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/31740

Richard Laager proposed the following answer:
Turn on the History plugin.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #48213]: cannot add buddy at all...

2008-10-18 Thread Richard Laager
Question #48213 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/48213

Status: Open = Needs information

Richard Laager requested for more information:
I didn't say that, that was quoted text. Someone else did, but their
reply didn't make it here.

Anyway, you should answer my question: Is this contact using MSN
Messenger or Yahoo Messenger on their end?

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #47833]: I have accounts in gtalk and msn and I like to use anyone at a time. how can I do this??

2008-10-16 Thread Richard Laager
Question #47833 on pidgin in ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+source/pidgin/+question/47833

Richard Laager posted a new comment:
There's no need to install all those packages manually. A simple 'sudo
aptitude install pidgin' (or 'sudo apt-get install pidgin') would be
sufficient.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #48212]: getting data from windows hard disk

2008-10-16 Thread Richard Laager
Question #48212 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/48212

Status: Open = Answered

Richard Laager proposed the following answer:
If you've formatted the drive, the odds of getting your data back are
extremely thin. If it's really important to you, STOP USING IT
IMMEDIATELY. Then contact a data recovery company where you can send
your hard drive. It'll cost you a pile of money and they *might* be able
to help you. In any case, though, this is not a Pidgin-related question.

As for your Pidgin question... if it's telling you that your account is
suspended, I'd check with your service provider (who is, unless there's
a bug in Pidgin, returning that error) to see why your account is
suspended.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #48213]: cannot add buddy at all...

2008-10-16 Thread Richard Laager
Question #48213 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/48213

Status: Open = Answered

Richard Laager proposed the following answer:
On Thu, 2008-10-16 at 12:03 -0700, Evan Platt wrote:
 xrysa wrote:
  I go to the buddies list , I choose add buddy ,it appears a cerd , i fill 
  in the gap ''buddie's screen name'' by writing the email adress with which 
  the person i wanna add uses msn(when  i had windowsxp i used to chat 
  through windows live messenger and some of my contacts were  transferred 
  automatically in pidgin ,yet some not...)and appears the following message 
  : Could not add buddy [EMAIL PROTECTED] to group Buddies to the server 
  list on account xrysamara.
 
  Why

 Because Something@yahoo.com isn't a MSN name, it's a Yahoo name, so 
 you'd add it using Yahoo, and you'd omit the @yahoo.com.

You can use other domains as MSN Passport accounts, and thus use them
with MSN Messenger. As this is yahoo.com, I'm not sure if the problem is
related to the Yahoo Messenger integration.

Is this contact using MSN Messenger or Yahoo Messenger on their end?

Richard

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #45894]: reset pidgin password

2008-09-21 Thread Richard Laager
Question #45894 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/45894

Status: Open = Answered

Richard Laager proposed the following answer:
You entered the wrong password for that account. Correct it in the
Pidgin account settings. If you don't know the correct password, reset
it with Yahoo, MSN, AOL, etc. and then put the new correct password into
the Pidgin account settings.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #45660]: how to run microsoft office live messnger in ubuntu

2008-09-21 Thread Richard Laager
Question #45660 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/45660

Status: Open = Answered

Richard Laager proposed the following answer:
real_magiz: You need to install the SIPE plugin for Pidgin, as arky
described.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42611]: Encrypted log files?

2008-08-20 Thread Richard Laager
Question #42611 on Pidgin changed:
https://answers.launchpad.net/pidgin/+question/42611

Status: Open = Answered

Richard Laager proposed the following answer:
Use filesystem-level encryption. This protects everything, not just your
pidgin logs.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for Pidgin.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42611]: Encrypted log files?

2008-08-20 Thread Richard Laager
On Wed, 2008-08-20 at 08:53 +0100, Brian Morrison wrote:
 On Wed, 20 Aug 2008 07:30:33 -
 l33ting disorder [EMAIL PROTECTED] wrote:
 
  It seems that with filesystem-level encryption, I'd need to enter my
  password in order for pidgin to be able to write the logs.
  
  I'd like pidgin to be able to write to the log dir without me having to
  enter my password, but require a password to read from the log dir.

This could be done, but really, filesystem encryption is the way to go.
In practice, you're going to enter your passphrase once at bootup and
then you'll just lock the screen with your login password while it's
running.

 Well, if you are using filesystem encryption and want everything to
 work without any pass-phrase, how does that count as extra security?

Google for Public key cryptography.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42611]: Encrypted log files?

2008-08-20 Thread Richard Laager
Question #42611 on Pidgin changed:
https://answers.launchpad.net/pidgin/+question/42611

Status: Open = Answered

Richard Laager proposed the following answer:
On Wed, 2008-08-20 at 08:53 +0100, Brian Morrison wrote:
 On Wed, 20 Aug 2008 07:30:33 -
 l33ting disorder [EMAIL PROTECTED] wrote:
 
  It seems that with filesystem-level encryption, I'd need to enter my
  password in order for pidgin to be able to write the logs.
  
  I'd like pidgin to be able to write to the log dir without me having to
  enter my password, but require a password to read from the log dir.

This could be done, but really, filesystem encryption is the way to go.
In practice, you're going to enter your passphrase once at bootup and
then you'll just lock the screen with your login password while it's
running.

 Well, if you are using filesystem encryption and want everything to
 work without any pass-phrase, how does that count as extra security?

Google for Public key cryptography.

Richard

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for Pidgin.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Pidgin 2.5.0 Account Groups

2008-08-20 Thread Richard Laager
On Wed, 2008-08-20 at 10:20 +0200, Vladimir Kraljevic wrote:
 It seems that contacts in Pidgin 2.5.0 for MSN have shifted from the
 group Individuals to Other Contacts.

Why was this changed?

On that note, we really need to come up with one name for this to use
across prpls. I think AIM uses Buddies for something similar, right?
Maybe I'm confused...

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42608]: Pidgin does not start unless i start it from terminal as super user.

2008-08-20 Thread Richard Laager
Question #42608 on pidgin in ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+source/pidgin/+question/42608

Status: Open = Needs information

Richard Laager requested for more information:
http://developer.pidgin.im/wiki/GetABacktrace

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Microsoft Office Communicator...

2008-08-19 Thread Richard Laager
On Tue, 2008-08-19 at 13:48 +0100, Phil Hannent wrote:
 Farrington, Ken (ADM - Americas Region, Pfizer) wrote:
  Thanks... Yes this is for Microsoft Office Communicator.  I already have 
  several other protocols set-up and working great for a few years.  Now my 
  company is migrating from Jabber to MS Office Communicator and not looking 
  forward to working without the many advantages of pidgin.  Any plans to add 
  Office Communicator to the list of supported protocols soon?
 http://developer.pidgin.im/ticket/48

Or more to the point: http://sipe.sourceforge.net/download/

Try that plugin. If it works for, please let us know so we can put it in
the FAQ or something similar.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42461]: Connection to MSN often lost

2008-08-18 Thread Richard Laager
Question #42461 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/42461

Status: Open = Invalid

Richard Laager rejected the question:
I'm rejecting this because the submitter just marked it as out of date.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Receiving Special Characters in Pidgin

2008-08-17 Thread Richard Laager
Which protocol(s) (AIM, MSN, XMPP, Yahoo, etc.) are you experiencing
this problem on?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42434]: Send message to all contacts?

2008-08-17 Thread Richard Laager
Question #42434 on Pidgin changed:
https://answers.launchpad.net/pidgin/+question/42434

Status: Open = Answered

Richard Laager proposed the following answer:
Pidgin has no such feature. It's not going to be added because of the
potential for abuse. Look around for third-party plugins.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for Pidgin.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #42086]: Import Yahoo Msg history archive into Pidgin

2008-08-13 Thread Richard Laager
Question #42086 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/42086

Status: Open = Needs information

Richard Laager requested for more information:
If you had a sample file you could send me, I could look at it and see
how hard it would be to import.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #19953]: Unable to connect MSN/Gmail via Pidgin !

2008-08-10 Thread Richard Laager
Question #19953 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/19953

Richard Laager posted a new comment:
AL: That means you have pidgin installed.

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #41199]: Query on translation...

2008-08-04 Thread Richard Laager
Question #41199 on Pidgin changed:
https://answers.launchpad.net/pidgin/+question/41199

Status: Open = Answered

Richard Laager proposed the following answer:
On Mon, 2008-08-04 at 17:30 +, jayasimha3000 wrote:
 Would like to if it would be feasible to add translation support for Pidgin, 
 in launch pad.

We leave it up to each translator to determine which tools to use. If a
particular translator wants to use Rosetta (on Launchpad), they can.
They'll just need to import our .pot file and ship us a .po file.

Richard

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for Pidgin.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Lost workspace function with Ubuntu Hardy

2008-07-09 Thread Richard Laager
On Wed, 2008-07-09 at 04:54 -0700, tunnel wrote:
 So what next?

I've added a comment on the GNOME bug report that Casey referenced.
Hopefully someone there can let us know if we're on the right track and
then we can decide what to do about this.

 have I stumbled into a nest of Pidgin devs here?

Yes.

 Will it not be necessary to report this more officially?  

You may want to file a bug report on it anyway, so it doesn't get
forgotten. If you do that, please post the ticket number here so I can
add myself to the CC list and what-not.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Lost workspace function with Ubuntu Hardy

2008-07-08 Thread Richard Laager
On Tue, 2008-07-08 at 21:49 -0500, Casey Harkins wrote:
 One thing I'm not clear on in the original description is if the
 conversation window is open on another workspace when double-clicking
 the buddy on the buddy list.

Yes, it's open in another workspace.

 I have noticed some focus issues with metacity after switching to Fedora
 9 (metacity 2.22). After a quick glance at their ChangeLog, I'm guessing
 the fix for gnome bug #486445 may be to blame.

Indeed, that might be it. Reading the diff, I'm not sure if there's much
we can do about it.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: do we need this list to be spammed by ubuntu's launchpad?

2008-07-03 Thread Richard Laager
On Thu, 2008-07-03 at 07:56 -0700, Evan Platt wrote:
 Is it possible to not have launchpad e-mail the useless 'updates'?

In general, letting people subscribed to a question know about updates
to the linked bug report is a great idea, so no, it's not possible to
disable these particular notices individually.

 I count about 20 in the past 24 hours for the same 'ticket' (37929):

They were actually for the linked bug report, which is Bug #244591.

This happened because there was a serious problem with multiple IM
clients. Someone (reasonably) asked a question about the problem, which
then (properly) got linked to the bug report. The bug report (properly)
had task items for Pidgin  Kopete (upstream, across all the supported
versions of Ubuntu, and Debian) as well as Licq upstream.

This is getting pretty close to a worst-case possible bug, ever. I
suppose someone could have thrown in a couple more clients and tied them
to RedHat bug reports as well or something.

I'll stipulate that answer contacts for project X *probably* (which is
to say they might in some cases) don't care about updates to the status
of a task for project Y on a linked bug report, but it doesn't seem to
me that it'd be worth it for the Launchpad developers to write special
case code to deal with that when it's so rarely a problem.

Yes, this was annoying. So were all the users asking about the problem
(which is not unreasonable for them to do). When big issues happen, we
get a lot of mail. The Launchpad ones were pretty easy to sort out.

It's clear that the Launchpad e-mail bothers you in general. Why don't
you just filter it out?

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #37941]: Cannot create functional account

2008-07-01 Thread Richard Laager
On Tue, 2008-07-01 at 13:30 -0700, Evan Platt wrote:
... answer snipped ...

You want Reply-to-All to retain the @answers.launchpad.net e-mail, or
your comments will not make it to the Launchpad Answers tracker. I tried
resending your message to that address, but it didn't seem to show up.
I'm impatient, so I copied-and-pasted your answer into the web
interface.

Richard


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #37738]: How do I add a windows live account

2008-06-29 Thread Richard Laager
Question #37738 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/37738

Richard Laager proposed the following answer:
It sounds like you want to add an *MSN* (that being the protocol)
account to Pidgin with a username of [EMAIL PROTECTED] (or some other
domain as appropriate).

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: [Question #17624]: not on server list

2008-06-29 Thread Richard Laager
Question #17624 on pidgin in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/pidgin/+question/17624

Richard Laager requested for more information:
I would suggest you use the Create bug report option on this question
to file a bug report about this issue. Describe the exact steps you use
and the exact text of the error message. For example:

1. Click the Buddies menu
2. Click ...
3. Set the xxx field to yyy
4. Click blah

-- 
You received this question notification because you are a member of
Pidgin Support, which is an answer contact for pidgin in ubuntu.

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


  1   2   >