[Dx-packages] [Bug 1103961] Re: nux::IOpenGLShaderProgram::Begin crashes on nVidia 10de:00fd

2014-10-07 Thread Sergio Gelato
I've upgraded the OS on the affected computer to trusty and found that
the problem is still present in trusty's version of nux. Same symptoms,
and my patch still applies.

** Tags added: precise trusty

-- 
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/1103961

Title:
  nux::IOpenGLShaderProgram::Begin crashes on nVidia 10de:00fd

Status in “nux” package in Ubuntu:
  New

Bug description:
  After upgrading to precise and activating nvidia-173 (173.14.35) on a
  machine with the following graphics card:

  01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV37GL
  [Quadro PCI-E Series] [10de:00fd] (rev a2)

  /usr/bin/compiz started to crash with the exact same symptoms as in
  bug #768178. (I'm filing a new bug since that one is marked as a
  duplicate of a quite different bug that is itself marked as invalid.)
  This isn't too surprising since the graphics card is a close relative
  of the GeForce FX series, various flavours of which are already
  blacklisted in nux.

  Forcing Unity 2D works around the problem, so I've applied the
  attached patch on top of nux 2.14.1-0ubuntu1. Maybe one could set
  _use_glsl_shaders = false in NuxGraphics/GraphicsEngine.cpp instead
  but I don't have the time to test this conjecture.
  glGetString(GL_RENDERER) returns Quadro PCI-E Series/PCI/SSE2 for
  this card and driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nux/+bug/1103961/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1367916] Re: Phone freezes when trying to active the dialer app from the messaging menu

2014-10-07 Thread Michał Sawicz
I can confirm the fact that it launches in emergency mode instead of
showing the lockscreen, will file a separate bug as this one is fixed
now.

** Changed in: unity8 (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1367916

Title:
  Phone freezes when trying to active the dialer app from the messaging
  menu

Status in The Messaging Menu:
  Invalid
Status in “indicator-messages” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  How to reproduce
  ==

  1 - Make sure that you have a missing call/voice message in your messaging 
indicator
  2 - Launch the dialer app
  3 - Lock your phone
  4 - From the lock screen open the messaging menu
  5 - Click to expand the message
  6 - Click on the icon in the top right

  Expected
  ==

  The dialer app appears with the phone pre-populated

  Current
  ===

  The phone freezes and stop to accept any input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1367916/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1367916] Re: Phone freezes when trying to active the dialer app from the messaging menu

2014-10-07 Thread Michał Sawicz
Filed as bug #1378218

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1367916

Title:
  Phone freezes when trying to active the dialer app from the messaging
  menu

Status in The Messaging Menu:
  Invalid
Status in “indicator-messages” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  How to reproduce
  ==

  1 - Make sure that you have a missing call/voice message in your messaging 
indicator
  2 - Launch the dialer app
  3 - Lock your phone
  4 - From the lock screen open the messaging menu
  5 - Click to expand the message
  6 - Click on the icon in the top right

  Expected
  ==

  The dialer app appears with the phone pre-populated

  Current
  ===

  The phone freezes and stop to accept any input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1367916/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1363015] Re: App icons require shaping at every callsite

2014-10-07 Thread Christian Dywan
Do we have some code examples? Where do app icons come from? I don't
know how consistent the path is… doing magic on arbitrary path names may
or may not make it even more confusing when the outcome changes
depending on the image.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Incomplete

-- 
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/1363015

Title:
  App icons require shaping at every callsite

Status in “notify-osd” package in Ubuntu:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Incomplete

Bug description:
  In list items, showing an app icon in the correct Ubuntu shape requires 
shaping it when you are using it: ListItem.Standard{IconFrame: True}.
  
http://developer.ubuntu.com/api/devel/ubuntu-13.04/qml/ui-toolkit/qml-ubuntu-components-listitems0-standard.html

  That property is set to True by default, but it's not obvious why it
  should be, and list items aren't the only place that app icons get
  used.

  The result is that several times now, app updates have ended up without the 
appropriate frame:
  - in the System Settings Updates list (bug 1354478)
  - in the Notifications screen
  - in the Launcher the frame is unintentionally different (bug 1332119).

  Conversely, non-app icons have ended up *with* the frame by mistake:
  - Display language (bug 1288866)
  - Orientation Lock (bug 1365450)
  - Ubuntu updates (bug 1367136).

  In notification bubbles, the opposite applies -- you have to set a hint to 
use an *unshaped* icon: notify_notification_set_hint_string(m_notification, 
x-canonical-non-shaped-icon, true).
  https://wiki.ubuntu.com/Touch/Notifications#Elements_of_a_Notification

  Predictably, this has resulted in cases of icons having frames when they 
shouldn't:
  - Wi-Fi network authentication (bug 1346904)
  - alarms (bug 1346925)
  - Remove Account (bug 1350282).

  On the API design quality scale, both of these are roughly Read the
  implementation and you'll get it right. http://sweng.the-
  davies.net/Home/rustys-api-design-manifesto Worse, they have opposite
  defaults.

  I suggest that the toolkit move all the way up to It's impossible to
  get wrong, by always shaping an icon when it is an app icon, and
  never otherwise. Whether an icon is an app icon could (I assume) be
  detected by its path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/1363015/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-bluetooth -
0.0.6+14.10.20141006-0ubuntu1

