Coder Social home page Coder Social logo

kgraefe / pidgin-unhighlight-system-messages Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 786 KB

Plugin to remove the highlight flag from system messages.

License: GNU General Public License v2.0

Makefile 2.78% Shell 31.37% M4 17.98% C 47.87%
pidgin-plugins pidgin

pidgin-unhighlight-system-messages's Introduction

Pidgin Unhighlight System Messages

License Download

This plugin removes the highlight flag from system messages. This works around a bug which was introduced with Pidgin 2.10.7 and leads to a highlighted IRC channel each time you join when you set the channel topic.

Installation on Windows

For the binary version, extract all the contents of pidgin-unhighlight-system-messages in the ZIP file either to the installation directory of Pidgin (typically C:\Program Files\Pidgin) or to your .purple user directory (typically %APPDATA%\Roaming\.purple).

See below for how to compile the source code version into a binary ZIP file.

Installation on Linux

To install the plugin on Linux you need to extract a release tarball and compile it from source:

sudo apt-get install pidgin-dev
./configure
make
sudo make install

Note: By default the plugin will be installed to /usr/local. If you installed Pidgin through your package manager, it is most likely installed into /usr (i.e. which pidgin returns /usr/bin/pidgin). Use ./configure --prefix=/usr in this case.

Note: When you use the repository directly or one of those auto-generated "Source code" archives, you need to run ./autogen.sh before running ./configure.

Building on Windows

In order to build the plugin for Windows an already-compiled source tree of Pidgin is required. Please see the Pidgin for Windows Build Instructions for details.

After that you need to create a file named local.mak that points to the Pidgin source tree, e.g.:

PIDGIN_TREE_TOP=$(PLUGIN_TOP)/../../pidgin-2.10.11

Now you can build the plugin:

make -f Makefile.mingw

Contribution

Code

We love patches. ❤️ Please fork the project, do your changes and make a pull request.

Translations

Help translating this project on Transifex.

pidgin-unhighlight-system-messages's People

Contributors

kgraefe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

pidgin-unhighlight-system-messages's Issues

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.