[Dx-packages] [Bug 1551986] Re: [FFe][UIFe] HUD hotkey assignment is suboptimal

2016-04-14 Thread Martin Pitt
For the record, our SABDFL requested this change, so this FFE/UIFE will go in by way of the ultimate power. -- 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/1551986 Title: [FFe][UIFe] HUD

[Dx-packages] [Bug 1570483] Re: Appending empty content causes the bubble to grow for no reason

2016-04-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/notify-osd/fix-empty-newlines-appending -- 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/1570483 Title: Appending empty

[Dx-packages] [Bug 1570619] Re: calendar events shouldn't disappear from indicator until event ends

2016-04-14 Thread Sebastien Bacher
Bill, that's the same issue than bug #1302004 right (which has an approved branch)? -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1570619

[Dx-packages] [Bug 1570619] [NEW] calendar events shouldn't disappear from indicator until event ends

2016-04-14 Thread Bill Filler
Public bug reported: This is stripped out from previous bug: lp:1557571 > Also, the indicator sometimes gets the wrong time until an event is scheduled to start. As an example, I had an event scheduled for 23:50. At 23:43 I pulled down the indicator and it said 7 minutes 'till. At 23:45 I tried

[Dx-packages] [Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Bill Filler
Filed related bug to track the event being removed prematurely from the indicator: https://bugs.launchpad.net/ubuntu-ux/+bug/1570619 -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions:

[Dx-packages] [Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Bill Filler
** Changed in: canonical-devices-system-image Assignee: Bill Filler (bfiller) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages

[Dx-packages] [Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Michał Sawicz
Possible candidate for the solution: https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/Ubuntu.Components.LiveTimer/ ** Changed in: canonical-devices-system-image Status: Confirmed => Triaged -- You received this bug notification because you are a member of DX Packages, which is

[Dx-packages] [Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Lukáš Tinkl (lukas-kde) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1557571

[Dx-packages] [Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Bill Filler
** Changed in: canonical-devices-system-image Assignee: Alejandro J. Cura (alecu) => Bill Filler (bfiller) ** Changed in: indicator-datetime (Ubuntu) Assignee: Charles Kerr (charlesk) => Renato Araujo Oliveira Filho (renatofilho) -- You received this bug notification because you are

[Dx-packages] [Bug 1362962] Re: Calendar icon usually shows the wrong date

2016-04-14 Thread Renato Araujo Oliveira Filho
@Matthieu, could you replace the theme icon with the new one? -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1362962 Title: Calendar icon

[Dx-packages] [Bug 1362962] Re: Calendar icon usually shows the wrong date

2016-04-14 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => 11 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Bill Filler (bfiller) ** Changed in:

[Dx-packages] [Bug 1567516] Re: The default indicators set has a blank button.

2016-04-14 Thread Pavlushka
** Attachment added: "the button has no icon and the options do not work." https://bugs.launchpad.net/ubuntu/+source/indicator-application/+bug/1567516/+attachment/4637006/+files/IMG_20160414_195208.jpg -- You received this bug notification because you are a member of DX Packages, which is

[Dx-packages] [Bug 1570483] [NEW] Appending empty content causes the bubble to grow for no reason

2016-04-14 Thread Treviño
Public bug reported: This can be easily triggered with this script: #!/usr/bin/python from gi.repository import Notify from time import sleep Notify.init(Append None") for i in range(10): n = Notify.Notification.new("Append to me", "") n.set_hint_string("append", "true") n.show()