---
indicator-bluetooth (0.0.6+14.10.20141006-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Move the position of this indicator on the panel. (LP: #1377294)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 06 Oct 2014 
17:22:41 +

** Branch linked: lp:ubuntu/utopic-proposed/indicator-bluetooth

** Branch linked: lp:ubuntu/utopic-proposed/indicator-power

** Branch linked: lp:ubuntu/utopic-proposed/indicator-network

** Changed in: indicator-bluetooth (Ubuntu)
   Status: New = Fix Released

** Changed in: indicator-power (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-power in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1377294/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-power -
12.10.6+14.10.20141006-0ubuntu1

---
indicator-power (12.10.6+14.10.20141006-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Move the position of this indicator on the panel. (LP: #1377294)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 06 Oct 2014 
17:31:07 +

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-power in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1377294/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-messages -
13.10.1+14.10.20141006-0ubuntu1

---
indicator-messages (13.10.1+14.10.20141006-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Move the position of this indicator on the panel. (LP: #1377294)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 06 Oct 2014 
17:25:02 +

** Changed in: indicator-messages (Ubuntu)
   Status: New = Fix Released

** Changed in: indicator-network (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-power in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1377294/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.5.1+14.10.20141006-0ubuntu1

---
indicator-network (0.5.1+14.10.20141006-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Move the position of this indicator on the panel. (LP: #1377294)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 06 Oct 2014 
17:27:23 +

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-power in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1377294/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1374249] Re: Scrolling works erratically when sound center balance is off-center

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-sound -
12.10.2+14.10.20141007-0ubuntu1

---
indicator-sound (12.10.2+14.10.20141007-0ubuntu1) utopic; urgency=low

  [ Ted Gould ]
  * Merge trunk into older branches to resolve conflicts.

  [ Nick Dedekind ]
  * Use label for Volume sliders.

  [ Mirco Müller ]
  * Merge trunk into older branches to resolve conflicts.

  [ CI bot ]
  * Added use of synchronous notifications for volume-changes. (LP:
#1232633)
  * Volume control: properly scale channels when setting the volume (LP:
#1374249)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 07 Oct 2014 
02:51:42 +

** Changed in: indicator-sound (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1374249

Title:
  Scrolling works erratically when sound center balance is off-center

Status in “indicator-sound” package in Ubuntu:
  Fix Released
Status in “unity-control-center” package in Ubuntu:
  Triaged

Bug description:
  When the center balance is adjusted to the right, scrolling on the
  volume icon in the panel produces erratic results. The same thing
  happens when trying to adjust the volume in the sound menu. The volume
  buttons still function correctly though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1374249/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1232633] Re: [system] Changing volume doesn't show feedback on the phone

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-sound -
12.10.2+14.10.20141007-0ubuntu1

---
indicator-sound (12.10.2+14.10.20141007-0ubuntu1) utopic; urgency=low

  [ Ted Gould ]
  * Merge trunk into older branches to resolve conflicts.

  [ Nick Dedekind ]
  * Use label for Volume sliders.

  [ Mirco Müller ]
  * Merge trunk into older branches to resolve conflicts.

  [ CI bot ]
  * Added use of synchronous notifications for volume-changes. (LP:
#1232633)
  * Volume control: properly scale channels when setting the volume (LP:
#1374249)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 07 Oct 2014 
02:51:42 +

** Changed in: indicator-sound (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1232633

Title:
  [system] Changing volume doesn't show feedback on the phone

Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-sound” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  In Progress

Bug description:
  Not an indicator of volume status when it makes adjusting volume
  (Nexus 4)

  https://wiki.ubuntu.com/Sound#volume-keys: In addition, any of
  those keys/buttons should play a subtle noise for you to gauge the
  volume, and display a confirmation bubble with the icon of the primary
  sound output at the current volume, a volume bar, and accessible text
  “Sound muted” or “Volume {X}%” (for example, “Volume 75%”).

  **Update**
  For EU regulations:
  When listening to music/audio sources and the volume is raised above a 
certain threshold a warning must be displayed to user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1232633/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1349281] Re: The exposed open windows are displayed in the correct order

2014-10-07 Thread Eleni Maria Stea
** Branch linked: lp:~hikiko/unity/unity.1349281

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1349281

Title:
  The exposed open windows are displayed in the correct order

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  New

Bug description:
  When multiple non-maximised windows of the same program are open and
  one clicks on the icon of the program in the launcher, they are all
  shown one next to each other but in the wrong order: windows that are
  in the top-left corner can be shown in the right bottom position or on
  the top bottom corner.

  This makes very hard to switch between similarly looking windows like
  terminals.

  How to reproduce:

  * launch four or so terminal windows;
  * write something different on each of them to be able to tell them apart;
  * move each window to a different corner, possibly using the auto-resizing 
feature of Unity;
  * click on the terminal icon in the launcher;
  * many terminal windows are displayed;
  * choose the thumbnail in the right-top corner;
  * very likely a window that was in another corner has been selected;
  * try again various time and realize how confusing this all is.

  The thing that is more strange is that you have to move the mouse
  pointer to a certain point (let's say right-top), then you see the
  window has appeared far away (let's say bottom-left) so you have to
  move your mouse again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1349281/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1349281] Re: The exposed open windows are displayed in the correct order

2014-10-07 Thread Eleni Maria Stea
** Changed in: unity
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1349281

Title:
  The exposed open windows are displayed in the correct order

Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  New

Bug description:
  When multiple non-maximised windows of the same program are open and
  one clicks on the icon of the program in the launcher, they are all
  shown one next to each other but in the wrong order: windows that are
  in the top-left corner can be shown in the right bottom position or on
  the top bottom corner.

  This makes very hard to switch between similarly looking windows like
  terminals.

  How to reproduce:

  * launch four or so terminal windows;
  * write something different on each of them to be able to tell them apart;
  * move each window to a different corner, possibly using the auto-resizing 
feature of Unity;
  * click on the terminal icon in the launcher;
  * many terminal windows are displayed;
  * choose the thumbnail in the right-top corner;
  * very likely a window that was in another corner has been selected;
  * try again various time and realize how confusing this all is.

  The thing that is more strange is that you have to move the mouse
  pointer to a certain point (let's say right-top), then you see the
  window has appeared far away (let's say bottom-left) so you have to
  move your mouse again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1349281/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378291] Re: indicator-session-service crashed with SIGSEGV in strlen()

2014-10-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1301589 ***
https://bugs.launchpad.net/bugs/1301589

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1301589, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227386/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227388/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227390/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227391/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227392/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227393/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1378291/+attachment/4227394/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1301589
   indicator-session-service crashed with SIGSEGV in strlen()

** Tags removed: need-amd64-retrace

-- 
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/1378291

Title:
  indicator-session-service crashed with SIGSEGV in strlen()

Status in “indicator-session” package in Ubuntu:
  New

Bug description:
  I just open my session when this apport-gtk message appears.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: indicator-session 12.10.5+14.10.20140919-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  Date: Tue Oct  7 12:35:44 2014
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  InstallationDate: Installed on 2014-09-28 (9 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
  ProcCmdline: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  SegvAnalysis:
   Segfault happened at: 0x7fe74bfa94fa strlen+42:movdqu (%rax),%xmm12
   PC (0x7fe74bfa94fa) ok
   source (%rax) (0x0001) not located in a known VMA region (needed 
readable region)!
   destination %xmm12 ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: indicator-session
  StacktraceTop:
   strlen () at ../sysdeps/x86_64/strlen.S:106
   g_strdup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  Title: indicator-session-service crashed with SIGSEGV in strlen()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1378291/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378291] [NEW] indicator-session-service crashed with SIGSEGV in strlen()

2014-10-07 Thread Simon THOBY
*** This bug is a duplicate of bug 1301589 ***
https://bugs.launchpad.net/bugs/1301589

Public bug reported:

I just open my session when this apport-gtk message appears.

ProblemType: Crash
DistroRelease: Ubuntu 14.10
Package: indicator-session 12.10.5+14.10.20140919-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
Uname: Linux 3.16.0-20-generic x86_64
ApportVersion: 2.14.7-0ubuntu3
Architecture: amd64
Date: Tue Oct  7 12:35:44 2014
ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
InstallationDate: Installed on 2014-09-28 (9 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
ProcCmdline: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
SegvAnalysis:
 Segfault happened at: 0x7fe74bfa94fa strlen+42:  movdqu (%rax),%xmm12
 PC (0x7fe74bfa94fa) ok
 source (%rax) (0x0001) not located in a known VMA region (needed 
readable region)!
 destination %xmm12 ok
 Stack memory exhausted (SP below stack segment)
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: indicator-session
StacktraceTop:
 strlen () at ../sysdeps/x86_64/strlen.S:106
 g_strdup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
Title: indicator-session-service crashed with SIGSEGV in strlen()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash utopic

** Information type changed from Private to Public

-- 
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/1378291

Title:
  indicator-session-service crashed with SIGSEGV in strlen()

Status in “indicator-session” package in Ubuntu:
  New

Bug description:
  I just open my session when this apport-gtk message appears.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: indicator-session 12.10.5+14.10.20140919-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  Date: Tue Oct  7 12:35:44 2014
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  InstallationDate: Installed on 2014-09-28 (9 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
  ProcCmdline: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  SegvAnalysis:
   Segfault happened at: 0x7fe74bfa94fa strlen+42:movdqu (%rax),%xmm12
   PC (0x7fe74bfa94fa) ok
   source (%rax) (0x0001) not located in a known VMA region (needed 
readable region)!
   destination %xmm12 ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: indicator-session
  StacktraceTop:
   strlen () at ../sysdeps/x86_64/strlen.S:106
   g_strdup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  Title: indicator-session-service crashed with SIGSEGV in strlen()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1378291/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1301589] Re: indicator-session-service crashed with SIGSEGV in strlen()

2014-10-07 Thread Apport retracing service
** Tags added: utopic

-- 
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/1301589

Title:
  indicator-session-service crashed with SIGSEGV in strlen()

Status in “indicator-session” package in Ubuntu:
  Confirmed

Bug description:
  Happened after initial log on after power up.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: indicator-session 12.10.5+14.04.20140324-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  Date: Wed Apr  2 16:02:54 2014
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  InstallationDate: Installed on 2014-03-28 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  ProcCmdline: 
/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/false
  SegvAnalysis:
   Segfault happened at: 0x7f729bc0392a strlen+42:movdqu (%rax),%xmm12
   PC (0x7f729bc0392a) ok
   source (%rax) (0x0001) not located in a known VMA region (needed 
readable region)!
   destination %xmm12 ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: indicator-session
  StacktraceTop:
   strlen () at ../sysdeps/x86_64/strlen.S:106
   g_strdup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  Title: indicator-session-service crashed with SIGSEGV in strlen()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1301589/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1103961] Re: nux::IOpenGLShaderProgram::Begin crashes on nVidia 10de:00fd

2014-10-07 Thread Sergio Gelato
tag -patch
 done

* Sergio Gelato [2014-10-07 06:27:49 +]:
 I've upgraded the OS on the affected computer to trusty and found that
 the problem is still present in trusty's version of nux. Same symptoms,
 and my patch still applies.

I'll take that back: the patch still applies but is no longer useful since
it no longer results in compiz-2d being invoked. compiz starts anyway, the
LIBGL_ALWAYS_SOFTWARE setting is not applicable because I'm using nVidia's
proprietary OpenGL libraries rather than Mesa, and so I get a crash. That
means one needs to fix the actual cause of the crash.

-- 
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/1103961

Title:
  nux::IOpenGLShaderProgram::Begin crashes on nVidia 10de:00fd

Status in “nux” package in Ubuntu:
  New

Bug description:
  After upgrading to precise and activating nvidia-173 (173.14.35) on a
  machine with the following graphics card:

  01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV37GL
  [Quadro PCI-E Series] [10de:00fd] (rev a2)

  /usr/bin/compiz started to crash with the exact same symptoms as in
  bug #768178. (I'm filing a new bug since that one is marked as a
  duplicate of a quite different bug that is itself marked as invalid.)
  This isn't too surprising since the graphics card is a close relative
  of the GeForce FX series, various flavours of which are already
  blacklisted in nux.

  Forcing Unity 2D works around the problem, so I've applied the
  attached patch on top of nux 2.14.1-0ubuntu1. Maybe one could set
  _use_glsl_shaders = false in NuxGraphics/GraphicsEngine.cpp instead
  but I don't have the time to test this conjecture.
  glGetString(GL_RENDERER) returns Quadro PCI-E Series/PCI/SSE2 for
  this card and driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nux/+bug/1103961/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378177] Re: Turn screen off when invactive timeout doesn't work

2014-10-07 Thread Christopher Townsend
*** This bug is a duplicate of bug 1377847 ***
https://bugs.launchpad.net/bugs/1377847

** This bug has been marked a duplicate of bug 1377847
   unity screen saver no longer blanks nor locks automatically

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378177

Title:
  Turn screen off when invactive timeout doesn't work

Status in “unity” package in Ubuntu:
  New

Bug description:
  I left my laptop open and running tonight when away. When I returned
  1.5 hours later, my screen was still on, all black except for a white
  mouse pointer.

  I locked the screen with the windows+L combo and walked away when the
  lock screen displayed properly.

  The Brightness  Lock section of the control panel shows Turn
  screen off when inactive for: 5 minutes. Lock is turned on, Lock
  screen after: 5 minutes, and Require my password when waking from
  suspend.

  I didn't suspend, and I manually locked before leaving.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Oct  6 21:42:24 2014
  InstallationDate: Installed on 2012-10-18 (718 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-12 (178 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1378177/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1337244] Re: compiz crashed with SIGSEGV in nux::WindowThread::ComputeQueuedLayout()

2014-10-07 Thread Chris J Arges
Hello Margarita, or anyone else affected,

Accepted nux into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nux/4.0.6+14.04.20140930-0ubuntu1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nux (Ubuntu Trusty)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
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/1337244

Title:
  compiz crashed with SIGSEGV in
  nux::WindowThread::ComputeQueuedLayout()

Status in Nux:
  In Progress
Status in Nux trusty series:
  In Progress
Status in “nux” package in Ubuntu:
  In Progress
Status in “nux” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  Unity crashes when unlocking the session

  [Test case]
  1. Lock the session
  2. Unlock the session
  3. No crash should happen

  [Regression potential]
  None

  Hi, this is basically the same bug as
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1298202, but that
  bug is marked as Fix Released with Unity 7.2.0, and I'm still seeing
  this bug on trusty, with the latest Unity version (unity
  7.2.1+14.04.20140513-0ubuntu2).  I already mentioned in that bug that
  I was still seeing it quite a while ago, but got no reply to that.

  Crashes are being experienced in multiple machines, while unlocking
  the screen.  The stacktraces vary, but they always fail in the same
  function and same line.

  First stacktrace:
  #0  0x0410 in ?? ()
  #1  0x7fd4bf4eb75d in nux::WindowThread::ComputeQueuedLayout 
(this=this@entry=0x22c1990) at ./WindowThread.cpp:318
  #2  0x7fd4bf4ecb28 in nux::WindowThread::RenderInterfaceFromForeignCmd 
(this=0x22c1990, clip=...) at ./WindowThread.cpp:1627
  #3  0x7fd4c0c20389 in unity::UnityScreen::paintDisplay() () from 
/usr/lib/compiz/libunityshell.so
  #4  0x7fd4c0c20748 in 
unity::UnityScreen::glPaintOutput(GLScreenPaintAttrib const, GLMatrix const, 
CompRegion const, CompOutput*, unsigned int)
     () from /usr/lib/compiz/libunityshell.so
  #5  0x7fd4d4f2e272 in GLScreen::glPaintOutput(GLScreenPaintAttrib const, 
GLMatrix const, CompRegion const, CompOutput*, unsigned int) ()
    from /usr/lib/compiz/libopengl.so
  #6  0x7fd4d4f2eed4 in 
PrivateGLScreen::paintOutputs(std::listCompOutput*, 
std::allocatorCompOutput* , unsigned int, CompRegion const) ()
    from /usr/lib/compiz/libopengl.so
  #7  0x7fd4d556944f in CompositeScreen::paint(std::listCompOutput*, 
std::allocatorCompOutput* , unsigned int) ()
    from /usr/lib/compiz/libcomposite.so
  #8  0x7fd4d556caf2 in CompositeScreen::handlePaintTimeout() () from 
/usr/lib/compiz/libcomposite.so
  #9  0x7fd4e12c053d in CompTimer::triggerCallback() () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #10 0x7fd4e12c05ef in CompTimeoutSource::callback() () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #11 0x7fd4e12bfb4d in CompTimeoutSource::dispatch(sigc::slot_base*) () 
from /usr/lib/libcompiz_core.so.ABI-20140123
  #12 0x7fd4df7ac35f in Glib::Source::dispatch_vfunc(_GSource*, int 
(*)(void*), void*) () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  #13 0x7fd4df29ece5 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #14 0x7fd4df29f048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #15 0x7fd4df29f30a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #16 0x7fd4e127b0eb in 
compiz::private_screen::EventManager::startEventLoop(_XDisplay*) () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #17 0x00401971 in main ()

  Second stacktrace (different machine):
  #0  0x7f0058407ed0 in nux_area_accessible_check_pending_notification () 
from /usr/lib/compiz/libunityshell.so
  #1  0x7f0056cb175d in nux::WindowThread::ComputeQueuedLayout 
(this=this@entry=0x1d530e0) at ./WindowThread.cpp:318
  #2  0x7f0056cb2b28 in nux::WindowThread::RenderInterfaceFromForeignCmd 
(this=0x1d530e0, clip=...) at ./WindowThread.cpp:1627
  #3  0x7f00583e6389 in unity::UnityScreen::paintDisplay() () from 

[Dx-packages] [Bug 1228093] Re: Dash content flickers when the touchpad is used to scroll it.

2014-10-07 Thread Chris J Arges
Hello Andrea, or anyone else affected,

Accepted nux into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nux/4.0.6+14.04.20140930-0ubuntu1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nux (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
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/1228093

Title:
  Dash content flickers when the touchpad is used to scroll it.

Status in Nux:
  Fix Committed
Status in Nux trusty series:
  In Progress
Status in “nux” package in Ubuntu:
  Fix Released
Status in “nux” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  Dash content flickers when two-finger scrolling on the touchpad

  [Test case]
  1. Enable two fingers scroll from Unity Control Center - Mouse and Touchpad
  2. Open the unity dash, expand the search results and start scrolling 
vertically
  3. Content should not flicker and should ignore horizontal scroll events

  [Regression potential]
  Scrolling on dash content does not work properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/1228093/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1353129] Re: [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have stopped working

2014-10-07 Thread Teo
It's no surprise that Ubuntu is still what it is as long as bug reports
get managed this ridiculous way.

This issue is intermittent, happens randomly, and is a regression (i.e. has 
started happening at a certain update, never happened before).
Ignoring it just because the reporter doesn't have the latest bios is 
ridiculous.

This is most probably not even in Linux; I chose linux just because I
have no idea what package it belongs to, and there's no generic ubuntu
package to report bugs against.

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1353129

Title:
  [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have
  stopped working

Status in “linux” package in Ubuntu:
  Expired
Status in “unity” package in Ubuntu:
  New

Bug description:
  All of a sudden, the volume keys from the keyboard have stopped
  working.

  The volume control on the top right corner of the screen does work if
  used with the mouse.

  I have both an external usb keyboard with dedicated volume + and -
  keys, and the builtin laptop keyboard where the volume +/-keys are the
  combination of the Fn key plus the up/down arrows.

  All these used to work up to a few minutes ago. Now none of them works.
  I think they stopped working with the last reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  teo2303 F pulseaudio
   /dev/snd/pcmC0D0p:   teo2303 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 23:13:35 2014
  HibernationDevice: RESUME=UUID=ff7e702a-a05a-47fd-8c14-551e81f9e9e3
  InstallationDate: Installed on 2013-10-11 (298 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (73 days ago)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353129/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1353129] Re: [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have stopped working

2014-10-07 Thread Teo
It's no surprise that Ubuntu is still what it is as long as bug reports
get managed this way.

This issue is intermittent, happens randomly, and is a regression (i.e. has 
started happening at a certain update, never happened before).
Ignoring it just because the reporter doesn't have the latest bios is 
ridiculous.

This is most probably not even in Linux; I chose linux just because I
have no idea what package it belongs to, and there's no generic ubuntu
package to report bugs against.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1353129

Title:
  [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have
  stopped working

Status in “linux” package in Ubuntu:
  Expired
Status in “unity” package in Ubuntu:
  New

Bug description:
  All of a sudden, the volume keys from the keyboard have stopped
  working.

  The volume control on the top right corner of the screen does work if
  used with the mouse.

  I have both an external usb keyboard with dedicated volume + and -
  keys, and the builtin laptop keyboard where the volume +/-keys are the
  combination of the Fn key plus the up/down arrows.

  All these used to work up to a few minutes ago. Now none of them works.
  I think they stopped working with the last reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  teo2303 F pulseaudio
   /dev/snd/pcmC0D0p:   teo2303 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 23:13:35 2014
  HibernationDevice: RESUME=UUID=ff7e702a-a05a-47fd-8c14-551e81f9e9e3
  InstallationDate: Installed on 2013-10-11 (298 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (73 days ago)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353129/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378350] [NEW] Need to allow multiple apps to handle the same url patterns

2014-10-07 Thread Michał Sawicz
Public bug reported:

Steps:
* install gmail and dekko apps

Expected:
* when using a mailto: URL (see bug #1351222) URL, the user should be asked 
which app to open (and cache the response optionally?)

Current:
* not sure what would happen ;)

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: url-dispatcher (Ubuntu)
 Importance: Medium
 Status: Triaged

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to url-dispatcher in Ubuntu.
https://bugs.launchpad.net/bugs/1378350

Title:
  Need to allow multiple apps to handle the same url patterns

Status in Ubuntu UX bugs:
  New
Status in “url-dispatcher” package in Ubuntu:
  Triaged

Bug description:
  Steps:
  * install gmail and dekko apps

  Expected:
  * when using a mailto: URL (see bug #1351222) URL, the user should be asked 
which app to open (and cache the response optionally?)

  Current:
  * not sure what would happen ;)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378350/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378350] Re: Need to allow multiple apps to handle the same url patterns

2014-10-07 Thread Ted Gould
** Changed in: url-dispatcher (Ubuntu)
   Status: New = Triaged

** Changed in: url-dispatcher (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to url-dispatcher in Ubuntu.
https://bugs.launchpad.net/bugs/1378350

Title:
  Need to allow multiple apps to handle the same url patterns

Status in Ubuntu UX bugs:
  New
Status in “url-dispatcher” package in Ubuntu:
  Triaged

Bug description:
  Steps:
  * install gmail and dekko apps

  Expected:
  * when using a mailto: URL (see bug #1351222) URL, the user should be asked 
which app to open (and cache the response optionally?)

  Current:
  * not sure what would happen ;)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378350/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1223850] Re: please support http and https URLs

2014-10-07 Thread Ted Gould
** Changed in: url-dispatcher (Ubuntu)
   Status: New = Fix Released

** Changed in: url-dispatcher (Ubuntu Saucy)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to url-dispatcher in Ubuntu.
https://bugs.launchpad.net/bugs/1223850

Title:
  please support http and https URLs

Status in “url-dispatcher” package in Ubuntu:
  Fix Released
Status in “url-dispatcher” source package in Saucy:
  Fix Released

Bug description:
  Perhaps the idea is that http:// and https:// URLs will come when
  there is url handler registration, but we should have http:// and
  https:// handlers and hook them up to QML somehow. Right now people
  are doing things like this in applications:

    onLinkActivated: Qt.openUrlExternally(link)

  and they aren't working. If apps need to use something different than
  Qt.openUrlExternally, then there is probably a documentation task as
  well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1223850/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1323654] Re: error launching calendar/g+ from gmail webapp

2014-10-07 Thread Ted Gould
** Changed in: url-dispatcher (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to url-dispatcher in Ubuntu.
https://bugs.launchpad.net/bugs/1323654

Title:
  error launching calendar/g+ from gmail webapp

Status in Oxide Webview:
  Invalid
Status in The Webapps-core project:
  Invalid
Status in “url-dispatcher” package in Ubuntu:
  Fix Released

Bug description:
  r48

  - Launch gmail webapp and login
  - on the main screen there are icons at the top for G+, Calendar, and Web
  - Click on G+ or Calendar

  Expected results:
  - G+ or Calendar should be launched in webbrowser-app

  Actual results:
  - nothing happens

  Getting this error in the log:
  Opening: https://www.google.com/calendar/gpcal?source=moggl=us in the 
browser window.
  [0527/093205:ERROR:browser_main_loop.cc(240)] unknown: Unable to dispatch 
url 
'https://www.google.com/calendar/gpcal?source=moggl=us':GDBus.Error:com.canonical.URLDispatcher.BadURL:
 URL 'https://www.google.com/calendar/gpcal?source=moggl=us' is not handleable 
by the URL Dispatcher

  Works fine when clicking the Web icon as that is directed to a http
  url not https

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1323654/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378350] Re: Need to allow multiple apps to handle the same url patterns

2014-10-07 Thread Michał Sawicz
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to url-dispatcher in Ubuntu.
https://bugs.launchpad.net/bugs/1378350

Title:
  Need to allow multiple apps to handle the same url patterns

Status in Ubuntu UX bugs:
  New
Status in “url-dispatcher” package in Ubuntu:
  Triaged

Bug description:
  Steps:
  * install gmail and dekko apps

  Expected:
  * when using a mailto: URL (see bug #1351222) URL, the user should be asked 
which app to open (and cache the response optionally?)

  Current:
  * not sure what would happen ;)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378350/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1103833] Re: Wine's icon and description appears for all Windows applications

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/wine1.6

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1103833

Title:
  Wine's icon and description appears for all Windows applications

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in “unity” package in Ubuntu:
  Triaged
Status in “wine1.6” package in Ubuntu:
  Triaged

Bug description:
  If I start an application using Crossover (or Wine), the application will 
always be the Wine Logo instead of the application logo. This is the same 
independent of the application being run or using Wine instead of Crossover.
  That makes sense if the application has no logo, but it gets confusing 
running multiple Microsoft Office programs - and all of them have the same logo.
  The hint text for the icon is also Wine Windows Program Loader instead of 
Document 1 - Microsoft Word as it should be.
  Unity does not seem to allow Wine/Crossover to use application icons and 
title text.

  I have confirmed that this issue does NOT occur in Gnome Classic, and
  is only a Unity flaw.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.12.0-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Jan 23 23:37:43 2013
  InstallationDate: Installed on 2012-10-21 (94 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1103833/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Thomas Strehl
** Tags removed: touch-2014-10-23
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-power in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1377294/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1342208] Re: Scroll wheel uses inverted logic to switch between applications/windows in the switcher

2014-10-07 Thread Treviño
All the fixes needed to verify this bug are now in proposed, so please
give a try to them and report the results!

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to nux in Ubuntu.
Matching subscriptions: dx-packages, dx-packages
https://bugs.launchpad.net/bugs/1342208

Title:
  Scroll wheel uses inverted logic to switch between
  applications/windows in the switcher

Status in Nux:
  Fix Committed
Status in Nux trusty series:
  In Progress
Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “nux” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released
Status in “nux” source package in Trusty:
  New
Status in “unity” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  Scrolling on the Alt+Tab has invalid behavior:
  - Scrolling down, moves to the previous icon/window
  - Scrolling up, moves to the next icon/window
  - Scrolling left, moves to the next icon/window
  - Scrolling right, moves to the previous icon/window

  [Test case]
  1. Press Alt+Tab
  2. While pressing the keys, use mouse scroll wheel to scroll vertically (and, 
if possible, horizontally)

  Expected behavior:
  - Scrolling down, moves to the next icon/window
  - Scrolling up, moves to the previous icon/window
  - Scrolling left, moves to the previous icon/window
  - Scrolling right, moves to the next icon/window

  [Regression potential]
  Vertical scrolling has not been touched by the change, so there's no 
possibility to regress in this sense.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/1342208/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378044] Re: No Album art on Audio Controls

2014-10-07 Thread David Planella
** Tags added: rtm14

** Changed in: indicator-sound (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378044

Title:
  No Album art on Audio Controls

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  Steps:
  1. have music on your phone
  2. Make sure that album art appears in the music scope
  3. Play the album in the music player
  4. Click the power button to blank the screen
  5. turn on the power button button
  6. pull down the sound indicator

  Observed: there is no album art in the indicator, the window is blank
  Expected:  there is album art

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1378044/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.5.1+14.10.20141007.1-0ubuntu1

---
indicator-network (0.5.1+14.10.20141007.1-0ubuntu1) utopic; urgency=low

  [ Jussi Pakkanen ]
  * Dbus-cpp crash fix. (LP: #1343341)
  * Mark modem as unavailable if modem manager is missing. (LP:
#1356200)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 07 Oct 2014 
12:48:40 +

** Changed in: indicator-network (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-power in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  Fix Released

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1377294/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378044] Re: No Album art on Audio Controls

2014-10-07 Thread David Planella
*** This bug is a duplicate of bug 1373312 ***
https://bugs.launchpad.net/bugs/1373312

** This bug has been marked a duplicate of bug 1373312
   Phablet album art not coming through from media-hub

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378044

Title:
  No Album art on Audio Controls

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  Steps:
  1. have music on your phone
  2. Make sure that album art appears in the music scope
  3. Play the album in the music player
  4. Click the power button to blank the screen
  5. turn on the power button button
  6. pull down the sound indicator

  Observed: there is no album art in the indicator, the window is blank
  Expected:  there is album art

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1378044/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1342731] Re: Horizontal Scrolling over Indicator-ng (and sound) does not work as expected

2014-10-07 Thread Chris J Arges
Hello Marco, or anyone else affected,

Accepted libindicator into trusty-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/libindicator/12.10.2+14.04.20141007.1-0ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libindicator (Ubuntu Trusty)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to nux in Ubuntu.
Matching subscriptions: dx-packages, dx-packages
https://bugs.launchpad.net/bugs/1342731

Title:
  Horizontal Scrolling over Indicator-ng (and sound) does not work as
  expected

Status in Libindicator:
  In Progress
Status in Nux:
  Fix Committed
Status in Nux trusty series:
  In Progress
Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “libindicator” package in Ubuntu:
  In Progress
Status in “nux” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released
Status in “libindicator” source package in Trusty:
  Fix Committed
Status in “nux” source package in Trusty:
  New
Status in “unity” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  When scrolling on indicator-sound using the horizontal scrolling the result 
is the opposite to what we expect in unity (left scrolling increases the volume 
and right scrolling decreases it), while in general is not handled at all for 
indicator-ng indicators as both left and right scrolling always ends up in a 
+1 delta scroll.

  [Test case]
  1. Hover Indicator-sound in unity
  2. Scroll left: the volume should be reduced
  3. Scroll right: the volume should be increased

  [Regression potential]
  The horizontal scroll direction might be inverted with some touchpads

To manage notifications about this bug go to:
https://bugs.launchpad.net/libindicator/+bug/1342731/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378048] Re: Forward button does not work

2014-10-07 Thread kevin gunn
if lars says it works with other players, it can't be unity8  either,
guess that leaves media-hub

** No longer affects: unity8 (Ubuntu)

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378048

Title:
  Forward button does not work

Status in “indicator-sound” package in Ubuntu:
  Incomplete
Status in “media-hub” package in Ubuntu:
  New

Bug description:
  Steps:
  1. Play an album in the music player
  2. Pull down sound indicator
  3. Click forward button

  Observed: the music does not advance
  Expected: the music advances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1378048/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1342731] Re: Horizontal Scrolling over Indicator-ng (and sound) does not work as expected

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/libindicator

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to nux in Ubuntu.
Matching subscriptions: dx-packages, dx-packages
https://bugs.launchpad.net/bugs/1342731

Title:
  Horizontal Scrolling over Indicator-ng (and sound) does not work as
  expected

Status in Libindicator:
  In Progress
Status in Nux:
  Fix Committed
Status in Nux trusty series:
  In Progress
Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in “libindicator” package in Ubuntu:
  In Progress
Status in “nux” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released
Status in “libindicator” source package in Trusty:
  Fix Committed
Status in “nux” source package in Trusty:
  New
Status in “unity” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  When scrolling on indicator-sound using the horizontal scrolling the result 
is the opposite to what we expect in unity (left scrolling increases the volume 
and right scrolling decreases it), while in general is not handled at all for 
indicator-ng indicators as both left and right scrolling always ends up in a 
+1 delta scroll.

  [Test case]
  1. Hover Indicator-sound in unity
  2. Scroll left: the volume should be reduced
  3. Scroll right: the volume should be increased

  [Regression potential]
  The horizontal scroll direction might be inverted with some touchpads

To manage notifications about this bug go to:
https://bugs.launchpad.net/libindicator/+bug/1342731/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-07 Thread Bill Filler
I added unity8 task but unsure if this has anything to do with unity.
Please update as appropriate.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378462

Title:
  cannot reply to second notification

Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  build 88, rtm on krillin

  - unlock the phone
  - make sure messaging-app is not running
  - send two sms messages to the phone
  - once they appear, open the messaging-menu
  - reply to the first message by clicking the message which makes it expand to 
reveal the send field
  - this works
  - attempt to reply to the second message by clicking the message to make it 
expand

  Expected results:
  the item should expand and allow you to send a message

  Actual results:
  the item cannot be expanded and you can't reply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378463] [NEW] notifications are very hard to read when indicators open

2014-10-07 Thread Bill Filler
Public bug reported:

The background color of notifications and the indicator panel is the
same, making it extremely hard to differentiate a notification from a
menu item.

Steps to reproduce:
- ulock phone
- send an sms to the phone
- wait until it arrives and pull down the messageing menu
- while the menu is pulled down, send another sms to the phone

Notice when it arrives it looks like another menu item, very hard to
distinguish that it's a notification

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: indicator-messages (Ubuntu)
 Importance: High
 Status: New

** Affects: unity-notifications (Ubuntu)
 Importance: High
 Status: New


** Tags: rtm14

** Also affects: unity-notifications (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-notifications (Ubuntu)
   Importance: Undecided = High

** Tags added: rtm14

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378463

Title:
  notifications are very hard to read when indicators open

Status in Ubuntu UX bugs:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity-notifications” package in Ubuntu:
  New

Bug description:
  The background color of notifications and the indicator panel is the
  same, making it extremely hard to differentiate a notification from a
  menu item.

  Steps to reproduce:
  - ulock phone
  - send an sms to the phone
  - wait until it arrives and pull down the messageing menu
  - while the menu is pulled down, send another sms to the phone

  Notice when it arrives it looks like another menu item, very hard to
  distinguish that it's a notification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378463/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378469] [NEW] messaging-menu should be closed after sending last message

2014-10-07 Thread Bill Filler
Public bug reported:

if you open the messaging-menu and reply to items in there, it should be
closed automatically after replying to the last item.

To reproduce:
- send an sms to the phone
- open the messaging-menu
- reply to the message

Expected results:
- the menu should close

Actual results:
- a blank messaging-menu stays open, forcing user to close it

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: indicator-messages (Ubuntu)
 Importance: High
 Status: New


** Tags: rtm14

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Tags added: rtm14

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378469

Title:
  messaging-menu should be closed after sending last message

Status in Ubuntu UX bugs:
  New
Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  if you open the messaging-menu and reply to items in there, it should
  be closed automatically after replying to the last item.

  To reproduce:
  - send an sms to the phone
  - open the messaging-menu
  - reply to the message

  Expected results:
  - the menu should close

  Actual results:
  - a blank messaging-menu stays open, forcing user to close it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378469/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1365408] Re: Should ship a PNG icon instead of using the theme

2014-10-07 Thread Gustavo Pichorim Boiko
** Changed in: dialer-app (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: messaging-app (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1365408

Title:
  Should ship a PNG icon instead of using the theme

Status in Ubuntu Application Launcher:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  In Progress
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “mediaplayer-app” package in Ubuntu:
  In Progress
Status in “messaging-app” package in Ubuntu:
  In Progress
Status in “sync-monitor” package in Ubuntu:
  Invalid
Status in “ubuntu-app-launch” package in Ubuntu:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu RTM:
  New
Status in “mediaplayer-app” package in Ubuntu RTM:
  Fix Released
Status in “messaging-app” package in Ubuntu RTM:
  New

Bug description:
  By design request, all apps, click or not, should ship their own icon
  as PNG instead of using icons from the theme.

  Please download the respective icon from http://bazaar.launchpad.net
  /~ubuntu-art-pkg/ubuntu-themes/trunk/files/head:/suru-icons/apps/256/
  and include in your packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1365408/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1365408] Re: Should ship a PNG icon instead of using the theme

2014-10-07 Thread Gustavo Pichorim Boiko
** Changed in: messaging-app (Ubuntu RTM)
   Status: New = In Progress

** Changed in: dialer-app (Ubuntu RTM)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1365408

Title:
  Should ship a PNG icon instead of using the theme

Status in Ubuntu Application Launcher:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  In Progress
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “mediaplayer-app” package in Ubuntu:
  In Progress
Status in “messaging-app” package in Ubuntu:
  In Progress
Status in “sync-monitor” package in Ubuntu:
  Invalid
Status in “ubuntu-app-launch” package in Ubuntu:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released
Status in “dialer-app” package in Ubuntu RTM:
  In Progress
Status in “mediaplayer-app” package in Ubuntu RTM:
  Fix Released
Status in “messaging-app” package in Ubuntu RTM:
  In Progress

Bug description:
  By design request, all apps, click or not, should ship their own icon
  as PNG instead of using icons from the theme.

  Please download the respective icon from http://bazaar.launchpad.net
  /~ubuntu-art-pkg/ubuntu-themes/trunk/files/head:/suru-icons/apps/256/
  and include in your packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1365408/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378495] Re: compiz crashed with SIGSEGV in FT_Outline_Decompose()

2014-10-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1284844 ***
https://bugs.launchpad.net/bugs/1284844

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1284844, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227762/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227764/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227766/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227767/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227768/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227769/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1378495/+attachment/4227770/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1284844

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378495

Title:
  compiz crashed with SIGSEGV in FT_Outline_Decompose()

Status in “unity” package in Ubuntu:
  New

Bug description:
  Opened dash, ad started typing, when it crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20140915-0ubuntu2
  Uname: Linux 3.17.0-haswell x86_64
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Oct  7 21:18:56 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2012-04-27 (892 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7f672967059f:cmp%rdx,(%rax)
   PC (0x7f672967059f) ok
   source %rdx ok
   destination (%rax) (0x00058a00) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   FT_Outline_Decompose () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
  Title: compiz crashed with SIGSEGV in FT_Outline_Decompose()
  UpgradeStatus: Upgraded to utopic on 2013-05-12 (513 days ago)
  UserGroups: adm bumblebee cdrom dip docker lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1378495/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Dx-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-07 Thread Bill Filler
Note, if you reply to the one at the end of the list first, then you are
able to reply to the message above it.
But if you reply to the message at the top of the list first, then you
can't interact with the one below it.

On Tue, Oct 7, 2014 at 1:46 PM, Bill Filler 1378...@bugs.launchpad.net
wrote:

 I added unity8 task but unsure if this has anything to do with unity.
 Please update as appropriate.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1378462

 Title:
   cannot reply to second notification

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+subscriptions


-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378462

Title:
  cannot reply to second notification

Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  build 88, rtm on krillin

  - unlock the phone
  - make sure messaging-app is not running
  - send two sms messages to the phone
  - once they appear, open the messaging-menu
  - reply to the first message by clicking the message which makes it expand to 
reveal the send field
  - this works
  - attempt to reply to the second message by clicking the message to make it 
expand

  Expected results:
  the item should expand and allow you to send a message

  Actual results:
  the item cannot be expanded and you can't reply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1103833] Re: Wine's icon and description appears for all Windows applications

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package wine1.6 - 1:1.6.2-0ubuntu6

---
wine1.6 (1:1.6.2-0ubuntu6) utopic; urgency=medium

  * Remove experimental pthread patch (causes regressions)
- http://bugs.winehq.org/show_bug.cgi?id=36772
- http://bugs.winehq.org/show_bug.cgi?id=36744
  * Actually apply the extraneously large buffer revert patch
- Was somehow turned off in previous update
- Reduces audio latency; upstream only increased buffer for non-linux 
drivers
  * Build-depend on ocl-icd-opencl-dev instead of its deps (LP: #1371196)
- Remove direct build-depend on ocl-icd-libopencl1 and opencl-headers
  * Add Arabic and Japanese translations for the .desktop files (LP: #1320290)
- Thank you Akira Nakagawa
  * Remove ocl-icd-libopencl1 from recommends (LP: #1313123, #1376587)
- Spurious as there is an automatic dependency on it or its substitutes
- Might fix some installability problems on proprietary drivers
  * Exclude libpulse0 from auto-dependency generation (LP: #1226314)
- It correctly remains a recommends, as it is possible to run Wine without 
pulseaudio
- debian/rules: exclude winepulse.drv.so from parsing by dh_shlibdeps
  * Import patch to mostly fix wine icon appearing instead of app icon (LP: 
#1103833)
- Patch courtesy Michael Müller, possibly to be replaced by later patches
  * Downgrade winbind from Recommends to Suggests (LP: #302148)
 -- Scott Ritchie scottritc...@ubuntu.com   Mon, 06 Oct 2014 14:22:27 -0700

** Changed in: wine1.6 (Ubuntu)
   Status: Triaged = Fix Released

** Bug watch added: Wine Bugzilla #36772
   http://bugs.winehq.org/show_bug.cgi?id=36772

** Bug watch added: Wine Bugzilla #36744
   http://bugs.winehq.org/show_bug.cgi?id=36744

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1103833

Title:
  Wine's icon and description appears for all Windows applications

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in “unity” package in Ubuntu:
  Triaged
Status in “wine1.6” package in Ubuntu:
  Fix Released

Bug description:
  If I start an application using Crossover (or Wine), the application will 
always be the Wine Logo instead of the application logo. This is the same 
independent of the application being run or using Wine instead of Crossover.
  That makes sense if the application has no logo, but it gets confusing 
running multiple Microsoft Office programs - and all of them have the same logo.
  The hint text for the icon is also Wine Windows Program Loader instead of 
Document 1 - Microsoft Word as it should be.
  Unity does not seem to allow Wine/Crossover to use application icons and 
title text.

  I have confirmed that this issue does NOT occur in Gnome Classic, and
  is only a Unity flaw.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.12.0-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Jan 23 23:37:43 2013
  InstallationDate: Installed on 2012-10-21 (94 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1103833/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1337244] Re: compiz crashed with SIGSEGV in nux::WindowThread::ComputeQueuedLayout()

2014-10-07 Thread Treviño
** Changed in: nux
   Status: In Progress = Fix Committed

-- 
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/1337244

Title:
  compiz crashed with SIGSEGV in
  nux::WindowThread::ComputeQueuedLayout()

Status in Nux:
  Fix Committed
Status in Nux trusty series:
  In Progress
Status in “nux” package in Ubuntu:
  In Progress
Status in “nux” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  Unity crashes when unlocking the session

  [Test case]
  1. Lock the session
  2. Unlock the session
  3. No crash should happen

  [Regression potential]
  None

  Hi, this is basically the same bug as
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1298202, but that
  bug is marked as Fix Released with Unity 7.2.0, and I'm still seeing
  this bug on trusty, with the latest Unity version (unity
  7.2.1+14.04.20140513-0ubuntu2).  I already mentioned in that bug that
  I was still seeing it quite a while ago, but got no reply to that.

  Crashes are being experienced in multiple machines, while unlocking
  the screen.  The stacktraces vary, but they always fail in the same
  function and same line.

  First stacktrace:
  #0  0x0410 in ?? ()
  #1  0x7fd4bf4eb75d in nux::WindowThread::ComputeQueuedLayout 
(this=this@entry=0x22c1990) at ./WindowThread.cpp:318
  #2  0x7fd4bf4ecb28 in nux::WindowThread::RenderInterfaceFromForeignCmd 
(this=0x22c1990, clip=...) at ./WindowThread.cpp:1627
  #3  0x7fd4c0c20389 in unity::UnityScreen::paintDisplay() () from 
/usr/lib/compiz/libunityshell.so
  #4  0x7fd4c0c20748 in 
unity::UnityScreen::glPaintOutput(GLScreenPaintAttrib const, GLMatrix const, 
CompRegion const, CompOutput*, unsigned int)
     () from /usr/lib/compiz/libunityshell.so
  #5  0x7fd4d4f2e272 in GLScreen::glPaintOutput(GLScreenPaintAttrib const, 
GLMatrix const, CompRegion const, CompOutput*, unsigned int) ()
    from /usr/lib/compiz/libopengl.so
  #6  0x7fd4d4f2eed4 in 
PrivateGLScreen::paintOutputs(std::listCompOutput*, 
std::allocatorCompOutput* , unsigned int, CompRegion const) ()
    from /usr/lib/compiz/libopengl.so
  #7  0x7fd4d556944f in CompositeScreen::paint(std::listCompOutput*, 
std::allocatorCompOutput* , unsigned int) ()
    from /usr/lib/compiz/libcomposite.so
  #8  0x7fd4d556caf2 in CompositeScreen::handlePaintTimeout() () from 
/usr/lib/compiz/libcomposite.so
  #9  0x7fd4e12c053d in CompTimer::triggerCallback() () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #10 0x7fd4e12c05ef in CompTimeoutSource::callback() () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #11 0x7fd4e12bfb4d in CompTimeoutSource::dispatch(sigc::slot_base*) () 
from /usr/lib/libcompiz_core.so.ABI-20140123
  #12 0x7fd4df7ac35f in Glib::Source::dispatch_vfunc(_GSource*, int 
(*)(void*), void*) () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  #13 0x7fd4df29ece5 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #14 0x7fd4df29f048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #15 0x7fd4df29f30a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #16 0x7fd4e127b0eb in 
compiz::private_screen::EventManager::startEventLoop(_XDisplay*) () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #17 0x00401971 in main ()

  Second stacktrace (different machine):
  #0  0x7f0058407ed0 in nux_area_accessible_check_pending_notification () 
from /usr/lib/compiz/libunityshell.so
  #1  0x7f0056cb175d in nux::WindowThread::ComputeQueuedLayout 
(this=this@entry=0x1d530e0) at ./WindowThread.cpp:318
  #2  0x7f0056cb2b28 in nux::WindowThread::RenderInterfaceFromForeignCmd 
(this=0x1d530e0, clip=...) at ./WindowThread.cpp:1627
  #3  0x7f00583e6389 in unity::UnityScreen::paintDisplay() () from 
/usr/lib/compiz/libunityshell.so
  #4  0x7f00583e6748 in 
unity::UnityScreen::glPaintOutput(GLScreenPaintAttrib const, GLMatrix const, 
CompRegion const, CompOutput*, unsigned int) () from 
/usr/lib/compiz/libunityshell.so
  #5  0x7f00705e2272 in GLScreen::glPaintOutput(GLScreenPaintAttrib const, 
GLMatrix const, CompRegion const, CompOutput*, unsigned int) ()
    from /usr/lib/compiz/libopengl.so
  #6  0x7f00705e2ed4 in 
PrivateGLScreen::paintOutputs(std::listCompOutput*, 
std::allocatorCompOutput* , unsigned int, CompRegion const) ()
    from /usr/lib/compiz/libopengl.so
  #7  0x7f0070c1d44f in CompositeScreen::paint(std::listCompOutput*, 
std::allocatorCompOutput* , unsigned int) ()
    from /usr/lib/compiz/libcomposite.so
  #8  0x7f0070c20af2 in CompositeScreen::handlePaintTimeout() () from 
/usr/lib/compiz/libcomposite.so
  #9  0x7f007879b53d in CompTimer::triggerCallback() () from 
/usr/lib/libcompiz_core.so.ABI-20140123
  #10 0x7f007879b5ef in CompTimeoutSource::callback() () from 

[Dx-packages] [Bug 1313446] Re: window disappears on toggle shade

2014-10-07 Thread Roberto
Hello,

I totally agree with previous comments regarding the windows shading. I will be 
really happy once this annoying problem is solved.
Thanks
Roberto

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1313446

Title:
  window disappears on toggle shade

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I used Unity Tweak Tool to enable Toggle Shade using middle click.
  When I click to top of the window, it rolls up and disappears. A
  ghost outline of the window appears and the only way to get the
  window back is by using Alt-tab. Sometimes, when reselecting the
  window using Alt-tab, Ubuntu freezes (crashes) and an internal error
  is generated. It seems to be related to Compiz but I'm not sure. An
  error report was generated and sent.

  Description:  Ubuntu 14.04 LTS (64-bit)
  Release:  14.04
  unity-tweak-tool 0.0.6ubuntu1

  I expected the window would roll up and I'd be left with the
  window's top bar like with previous versions of Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1313446/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-07 Thread kevin gunn
I'm gonna go out on a limb and say unity8 is just reflecting what
indicator-message is telling it

** Changed in: unity8 (Ubuntu)
   Status: New = Opinion

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378462

Title:
  cannot reply to second notification

Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  build 88, rtm on krillin

  - unlock the phone
  - make sure messaging-app is not running
  - send two sms messages to the phone
  - once they appear, open the messaging-menu
  - reply to the first message by clicking the message which makes it expand to 
reveal the send field
  - this works
  - attempt to reply to the second message by clicking the message to make it 
expand

  Expected results:
  the item should expand and allow you to send a message

  Actual results:
  the item cannot be expanded and you can't reply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1370014] Re: Remmina Launching Remote Sessions Larger than Workspace

2014-10-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1370014

Title:
  Remmina Launching Remote Sessions Larger than Workspace

Status in Unity:
  New
Status in “remmina” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Please view this video of the bug I'm reporting:
  http://youtu.be/wKGLff7HhS8

  Essentially, when using the Unity desktop in a Multiple Monitor setup
  (using workspaces), Remmina is launching remote sessions into a window
  larger than the workspace to which I'm launching it.

  Another thing to note about my set up, is that I do use Ubuntu's
  scaling feature to make things about 10% larger than the default size
  (to accommodate my otherwise straining eyes). Some times I use large
  text too. These facts may be totally unrelated to the bug, but I
  thought I would at least mention them.

  I'm using a fully update Ubuntu 14.04 Desktop 64bit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1370014/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1370014] Re: Remmina Launching Remote Sessions Larger than Workspace

2014-10-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: remmina (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1370014

Title:
  Remmina Launching Remote Sessions Larger than Workspace

Status in Unity:
  New
Status in “remmina” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Please view this video of the bug I'm reporting:
  http://youtu.be/wKGLff7HhS8

  Essentially, when using the Unity desktop in a Multiple Monitor setup
  (using workspaces), Remmina is launching remote sessions into a window
  larger than the workspace to which I'm launching it.

  Another thing to note about my set up, is that I do use Ubuntu's
  scaling feature to make things about 10% larger than the default size
  (to accommodate my otherwise straining eyes). Some times I use large
  text too. These facts may be totally unrelated to the bug, but I
  thought I would at least mention them.

  I'm using a fully update Ubuntu 14.04 Desktop 64bit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1370014/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378555] [NEW] Unity broke down

2014-10-07 Thread Vadim Peretokin
Public bug reported:

Unity's window animations, out of the blue, became impossibly slow.
Anything that involved opening a new window, closing a window or moving
a window was freezing up and real slow. In addition to this, alt+f2
stopped working - the window would come up, but searching for anything
would say no results found (this prevented me from restarting unity.
Lastly, locking the screen made the compute un-unlockable because the
field to enter the password was missing.

Reboot fixed the issue.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
Uname: Linux 3.17.0-031700rc3-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Oct  8 08:13:54 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 fglrx, 13.350.1, 3.13.0-35-generic, x86_64: installed
 fglrx, 13.350.1, 3.13.0-36-generic, x86_64: installed
 fglrx, 13.350.1, 3.17.0-031700rc3-generic, x86_64: installed
 i915-3.15-3.13, 0.01, 3.13.0-35-generic, x86_64: installed
 i915-3.15-3.13, 0.01, 3.13.0-36-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:198f]
 Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8730M] [1002:6601] (rev 
ff) (prog-if ff)
InstallationDate: Installed on 2014-06-26 (102 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Hewlett-Packard HP ZBook 14
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.17.0-031700rc3-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/29/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: L71 Ver. 01.11
dmi.board.name: 198F
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 15.54
dmi.chassis.asset.tag: CNU424B3ZZ
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.11:bd04/29/2014:svnHewlett-Packard:pnHPZBook14:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ZBook 14
dmi.product.version: A3009DD10303
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.54-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Wed Oct  8 08:12:27 2014
xserver.configfile: /etc/X11/xorg.conf
xserver.errors: Screen 1 deleted because of no matching config section.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.1
xserver.video_driver: fglrx

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 third-party-packages trusty ubuntu

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378555

Title:
  Unity broke down

Status in “unity” package in Ubuntu:
  New

Bug description:
  Unity's window animations, out of the blue, became impossibly slow.
  Anything that involved opening a new window, closing a window or
  moving a window was freezing up and real slow. In addition to this,
  alt+f2 stopped working - the window would come up, but searching for
  anything would say no results found (this prevented me from
  restarting unity. Lastly, locking the screen made the compute un-
  unlockable because the field to enter the password was missing.

  Reboot fixed the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Oct  8 08:13:54 2014
  DistUpgraded: 

[Dx-packages] [Bug 1378564] [NEW] volume notification is not in sync with indicator

2014-10-07 Thread Leo Arias
Public bug reported:

I found this while testing silo 11 with krilling #88.
The volume indicator icon has three bars, and the notification icon also has 
three bars. However, when changing the volume with the buttons I can see one 
more bar on the notification than on the indicator. See the attached screenshot.

phablet@ubuntu-phablet:~$ apt-cache policy indicator-sound
indicator-sound:
  Instalados: 12.10.2+14.10.20141007-0ubuntu1
  Candidato:  12.10.2+14.10.20141007-0ubuntu1
  Tabla de versión:
 *** 12.10.2+14.10.20141007-0ubuntu1 0
500 
http://ppa.launchpad.net/ci-train-ppa-service/landing-011/ubuntu-rtm/ 
14.09/main armhf Packages
100 /var/lib/dpkg/status

** Affects: indicator-sound
 Importance: Undecided
 Status: New

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: volume.png
   https://bugs.launchpad.net/bugs/1378564/+attachment/4227914/+files/volume.png

** Also affects: indicator-sound
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378564

Title:
  volume notification is not in sync with indicator

Status in Sound Menu:
  New
Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  I found this while testing silo 11 with krilling #88.
  The volume indicator icon has three bars, and the notification icon also has 
three bars. However, when changing the volume with the buttons I can see one 
more bar on the notification than on the indicator. See the attached screenshot.

  phablet@ubuntu-phablet:~$ apt-cache policy indicator-sound
  indicator-sound:
Instalados: 12.10.2+14.10.20141007-0ubuntu1
Candidato:  12.10.2+14.10.20141007-0ubuntu1
Tabla de versión:
   *** 12.10.2+14.10.20141007-0ubuntu1 0
  500 
http://ppa.launchpad.net/ci-train-ppa-service/landing-011/ubuntu-rtm/ 
14.09/main armhf Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1378564/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1353129] Re: [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have stopped working

2014-10-07 Thread Christopher M. Penalver
Teo, please do not add random packages to this report. While this report
isn't being ignored, as previously outlined to you, bugs can manifest
themselves after package upgrading due to an outdated BIOS.

** No longer affects: unity (Ubuntu)

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1353129

Title:
  [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have
  stopped working

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  All of a sudden, the volume keys from the keyboard have stopped
  working.

  The volume control on the top right corner of the screen does work if
  used with the mouse.

  I have both an external usb keyboard with dedicated volume + and -
  keys, and the builtin laptop keyboard where the volume +/-keys are the
  combination of the Fn key plus the up/down arrows.

  All these used to work up to a few minutes ago. Now none of them works.
  I think they stopped working with the last reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  teo2303 F pulseaudio
   /dev/snd/pcmC0D0p:   teo2303 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 23:13:35 2014
  HibernationDevice: RESUME=UUID=ff7e702a-a05a-47fd-8c14-551e81f9e9e3
  InstallationDate: Installed on 2013-10-11 (298 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (73 days ago)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353129/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2014-10-07 Thread Ower
same problem.
Linux 3.14.0-generic
ubuntu 14.04
kdm

init --user use 1.8GB memory in 9 days

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1235649

Title:
  uevent spam causes libdbus client code in session upstart to consume
  massive amounts of memory on Ubuntu Touch

Status in Touch Landing Plan:
  Fix Released
Status in Unity:
  Confirmed
Status in Upstart:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “systemd” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  Fix Released
Status in “linux” source package in Saucy:
  Invalid
Status in “systemd” source package in Saucy:
  Invalid
Status in “unity” source package in Saucy:
  Invalid
Status in “upstart” source package in Saucy:
  Fix Released

Bug description:
  using ubuntu touch image 82 i see the session init consume about 10MB per 
minute as long as the screen is on  with Mir.
  running the same session with surfaceflinger only consumes 1MB per minute.

  in both cases the system starts to swap heavily at some point, making
  the UI unresponsive.

  http://paste.ubuntu.com/6196223/ has the top output of a Mir session
  after 30min, the UI just got completely unresponsive when this
  snapshot was taken.

  http://paste.ubuntu.com/6196332/ is the top output of a surfaceflinger
  session where the screen was off for about 10min

  apparently the leak only occurs while the screen is on, it seems to be
  permanently there but in the case of surfaceflinger it hits less hard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/landing-plan/+bug/1235649/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378564] Re: volume notification is not in sync with indicator

2014-10-07 Thread Ted Gould
The code is exactly the same. I think the difference comes from the
different audio modes, where one can be alert and the other multimedia.
We have an ongoing discussion with design on the best way to implement
this, I'll add the topic of which volume the notification should show to
that discussion.

** Changed in: indicator-sound
   Status: New = Triaged

** Changed in: indicator-sound (Ubuntu)
   Status: New = Triaged

** Changed in: indicator-sound
   Importance: Undecided = High

** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378564

Title:
  volume notification is not in sync with indicator

Status in Sound Menu:
  Triaged
Status in “indicator-sound” package in Ubuntu:
  Triaged

Bug description:
  I found this while testing silo 11 with krilling #88.
  The volume indicator icon has three bars, and the notification icon also has 
three bars. However, when changing the volume with the buttons I can see one 
more bar on the notification than on the indicator. See the attached screenshot.

  phablet@ubuntu-phablet:~$ apt-cache policy indicator-sound
  indicator-sound:
Instalados: 12.10.2+14.10.20141007-0ubuntu1
Candidato:  12.10.2+14.10.20141007-0ubuntu1
Tabla de versión:
   *** 12.10.2+14.10.20141007-0ubuntu1 0
  500 
http://ppa.launchpad.net/ci-train-ppa-service/landing-011/ubuntu-rtm/ 
14.09/main armhf Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1378564/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378616] Re: changing volume with the indicator open makes the slider shiver and the mediaplayer icon to be reloaded and the pause button to appear

2014-10-07 Thread Leo Arias
** Also affects: indicator-sound (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378616

Title:
  changing volume with the indicator open makes the slider shiver and
  the mediaplayer icon to be reloaded and the pause button to appear

Status in Sound Menu:
  New
Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  I found this while testing silo 11 with krilling #88.

  Steps to reproduce:
  Open the sound indicator.
  Press a volume button.

  (see the attached video)

  You will see that the slider moves to the right value, then moves to a 
different place, and then returns to the right value.
  Also the mediaplayer icon disappears for a while.
  And the play button changes to the pause button for a while.

  phablet@ubuntu-phablet:~$ apt-cache policy indicator-sound
  indicator-sound:
Instalados: 12.10.2+14.10.20141007-0ubuntu1
Candidato: 12.10.2+14.10.20141007-0ubuntu1
Tabla de versión:
   *** 12.10.2+14.10.20141007-0ubuntu1 0
  500 
http://ppa.launchpad.net/ci-train-ppa-service/landing-011/ubuntu-rtm/ 
14.09/main armhf Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1378616/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1378618] [NEW] volume notification looks bad when an indicator is open

2014-10-07 Thread Leo Arias
Public bug reported:

I found this while testing silo 11 with krilling #88.

Steps to reproduce:
Open an indicator.
Press a volume button.

(see the attached screenshot)

You will see that the notification appears, but it's the same color as
the header. It has no borders, so you can't tell it's a popup. It looks
like the header changed to something that's no properly aligned.

phablet@ubuntu-phablet:~$ apt-cache policy indicator-sound
indicator-sound:
  Instalados: 12.10.2+14.10.20141007-0ubuntu1
  Candidato: 12.10.2+14.10.20141007-0ubuntu1
  Tabla de versión:
 *** 12.10.2+14.10.20141007-0ubuntu1 0
500 
http://ppa.launchpad.net/ci-train-ppa-service/landing-011/ubuntu-rtm/ 
14.09/main armhf Packages
100 /var/lib/dpkg/status

** Affects: indicator-sound
 Importance: Undecided
 Status: New

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: volume2.png
   
https://bugs.launchpad.net/bugs/1378618/+attachment/4227991/+files/volume2.png

** Also affects: indicator-sound (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1378618

Title:
  volume notification looks bad when an indicator is open

Status in Sound Menu:
  New
Status in Ubuntu UX bugs:
  New
Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  I found this while testing silo 11 with krilling #88.

  Steps to reproduce:
  Open an indicator.
  Press a volume button.

  (see the attached screenshot)

  You will see that the notification appears, but it's the same color as
  the header. It has no borders, so you can't tell it's a popup. It
  looks like the header changed to something that's no properly aligned.

  phablet@ubuntu-phablet:~$ apt-cache policy indicator-sound
  indicator-sound:
Instalados: 12.10.2+14.10.20141007-0ubuntu1
Candidato: 12.10.2+14.10.20141007-0ubuntu1
Tabla de versión:
   *** 12.10.2+14.10.20141007-0ubuntu1 0
  500 
http://ppa.launchpad.net/ci-train-ppa-service/landing-011/ubuntu-rtm/ 
14.09/main armhf Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1378618/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1351113] Re: password input box after suspend/resume was not focused but looked like it was; keyboard input was being intercepted by another window

2014-10-07 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: unity (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1351113

Title:
  password input box after suspend/resume was not focused but looked
  like it was; keyboard input was being intercepted by another window

Status in Unity:
  Expired
Status in “unity” package in Ubuntu:
  Expired

Bug description:
  This is a HUGE SECURITY ISSUE.

  I suspended, then I resumed.

  Upon resume, I was presented the usual screen where you have to insert
  the password to unlock the screen.

  The password input box had a blinking cursor, as expected.
  I tried to type the password but it appeared to be not responding to 
keystrokes (from an external usb keyboard), meaning the usual dots would not 
appear at every keystroke.

  I thought the external usb keyboard was not working (due to another
  known bug) so I plugged it to another port, with no luck.

  So I tried to use the builtin keyboard of the laptop, but it wouldn't
  (apparently) respond to keystrokes either.

  So I clicked with the mouse on the language selection indicator in the
  upper right corner of the screen, and selected the (unique and already
  selected) language: spanish. A posteriori I think this was irrelevant.
  What I guess was relevant is that I gave focus to anything other than
  the password input box and then clicked on the password input box
  again.

  So now it worked and I could type my password and unlock the screen.

  AND HERE'S THE TERRIFYING THING: after inserting the password and
  unlocking the screen, Google Chrome was the active window (because it
  had been prior to suspending), and in the active tab there was
  facebook open. In the status-update textarea there were all the keys
  that I had been hitting when trying to input the password.

  Do you realize the enormous security hazard here? If I had typed the
  whole password quickly without looking at the screen and hit Enter
  before realizing the keystrokes were not being intercepted by the
  password input box, I could have posted my password on facebook
  without seeing it. Perhaps even twice. Fortunately, I saw the
  keystrokes were not being registered from the very beginning, and
  reacted by repeating the first few characters several times, and then
  hitting random keys, so I only typed a nonsense sequence of characters
  that doesn't even remotely resemble my password and I never got to hit
  the Enter key anyway.

  
  So, to sum up the issue:
  - after resume, the password input box wasn't focused and it should have been
  - worse: it completely looked like it was focused, with a blinking cursor 
inside, so everything looked like keyboard was not working at all
  - worst of all: keystrokes were actually being intercepted by an active 
application (which was not visible because the screen was locked). NOTHING that 
is behind the locked screen should be able to intercept keystrokes or mouse 
interaction, under any circumstance. If you are not seing something, that 
something must be non-existent to keyboard and mouse interaction.

  
  This is far from systematically reproducible. This is the first time I have 
observed this, ever, and have no idea what triggered this. I suspend and resume 
very often on a daily basis so this must be something pretty rare. Yet it is 
hugely dangerous.
  My very real-life case could have led to posting my password on facebook.
  Imagine if the active window was a terminal and if you happen to have a funny 
password such as sudo rm -f /*

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Aug  1 02:40:29 2014
  InstallationDate: Installed on 2013-10-11 (293 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (68 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1351113/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1351113] Re: password input box after suspend/resume was not focused but looked like it was; keyboard input was being intercepted by another window

2014-10-07 Thread Launchpad Bug Tracker
[Expired for Unity because there has been no activity for 60 days.]

** Changed in: unity
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1351113

Title:
  password input box after suspend/resume was not focused but looked
  like it was; keyboard input was being intercepted by another window

Status in Unity:
  Expired
Status in “unity” package in Ubuntu:
  Expired

Bug description:
  This is a HUGE SECURITY ISSUE.

  I suspended, then I resumed.

  Upon resume, I was presented the usual screen where you have to insert
  the password to unlock the screen.

  The password input box had a blinking cursor, as expected.
  I tried to type the password but it appeared to be not responding to 
keystrokes (from an external usb keyboard), meaning the usual dots would not 
appear at every keystroke.

  I thought the external usb keyboard was not working (due to another
  known bug) so I plugged it to another port, with no luck.

  So I tried to use the builtin keyboard of the laptop, but it wouldn't
  (apparently) respond to keystrokes either.

  So I clicked with the mouse on the language selection indicator in the
  upper right corner of the screen, and selected the (unique and already
  selected) language: spanish. A posteriori I think this was irrelevant.
  What I guess was relevant is that I gave focus to anything other than
  the password input box and then clicked on the password input box
  again.

  So now it worked and I could type my password and unlock the screen.

  AND HERE'S THE TERRIFYING THING: after inserting the password and
  unlocking the screen, Google Chrome was the active window (because it
  had been prior to suspending), and in the active tab there was
  facebook open. In the status-update textarea there were all the keys
  that I had been hitting when trying to input the password.

  Do you realize the enormous security hazard here? If I had typed the
  whole password quickly without looking at the screen and hit Enter
  before realizing the keystrokes were not being intercepted by the
  password input box, I could have posted my password on facebook
  without seeing it. Perhaps even twice. Fortunately, I saw the
  keystrokes were not being registered from the very beginning, and
  reacted by repeating the first few characters several times, and then
  hitting random keys, so I only typed a nonsense sequence of characters
  that doesn't even remotely resemble my password and I never got to hit
  the Enter key anyway.

  
  So, to sum up the issue:
  - after resume, the password input box wasn't focused and it should have been
  - worse: it completely looked like it was focused, with a blinking cursor 
inside, so everything looked like keyboard was not working at all
  - worst of all: keystrokes were actually being intercepted by an active 
application (which was not visible because the screen was locked). NOTHING that 
is behind the locked screen should be able to intercept keystrokes or mouse 
interaction, under any circumstance. If you are not seing something, that 
something must be non-existent to keyboard and mouse interaction.

  
  This is far from systematically reproducible. This is the first time I have 
observed this, ever, and have no idea what triggered this. I suspend and resume 
very often on a daily basis so this must be something pretty rare. Yet it is 
hugely dangerous.
  My very real-life case could have led to posting my password on facebook.
  Imagine if the active window was a terminal and if you happen to have a funny 
password such as sudo rm -f /*

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Aug  1 02:40:29 2014
  InstallationDate: Installed on 2013-10-11 (293 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (68 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1351113/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp