[Dx-packages] [Bug 1531516] Re: qt5/gtk integration needs to disable overlay-scrollbars since they create issues

2016-02-15 Thread Timo Jyrinki
** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of DX Packages, which is subscribed to overlay-scrollbar in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1531516

[Dx-packages] [Bug 1530807] Re: Bluetooth cannot be activated on several devices

2016-02-15 Thread John McAleely
** Changed in: avila Milestone: ww04-2016 => ww06-2016 -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1530807 Title: Bluetooth cannot be activated on several devices

[Dx-packages] [Bug 1531516] Re: qt5/gtk integration needs to disable overlay-scrollbars since they create issues

2016-02-15 Thread fabianbur
Thank you. I can say in honor wing true that this command is arranged: gsettings set com.canonical.desktop.interface scrollbar-mode normal And with this command fails again: gsettings set com.canonical.desktop.interface scrollbar-mode overlay-auto So I guess there is a reference to overlay

[Dx-packages] [Bug 1531516] Re: qt5/gtk integration needs to disable overlay-scrollbars since they create issues

2016-02-15 Thread Timo Jyrinki
@fabianbur: it was marked as such because the bug is not in "overlay- scrollbar" package, but in "qtbase-opensource-src" instead. It will get handled latest tomorrow although the automatic QA will take an additional day or two. ** Changed in: overlay-scrollbar (Ubuntu) Status: Confirmed =>

[Dx-packages] [Bug 1531516] Re: qt5/gtk integration needs to disable overlay-scrollbars since they create issues

2016-02-15 Thread fabianbur
I do not understand what raises Sebastien Bacher (seb128) it may be because my language is Spanish. I have Xenial developing right now and so far this error is not corrected. Xenial that is corrected is not true. To be corrected in the future, hopefully, but only two months away and that

[Dx-packages] [Bug 1531516] Re: qt5/gtk integration needs to disable overlay-scrollbars since they create issues

2016-02-15 Thread Dmitry Shachnev
Yes, that patch needs to be restored until Qt 5.7 (where QGtkStyle was removed). -- You received this bug notification because you are a member of DX Packages, which is subscribed to overlay-scrollbar in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1531516 Title:

[Dx-packages] [Bug 1531516] Re: Overlay scrollbars causes menu windows to be vastly oversized & unusable

2016-02-15 Thread Sebastien Bacher
That's an issue with qtbase-opensource-src, the xenial update has " * Remove disable_overlay_scrollbars.diff as overlay scrollbars were dropped." That's still needed though, they were not removed from gtk2 and the issue ... Timo, can you fix that in the next upload? ** Changed in:

[Dx-packages] [Bug 1523698] Re: indicator-session is leaking memory on ubuntu 15.10

2016-02-15 Thread Chow Loong Jin
** Changed in: indicator-session (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-session in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1523698 Title:

[Dx-packages] [Bug 1523698] Re: indicator-session is leaking memory on ubuntu 15.10

2016-02-15 Thread Chow Loong Jin
As a temporary workaround, I've been running this script in background which kills indicator-session-service when it hits 500M of rss: #!/bin/sh while sleep 1; do rss=$(ps -C indicator-session-service -o rss=) if [ -n "$rss" ] && [ "$rss" -gt 50 ]; then pkill -f

[Dx-packages] [Bug 1523698] Re: indicator-session is leaking memory on ubuntu 15.10

2016-02-15 Thread Chow Loong Jin
I ran it through valgrind by diverting indicator-session-service and replacing it with the following script: #!/bin/bash exec valgrind \ --tool=massif \ --alloc-fn={g_slice_alloc,g_malloc,g_realloc} \ --massif-out-file=$HOME/massif-dump/indicator-session-service.out.%p \

[Dx-packages] [Bug 1530807] Re: Bluetooth cannot be activated on several devices

2016-02-15 Thread John McAleely
This in silo 79 -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1530807 Title: Bluetooth cannot be activated on several devices Status in The Avila project: In Progress

Re: [Dx-packages] [Bug 1317860] Re: the phone should switch itself off before completely draining battery

2016-02-15 Thread David Barth
As a FYI : some of those devices may have an IC that allows for NOBATOP operation. For example, the TI BQ24160 was popular in Android handsets and has support for such a mode. On Mon, Feb 15, 2016 at 2:28 PM, Michael Zanetti < michael.zane...@canonical.com> wrote: > It is not limited to frieza.

[Dx-packages] [Bug 1531516] Re: Overlay scrollbars causes menu windows to be vastly oversized & unusable

2016-02-15 Thread Damon Lynch
I suspect it affects any Qt program that is not using the default Qt theme under Unity. It certainly affects my PyQt code. -- You received this bug notification because you are a member of DX Packages, which is subscribed to overlay-scrollbar in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1531516] Re: Overlay scrollbars causes menu windows to be vastly oversized & unusable

