-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add pop sound on volume change with libcanberra #8
base: master
Are you sure you want to change the base?
Conversation
Thanks, that's a very interesting idea. At the moment, however, I don't have time to integrate your patch. I'll leave this ticket open, and hopefully come back to it later. |
Hi Fernando, That's one click in github ;) But I understand you want to test it and review it. I'm awaiting your Thanks in advance,
|
for info, Manjaro folks included my patch in the stable repos. |
Thanks for the contribution. About this latest contribution, some notes:
I pushed an amended fix as 33b413b. If you agree with 3, I'll merge it. Let me know. |
Thanks for the tips. I'll keep that in mind. Let me know if you want me to make another branch for the pop sound patch. Le 05/03/2014 22:16, Fernando Lemos a écrit :
|
Merged, thanks. I'll keep this issue open until I find time to look into the libcanberra integration patch. If you think you can improve the libcanberra patch (e.g. by reviewing the style), I would recommend resetting your master to match my master first, then branching off and making a new commit that references this issue in the commit message. Also, could you please make the dependence on libcanberra optional? Thanks. |
Hi Fernando, Le 06/03/2014 21:23, Fernando Lemos a écrit :
|
I mean making it optional to build with libcanberra. If libcanberra is not installed, pa-applet should build just fine automatically (except without libcanberra support, of course). |
ok you mean at compile time. I've put my little work on a new branch https://github.com/dooblem/pa-applet/tree/canberra-option but I'm not proud of it and it's still incomplete. I'm really bad in autotools. And I'm missing some Makefile code to avoid building with libcanberra in case it's not here. Any help appreciated. Sidenote: I rebased this branch with your master, and I fixed the 2 tabs. |
Hi fernando,
I just implemented a new feature in pa-applet : plays pop sounds when changing volume with keypresses (ubuntu like).
pa-applet is now included by default in Manjaro (Archlinux based) distribution.
What do you think ?
Thanks in advance,
Marc