[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2016-07-18 Thread Khurshid Alam
It does not work on 16.04. By default, "hide chat" is set to never in preference. And it alaways bypasses messaging menuopenning new chat message directly. If I set it to "always",then again it makes the indicator blue, but fails to bring chat window focus when I click chat messages in

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2015-02-12 Thread Amr Ibrahim
@TomasHnyk, in principle, yes, it would be a new feature, but it's not new code. The code already exists in the source. The feature just has to be enabled at compile time. Please correct me if I'm wrong. Plus, the package is in main. That means it's maintained by the Desktop team. -- You

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2015-01-30 Thread Amr Ibrahim
Could this be SRUed to Trusty, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368 Title: Enable compilation of Unity messaging menu integration To manage notifications about this bug go

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2015-01-30 Thread Amr Ibrahim
Dear Dimitri John Ledkov, Could you have a look at this and see if it can be SRUed to Trusty? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368 Title: Enable compilation of Unity messaging

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2015-01-30 Thread TomasHnyk
installed by default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368 Title: Enable compilation of Unity messaging menu integration To manage notifications about this bug go to:

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2015-01-30 Thread TomasHnyk
I do not think it qualifies for a SRU (it would be a new feature technically) and Pidgin is not installed by -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368 Title: Enable compilation of Unity

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-11-29 Thread Amr Ibrahim
Could someone from the Desktop team have a look at this for trusty? It needs only a re-compilation. Is it applicable for an SRU for trusty? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-11-14 Thread Amr Ibrahim
Could this be pushed as SRU to trusty? ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368 Title: Enable compilation of Unity messaging menu integration To manage

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-10-07 Thread Jorge Suárez de Lis
Sorry, I see what happened. It's only released for Utopic. Can this be backported to Trusty? Since it's a LTS, I think this fix should hit the repos. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-10-07 Thread Jorge Suárez de Lis
I can only see the version 1:2.10.9-0ubuntu3.1 in repos. http://packages.ubuntu.com/search?keywords=pidgin Has this fix been actually released? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package pidgin - 1:2.10.9-0ubuntu6 --- pidgin (1:2.10.9-0ubuntu6) utopic; urgency=medium * debian/control, debian/rules, debian/prefs.xml: Build with --enable-unity. (LP: #1362368) -- Tomas Hnyk (sup) tomash...@gmail.com Tue, 02 Sep 2014 11:37:59

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-09-02 Thread Daniel Holbach
You're missing a changelog entry in debian/changelog (use dch to create it for you), or use something like this: pidgin (1:2.10.9-0ubuntu6) utopic; urgency=medium * d/control, d/rules, d/prefs.xml: Build with --enable-unity. (LP: #1362368) -- Tomas Hnyk (sup) em...@address.com Tue, 02 Sep

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-09-02 Thread TomasHnyk
Well, I tried to include changelog but apparently I run dch -i at the wrong moment. Anyway, it should be fixed now. As for notify.so, it is provided by pidgin_2.10.9-0ubuntu6_amd64.deb: $ apt-file search /usr/lib/pidgin/notify.so pidgin: /usr/lib/pidgin/notify.so pidgin-dbg:

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-08-30 Thread TomasHnyk
bzr pulled a na out-of-date branch, so I am attaching a debdiff as per https://lists.ubuntu.com/archives/ubuntu-motu/2012-August/007318.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-08-30 Thread TomasHnyk
** Patch added: debdiff fixing the issue https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/1362368/+attachment/4190759/+files/pidgin_2.10.9-0ubuntu6.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-08-30 Thread Ubuntu Foundations Team Bug Bot
The attachment debdiff fixing the issue seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the patch flag from the attachment, remove the patch tag, and if

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-08-30 Thread TomasHnyk
Ah, build-depends need to be added to control file, not to .dcs file. Now it should actually build-depend on unity and messaging menu. ** Patch added: debdiff really fixing it

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-08-27 Thread TomasHnyk
The code is well documented here for the curious and is over a year old! http://nevitus.com/2013/05/unity-integration-for-pidgin/ This plugin should be probably also turned on by default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1362368] Re: Enable compilation of Unity messaging menu integration

2014-08-27 Thread TomasHnyk
So, this line need s to be added to debian/prefs.xml under pref name='plugins' : item value='/usr/lib/pidgin/unity.so'/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362368 Title: Enable