2016-02-15 Thread Sebastien Bacher
** Changed in: overlay-scrollbar (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of DX Packages, which is subscribed to overlay-scrollbar in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1531516 Title: Overlay

[Dx-packages] [Bug 1530807] Re: Bluetooth cannot be activated on several devices

2016-02-15 Thread John McAleely
Is the linked branch believed to be a fix, or simply part of the puzzle? -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1530807 Title: Bluetooth cannot be activated on several

[Dx-packages] [Bug 1317860] Re: the phone should switch itself off before completely draining battery

2016-02-15 Thread Michael Zanetti
It is not limited to frieza. Once you have 3 or 4 developer devices, you will frequently run into this issue. Whenever you need to test something on that particular device, rest assured it wants to be charged for 10 mins before turning on :) -- You received this bug notification because you are

[Dx-packages] [Bug 1317860] Re: the phone should switch itself off before completely draining battery

2016-02-15 Thread Alejandro J. Cura
mzanetti mentions that this bug is critical to him, because every time a frieza device reaches 0% charge he's blocked from further using it because it needs to charge up to some safe value before being able to turn it on. ** Changed in: indicator-power (Ubuntu) Importance: Undecided =>

[Dx-packages] [Bug 870013] Re: Dash - Dragging and dropping selected text on to the BFB Launcher icon launch a search for the selected text in the Dash home

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Tags added: rls-x-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to nux in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/870013 Title: Dash - Dragging and dropping

[Dx-packages] [Bug 1493462] Re: Power notifications don't combine multiple batteries

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Tags added: rls-x-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-power in Ubuntu. https://bugs.launchpad.net/bugs/1493462 Title: Power notifications don't combine multiple batteries

[Dx-packages] [Bug 1488344] Re: dbus rejected send messages

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Changed in: glib2.0 (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1165420] Re: Unable to access indicators from HUD

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Tags added: rls-x-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to hud in Ubuntu. https://bugs.launchpad.net/bugs/1165420 Title: Unable to access indicators from HUD Status in Ayatana Design:

[Dx-packages] [Bug 985586] Re: NotifyOSD - Brightness notifications appear on 'wrong' screen

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Tags added: rls-x-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/985586 Title: NotifyOSD - Brightness

[Dx-packages] [Bug 1360600] Re: Desktop files in ~/.local/share/applications are not picked up when updated

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Tags added: rls-x-notfixinbg ** Tags removed: rls-x-notfixinbg ** Tags added: rls-x-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-lens-applications in Ubuntu.

[Dx-packages] [Bug 1065425] Re: Multi-monitor - When an app is fullscreen, no notifications (e.g. NotifyOSD or Snap Decisions) should be displayed on top of the full screen app.

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming -- You received this bug notification because you are a member of DX Packages, which is subscribed to notify-osd in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1065425 Title: Multi-monitor - When an app is fullscreen, no

[Dx-packages] [Bug 1118322] Re: Uninstalled webapps don't appear in the Dash Apps Lens

2016-02-15 Thread Will Cooke
** Tags removed: rls-x-incoming ** Tags added: rls-x-notfixing -- You received this bug notification because you are a member of DX Packages, which is subscribed to libunity-webapps in Ubuntu. https://bugs.launchpad.net/bugs/1118322 Title: Uninstalled webapps don't appear in the Dash Apps