Search Criteria
Package Details: pidgin 2.14.14-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pidgin-gtkui.git (read-only, click to copy) |
|---|---|
| Package Base: | pidgin-gtkui |
| Description: | Multi-protocol instant messaging client |
| Upstream URL: | https://pidgin.im/ |
| Licenses: | GPL |
| Submitter: | City-busz |
| Maintainer: | webmeister |
| Last Packager: | City-busz |
| Votes: | 6 |
| Popularity: | 1.96 |
| First Submitted: | 2025-10-27 13:52 (UTC) |
| Last Updated: | 2025-10-27 13:52 (UTC) |
Dependencies (28)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtkspellAUR
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpurpleAUR (libpurple-gnutlsAUR, libpurple-minimalAUR, pidgin-hgAUR, pidgin-miniAUR)
- libsm
- libxss
- startup-notification
- avahi (make)
- ca-certificates (ca-certificates-utils) (make)
- dbus-glib (make)
- farstream (make)
- gtkspellAUR (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- intltool (make)
- libgaduAUR (make)
- libidn (libidn-gitAUR) (make)
- libnm (libnm-gitAUR, libnm-clatAUR, libnm-iwdAUR) (make)
- libnsl (libnsl-gitAUR) (make)
- libsasl (make)
- Show 8 more dependencies...
Required by (19)
- bot-sentry
- libaxon-bin (optional)
- microblog-purple2
- pidgin-birthday-reminder
- pidgin-broadcast
- pidgin-cmds
- pidgin-emoticons-trollicons-git
- pidgin-encryption
- pidgin-espeak-git
- pidgin-extprefs
- pidgin-gnome-keyring
- pidgin-gpg-git
- pidgin-guifications-deb
- pidgin-hotkeys
- pidgin-im-gnome-shell-extension
- pidgin-indicator
- pidgin-latex
- pidgin-leftify-tabs
- pidgin-libnotify
Latest Comments
moonbard commented on 2026-03-24 06:35 (UTC) (edited on 2026-03-25 03:42 (UTC) by moonbard)
Garuda Arch Linux, fish terminal, hardware more than adequate. Goal: install and use pidgin with several plugins, including purple-discord. Plugins are not usable in flathub pidgin.
This is driving me batty over more than a week now while I look for new chat clients/services. The search was prompted by discord insisting on age verification. One of the biggest challenges is trying to convince less technical friends to jump through hoops for security and privacy. Pidgin could help me stay in touch with people as everyone scatters to the winds.
Method (all of the following packages mentioned sourced from AUR.) I tried manually installing missing dependencies.
gtkspellneededgtk2and I saw there was a patch,gtk2-patched-filechooser-icon-view, so I grabbed that and installed it. Then followed the dependency chain back up and installed all of those piecemeal, only forgtkspellto error out claiminggtk2wasn't installed. Backing up a few steps, I found the non-patchedgtk2and installed that. Same error fromgtkspell. At this point, it was brute forcing it time, so I opened up thePKGBUILDin~/pidgin-gtkuiand removed all references togtkspell. it ran for a bit and then had an error to do with the PGP keys. So I looked up how to bypass that, only since I knowingly edited thePKGBUILDmyself (make-pkg --skipinteg) that ran for quite a while and I was feeling hopeful.It ran some more and it looked successful until the below error. Given that both gtk2 and gtk2-patched-filechooser-icon-view were installed, I ran out of ideas.
qsthy commented on 2026-03-10 18:07 (UTC)
Still problems: In addition to the fix below, pidgin runs fine when called from the build directory (
$pkgname-$pkgver/pidgin/pidgin) but continues to crash when called the usual way (/usr/bin/pidgin).Does anybody have any idea what happens during install that might explain this? Thank you so much.
qsthy commented on 2026-03-10 13:16 (UTC)
After 12+ hours of pidgin not crashing I am cautiously optimistic that the patch suggested in https://issues.imfreedom.org/issue/PIDGIN-18155/Pidgin-is-crashing-with-GStreamer-gstdevicegetdeviceclass-assertion-GSTISDEVICE-device-failed fixes the current pidgin issue that may be related to the gstreamer version. I applied the following patch:
by patching the PKGBUILD as follows:
qsthy commented on 2026-03-08 20:03 (UTC) (edited on 2026-03-09 22:10 (UTC) by qsthy)
I apologize to those who saw my previous message, which was misleading. I am able to crash Pidgin systematically on all my Arch boxes. The crashes appear to be caused by calls to Gstreamer (currently at version 1.28.1-1). Here is what I get when running it under Valgrind:
I tried building with
--disable-gstreamer --disable-gstreamer-video --disable-vvbut that did not improve anything. I am now trying a variant of the patch proposed in https://issues.imfreedom.org/issue/PIDGIN-18155/Pidgin-is-crashing-with-GStreamer-gstdevicegetdeviceclass-assertion-GSTISDEVICE-device-failed so far so good and I will report after a few more tests.steev commented on 2026-03-06 09:58 (UTC)
The package compiled after removing the line 'find "$pkgdir/usr/lib/perl5" -name perllocal.pod -delete' from PKGBUILD (almost at the very end)
rw_grim commented on 2026-02-26 19:34 (UTC)
Hi, this is the Pidgin upstream. We've been getting multiple reports about this Pidgin package crashing, but the stack traces users have gotten haven't been useful.
One user has switched to the flatpak and no longer has issues which leads me to believe that there's something wrong with this package as I'm not able to reproduce on other operating systems and don't have an a machine running arch anywhere.
I was hoping someone here could take a look. The upstream issue can be found here[1].
[1] https://issues.imfreedom.org/issue/PIDGIN-18152
PhotonX commented on 2025-12-10 19:01 (UTC)
The build fails for me because the last find command fails to find a perl5 in $pkgdir:
Indeed there is no such file or directory:
eniac commented on 2025-12-08 09:14 (UTC)
Is there a way to avoid gtkspell as it wants the obsolete gtk2
dimytch commented on 2025-11-24 08:36 (UTC)
This has been going on for three days now