Coder Social home page Coder Social logo

pidgin-gnome-keyring's Introduction

pidgin-gnome-keyring

Pidgin usually stores passwords as plaintext. This plugin instead saves all passwords to the system keyring, which some would argue is a more secure form of password storage.

After the plugin is enabled, whenever an account with a pidgin-stored password signs on, its password will automatically be saved to the keyring and removed from the plaintext accounts.xml file.

The plugin is available as a ppa for Ubuntu: ppa:pidgin-gnome-keyring/ppa

Building from source

You will need the libpurple and libsecret development libraries, along with pkg-config. On Ubuntu, install these with sudo apt-get install pkg-config libsecret-1-dev libpurple-dev

Afterwards, use git clone to download the source (the version is set by git), and run make to compile. For installation:

  • local ($HOME/.purple/plugins): make install_local
  • global (/usr/lib/purple-2): sudo make install

pidgin-gnome-keyring's People

Contributors

aebrahim avatar bluca avatar edwardbetts avatar mailaender avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pidgin-gnome-keyring's Issues

Clarify license

Hi, I'd be interested in packaging this software more "properly" for Debian, e.g. like mozilla-gnome-keyring. This requires clarifying the license. I see that make_package.py mentions gpl2 but could you explicitly state this in a COPYING file, and also clarify if you'd like to make it "GPL-2" or "GPL-2 or later"?

Gnome purple keyring for Pidgin "cannot load collection:"

Hi, I am new to both pidgin and to the Gnome keyring, and so unsure that this is the right place to query about the following:
Running Gnome3 desktop on 4-13.5-1-ARCH (x86_64), I just installed 'pidgin', 'purple-plugin-pack', 'purple-skype-web', 'pidgin-lib-notify'... Also installed Purple Telegram, and 'purple-gnome-keyring 1.1-3' from AUR.
All is well except that, everytime I launch pidgin, I get a small window with the foll0wong message: "Gnome Keyring Plugin could not load collection" with a close button. Can you give me pointers so I can troubleshoot this ? Or is it just me ?
Any pointer will do so I can be on my way. Cheers. -ced

Do not use hardcoded destination directory

Hello,

At the moment, running 'make install' places the plug-in in $DESTDIR/usr/lib/purple-2/. This will not work as expected in a lot of cases, for instance on amd64 machines running RedHat-compatible distros (in which case the plug-in should go into /usr/lib64/purple-2/ - /usr/lib is for 32-bit libraries only). A much better way would be to simply ask libpurple, via pkg-config, where its plug-in directory is:

PLUGINDIR = $(pkg-config --variable=plugindir purple)

...

mkdir -p ${DESTDIR}/${PLUGINDIR}/
cp ${TARGET}.so ${DESTDIR}/${PLUGINDIR}/

Plugin stops working after some time; Pidgin starts asking for passwords

After working for some time, Pidgin starts asking for passwords on every reconnection, like they were not ever present. I think that happens after Pidgin loses connection for the first time, e.g., when you put the computer into sleep. There are no debug messages related to keyring or passwords when I start pidgin -d. Your plugin is great, but this problem freaks me out. It works fine on another PC, by the way. What should I try to do and what additional info should I give to you?

Plugin cannot store new passwords in given keyring

It seems pidgin-gnome-keyring does not support creating new keyring, even though
there is an option in the configuration window for this.

I've tried to make this plugin use a keyring called "pidgin", and it still uses the previously created
keyring.

Of course, I have restarted pidgin and tried again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.