Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campfire is not appearing as a Protocol option after successful make && sudo make install on OS X #18

Open
ivannovak opened this issue Nov 24, 2012 · 0 comments

Comments

@ivannovak
Copy link

As indicated in the Title, after a successful make and sudo make install "campfire" is not appearing as a protocol option in Pidgin.

Thoughts?

BTW - In order for sudo make install to work, I had to update the Makefile in the following way:

From:

install -D $(LIBNAME) $(PLUGIN_DIR_PURPLE)/$(LIBNAME)
install --mode=0644 campfire16.png $(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/16/campfire.png
install --mode=0644 campfire22.png $(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/22/campfire.png
install --mode=0644 campfire48.png $(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/48/campfire.png

To:

install $(LIBNAME) $(PLUGIN_DIR_PURPLE)/$(LIBNAME)
install -m 644 campfire16.png $(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/16/campfire.png
install -m 644 campfire22.png $(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/22/campfire.png
install -m 644 campfire48.png $(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/48/campfire.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant