[Touch-packages] [Bug 1301394] Re: Launcher damange the left-monitor area also if it's hidden

2015-03-30 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1301394

Title:
  Launcher damange the left-monitor area also if it's hidden

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When in auto-hide mode the launcher damages the area that it would
  fill when shown, also when hidden.

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

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


[Touch-packages] [Bug 1308265] Re: First password letter not registered in lockscreen if screen off

2015-03-30 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1308265

Title:
  First password letter not registered in lockscreen if screen off

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  With the new lockscreen, if my screen is off, I just start typing,
  every time my password is too short. It looks like the first key only
  triggers the screen on and does not go to the input field.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140414.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Apr 15 23:59:08 2014
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1436095] Re: AP test failure: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click

2015-03-30 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1436095

Title:
  AP test failure:
  unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  The following two AP tests consistently ERROR during regular Unity
  testing.

  ==
  ERROR: 
unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click
  --
  Empty attachments:
/var/log/syslog

  unity-log: {{{WARN  2015-03-24 13:43:02 nux.inputmethod.ibus
  InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}}

  Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 
128, in test_scaled_window_closes_on_middle_click
  self.assertWindowIsScaledEquals(target_xid, False)
File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 
68, in assertWindowIsScaledEquals
  self.assertThat(refresh_fn, Eventually(Equals(scaled)))
File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in 
assertThat
  mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in 
_matchHelper
  mismatch = matcher.match(matchee)
File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", 
line 113, in match
  wait_fun(self.matcher, self.timeout)
File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", 
line 129, in _callable_wait_for
  new_value = refresh_fn()
File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 
67, in 
  refresh_fn = lambda: xid in [w.xid for w in 
self.unity.screen.scaled_windows]
File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", 
line 520, in __getattr__
  self.refresh_state()
File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", 
line 474, in refresh_state
  _, new_state = self.get_new_state()
File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", 
line 564, in get_new_state
  raise StateNotFoundError(self.__class__.__name__, id=self.id)
  StateNotFoundError: Object not found with name 'Window' and properties {'id': 
148832}.
  ==
  ERROR: 
unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click
  --
  Empty attachments:
/var/log/syslog

  unity-log: {{{WARN  2015-03-24 14:00:34 nux.inputmethod.ibus
  InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}}

  Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 
148, in test_scaled_window_closes_on_close_button_click
  self.assertWindowIsScaledEquals(target_xid, False)
File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 
68, in assertWindowIsScaledEquals
  self.assertThat(refresh_fn, Eventually(Equals(scaled)))
File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in 
assertThat
  mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in 
_matchHelper
  mismatch = matcher.match(matchee)
File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", 
line 113, in match
  wait_fun(self.matcher, self.timeout)
File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", 
line 129, in _callable_wait_for
  new_value = refresh_fn()
File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 
67, in 
  refresh_fn = lambda: xid in [w.xid for w in 
self.unity.screen.scaled_windows]
File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", 
line 520, in __getattr__
  self.refresh_state()
File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", 
line 474, in refresh_state
  _, new_state = self.get_new_state()
File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", 
line 564, in get_new_state
  raise StateNotFoundError(self.__class__.__name__, id=self.id)
  StateNotFoundError: Object not found with name 'Window' and properties {'id': 
224517}.
  ==

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-

[Touch-packages] [Bug 934069] Re: compiz crashed with SIGSEGV in _wordcopy_fwd_aligned() from __memmove_sse2() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from

2015-03-30 Thread Stephen M. Webb
We're closing this bug since it is has been some time with no response
from the original bug reporter.  However, if the issue still exists in
the latest development version of Ubuntu and you are the original
reporter please feel free to reopen with the requested information.  If
you are not the original reporter, please don't reopen this one but
instead file a new bug and reference this one.


** Changed in: compiz
   Status: Confirmed => Invalid

** Changed in: compiz-core
   Status: Confirmed => Invalid

** Changed in: compiz (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/934069

Title:
  compiz crashed with SIGSEGV in _wordcopy_fwd_aligned() from
  __memmove_sse2() from drisw_update_tex_buffer() from
  dri_set_tex_buffer2() from

Status in Compiz:
  Invalid
Status in Compiz Core:
  Invalid
Status in compiz package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Expired

Bug description:
  12.04 upgrade this afternoon, the system has significant effects, but
  I'm just a normal visit the website shortly tips are said compiz. I do
  not know why.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: unity 5.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
  Uname: Linux 3.2.0-16-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Fri Feb 17 17:31:40 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64+mac 
(20120109)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=zh_CN:zh
   PATH=(custom, no user)
   LANG=zh_CN.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f6f3448aac0:mov(%rsi),%rax
   PC (0x7f6f3448aac0) ok
   source "(%rsi)" (0x7d45b270) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
   TfpTexture::bindPixmapToTexture(unsigned long, int, int, int) () from 
/usr/lib/compiz/libopengl.so
  Title: compiz crashed with SIGSEGV in TfpTexture::bindPixmapToTexture()
  UpgradeStatus: Upgraded to precise on 2012-02-17 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1432484] Re: ctrl+alt+t hot key doesn't open terminal

2015-03-28 Thread Stephen M. Webb
No, there has been no actual fix released because no one has been able
to reproduce the problem.  It does not appear to be a software problem
in Unity, so we can not release a modification to the software to fix
it.

the bugs has been marked as Fix Released because of comment 10.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1432484

Title:
  ctrl+alt+t hot key doesn't open terminal

Status in Unity:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  1) Description:   Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  2) unity:
Installed: 7.3.1+15.04.20150227-0ubuntu1
Candidate: 7.3.1+15.04.20150227-0ubuntu1
Version table:
   *** 7.3.1+15.04.20150227-0ubuntu1 0
  500 http://mirrors.accretive-networks.net/ubuntu/ vivid/main amd64 
Packages
  100 /var/lib/dpkg/status

  3) ctrl+alt+t should open terminal
  4) nothing happens

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20150227-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.16.2-0ubuntu3
  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: Sun Mar 15 21:55:08 2015
  DistUpgraded: 2015-03-15 19:32:57,918 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.19.0-9-generic, x86_64: installed
   nvidia-346-updates, 346.47, 3.19.0-9-generic, x86_64: installed
   nvidia-346-updates-uvm, 346.47, 3.19.0-9-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 660 Ti] [10de:1183] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3662]
  InstallationDate: Installed on 2014-04-21 (329 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=d43fa8fe-98d7-4cbc-9f5a-845fe940823f ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to vivid on 2015-03-16 (0 days ago)
  dmi.bios.date: 05/19/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1605
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T DELUXE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1605:bd05/19/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.1+15.04.20150303-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59+git20150310.fcff9e21-0ubuntu0ricotz~utopic
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.0~git20150310.5750595c-0ubuntu0ricotz3~utopic
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150310.5750595c-0ubuntu0ricotz3~utopic
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Mar 15 21:49:49 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Microsoft IntelliMouse® Optical MOUSE, id 8
   inputDarfon Wireless Keyboard & Mouse KEYBOARD, id 9
   inputDarfon Wireless Keyboard & Mouse KEYBOARD, id 10
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   Output   DVI-0   DisplayPort-0  
HDMI-0 
   product id9896 
   vendor HWP
  xserver.version: 2:1.17.1-0ubuntu2
  xserver.video_driver: modeset

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://l

[Touch-packages] [Bug 1346355] Re: 14.04 power-cog does not turn red when restart is needed

2015-03-27 Thread Stephen M. Webb
Thanks for taking an interest in the design of the Ubuntu user
interface, but even if the Ubuntu design team hadn't already declared
this issue closed, it is still not an issue of the Unity shell but of
the Session Menu.  Reverting for a status of 'Invalid' for the Unity
shell.

** Changed in: unity (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1346355

Title:
  14.04 power-cog does not turn red when restart is needed

Status in The Session Menu:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Bug = a popup-dialog asking the user to reboot the system after an
  update should not repeat (popup again) at a later time if the user
  chooses not to reboot. Instead, the power-cog should turn the color
  red and no further popup-dialogs should present at any time.

  In ubuntu 12.04 the power-cog turned red when a reboot/restart was
  needed. This was a helpful feature because it informed users that they
  needed to restart the computer. But this helpful indicator is gone in
  14.04 and it has resulted in me never remembering to restart my
  computer because there is no helpful feedback from ubuntu that a
  restart is needed.

  In 14.04, I will perform an update and a popup tells me a Restart is
  needed but I usually select to restart-later because I am in the
  middle of working. By the the time I am done working I have forgotten
  that a restart is needed. Later when I am working again a popup occurs
  informing me that a restart is needed (but again I am in the middle of
  working so I don't restart). Bottom line: when the power-cog turned
  red, it reminded me that I needed to restart the computer. When I
  finished my work I look up and see the red power-cog and "Oh yeah, I
  need to restart. Now is a good time." In 14.04 this doesn't happen.
  Instead I'm perpetually bugged by a popup (which is useless because
  it's never a good time to restart when it pops up). The red power-cog
  was a much BETTER design choice.

  The removal of the power-cog turning red has negatively affected the
  management of ubuntu updates and it should be fixed so that it behaves
  like 12.04.

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

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


[Touch-packages] [Bug 1430784] Re: FTBFS using GCC-5

2015-03-27 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1430784

Title:
  FTBFS using GCC-5

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Unity fails to build from source using GCC 5.0 or later.

  An excerpt from the failing build log follows.

  /build/buildd/unity-7.3.1+15.04.20150126/hud/HudController.cpp:160:96:   
required from here
  /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:89:30: error: no 
match for call to '(sigc::bound_mem_functor1) (std::nullptr_t&)'
   { return functor_(_A_arg1); }
^
  In file included from 
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
   from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
   from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
   from /usr/include/sigc++-2.0/sigc++/signal.h:8,
   from /usr/include/Nux-4.0/NuxCore/Object.h:30,
   from /usr/include/Nux-4.0/NuxCore/NuxCore.h:730,
   from /usr/include/Nux-4.0/Nux/Nux.h:26,
   from 
/build/buildd/unity-7.3.1+15.04.20150126/hud/pch/hud_pch.hh:28:
  /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1855:12: note: candidate: 
T_return sigc::bound_mem_functor1::operator()(typename 
sigc::type_trait::take) const [with T_return = void; T_obj = 
unity::hud::Controller; T_arg1 = bool; typename sigc::type_trait::take 
= const bool&] 
 T_return operator()(typename type_trait::take _A_a1) const
  ^
  /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1855:12: note:   conversion 
of argument 1 would be ill-formed:
  In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
   from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
   from /usr/include/sigc++-2.0/sigc++/signal.h:8,
   from /usr/include/Nux-4.0/NuxCore/Object.h:30,
   from /usr/include/Nux-4.0/NuxCore/NuxCore.h:730,
   from /usr/include/Nux-4.0/Nux/Nux.h:26,
   from 
/build/buildd/unity-7.3.1+15.04.20150126/hud/pch/hud_pch.hh:28:
  /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:89:30: error: 
converting to 'bool' from 'std::nullptr_t' requires direct-initialization 
[-fpermissive]
   { return functor_(_A_arg1); }
^
  /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:89:30: error: 
return-statement with a value, in function returning 'void' [-fpermissive]
  hud/CMakeFiles/hud-lib.dir/build.make:103: recipe for target 
'hud/CMakeFiles/hud-lib.dir/HudController.cpp.o' failed

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

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


[Touch-packages] [Bug 1313597] Re: Shortcut overlay cannot be closed by clicking the close button in 14.04

2015-03-27 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1313597

Title:
  Shortcut overlay cannot be closed by clicking the close button in
  14.04

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  Confirmed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  In 14.04, the shortcut overlay would pop-out automatically on first boot.
  Although there is a close button on the top-left corner, it cannot be closed 
by clicking it.

  (it could be dismissed by the super key, or open a new window)

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

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


[Touch-packages] [Bug 1246891] Re: Going back from quicklist to launcher in key-nav mode doesn't unfold the launcher

2015-03-27 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1246891

Title:
  Going back from quicklist to launcher in key-nav mode doesn't unfold
  the launcher

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  1) Press Alt+F1
  2) Press right-key
  3) Press left-key

  Expected result:
  3) The launcher goes back to keynav mode and unfolds completely.

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

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


[Touch-packages] [Bug 1433648] Re: u-s-d needs timestamp to run commands

2015-03-27 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1433648

Title:
  u-s-d needs timestamp to run commands

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in unity source package in Trusty:
  Triaged
Status in unity-settings-daemon source package in Trusty:
  Triaged

Bug description:
  That's needed for https://git.gnome.org/browse/gnome-settings-
  daemon/commit/?id=487a936e61766f0306772c1269e2ff437fc53a46

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

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


[Touch-packages] [Bug 1428837] Re: AP tests fail because of upstream Nautilus .desktop file rename

2015-03-27 Thread Stephen M. Webb
** Changed in: unity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1428837

Title:
  AP tests fail because of upstream Nautilus .desktop file rename

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  New AP test failures are occurring after an upstream Nautilus .desktop
  file rename.

  The failures are caused by the Nautilus windows not being closed on
  request.

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

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


[Touch-packages] [Bug 1171476] Re: Launcher - count label pops out in auto-hide mode

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1171476

Title:
  Launcher - count label pops out in auto-hide mode

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Fix Released
Status in Unity 7.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Raring:
  Fix Released

Bug description:
  [Impact]

  Count label pops out in auto-hide mode.

  [Test Case]

  The launcher count label pops out of the side from the launcher in
  auto-hide mode, see attached image.  This bug seems to be specific to
  thunderbird, perhaps triggered by some combination of count + urgent.

  [Regression Potential]

  No regression potential.

  
  Desired resolution:

  - the count emblem should not pop out of the launcher

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-7.16-generic 3.8.0
  Uname: Linux 3.8.0-7-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Mon Apr 22 15:54:43 2013
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1171476/+subscriptions

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


[Touch-packages] [Bug 1170958] Re: [Regression] Panel shadow dropped on full screen windows after notification

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1170958

Title:
  [Regression] Panel shadow dropped on full screen windows after
  notification

Status in Unity:
  Fix Released
Status in Unity 7.0 series:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Raring:
  Won't Fix

Bug description:
  [Impact]

  Panel shadow drawn on a full screen window.

  [Test Case]

  1) Open Totem
  2) make it full-screen pressing F11
  3) Change the main volume using the multimedia keyboards

  Expected behavior:
  4) The volume notification is drawn above it, and the panel shadow is not

  Actual behavior
  4) The panel shadow is drawn below the notification bubble.

  [Regression Potential]

  No regression potential.

  --

  When having a full screen window focused and getting a notification, the 
Unity panel shadow gets drawn on top of the full screen window as well.
  Screenshot attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8
  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
  Date: Sat Apr 20 16:33:38 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Acer Incorporated [ALI] Device [1025:0713]
   NVIDIA Corporation GK107M [GeForce GT 640M LE] [10de:0fd3] (rev ff) (prog-if 
ff)
  MachineType: Acer Aspire M5-481TG
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-19-generic 
root=UUID=d67047dc-d9af-4097-8c13-0c46dc017014 ro quiet splash 
i915_enable_rc6=1 i915.i915_enable_fbc=1 pcie_aspm=force acpi_osi=Linux 
pciehp.pciehp_force=1 acpi_backlight=vendor vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section "InputClass"
   Identifier "Disable clickpad buttons on Apple touchpads"
   MatchDriver "synaptics"
   Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
   EndSection
  dmi.bios.date: 11/13/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.12
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: MA40_HX
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.12:bd11/13/2012:svnAcer:pnAspireM5-481TG:pvrV1.12:rvnAcer:rnMA40_HX:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire M5-481TG
  dmi.product.version: V1.12
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Sat Apr 20 12:36:26 2013
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: intel

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

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


[Touch-packages] [Bug 1179210] Re: unity_low_gfx_mode + auto hide launcher causes visual artifacts

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.1
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1179210

Title:
  unity_low_gfx_mode + auto hide launcher causes visual artifacts

Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  If you enable low gfx mode and auto hide launcher an ugly rectangle is
  drawn on top of the desktop along the left screen border, where the
  hidden launcher would have been. Take a look at the attached
  screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu8
  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
  Date: Sun May 12 15:16:18 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
Controller [8086:a011] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c08c]
 Subsystem: Samsung Electronics Co Ltd Device [144d:c08c]
  InstallationDate: Installed on 2013-05-11 (1 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. NF110/NF210/NF310
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=a402d2be-1682-4d17-9229-f152a96a19e0 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/08/2011
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 04MY.M033.20110308.JIP
  dmi.board.asset.tag: SAMSUNG
  dmi.board.name: NF110/NF210/NF310
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr04MY.M033.20110308.JIP:bd03/08/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnNF110/NF210/NF310:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNF110/NF210/NF310:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: NF110/NF210/NF310
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Sun May 12 15:11:20 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: intel

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

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


[Touch-packages] [Bug 1202936] Re: VirtualBox's edge is cut when running seamless mode

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1202936

Title:
  VirtualBox's edge is cut when running seamless mode

Status in Unity:
  Triaged
Status in Unity 7.0 series:
  Won't Fix
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  To reproduce: Start VirtualBox, select Windows 7 or Windows XP machine
  and enable seamless mode. The lower part of screen will be cutten out
  as like there exists other panel.

  I found that this problem appears when updated to 13.04. I used VB
  version 4.2.12 that time. Updated to 4.2.14 then to 4.2.16, but
  problem still exists. Tried Lubuntu, and this problem does not exist
  there. Also this problem exists in Unity from official repository. So
  I think it is general Unity bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1systray1 [origin: 
LP-PPA-timekiller-unity-systrayfix]
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.88  Wed Mar 27 14:26:46 
PDT 2013
   GCC version:  gcc версия 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,mousepoll,move,thumbnail,compiztoolbox,regex,place,imgpng,vpswitch,grid,gnomecompat,resize,animation,wall,unitymtgrabhandles,session,wobbly,expo,fade,workarounds,ezoom,scale,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CrashDB: unity
  Date: Fri Jul 19 11:19:56 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304-updates, 304.88, 3.8.0-26-generic, x86_64: installed
   vboxhost, 4.2.16, 3.8.0-26-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 6150SE nForce 430] [10de:03d0] (rev a2) 
(prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:8234]
  InstallationDate: Installed on 2013-05-15 (65 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=b632398e-9f06-46f7-8fe9-3e61266354a6 ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N-MX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd03/26/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-MX:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~raring
  version.libgl1-mesa-dri: libgl1-mesa-dri 
9.2.0~git20130715.428e0302-0ubuntu0sarvatt~raring
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
9.2.0~git20130715.428e0302-0ubuntu0sarvatt~raring
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 
2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.1.99+git20130710.c16c59f8-0ubuntu0sarvatt~raring
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.21.12+git20130715.884dd896-0ubuntu0sarva

[Touch-packages] [Bug 1232726] Re: Dash bg color doesn't match its surroundings

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.1
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1232726

Title:
  Dash bg color doesn't match its surroundings

Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in mesa package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Saucy:
  Invalid

Bug description:
  Lately, after login the Dash keeps a black background even if the
  Launcher and panel follow the current wallpaper color. I've added a
  screenshot. If I change the wallpaper, Dash recovers its chameleonic
  effect (until next reboot).

  Also, this started happening at the same time that a new error message
  (at log time) appeared, I've attached this error message, too.

  Description:  Ubuntu Saucy Salamander (development branch)
  Release:  13.10

  unity:
    Installed: 7.1.1+13.10.20130927.1-0ubuntu1
    Candidate: 7.1.1+13.10.20130927.1-0ubuntu1
    Version table:
   *** 7.1.1+13.10.20130927.1-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ saucy/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.1+13.10.20130927.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic i686
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Sep 29 08:00:07 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:30a2]
     Subsystem: Hewlett-Packard Company Device [103c:30a2]
  InstallationDate: Installed on 2013-08-31 (28 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha i386 (20130830)
  MachineType: Hewlett-Packard HP Compaq nx7400 (GF451LA#ABM)
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-9-generic 
root=UUID=cab2c6d5-2bf8-4db8-ba85-daaf28b1afec ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/18/2006
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68YGU Ver. F.0A
  dmi.board.name: 30A2
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.17
  dmi.chassis.asset.tag: CNU7111JLR
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68YGUVer.F.0A:bd12/18/2006:svnHewlett-Packard:pnHPCompaqnx7400(GF451LA#ABM):pvrF.0A:rvnHewlett-Packard:rn30A2:rvrKBCVersion40.17:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nx7400 (GF451LA#ABM)
  dmi.product.version: F.0A
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.10+13.10.20130927.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.2.901-2ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu9
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.14-4ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Sun Sep 29 07:53:46 2013
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: OutputTV-0   
VGA-0
  xserver.version: 2:1.14.2.901-2ubuntu6
  xserver.video_driver: intel

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

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


[Touch-packages] [Bug 1238622] Re: Panel title flickers when opening spread for an application

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.1
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1238622

Title:
  Panel title flickers when opening spread for an application

Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Open two or more windows of one application, click on its launcher
  icon to spread it. The panel will quickly show the "Ubuntu desktop"
  label before than prompting the spread application name.

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

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


[Touch-packages] [Bug 1240322] Re: Hud view overlay border is corrupted on damage events

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.1
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1240322

Title:
  Hud view overlay border is corrupted on damage events

Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Saucy:
  Invalid

Bug description:
  Such as bug #1224340 but for Hud.

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

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


[Touch-packages] [Bug 1237359] Re: [regression] Icons rearranged on Launcher not saved after reboot

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.1
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1237359

Title:
  [regression] Icons rearranged on Launcher not saved after reboot

Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in Unity trunk series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  First of all, Ubuntu-bug doesn't work properly any more. In the first
  screen, if I select the option for "other" it bounces me out of the
  program. So I selected the least inappropriate working option.

  Taskbar -- 
  I have the taskbar showing 7 programs. I have deleted some and added the 
following: Emacs, Wine-NaturallySpeaking, and Wine-notepad. 

  The icons add fine.

  But I want to move wine-notepad up. I can do this, but when I re-boot
  the icon is always back where it started.

  This is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu5
  ProcVersionSignature: Ubuntu 3.11.0-12.18-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu1
  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
  Date: Wed Oct  9 07:16:01 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2203]
  InstallationDate: Installed on 2013-08-12 (58 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130811)
  MachineType: LENOVO 3434CTO
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=bc02d17d-d76c-41e2-9c8b-038deee84dfb ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/25/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCET21WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3434CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCET21WW(1.10):bd07/25/2012:svnLENOVO:pn3434CTO:pvrThinkPadX230Tablet:rvnLENOVO:rn3434CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3434CTO
  dmi.product.version: ThinkPad X230 Tablet
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.10+13.10.20131004-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.903-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Wed Oct  9 07:10:01 2013
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 728 
   vendor LGD
  xserver.version: 2:1.14.3-3ubuntu1

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

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


[Touch-packages] [Bug 1240595] Re: [regression] Unity Launcher & Panel is gone after leaving full screen unredirected windows

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.1
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1240595

Title:
  [regression] Unity Launcher & Panel is gone after leaving full screen
  unredirected windows

Status in MyPaint:
  New
Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in evince package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Fix Released
Status in evince source package in Saucy:
  Invalid
Status in unity source package in Saucy:
  Invalid

Bug description:
  Unity launcher is gone after fullscreen windows are minimized!

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.2+13.10.20131014.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2
  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
  Date: Wed Oct 16 19:11:56 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.141+bdcom, 3.11.0-12-generic, x86_64: installed
   virtualbox, 4.2.16, 3.11.0-12-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0156] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5011]
  MachineType: LENOVO 37612ZG
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=lv
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=lv_LV.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic.efi.signed 
root=UUID=65f7e510-9ce8-4bf6-9fb0-9e6d8c6b4714 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/05/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H9ET63WW (0.63 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 37612ZG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD MM DPK IPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrH9ET63WW(0.63):bd09/05/2012:svnLENOVO:pn37612ZG:pvrLenovoB590:rvnLENOVO:rn37612ZG:rvrWin8STDMMDPKIPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 37612ZG
  dmi.product.version: Lenovo B590
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Wed Oct 16 18:19:24 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8684 
   vendor AUO
  xserver.version: 2:1.14.3-3ubuntu2

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

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


[Touch-packages] [Bug 1064155] Re: [SRU Regression] Launcher and Global Menu are completely black after exiting fullscreen from certain apps

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1064155

Title:
  [SRU Regression] Launcher and Global Menu are completely black after
  exiting fullscreen from certain apps

Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Committed
Status in Unity 7.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Raring:
  Fix Released

Bug description:
  [Impact]

  Regression in launcher / global menu drawing.

  [Test Case]

  Exit fullscreen mode from programs such as VirtualBox and KRDC the
  Unity Launcher on the left of the screen and the Global Menu at the
  top screen both disappear, and come back after clicking with a mouse.
  Expected result would be that they do not disappear.

  [Regression Potential]

  None known, draws the menus when full screen app is minimized.
  Automatic tests included.

  ---

  
  UPDATE: I have uninstalled the customized version of unity 
(ikarosdev-unity-revamped) using the following command:
  sudo apt-get purge unity unity-services unity-common libunity-core-5.0-5

  I then removed the custom unity ppa from my system and proceeded to
  install the official version of unity 5.6.

  I AM STILL EXPERIENCING THE SAME ISSUES WHICH ARE DESCRIBED BELOW:

  After upgrading to Unity 5.6 on Ubuntu 12.04 32-bit, now when I exit
  fullscreen mode from programs such as VirtualBox and KRDC the Unity
  Launcher on the left of the screen and the Global Menu at the top
  screen both disappear.

  All I have to do to get them to reappear is click anywhere on the
  screen, which seems entirely unnecessary... I did not experience this
  behavior with Unity 5.4. Also I am experiencing this behavior on two
  different laptops that are both running 12.04 32-bit with different
  hardware and software configurations.

  Screenshot is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic-pae 3.2.28
  Uname: Linux 3.2.0-31-generic-pae i686
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  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]
  CompositorRunning: compiz
  Date: Mon Oct  8 21:18:01 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.2.0, 3.2.0-31-generic-pae, i686: installed
   vboxhost, 4.2.0, 3.5.0-17-generic, i686: installed
   vboxhost, 4.2.0, 3.6.0-994-generic, i686: installed
   vboxhost, 4.2.0, 3.6.0-l840, i686: installed
  GraphicsCard:
   Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Toshiba America Info Systems Device [1179:fb50]
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  MachineType: TOSHIBA Satellite L840
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic-pae 
root=UUID=526d8ee5-709c-4635-aa7c-ba40c46cab5c ro quiet splash 
i915.semaphores=1 vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 1.80
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.80:bd06/26/2012:svnTOSHIBA:pnSatelliteL840:pvrPSK8GU-08S00D:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L840
  dmi.product.version: PSK8GU-08S00D
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.libdrm2: libdrm2 2.4.39-0ubuntu1.0~ppa1.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.20.8-0ubuntu2.1~precise2
  version.xserver-xorg-video-nouveau: xserver-xorg-

[Touch-packages] [Bug 1169340] Re: [alt-tab] Disable detail view for webapp icons.

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1169340

Title:
  [alt-tab] Disable detail view for webapp icons.

Status in Unity:
  Fix Released
Status in Unity 7.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Raring:
  Fix Released

Bug description:
  [Impact]

  Detail view for webapp icons should be disabled as it's broken.

  [Test Case]

  See a detail view in alt tab switcher for a webapp icon.

  [Regression Potential]

  None, disables a feature, test case included.

  
  Detail view for webapp icons (in the alt tab switcher) is broken atm. Fixing 
it requires too many changes. Let's disable it for 13.04.

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

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


[Touch-packages] [Bug 1153350] Re: LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1153350

Title:
  LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

Status in LibreOffice Productivity Suite:
  Unknown
Status in Application Indicators:
  Invalid
Status in The Application Menu:
  New
Status in Unity:
  Fix Released
Status in Unity 7.0 series:
  Fix Released
Status in unity package in Ubuntu:
  New
Status in unity source package in Raring:
  Fix Released

Bug description:
  [Impact]

  Regression in LibreOffice's menu.

  [Test Case]

  Open LibreOffice Writer, go to global menu, click on any menu to open,
  hover over items.

  Expected: Orange highlight (from default theme, color not important)
  on mouse hover

  Actual: No highlight, except:
  - text in mid-grey colour changing a bit (brighter grey)
  - menu entries that lead to a direct action get an orange square on the left 
side
  - menu entries that lead to opening another windows just don't change
  - submenus open, but highlighting works the same way in sub-menus

  [Regression Potential]

  A revert of the offending commit.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libreoffice-core 1:4.0.0~beta2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  Date: Sun Mar 10 12:37:34 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2013-03-06 (4 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130305)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   gnome-session[12370]: WARNING: Application 'compiz.desktop' killed by signal 
9
   gnome-session[12370]: WARNING: App 'compiz.desktop' respawning too quickly
   gnome-session[12370]: CRITICAL: We failed, but the fail whale is dead. 
Sorry
   gnome-session[12370]: WARNING: App 'compiz.desktop' respawning too quickly
   (gedit:14523): Gtk-CRITICAL **: gtk_widget_event: assertion 
`WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1153350/+subscriptions

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


[Touch-packages] [Bug 1100962] Re: HUD does not save the current input focus correctly

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1100962

Title:
  HUD does not save the current input focus correctly

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Quantal:
  Won't Fix

Bug description:
  As investigated by Brandon, when HUD is being opened, it doesn't save
  the current input focus, so sometimes it might focus the wrong window
  after exiting from the HUD. This might cause some autopilot test
  failures in some cases.

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

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


[Touch-packages] [Bug 1181367] Re: Alt+Tab switches between incorrect windows after some time of activity

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1181367

Title:
  Alt+Tab switches between incorrect windows after some time of activity

Status in Unity:
  Fix Released
Status in Unity 7.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Raring:
  Fix Released

Bug description:
  [Impact]

  Due to overflow, alt+tab between the same application becomes
  impossible]

  [Test Case]

  1) Keep two windows of an app (say terminal) opened for some time, and another
 window of a different app
  2) Focus one window terminal keeping the other terminal window below it
  3) Press Alt+Tab

  Expected behavior
  4) The other terminal window is focused

  Actual behavior:
  4) Other opened application is selected instead.

  [Regression Potential]

  Low, types extended from int to long long. The code affected is the
  alt tab functionality.

  

  Due to an overflow, after some time of activity it's impossible to
  alt+tab between two windows of the same application.

  1) Keep two windows of an app (say terminal) opened for some time, and another
     window of a different app
  2) Focus one window terminal keeping the other terminal window below it
  3) Press Alt+Tab

  Expected behavior
  4) The other terminal window is focused

  Actual behavior:
  4) Other opened application is selected instead.

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

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


[Touch-packages] [Bug 1057419] Re: Partial tooltips displayed

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1057419

Title:
  Partial tooltips displayed

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  See the included screenshot, partial tooltips can be displayed as if there 
were an invisible window hiding them.
  Clicking through this invisible window correctly brings the background 
application in front.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.5.2-0ubuntu4
  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]
  CompositorRunning: compiz
  Date: Thu Sep 27 11:20:02 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: LENOVO 4287CTO
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=a9f4b475-e4ce-45ed-aa33-9b92e52c49b0 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET58WW (1.28 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4287CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET58WW(1.28):bd02/14/2012:svnLENOVO:pn4287CTO:pvrThinkPadX220:rvnLENOVO:rn4287CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4287CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.2+bzr3377-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120917.7cfd42ce-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120917.7cfd42ce-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.8-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu1

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

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


[Touch-packages] [Bug 1080143] Re: Sometimes no window titles in spread

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1080143

Title:
  Sometimes no window titles in spread

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Sometimes when hitting super + w to spread all windows, the title of a
  window I'm mousing over doesn't show until I mouse over another window
  in spread, and mouse back over the other one (or if you mouse over the
  close button). the title should always show for the window currently
  being moused over in spread. I have ubuntu 12.10 64-bit with all
  updates, and intel HD4000 graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.4+bzr3407-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sat Nov 17 13:41:45 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   rts_bpp, 1.1, 3.0.0-17-generic, x86_64: built
   rts_bpp, 1.1, 3.5.0-17-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: CLEVO/KAPOK Computer Device [1558:0240]
  InstallationDate: Installed on 2012-11-01 (15 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MachineType: System76, Inc. Lemur Ultra
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=7d113229-8666-402c-b691-f94c22d35d29 ro quiet splash 
acpi_os_name=Linux acpi_osi= vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/25/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Lemur Ultra
  dmi.board.vendor: System76, Inc.
  dmi.board.version: lemu4
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd06/25/2012:svnSystem76,Inc.:pnLemurUltra:pvrlemu4:rvnSystem76,Inc.:rnLemurUltra:rvrlemu4:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: Lemur Ultra
  dmi.product.version: lemu4
  dmi.sys.vendor: System76, Inc.
  version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

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


[Touch-packages] [Bug 1122478] Re: Unity appears to enable decorations in _MOTIFY_WM_HINTS on its own

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1122478

Title:
  Unity appears to enable decorations in _MOTIFY_WM_HINTS on its own

Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Precise:
  Fix Released

Bug description:
  [Test Case]

  1. Start Steam on Ubuntu
     -> Notice that the Steam window has a custom, non-Ubuntu border, window 
buttons and decorations
  2. Maximize the Steam window
  3. Minimize the Steam window
  4. Un-minimize the Steam window
  5. Restore the Steam window
     -> Make sure that Steam does not have Ubuntu window decorations, but looks 
as it looked in step 1.

  [Regression Potential]

  No real regression potential - in really really impossible conditions
  is the lack of window decorations for selected, standard windows.

  Original description:

  A Steam Linux user reported this problem.

  He created a video which shows a sequence of minimizes and maximizes.
  Initially the Steam client window does not have decoration.  This is
  expected as Steam sets _MOTIF_WM_HINTS to disable decorations and
  never changes them again.  As the mins and maxes are performed
  _MOTIF_WM_HINTS gets changed and decorations are enabled.  Checking
  xprop confirms that the window properties actually are different.  As
  far as I can tell the Steam client is not doing this, so it seems like
  Unity is?

  Here's the movie:
  http://youtu.be/erPL_hPDHxA

  Here's the original GitHub report:
  https://github.com/ValveSoftware/steam-for-linux/issues/1516

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.18.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic-pae 3.2.35
  Uname: Linux 3.2.0-36-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  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]
  Date: Sun Feb 10 14:17:57 2013
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 806248] Re: unity::TimeUtil::TimeDelta returns an int value which overflows after 24 days of uptime

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/806248

Title:
  unity::TimeUtil::TimeDelta returns an int value which overflows after
  24 days of uptime

Status in Unity:
  Fix Released
Status in Unity 4.0 series:
  Won't Fix
Status in Unity 5.0 series:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Precise:
  Fix Released
Status in unity source package in Quantal:
  Fix Released

Bug description:
  [Impact]

  Icons disappearing after int32 delta time variable overflows in 24
  days.

  [Test Case]

  Run the automated test to simulate what happens after to the timedelta
  ~24 days of Unity running.

  [Regression Potential]

  Low - only the datatype is changed and an automated test is included.

  ---

  unity::TimeUtil::TimeDelta is used throughout Unity to compute time
  differences in milliseconds between events. Unfortunately, TimeDelta
  returns an int value, which can only express differences up to ~ 24
  days. So after 24 days of uptime, Unity breaks. The breakage is
  described in the comments.

  Original description:
  This issue, to me, is the same issue as 
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/762478.  However a poster 
on their thinks this is only related to the nvidia graphics driver.  I tend to 
disagree, nonelethess I am filing a new bug for it.  The behavior is the same.  
The icons are not showing up in the Unity launcher.  When I hover over them I 
can read the icon's "name" and clicking on it works.  I tried unity --reset, 
unity --reset-icons, sudo restart gdm and finally only resetting my entire 
system fixed the issue (although the icons are back to their default now -- 
none of my custom icons are appearing).  I do not have an NVIDIA graphics card, 
but rather, a built-in Intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.16-0ubuntu1~natty1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   29.030016] eth0: no IPv6 routers present
   [   37.298652] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
   [   85.910008] CE: hpet2 increased min_delta_ns to 7500 nsec
   [   85.910015] CE: hpet2 increased min_delta_ns to 11250 nsec
   [   85.910018] hrtimer: interrupt took 3365 ns
  Date: Tue Jul  5 16:29:05 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0420]
     Subsystem: Dell Device [1028:0420]
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MachineType: Dell Inc. OptiPlex 780
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=ebecbd9e-5adf-43ce-bc96-964abb961f59 ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/03/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0C27VV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd11/03/2010:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn0C27VV:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 780
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty2
  version.ia32-libs: ia32-libs 20090808ubuntu13
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

[Touch-packages] [Bug 1083186] Re: icaclient windows "dancing" when decorated

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1083186

Title:
  icaclient windows "dancing" when decorated

Status in Compiz:
  Invalid
Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in compiz package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Fix Released
Status in compiz source package in Precise:
  New
Status in unity source package in Precise:
  Fix Released

Bug description:
  [Test Case]

  1. Download testcase.py (attached to comment no. 3)
  2. Run with `python testcase.py`
  3. Wait for the window to restore itself
     -> Make sure there are no decorations on the restored window

  [Regression Potential]

  No real regression potential - in really really impossible conditions
  is the lack of window decorations for selected, standard windows.

  Original description:

  ICAclient applications, ie reomte windows applications displayed by
  the Citrix icaclient program display a strange behavior when running
  with Unity 12.10. When the windows are re-parented and decorated with
  a border, they move by themselves like they were "dancing" around
  window moves.

  Pre-requisites:
  - install the icaclient packages from 
http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html
  - create an account on the Citrix Cloud demo site: 
http://demo.citrixcloud.net/Citrix/XenApp/loading.htm

  To reproduce:
  1. open the Financial Dashboards (Excel), at 
http://demo.citrixcloud.net/Citrix/XenApp/site/default.aspx?CTX_CurrentFolder=%5cFinancial%20Solutions
  2. If the application starts in windowed mode, but undecorated, do maximize 
it with the windows controls at the top right of the window
  3. Once maximized, un-maximize the window with the Unity controls at the top 
left on the menu bar
  4. Verify that the window is now un-maximized *and* decorated with a Unity 
border
  5. Grab the window by its decoration and move it around in successive drag 
and drops

  Expected result:
  - the window should move and stay at the position where it has been dropped

  What happens instead:
  - the window starts dancing and oscillate around the position where it has 
been dropped

  Ref:
  
https://help.ubuntu.com/community/CitrixICAClientHowTo#Citrix_ICA_Client_12.1_on_Ubuntu_11.10_32-bit

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

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


[Touch-packages] [Bug 991637] Re: unity launcher vanishes when switching to mirrored displays

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/991637

Title:
  unity launcher vanishes when switching to mirrored displays

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Precise:
  Fix Released
Status in unity source package in Quantal:
  Won't Fix
Status in unity source package in Raring:
  Fix Released

Bug description:
  On a fresh install of Ubuntu 12.04, Unity 5.10.0-0ubuntu6, if I switch
  my display settings from non-mirrored to mirrored, the launcher
  vanishes. Note that I have the launcher "auto-hide" setting disabled,
  so it should always be visible.

  [Test Case]
  Steps to reproduce:
  * Open System Settings -> Displays.
  * Make sure the launcher is only allowed to be shown on the external monitor.
  * Check "Mirror displays" checkbox.
  * Click "Apply".
  * Unity launcher vanishes. The only way I've found to restore it is to switch 
back to non-mirrored mode.

  [Regression Potential]
  None.

  Other applications are affected by the switch to mirrored mode. If a
  window is maximized prior to the mirroring, often it will take up a
  narrow vertical strip (maybe 20 pixels wide) on the right side of the
  screen - de-maximizing restores restores it to a window, but re-
  maximizing restores it to the narrow vertical strip.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.10.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  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]
  Date: Sun Apr 29 21:22:41 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/991637/+subscriptions

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


[Touch-packages] [Bug 1085045] Re: Top panel "tooltip" is gone (regression)

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1085045

Title:
  Top panel "tooltip" is gone (regression)

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Quantal:
  Fix Released

Bug description:
  [Impact]

  Alt+F1 and keyboard navigating the launcher icons doesn't change the
  title in panel. This was a regression in a proposed update that was
  not covered well enough via tests.

  [Test Case]

  Alt+F1, navigate launcher icons, the title in the panel should update
  accordingly.

  [Regression Potential]

  Low/non-existent, title is now just properly refreshed when launcher
  item has been changed.

  ---

  Running unity 6.12.0-0ubuntu0.1 packages from proposed the top panel
  "tooltip" that appeared when the keyboard focus was on the launcher
  (i.e. doing Alt+F1) is not there anymore.

  How to reproduce:
   * Press Alt+F1
   * See that the dash button is highlighted
   * Verify that the top panel text does not change to describe selected 
launcher tile

  This works if using the regular quantal unity packages

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

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


[Touch-packages] [Bug 1070715] Re: webapp: alt-tab gets "stucked" on the browser rather than going to the next entry

2015-03-26 Thread Stephen M. Webb
** Changed in: unity/6.0
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1070715

Title:
  webapp: alt-tab gets "stucked" on the browser rather than going to the
  next entry

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  [Test Case]

  1. Run firefox
  2. Enable webapp integration for a website (e.g launchpad)
  3. Go to that website
     -> You get a launchpad icon in the launcher)
  4. Open a second firefox (e.g middle click on the launcher icon)
  5. Select launchpad in the launcher
  6. Press alt-tab once
     -> It should cycle to whatever was selected before

  [Regression Potential]

  Broken alt-tab behaviour.

  Original description:

  Using quantal with unity 6.8:
  * run firefox
  * enable webapp integration for a website (e.g launchpad)
  * go to that website (you get a launchpad icon in the launcher)
  * open a second firefox (e.g middle click on the launcher icon)
  * select launchpad in the launcher
  * press alt-tab once, it should cycle to whatever was selected before, 
instead it keeps cycle on the firefox/launchpad entry

  It looks like the entry is counted as two (firefox and webapp-icon)
  and that alt-tab tries to handle them as different items when they are
  not

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

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


[Touch-packages] [Bug 1238123] Re: compiz crashed with SIGSEGV in malloc_consolidate()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug is no longer a duplicate of private bug 1199799
** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1238123

Title:
  compiz crashed with SIGSEGV in malloc_consolidate()

Status in unity package in Ubuntu:
  New

Bug description:
  It crashes on trying to click a program icon in the dash.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.1+13.10.20131004-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: i386
  Date: Thu Oct 10 18:01:15 2013
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2013-10-10 (0 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta i386 (20131010.1)
  MarkForUpload: True
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb7437880 :   cmp
0xc(%eax),%edi
   PC (0xb7437880) ok
   source "0xc(%eax)" (0x100c) not located in a known VMA region (needed 
readable region)!
   destination "%edi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   malloc_consolidate (av=av@entry=0xb7570440 ) at malloc.c:4102
   _int_malloc (av=av@entry=0xb7570440 , bytes=bytes@entry=1824) at 
malloc.c:3379
   __GI___libc_malloc (bytes=1824) at malloc.c:2859
   ?? () from /usr/lib/i386-linux-gnu/libgraphite2.so.3
   gr_make_font_with_ops () from /usr/lib/i386-linux-gnu/libgraphite2.so.3
  Title: compiz crashed with SIGSEGV in malloc_consolidate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1292915] Re: compiz crashed with SIGSEGV in FT_Outline_Decompose()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

** This bug is no longer a duplicate of bug 1289798
   compiz crashed with SIGSEGV in gray_find_cell()
** This bug has been marked a duplicate of private bug 1231798

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1292915

Title:
  compiz crashed with SIGSEGV in FT_Outline_Decompose()

Status in unity package in Ubuntu:
  New

Bug description:
  Happened while opening the Dash

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140313-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 15 16:35:48 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-03-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140311)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fc6b8a4b3af:cmp%rcx,(%rax)
   PC (0x7fc6b8a4b3af) ok
   source "%rcx" ok
   destination "(%rax)" (0xfff8) 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: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1303362] Re: compiz crashed with SIGSEGV in FT_Outline_Decompose()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

** This bug is no longer a duplicate of private bug 1284844
** This bug has been marked a duplicate of private bug 1231798

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1303362

Title:
  compiz crashed with SIGSEGV in FT_Outline_Decompose()

Status in unity package in Ubuntu:
  New

Bug description:
  Using unity to search for an application, and the screen became
  unresonsive

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140403-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr  6 14:06:41 2014
  ExecutablePath: /usr/bin/compiz
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7f8ce05a03af:cmp%rcx,(%rax)
   PC (0x7f8ce05a03af) ok
   source "%rcx" ok
   destination "(%rax)" (0x0100) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL 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: No upgrade log present (probably fresh install)
  UserGroups: adm sudo

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

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


[Touch-packages] [Bug 1231798] Re: compiz crashed with SIGSEGV in gray_find_cell()

2015-03-26 Thread Stephen M. Webb
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1231798

Title:
  compiz crashed with SIGSEGV in gray_find_cell()

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

Bug description:
  I just install Ubuntu 13.10 beta 2 and try to switch between input
  method engines.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.0+13.10.20130920-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
  Uname: Linux 3.11.0-8-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 27 12:41:20 2013
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2013-09-27 (0 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  MarkForUpload: True
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=zh_TW:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fb527b7ed6f:cmp%rcx,(%rax)
   PC (0x7fb527b7ed6f) ok
   source "%rcx" ok
   destination "(%rax)" (0x32dc) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL 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: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1293509] Re: compiz crashed with SIGSEGV in FT_Outline_Decompose()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

** This bug is no longer a duplicate of private bug 1284844
** This bug has been marked a duplicate of private bug 1231798

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1293509

Title:
  compiz crashed with SIGSEGV in FT_Outline_Decompose()

Status in unity package in Ubuntu:
  New

Bug description:
  Using Dash to search for an application. UI froze and Compiz
  restarted.

  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140313-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 17 19:49:41 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2013-07-12 (247 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7f74b11e23af:cmp%rcx,(%rax)
   PC (0x7f74b11e23af) ok
   source "%rcx" ok
   destination "(%rax)" (0x001b) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL 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 trusty on 2014-03-11 (5 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1299710] Re: compiz crashed with SIGSEGV in FT_Outline_Decompose()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

** This bug is no longer a duplicate of private bug 1284844
** This bug has been marked a duplicate of private bug 1231798

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1299710

Title:
  compiz crashed with SIGSEGV in FT_Outline_Decompose()

Status in unity package in Ubuntu:
  New

Bug description:
  He was writing in the search bar and froze for a few seconds.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140328.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar 30 06:03:58 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-03-30 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7f297c59d3af:cmp%rcx,(%rax)
   PC (0x7f297c59d3af) ok
   source "%rcx" ok
   destination "(%rax)" (0x005e) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL 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: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1298329] Re: compiz crashed with SIGSEGV in malloc_consolidate()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug is no longer a duplicate of private bug 1193715
** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1298329

Title:
  compiz crashed with SIGSEGV in malloc_consolidate()

Status in unity package in Ubuntu:
  New

Bug description:
  I rapidly typing in the search box in unity dashboard. and this crash
  happend

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140321-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 27 22:47:14 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2012-12-10 (472 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7f10fe2f4702 :   mov
0x8(%rbx),%rax
   PC (0x7f10fe2f4702) ok
   source "0x8(%rbx)" (0x002d) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   malloc_consolidate (av=av@entry=0x7f109420) at malloc.c:4149
   _int_malloc (av=0x7f109420, bytes=5928) at malloc.c:3423
   __GI___libc_malloc (bytes=5928) at malloc.c:2891
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: compiz crashed with SIGSEGV in malloc_consolidate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dialout dip lpadmin plugdev sambashare sudo 
vboxusers video

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

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


[Touch-packages] [Bug 1289798] Re: compiz crashed with SIGSEGV in gray_find_cell()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1289798

Title:
  compiz crashed with SIGSEGV in gray_find_cell()

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

Bug description:
  Was searching in the dash when compiz restarted and this showed up.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140305-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
  Uname: Linux 3.13.0-16-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  8 10:09:26 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2011-09-24 (895 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/zsh
  SegvAnalysis:
   Segfault happened at: 0x7f18b083034f:cmp%rcx,(%rax)
   PC (0x7f18b083034f) ok
   source "%rcx" ok
   destination "(%rax)" (0x0201) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL 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 trusty on 2013-12-20 (78 days ago)
  UserGroups: adm admin cdrom dialout kismet lpadmin plugdev sambashare 
wireshark

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

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


[Touch-packages] [Bug 1310837] Re: compiz crashed with SIGSEGV

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

** This bug is no longer a duplicate of bug 1289798
   compiz crashed with SIGSEGV in gray_find_cell()
** This bug has been marked a duplicate of private bug 1231798

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1310837

Title:
  compiz crashed with SIGSEGV

Status in unity package in Ubuntu:
  New

Bug description:
  Using Ubuntu 14.04 LTS 64bit.
  Unity version: unity 7.2.0+14.04.20140416-0ubuntu1

  After booting into ubuntu and updating linux-headers-generic linux-
  image-generic and linux-generic from 3.13.0.24.28 to 3.13.0.24.29
  tried to open terminal several times with ctrl+alt+t, nothing
  happened.  So went into dash to search for terminal but froze as I
  started typing, eventually the error message appeared with Ubuntu
  14.04 experienced internal error.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Mon Apr 21 22:09:18 2014
  ExecutablePath: /usr/bin/compiz
  ExecutableTimestamp: 1397083158
  InstallationDate: Installed on 2013-05-21 (335 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  ProcCmdline: compiz
  ProcCwd: /home/laurenceubuntu
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8f1c0b33ce:mov%rcx,(%rsi)
   PC (0x7f8f1c0b33ce) ok
   source "%rcx" ok
   destination "(%rsi)" (0x0da0) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL 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
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
  Title: compiz crashed with SIGSEGV
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


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

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1231798 ***
https://bugs.launchpad.net/bugs/1231798

** This bug is no longer a duplicate of private bug 1284844
** This bug has been marked a duplicate of private bug 1231798

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
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/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1207951] Re: compiz assert failure: *** Error in `compiz': free(): invalid next size (fast): 0x0000000003f5de50 ***

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1207951

Title:
  compiz assert failure: *** Error in `compiz': free(): invalid next
  size (fast): 0x03f5de50 ***

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Freeze when using Unity. And Compiz crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: unity 7.0.2+13.10.20130705.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.10.0-4.13-generic 3.10.1
  Uname: Linux 3.10.0-4-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AssertionMessage: *** Error in `compiz': free(): invalid next size (fast): 
0x03f5de50 ***
  CrashCounter: 1
  Date: Tue Jul 23 22:53:56 2013
  ExecutablePath: /usr/bin/compiz
  ExecutableTimestamp: 1366264808
  InstallationDate: Installed on 2013-01-22 (182 days ago)
  InstallationMedia: This
  MarkForUpload: True
  ProcCmdline: compiz
  ProcCwd: /home/aneesh
  Signal: 6
  SourcePackage: unity
  StacktraceTop:
   __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7f42a9235860 "*** 
Error in `%s': %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:199
   malloc_printerr (ptr=0x3f5de50, str=0x7f42a9235a00 "free(): invalid next 
size (fast)", action=3) at malloc.c:4902
   _int_free (av=, p=0x3f5de40, have_lock=0) at malloc.c:3758
   ?? () from /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
  Title: compiz assert failure: *** Error in `compiz': free(): invalid next 
size (fast): 0x03f5de50 ***
  UpgradeStatus: Upgraded to saucy on 2013-07-04 (19 days ago)
  UserGroups: adm autopilot cdrom dialout dip lpadmin plugdev sambashare sudo 
vboxusers

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

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


[Touch-packages] [Bug 1283477] Re: compiz crashed with SIGSEGV in _int_malloc()

2015-03-26 Thread Stephen M. Webb
** Changed in: unity
   Importance: Undecided => High

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1283477

Title:
  compiz crashed with SIGSEGV in _int_malloc()

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

Bug description:
  Was searching for mail in unity, then it hungs for several seconds (20
  secs maybe) and crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  AssertionMessage: *** Error in `compiz': free(): corrupted unsorted chunks: 
0x7f8224d65f10 ***
  CurrentDesktop: Unity
  Date: Sat Feb 22 10:58:06 2014
  ExecutablePath: /usr/bin/compiz
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8267d42f11 <_int_malloc+689>:  mov
%r14,0x10(%r9)
   PC (0x7f8267d42f11) ok
   source "%r14" ok
   destination "0x10(%r9)" (0xffa1574c4cfa8488) 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:
   _int_malloc (av=0x7f822420, bytes=56) at malloc.c:3446
   __GI___libc_malloc (bytes=56) at malloc.c:2855
   _dl_map_object_deps (map=map@entry=0x7f8268a5b000, 
preloads=preloads@entry=0x0, npreloads=npreloads@entry=0, 
trace_mode=trace_mode@entry=0, open_mode=open_mode@entry=-2147483648) at 
dl-deps.c:511
   dl_open_worker (a=a@entry=0x7f8219c0f778) at dl-open.c:272
   _dl_catch_error (objname=objname@entry=0x7f8219c0f768, 
errstring=errstring@entry=0x7f8219c0f770, 
mallocedp=mallocedp@entry=0x7f8219c0f760, operate=operate@entry=0x7f826886b880 
, args=args@entry=0x7f8219c0f778) at dl-error.c:177
  Title: compiz crashed with SIGSEGV in _int_malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom davfs2 dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1213742] Re: compiz crashed with SIGSEGV in _int_free()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1213742

Title:
  compiz crashed with SIGSEGV in _int_free()

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I was searching for an ODT document, and accidentally opened the
  preview for it, but then when I went the close the preview, Unity
  froze, and then after about 5 secs, crashed and restarted.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.0+13.10.20130816.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-2.5-generic 3.11.0-rc5
  Uname: Linux 3.11.0-2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  Date: Mon Aug 19 08:58:36 2013
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2013-02-05 (194 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fd116c07289 <_int_free+217>:mov
0x8(%rdx),%esi
   PC (0x7fd116c07289) ok
   source "0x8(%rdx)" (0x10007) not located in a known VMA region (needed 
readable region)!
   destination "%esi" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   _int_free (av=0x7fd116f47740 , p=0x7d9da60, have_lock=0) at 
malloc.c:3832
   XDestroyRegion () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   CompRegion::intersects(CompRegion const&) const () from 
/usr/lib/libcompiz_core.so.ABI-20130125
   unity::UnityScreen::compizDamageNux(CompRegion const&) () from 
/usr/lib/compiz/libunityshell.so
   unity::UnityScreen::preparePaint(int) () from 
/usr/lib/compiz/libunityshell.so
  Title: compiz crashed with SIGSEGV in _int_free()
  UpgradeStatus: Upgraded to saucy on 2013-08-13 (5 days ago)
  UserGroups: adm cdrom dip games lpadmin plugdev sambashare sudo vboxusers

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

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


[Touch-packages] [Bug 1031186] Re: compiz crashed with SIGSEGV in _int_malloc() from cairo_fill() from unity::dash::Style::FocusOverlay()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1031186

Title:
  compiz crashed with SIGSEGV in _int_malloc() from cairo_fill() from
  unity::dash::Style::FocusOverlay()

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

Bug description:
  Crash while using Unity.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: compiz-core 1:0.9.8+bzr3249-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
  Uname: Linux 3.5.0-6-generic i686
  ApportVersion: 2.4-0ubuntu6
  Architecture: i386
  Date: Mon Jul 30 20:00:13 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb7452681:mov0x4(%ecx),%esi
   PC (0xb7452681) ok
   source "0x4(%ecx)" (0x01aa00cb) not located in a known VMA region (needed 
readable region)!
   destination "%esi" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: compiz
  StacktraceTop:
   ?? () from /lib/i386-linux-gnu/libc.so.6
   malloc () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2
  Title: compiz crashed with SIGSEGV in malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1272751] Re: u1404 beta - Asus X401A - compiz crashed with SIGSEGV in _int_malloc()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1272751

Title:
  u1404 beta - Asus X401A - compiz crashed with SIGSEGV in _int_malloc()

Status in Unity:
  New
Status in unity package in Ubuntu:
  New

Bug description:
compiz crashed during install of google chrome

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20131106.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
  Uname: Linux 3.13.0-5-generic x86_64
  ApportVersion: 2.13.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jan 25 19:53:26 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-01-25 (0 days ago)
  InstallationMedia: It
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7fa08fd50ed1 <_int_malloc+625>:  add
%al,(%rax)
   PC (0x7fa08fd50ed1) ok
   source "%al" ok
   destination "(%rax)" (0x4000) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   _int_malloc (av=0x7fa090090760 , bytes=24) at malloc.c:3399
   __GI___libc_malloc (bytes=24) at malloc.c:2850
   operator new(unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   std::list 
>::operator=(std::list > const&) () 
from /usr/lib/compiz/libopengl.so
   PrivateGLScreen::paintOutputRegion(GLMatrix const&, CompRegion const&, 
CompOutput*, unsigned int) () from /usr/lib/compiz/libopengl.so
  Title: compiz crashed with SIGSEGV in _int_malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1303846] Re: compiz crashed with SIGSEGV in _int_malloc()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug is no longer a duplicate of private bug 1283564
** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1303846

Title:
  compiz crashed with SIGSEGV in _int_malloc()

Status in unity package in Ubuntu:
  New

Bug description:
  stopped right after I ran Bleach(not as root) and search your computer
  and online sources. Just made the box with nothing in it.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140404-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Apr  7 10:00:14 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7ff7debbcd71 <_int_malloc+689>:  mov
%r14,0x10(%r9)
   PC (0x7ff7debbcd71) ok
   source "%r14" ok
   destination "0x10(%r9)" (0xf8a337efb7c8) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   _int_malloc (av=0x7ff7deefb760 , bytes=256) at malloc.c:3489
   __GI___libc_malloc (bytes=256) at malloc.c:2891
   ?? () from /usr/lib/x86_64-linux-gnu/libpixman-1.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libpixman-1.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: compiz crashed with SIGSEGV in _int_malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1293860] Re: compiz crashed with SIGSEGV in _int_malloc()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug is no longer a duplicate of private bug 1283564
** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1293860

Title:
  compiz crashed with SIGSEGV in _int_malloc()

Status in unity package in Ubuntu:
  New

Bug description:
  If you don't know what it means from the message above, I'm going to
  be of no help. It crashed, I sent the report. End of story.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140313-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 17 20:01:54 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2013-03-09 (373 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130308)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fd4948bdbc1 <_int_malloc+689>:  mov
%r14,0x10(%r9)
   PC (0x7fd4948bdbc1) ok
   source "%r14" ok
   destination "0x10(%r9)" (0x21017fd494bfc7c8) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   _int_malloc (av=0x7fd494bfc760 , bytes=256) at malloc.c:3489
   __GI___libc_malloc (bytes=256) at malloc.c:2891
   ?? () from /usr/lib/x86_64-linux-gnu/libpixman-1.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libpixman-1.so.0
   pixman_glyph_cache_insert () from /usr/lib/x86_64-linux-gnu/libpixman-1.so.0
  Title: compiz crashed with SIGSEGV in _int_malloc()
  UpgradeStatus: Upgraded to trusty on 2014-03-17 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1304949] Re: compiz crashed with SIGSEGV in _int_malloc()

2015-03-26 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1283477 ***
https://bugs.launchpad.net/bugs/1283477

** This bug has been marked a duplicate of bug 1283477
   compiz crashed with SIGSEGV in _int_malloc()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1304949

Title:
  compiz crashed with SIGSEGV in _int_malloc()

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

Bug description:
  Fresh installation of Trusty, only updated via apt-get upgrade. After
  reboot, and using the starter, the system freezed and this failure was
  submitted.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140404-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  9 11:47:28 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-04-09 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140331)
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f4d83248d71 <_int_malloc+689>:  mov
%r14,0x10(%r9)
   PC (0x7f4d83248d71) ok
   source "%r14" ok
   destination "0x10(%r9)" (0x9e63d014) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   _int_malloc (av=0x7f4d83587760 , bytes=128) at malloc.c:3489
   __GI___libc_malloc (bytes=128) at malloc.c:2891
   operator new(unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   unity::dash::PlacesVScrollBar::UpdateTexture() () from 
/usr/lib/compiz/libunityshell.so
   unity::dash::PlacesVScrollBar::PostLayoutManagement(long) () from 
/usr/lib/compiz/libunityshell.so
  Title: compiz crashed with SIGSEGV in _int_malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1436442] Re: Line occurs in the title bar when opening minimized window

2015-03-25 Thread Stephen M. Webb
Could you possibly attach a screenshot of the issue so we can be sure we
understand what you're describing?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1436442

Title:
  Line occurs in the title bar when opening minimized window

Status in unity package in Ubuntu:
  New

Bug description:
  1 - Open any non-maximized window, for example Files app.
  2 - Minimize it.
  3 - Raise from the launcher. 

  Under the title bar, a gray line appears for a while, like a scratch.
  Also it may occur when opening a new window. It can be annoying
  because of it happens all the time.

  Ubuntu 14.04 - Ambiance (default) theme

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.4+14.04.20141217-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  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 Mar 25 17:07:01 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-30-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-46-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Zenbook Prime UX31A [1043:1517]
  MachineType: ASUSTeK COMPUTER INC. UX31A
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=87841b5f-71ca-44a6-9a99-8806811db747 ro acpi_backlight=vendor quiet 
splash acpi_osi=Linux acpi_backlight=vendor
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/28/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31A.214
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31A.214:bd08/28/2012:svnASUSTeKCOMPUTERINC.:pnUX31A:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX31A:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX31A
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  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.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Mar 25 14:59:41 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4931 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Touch-packages] [Bug 1233738] Re: AP failure: test_launcher_activate_last_focused_window

2015-03-24 Thread Stephen M. Webb
This problem no longer appears to occur.  Must have been fixed by some
other change in the last year and a half.

** Changed in: unity
   Status: Triaged => Fix Released

** Changed in: unity (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1233738

Title:
   AP failure: test_launcher_activate_last_focused_window

Status in Unity:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  AP test is failing.  the "window/minimize" key binding appears to
  maximize the window instead.

  _StringException: test-log: {{{
  04:48:21.178 INFO globals:49 - 

  04:48:21.178 INFO globals:50 - Starting test 
unity.tests.launcher.test_icon_behavior.LauncherIconsTests.test_launcher_activate_last_focused_window
 (Single Monitor)
  04:48:21.178 DEBUG globals:148 - Starting: ['/usr/bin/recordmydesktop', 
'--fps=6', '--no-wm-check', '--no-sound', '--no-frame', '-o', 
'/var/local/autopilot//videos/unity.tests.launcher.test_icon_behavior.LauncherIconsTests.test_launcher_activate_last_focused_window
 (Single Monitor).ogv']
  04:48:21.206 INFO __init__:302 - Setting compiz option 'num_launchers' in 
plugin 'unityshell' to 0
  04:48:21.752 INFO __init__:302 - Setting compiz option 'launcher_hide_mode' 
in plugin 'unityshell' to 0
  04:48:22.257 INFO _bamf:158 - Starting application 'Character Map' with files 
[]
  04:48:22.619 INFO _bamf:158 - Starting application 'Calculator' with files []
  04:48:22.948 INFO _bamf:158 - Starting application 'Character Map' with files 
[]
  04:48:24.143 DEBUG launcher:323 - Clicking launcher icon 
 on monitor 0 with mouse 
button 1
  04:48:24.188 DEBUG _X11:344 - Moving mouse to position 32,115 with animation.
  04:48:25.238 DEBUG _X11:299 - Pressing mouse button 1
  04:48:25.339 DEBUG _X11:306 - Releasing mouse button 1
  04:48:25.351 DEBUG _X11:344 - Moving mouse to position 512,384 without 
animation.
  04:48:25.441 DEBUG launcher:110 - Moving mouse away from launcher.
  04:48:25.505 DEBUG _X11:344 - Moving mouse to position 75,396 without 
animation.
  04:48:26.556 DEBUG launcher:323 - Clicking launcher icon 
 on monitor 0 with mouse 
button 1
  04:48:26.611 DEBUG _X11:344 - Moving mouse to position 32,693 with animation.
  04:48:27.467 DEBUG _X11:344 - Moving mouse to position 32,768 with animation.
  04:48:28.084 DEBUG _X11:344 - Moving mouse to position 32,500 with animation.
  04:48:28.906 DEBUG _X11:299 - Pressing mouse button 1
  04:48:29.007 DEBUG _X11:306 - Releasing mouse button 1
  04:48:29.023 DEBUG _X11:344 - Moving mouse to position 512,384 without 
animation.
  04:48:29.056 DEBUG launcher:110 - Moving mouse away from launcher.
  04:48:29.056 DEBUG _X11:344 - Moving mouse to position 75,396 without 
animation.
  04:48:30.103 DEBUG _X11:139 - Pressing keys 'Ctrl+Alt+KP_0' with delay 
0.20
  04:48:30.104 DEBUG _X11:231 - Sending press event for key: Control_L
  04:48:30.306 DEBUG _X11:231 - Sending press event for key: Alt_L
  04:48:30.509 DEBUG _X11:231 - Sending press event for key: KP_0
  04:48:30.711 DEBUG _X11:158 - Releasing keys 'Ctrl+Alt+KP_0' with delay 
0.20
  04:48:30.711 DEBUG _X11:234 - Sending release event for key: KP_0
  04:48:30.912 DEBUG _X11:234 - Sending release event for key: Alt_L
  04:48:31.114 DEBUG _X11:234 - Sending release event for key: Control_L
  04:48:41.343 INFO __init__:302 - Setting compiz option 'launcher_hide_mode' 
in plugin 'unityshell' to 0
  04:48:41.845 INFO __init__:302 - Setting compiz option 'num_launchers' in 
plugin 'unityshell' to 0
  04:48:42.349 INFO __init__:89 - Checking system state for badly behaving 
test...
  04:48:42.522 INFO __init__:152 - Test was well behaved.
  }}}

  unity-log: {{{
  INFO  2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:79 Created ApplicationLauncherIcon: blank, icon: , 
sticky: no, visible: yes, active: yes, running: yes
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:169 blank name now Character Map
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:176 Character Map icon now accessories-character-map
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:159 Character Map active now true
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:181 Character Map running now true
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:164 Character Map desktop_file now 
/usr/share/applications/gucharmap.desktop
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:159 Calculator active now false
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:181 Calcula

[Touch-packages] [Bug 1241972] Re: Drag and drop from Dash to Desktop doesn't work

2015-03-24 Thread Stephen M. Webb
@Anshu - no, nobody is working on this at the moment.  I can confirm
it's still happening, I just had it happen again today in Ubuntu 14.04.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1241972

Title:
  Drag and drop from Dash to Desktop doesn't work

Status in Chromium Browser:
  New
Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Unity 7.1 series:
  Won't Fix
Status in Unity 7.2 series:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  When you try to drag and drop an app from Dash (both from app lens and
  home lens) to Desktop, system display an error and the shortcut isn't
  created.

  The error is:
  Error while copying - There was an error getting information about "/".
  More details: The specified location is not supported

  Then there are four buttons: "Cancel" - "Skip all" - "Skip" - "Retry".

  Way to reproduce:
  - Open the dash
  - Drag an app icon and drop on desktop

  What happend:
  - An error is raised

  What expected:
  - A shortcut is created

  With file, music and photo is all ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1241972/+subscriptions

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


[Touch-packages] [Bug 1372130] Re: SpacerLauncherIcon hadn't been removed from launcher

2015-03-24 Thread Stephen M. Webb
** Changed in: unity
Milestone: None => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1372130

Title:
  SpacerLauncherIcon hadn't been removed from launcher

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  here is how you reproduce the bug:
  1. First, make your launcher full
  2. Drag an icon to the launcher, make the launcher unfold, then let the icon 
touch the "trash icon"
  3. Drag the icon out of the launcher, the SpacerLauncherIcon will be remained 
on the launcher

  Repeat these steps a could of time can get the result show in the
  attached image.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20140915-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
  Uname: Linux 3.16.0-14-generic i686
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Mon Sep 22 01:08:26 2014
  InstallationDate: Installed on 2014-09-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha i386 (20140917)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1420889] Re: Desktop fails to load after login (displays tiled backgrounds)

2015-03-24 Thread Stephen M. Webb
Looking at the attached information I see this.

xserver.errors:
 Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
 No surface to present from.

That indicates a messed-up video driver installation.

Also this.

UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test',
'-p', '-f'] failed with exit code 1: Error: no composite extension

Also indicates a pretty messed-up video driver installation.  This is
unlikely to be a bug in Unity, since Unity isn't even run because the
installed video driver does not support the basic functionality
required.  The attached screenshot shows Unity is not running.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1420889

Title:
  Desktop fails to load after login (displays tiled backgrounds)

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

Bug description:
  Was originally running 14.04-desktop in a VmWare Fusion v5-Pro guest.
  Ran fine for quite a while.  A certain update a few months ago
  introduced an issue where I could no longer log in graphically.  The
  guest console would present a normal login after boot, but attempting
  to log in causes the screen to display a tiled background and a
  failure to present any UI components.  Ssh access remains accessible,
  so it seems to be purely a graphical desktop problem.

  Anyway, I have since tried many things, including ensuring I had the
  latest updates, reinstalling unity, upgrading to 14.10, and upgrading
  Fusion to v7-Pro.  The result is exactly the same.  I will attach a
  screenshot.

  To be fair, I do not know for sure this is a unity bug.  But it is my
  best guess.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.7-0ubuntu8.1
  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
  CurrentDmesg:
   [  387.002456] init: plymouth-stop pre-start process (4419) terminated with 
status 1
   [64190.685115] audit: type=1400 audit(1423658645.801:34): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/lib/cups/backend/cups-pdf" pid=9299 comm="apparmor_parser"
   [64190.685127] audit: type=1400 audit(1423658645.801:35): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=9299 comm="apparmor_parser"
   [64190.697809] audit: type=1400 audit(1423658645.817:36): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="third_party" pid=9299 
comm="apparmor_parser"
  Date: Wed Feb 11 12:10:03 2015
  DistUpgraded: 2015-02-09 11:40:50,071 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
 Subsystem: VMware SVGA II Adapter [15ad:0405]
  InstallationDate: Installed on 2014-07-21 (204 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=7bce62e5-a90a-4e98-997b-711b0c1a3ec0 ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
  SourcePackage: unity
  UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 1: Error: no composite extension
  UpgradeStatus: Upgraded to utopic on 2015-02-09 (2 days ago)
  dmi.bios.date: 05/20/2014
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  

[Touch-packages] [Bug 1385285] Re: Clicking in panel elements when the expo is active, performs to the maximized windows

2015-03-24 Thread Stephen M. Webb
** Changed in: unity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1385285

Title:
  Clicking in panel elements when the expo is active, performs to the
  maximized windows

Status in Unity:
  Fix Released
Status in Unity 7.2 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Trusty:
  Fix Released

Bug description:
  [ Impact ]

  1. Open a maximized window (it must be focused when using global menus, not 
with LIMs)
  2. Hit Super+s to enter in expo mode
  3. Click in the panel, in different areas and you'll get:
     - top-left corner buttons will work (although when not visible)
     - grab area will make possible to grab and focus (when in LIM mode) a 
window

  [ Test Case ]

  See above.

  [ Regression Potential ]

  Any code change to the Unity desktop shell could potentially introduce
  new crashes or lockups.

  [ Other Info ]

  The Unity SRU fix for Ubuntu 14.04 LTS was cherry-picked from upstream
  Unity where it has been in the Ubuntu "Vivid Vervet" dev release form
  several weeks without apparent regression.

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

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


[Touch-packages] [Bug 1288924] Re: AP test failure: test_bfb_tooltip_disappear_when_dash_is_opened

2015-03-24 Thread Stephen M. Webb
** Summary changed:

- test_bfb_tooltip_disappear_when_dash_is_opened AP test randomly failing
+ AP test failure: test_bfb_tooltip_disappear_when_dash_is_opened

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1288924

Title:
  AP test failure: test_bfb_tooltip_disappear_when_dash_is_opened

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  test_bfb_tooltip_disappear_when_dash_is_opened This test appears to
  randomly be failing. For the most part the tooltip is getting
  destroyed and == None. Sometimes it doesn't appear to be. Need to fix
  this!

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

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


[Touch-packages] [Bug 1353167] Re: AP test unity.tests.test_quicklist.QuicklistActionTests.test_quicklist_closes_when_hud_opens fails

2015-03-24 Thread Stephen M. Webb
** Changed in: unity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1353167

Title:
  AP test
  
unity.tests.test_quicklist.QuicklistActionTests.test_quicklist_closes_when_hud_opens
  fails

Status in Unity:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  AP test
  
unity.tests.test_quicklist.QuicklistActionTests.test_quicklist_closes_when_hud_opens
  fails, and shows a regression.

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

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


[Touch-packages] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2015-03-23 Thread Stephen M. Webb
** Changed in: compiz (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: compiz (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: compiz (Ubuntu Trusty)
 Assignee: (unassigned) => Stephen M. Webb (bregma)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1072206

Title:
  [nvidia] Window content is black or transparent

Status in Compiz:
  Fix Committed
Status in Compiz 0.9.11 series:
  In Progress
Status in NVIDIA Drivers Ubuntu:
  Invalid
Status in Unity:
  Invalid
Status in compiz package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Invalid
Status in compiz source package in Trusty:
  In Progress

Bug description:
  [ Impact ]

  With nVidia hardware from time to time window content is rendered
  black or transparent.  The problem manifests more frequently as
  session uptime increases.

  Apparently the problem was caused by textures being cached and not
  freed, resulting in memory exhaustion conditions.  It turns out the
  texture caching is unnecessary anyway.

  [ Test Case ]

  Verification requires an nVidia GPU with proprietary drivers.  The
  problem can not be reproduced at will, only after some time (depending
  on resident GPU memory and usage) and even then only randomly and
  unreliably.

  [ Regression Potential ]

  It is unlikely this change has the potential to introduce new
  regressions.

  [ Other Info ]

  Fix was cherry-picked from the Ubuntu "Vivid Vervet" dev relase where
  it has been in use for some weeks without problem.

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

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


[Touch-packages] [Bug 926979] Re: compiz crashed with SIGSEGV in nux::Property::operator=(bool const&) from unity::dash::DashView::AnalyseLensURI(std::string const&) from unity::dash::DashView::

2015-03-20 Thread Stephen M. Webb
** Changed in: unity/7.0
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/926979

Title:
  compiz crashed with SIGSEGV in nux::Property::operator=(bool
  const&) from unity::dash::DashView::AnalyseLensURI(std::string const&)
  from unity::dash::DashView::OnActivateRequest(_GVariant*)

Status in Unity:
  In Progress
Status in Unity 5.0 series:
  Triaged
Status in Unity 6.0 series:
  Won't Fix
Status in Unity 7.0 series:
  Invalid
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Clicked dash, Internet applications.

  Opened a new bug as the others appear to suggest a fix is released for
  those bugs.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: unity 5.0.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-3.8-generic 3.2.0-rc4
  Uname: Linux 3.2.0-3-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Sun Feb  5 14:51:39 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7eff5ff51d10 <_ZN3nux8PropertyIbEaSERKb+32>: mov
0x18(%rdi),%rdi
   PC (0x7eff5ff51d10) ok
   source "0x18(%rdi)" (0x03f0) not located in a known VMA region (needed 
readable region)!
   destination "%rdi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   nux::Property::operator=(bool const&) () from 
/usr/lib/compiz/libunityshell.so
   unity::dash::DashView::AnalyseLensURI(std::string const&) () from 
/usr/lib/compiz/libunityshell.so
   unity::dash::DashView::OnActivateRequest(_GVariant*) () from 
/usr/lib/compiz/libunityshell.so
   unity::UBusManager::OnCallback(_GVariant*, void*) () from 
/usr/lib/compiz/libunityshell.so
   ?? () from /usr/lib/compiz/libunityshell.so
  Title: compiz crashed with SIGSEGV in nux::Property::operator=()
  UpgradeStatus: Upgraded to precise on 2012-01-29 (6 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare sudo 
usrp video

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

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


[Touch-packages] [Bug 1427785] Re: Duplicate processes started after Resume of amd64 bit

2015-03-19 Thread Stephen M. Webb
Most of the processes you're seeing are run by the session upstart.  Try
'ps fax' to see the process tree.  You also get to see what state these
processes are in that way.

Still, this has nothing to do with Unity, which neither handles system
power states nor session process control.  You might want ot check logs
in /var/log/upstart or ~/.cache/upstart for more clues.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1427785

Title:
  Duplicate processes started after Resume of amd64 bit

Status in unity package in Ubuntu:
  New

Bug description:
  $ uname -a
  Linux ajsc855 3.13.0-46-generic #76-Ubuntu SMP Thu Feb 26 18:52:13 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  $ cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.04
  DISTRIB_CODENAME=trusty
  DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

  Toshiba Satellite C855,  4GB RAM, 720GB HD

  I typically run Thunderbird, Firefox, a terminal or two, Gthumb, Gimp,
  Qcad, Gedit, Libreoffice, Inkscape, Document Viewer and occasionally
  Virtualbox.

  I just noticed this a couple of weeks ago, so I am guessing a recent
  update started it.

  It seems to me that there are quite a few duplicate copies of some
  processes populating memory after suspending/resuming a session for a
  few days.  Namely, dbus-daemon, gvfsd and gconfd-2.  The more I
  suspend/resume the session, the more of these processes appear.  After
  a while they start using up a significant amount of memory and system
  response seems to slow down.

  Logging out and back in did not alleviate the problem. Rebooting did.
  But, I will have to reboot again in a week to free up the memory used
  by these duplicate processes.

  The example session used to get the following results was probably
  well over a week in use.

  Before rebooting:
  $ ps -ef >prereboot.txt
  $ grep -i dbus-daemon postreboot.txt
  $ grep -i dbus-daemon https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1427785/+subscriptions

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


[Touch-packages] [Bug 800592] Re: firefox window mapped fullscreen gets mapped under gnome-panel

2015-03-19 Thread Stephen M. Webb
** Changed in: compiz
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/800592

Title:
  firefox window mapped fullscreen gets mapped under gnome-panel

Status in Compiz:
  Fix Released
Status in Unity:
  Fix Released
Status in compiz package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Run gnome classic
  Start firefox
  Fullscreen it
  Close it
  Reopen it

  It gets stacked underneath the panels. That sucks.

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

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


[Touch-packages] [Bug 857487] Re: compiz crashed with SIGSEGV in CompScreen::insertServerWindow()

2015-03-19 Thread Stephen M. Webb
** Changed in: compiz
   Status: Fix Committed => Fix Released

** No longer affects: unity (Ubuntu)

** No longer affects: unity

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/857487

Title:
  compiz crashed with SIGSEGV in CompScreen::insertServerWindow()

Status in Compiz:
  Fix Released
Status in Compiz Core:
  Fix Released
Status in compiz package in Ubuntu:
  Fix Released

Bug description:
  sem detalhes

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: unity 4.16.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  ApportVersion: 1.23-0ubuntu1
  Architecture: i386
  CrashCounter: 1
  Date: Fri Sep 23 11:56:42 2011
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110901)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x806d081 
<_ZN10CompScreen18insertServerWindowEP10CompWindowm+193>:mov
0xc(%eax),%eax
   PC (0x0806d081) ok
   source "0xc(%eax)" (0x0025) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   CompScreen::insertServerWindow(CompWindow*, unsigned long) ()
   PrivateWindow::reconfigureXWindow(unsigned int, XWindowChanges*) ()
   CompWindow::configureXWindow(unsigned int, XWindowChanges*) ()
   CompWindow::updateAttributes(CompStackingUpdateMode) ()
   PrivateWindow::processMap() ()
  Title: compiz crashed with SIGSEGV in CompScreen::insertServerWindow()
  UpgradeStatus: Upgraded to oneiric on 2011-09-23 (0 days ago)
  UserGroups: adm admin lpadmin nopasswdlogin sambashare

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

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


[Touch-packages] [Bug 936976] Re: Possible races when using lenses

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/936976

Title:
  Possible races when using lenses

Status in LibUnity:
  New
Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  New

Bug description:
  There are currently possible races when using lenses - currently a
  lens will emit the "Changed" signal once it starts up which basically
  contains all properties of a lens - that means there's time between
  getting an active GDBusProxy and receiving the "Changed" signal when
  things can go wrong.

  To fix this issue we should be using dbus properties which are
  automatically read when getting a proxy and readily available after
  g_dbus_proxy_new_finish call. This will also allow us to get rid of
  the InfoRequest() method.

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

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


[Touch-packages] [Bug 1067547] Re: Unity in 12.10 becomes unusably slow after using Alt-Tab to switch between programs (nvidia)

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1067547

Title:
  Unity in 12.10 becomes unusably slow after using Alt-Tab to switch
  between programs (nvidia)

Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  Not sure what else to say. On my laptop with a clean 12.10
  installation everything works great. On my desktop with an Nvidia
  gts250 card (all available drivers in the repo) unity works fine, but
  after I use alt-tab to switch between applications, compiz memory
  usage rises (20, 50, 100mb, depends on... well, something?) and dash,
  all effects and even window dragging becomes unbearably slow.

  After I do a "unity --replace", everything is fine until I use alt-tab
  again. I can reproduce this as many times as I want.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  304.51  Tue Sep 18 17:36:24 PDT 
2012
   GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Wed Oct 17 01:12:10 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current-updates, 304.51, 3.5.0-17-generic, i686: installed
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce GTS 250] [10de:0615] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Giga-byte Technology Device [1458:34c7]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta i386 (20120926)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=cad55f8d-5c9a-45ee-9ed1-a26e67b985ae ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/15/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0604
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A79XTD EVO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0X
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0604:bd09/15/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A79XTDEVO:rvrRevX.0X:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.8.4-0ubuntu2
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

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


[Touch-packages] [Bug 1403293] Re: Unity Dash can't understand "logout", "reboot", or "shutdown"

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1403293

Title:
  Unity Dash can't understand "logout", "reboot", or "shutdown"

Status in Unity:
  Triaged
Status in Unity Applications Lens:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  This bug proposes the additional surfacing of power-management and
  session actions directly within the Dash:

    - Reboot ("restart" is another good alias for this)
    - Shutdown (other intuitive aliases: "shut down", "turn off")
    - logout (aliases: "log out", "log off" and "logoff")
    - Suspend/hibernate
    - Lock
    - Switch User

  Currently these user-initiated actions are presented via the Devices
  (cog/gear-icon-menu), and can be accessed via the keyboard using
  either:

    1. [Alt]+[F10] [Left] [Up/Down] [Enter]
    2. [Alt] "Shutdown"/"Log out" [Up/Down] [Enter]
    3. [Ctrl]+[Alt]+[Del] [Enter]  ("Log off" only)
    4. [Ctrl]+[Alt]+[t] "sudo reboot" [Enter]

  (Note that "Restart"/"Reboot" can not be accessed directly via 1-3).

  These methods are less likely to be found by the user than surfacing these 
actions additionally within the Dash.  This would help in cases where a 
mouse/pointer is no longer available, such as "mouse-cursor did not appear 
after logging in to the Unity Desktop"
    https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1403287

  This would also assist with "ctrl-alt-delete doesn't provide a reboot option"
    https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1403289

  It is proposed by surfacing these options in the Unity Dash, that
  finding the actions would be more intuitive, and would make the Dash
  feel more complete as the defacto first-point-of-call for user
  initiated actions.

  Implementation possibilities:

    1. Hard-code special-case actions into the Dash (requires Design review, 
code and ship acceptance)
    2. Implement as Dash plugin (requires code and ship acceptance)
    3. Install additional .desktop listing the Name, Icon and Aliases in 
/usr/share/applications/*.desktop (can be provided by a separate optional 
package, only requires ship acceptance)

  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.3+14.04.20140826-0ubuntu1

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

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


[Touch-packages] [Bug 973932] Re: Disabling 'below' display does not reposition windows properly

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/973932

Title:
  Disabling 'below' display does not reposition windows properly

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  [Problem]
  In a multihead config with one monitor above the other, if the lower monitor 
is disabled the windows on that screen aren't moved to the still-active display.

  [Test Case]
  0.  Attach laptop (LVDS1) to an external display (VGA1).
  1.  In the GNOME display properties applet, set the LVDS1 beneath VGA1.
  2.  Move to the lower left desktop (ctrl+alt+down)
  3.  Open one gnome terminal window on each monitor.
  4.  In the upper (VGA1) gnome terminal window type:
  xrandr --output LVDS1 --off
     (Alternatively, bring up the gnome display properties applet and shut the 
laptop display off there)
  5.  With the LVDS turned off, count the number of gnome terminal windows 
visible on VGA1
  6. Using either xrandr or gnome, re-enable LVDS1 to the above/below 
arrangement
  7.  With the LVDS re-enabled, count the number of gnome terminals visible on 
VGA1 and LVDS1

  Expected:  2, then 1/1
  Actual:
     Gnome Classic (No Effects):  2, then 1/1
     Gnome Classic (With Effects): 2, then 1/1
 Unity2D: 2, then 1/1
     Unity:  1, then 1/1

  Other findings...
  A.  On Unity, with LVDS1 off the missing gnome terminal window is 
inaccessible.  It can be recovered in various ways, but it's fairly confusing.

  B.  If step #2 is skipped and the test performed in the upper left
  desktop, Unity will place the lower windows into the lower left
  desktop.

  C.  On Unity, repeated testing of this seems to scramble the window
  positions to some extent.  The same effect does not appear to occur
  with metacity; windows generally get placed back where they'd been
  before.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic i686
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  Date: Thu Apr  5 05:27:33 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2011-11-22 (135 days ago)

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

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


[Touch-packages] [Bug 1108956] Re: The dash closes when trying to switch from Command lens to home lens

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1108956

Title:
  The dash closes when trying to switch from Command lens to home lens

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  When I open the command lens by pressing ALT+F2, if I press "Super"
  the dash is closed. It should not be closed, it should switch to the
  home lens instead. This is the suite of the bug 1019457

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1108956/+subscriptions

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


[Touch-packages] [Bug 1338163] Re: unity lock screen provides no way to force-logout a user

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1338163

Title:
  unity lock screen provides no way to force-logout a user

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Let me start by saying that I realize that unity's screen locker is
  not the same thing as gnome-screensaver.  That having been said, there
  are major regressions in functionality with the advent of Trusty.
  Virtually every site that uses Linux in any sort of public computing
  areas makes use (or used to, at least) of gnome-screensaver's "logout-
  delay" and "logout-enabled" functionality, which would, after the
  screen had been locked for a pre-determined amount of time, present a
  "Log Out" button that would end the user's session, optionally running
  a custom command to do so.  This is vital, lest people walk away from
  their workstations, rendering them unusable by others until they are
  rebooted.

  unity's lock screen mode provides no way to do this.  Right up until
  the final beta, it was possible to swap out unity's lockscreen mode
  for gnome-screensaver, but that was removed as well.  I wouldn't mind
  if it was possible to configure the alternate use of a screensaver,
  but Unity goes out of its way to ensure you can't do this.  If there's
  some magic way to do this, by adding an applet to the panel when in
  lockscreen mode, or by invoking some D-Bus black magic, I'd be happy
  to hear about it.

  But really, removing this level of functionality while simultaneously
  preventing any workarounds, is a real problem.

  Steps to reproduce:
  1) Log in to a unity session.
  2) Lock the screen.
  3) Observe that org.gnome.desktop.screensaver gsettings keys are not honored.
  4) Examine the com.canonical.unity* schemas and observe there is no way to 
enable this behavior.

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

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


[Touch-packages] [Bug 1308265] Re: First password letter not registered in lockscreen if screen off

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1308265

Title:
  First password letter not registered in lockscreen if screen off

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  With the new lockscreen, if my screen is off, I just start typing,
  every time my password is too short. It looks like the first key only
  triggers the screen on and does not go to the input field.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140414.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Apr 15 23:59:08 2014
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1190558] Re: Wording of logout dialog is strange

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1190558

Title:
  Wording of logout dialog is strange

Status in Ayatana Design:
  New
Status in Unity:
  Incomplete
Status in Unity 7.2 series:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  The logout dialog is, to my mind, rather strangely worded.  It says
  (see image attachment): "Goodbye, Colin Watson.  Are you sure you want
  to close all programs and log out from your account?"

  Firstly, I find it odd to be addressed using my full name in this
  fashion; nobody in real life would address me this way unless they
  were trying to ask whether I was present in a crowd or something.  We
  could ask the user somehow for their preferred form of address, but
  that's pretty tedious.  Why not just drop the first sentence?  It
  reads oddly in any event because it is saying goodbye before
  confirming that you actually want to leave.

  Secondly, "log out from your account" sounds odd, and I would prefer
  "log out of your account".  The Google Ngram Viewer seems to agree
  that this is a much more common usage:

  
http://books.google.com/ngrams/graph?content=log+out+of%2Clog+out+from&year_start=2000&year_end=2013&corpus=15&smoothing=3&share=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1190558/+subscriptions

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


[Touch-packages] [Bug 1116561] Re: Mounting device from launcher fails silently

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1116561

Title:
  Mounting device from launcher fails silently

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

Bug description:
  I have an NTFS partition from Windows on my main hard drive. When I
  click on it in the launcher to mount it, nothing happens, no error
  message or anything. When I try to mount it from Nautilus, I get an
  error message explaining why it can't be mounted.

  What should happen:
  When a device can't be mounted, an error message should be shown explaining 
that it can't and perhaps why.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.12.0-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Tue Feb  5 12:43:10 2013
  InstallationDate: Installed on 2013-02-04 (1 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1301394] Re: Launcher damange the left-monitor area also if it's hidden

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1301394

Title:
  Launcher damange the left-monitor area also if it's hidden

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  When in auto-hide mode the launcher damages the area that it would
  fill when shown, also when hidden.

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

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


[Touch-packages] [Bug 1056427] Re: slight flicker in the application title when gnome-control-center is closed.

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1056427

Title:
  slight flicker in the application title when gnome-control-center is
  closed.

Status in Unity:
  Incomplete
Status in Unity 7.2 series:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  1. open nautilus
  2. open gnome-control-center
  2. close control center

  What happens:
  there is a slight flicker in the panel.

  What should happen:
  no flicker.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0+stagingfuturebzr2741ubuntu0+785 [origin: 
LP-PPA-unity-team-staging-future]
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CrashDB: unity
  Date: Wed Sep 26 01:05:21 2012
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120831)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1300099] Re: Color of choosen text in DASH should be in theme-matching color

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1300099

Title:
  Color of choosen text in DASH should be in theme-matching color

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Hi, I think the color of choosen text in search place in DASH should
  be something more matching the theme of Ubuntu, than to be
  justGREY.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140328.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.3-0ubuntu1
  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,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Mar 31 10:25:10 2014
  DistUpgraded: 2014-03-18 07:46:56,695 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:365e]
  InstallationDate: Installed on 2014-02-10 (48 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release amd64 
(20140204)
  MachineType: LENOVO 10104
  ProcEnviron:
   LANGUAGE=cs
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic 
root=UUID=3a918684-e656-4e86-9b7b-22e0fd6b2135 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-03-18 (13 days ago)
  dmi.bios.date: 03/21/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: ELKT31AUS
  dmi.board.name: MAHOBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193 STD
  dmi.chassis.type: 13
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrELKT31AUS:bd03/21/2013:svnLENOVO:pn10104:pvrLenovoC440:rvnLENOVO:rnMAHOBAY:rvr3193STD:cvnToBeFilledByO.E.M.:ct13:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10104
  dmi.product.version: Lenovo C440
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11+14.04.20140328-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
  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
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Mar 31 10:24:17 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8192 
   vendor LEN
  xserver.version: 2:1.15.0-1ubuntu7

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

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


[Touch-packages] [Bug 1412001] Re: alt+backtick doesn't focus on selected one of many windows previously clicked

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1412001

Title:
  alt+backtick doesn't focus on selected one of many windows previously
  clicked

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  This a user experience issue and easily reproducible.

  Open multiple instances of your favorite application. Then click on
  Unity's icon for the app when you are already focused on one instance
  of it. This opens up a tile of the instances of the application which
  you can select from with the mouse.

  Now while that tile is shown, use ATL+backtick to select the window
  you want instead of clicking with the mouse. The result is that the
  tile window doesn't go away.

  If you use ALT+backtick and switch to ALT+tab (or start from ALT+tab
  from the start) and select another kind of application, then the tile
  goes away correctly and the other application comes in the front.

  I can verify that the window you would select with ALT+backtick does
  actually get to the top of the view and is marked as the "last visited
  instance", because if you switch to another application (using
  ALT+tab) and click back on the group of the original application you
  would see the one you previously selected with ALT+backtick.

  ---

  Here are step-by-step instructions.

  - Open a couple of terminals
  - Open firefox
  - Click on the terminal icon
* This should open a tile showing the various terminal windows you have open
* If that doesn't happen, click again (you were not on a terminal window 
before)
  - Use ALT+backtick to select one of the terminal windows

  Expected behavior: The tile of terminals goes away and the selected
  terminal is focused

  Observed behavior: The tile of terminals stays on the screen

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,place,grid,mousepoll,compiztoolbox,vpswitch,regex,gnomecompat,imgpng,snap,move,unitymtgrabhandles,resize,session,wall,animation,workarounds,fade,expo,scale,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Sat Jan 17 16:32:05 2015
  ExecutablePath: /usr/bin/compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANGUAGE=en_US
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-11-01 (76 days ago)

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

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


[Touch-packages] [Bug 1131385] Re: "Always on top" prevents application spread from working

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1131385

Title:
  "Always on top" prevents application spread from working

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Consider you have many windows of the same type open. One method of switching 
between them is clicking the launcher icon which reveals the application 
spread. Now you can choose between the windows. This is how it should be. 
  However, the design idea was, if the windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

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


[Touch-packages] [Bug 951929] Re: Unity launcher and Alt-Tab switcher missing entry for gnome-terminal

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/951929

Title:
  Unity launcher and Alt-Tab switcher missing entry for gnome-terminal

Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  edit: Updated title, its affecting more than gnome-terminal

  1) Description:   Ubuntu precise (development branch)
  Release:  12.04

  2) unity:
    Installed: 5.4.0-0ubuntu2

  3) Gnome-Terminal to show in list of programs to alt+tab to.

  4)  Alt+Tab consistently fails to show gnome-terminal for 'a while' (I
  hate to be vague, I can't figure out what suddenly triggers it to
  appear in the box).  See attached photograph of it occurring.

  I can make it happen at will:

  1) Cold boot into Ubuntu.
  2) Open gnome-terminal.
  3) Open Firefox.
  4) Press alt+tab.  alt+tab window only shows Desktop and Firefox.

  In attached screenshot, note that gnome-terminal has a highlighted
  background and arrow, indicating an instance of it running, as is
  Firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  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]
  Date: Sat Mar 10 14:50:09 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1311513] Re: [desktoptouch] Scrolling with gesture does not work in the dash

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1311513

Title:
  [desktoptouch] Scrolling with gesture does not work in the dash

Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  one and two fingers scrolling gesture does not work in the dash and
  the user can only scroll with the tiny scrollbar.

  TEST CASE:
  1. Open the dash on the Home scope
  2. Type 'Ubuntu' in the search field in order to return enough results to 
reveal the vertical scrollbar (if there are not enough results open the filters 
and select more categories)
  3. Scroll the content with one finger
  4. Scroll the content with two fingers

  ACTUAL RESULT
  Content does not scroll

  EXPECTED RESULT
  The user can scroll the content up/down with a gesture

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Wed Apr 23 09:43:35 2014
  InstallationDate: Installed on 2014-04-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1376762] Re: Clicking in the overlay scrollbars thumbs does not scroll previews with scaling higher than 1.5

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1376762

Title:
  Clicking in the overlay scrollbars thumbs does not scroll previews
  with scaling higher than 1.5

Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  In the dash previews, the overlay scrollbars thumb receives input when
  scaling is set to value ranging from 0.5 to 1.38. They stop working
  for me from 1.5 and up to 2.

  Dash scrollbars work fine in dash view instead.

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

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


[Touch-packages] [Bug 1163459] Re: Dragging the Nautlius "Home" Button is ignored by the XdndManager and has "text/url-list"

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1163459

Title:
  Dragging the Nautlius "Home" Button is ignored by the XdndManager and
  has "text/url-list"

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  To reproduce:
  1: Open Nautlius
  2: Drag the "Home" Button that is part of the current path you are on.
  3: Drag the button over the launcher

  This button still has the "text/uri-list" as part of its mimes, but
  the XdndManager doesn't pick up that it is moving, as the launcher
  icons should dim right when you start dragging it. As you see nothing
  gets dimmed, and moving it over the launcher causes it to get stuck.

  So this could be a bug in Nautlius, or somewhere between where we get
  the mimes from nux and the XdndManager.cpp

  It looks like nautlius does not create an Xwindow for the dragging of
  the Home button. This means the XdndManager doesn't know about it. So
  we need to figure out a way to tell if the XdndManager knows about the
  drag, if it doesn't know about the Dnd ignore it in the launcher.

  This could possibly be done by check if we have got to StartDnd, which
  only gets called by the XdndManager.

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

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


[Touch-packages] [Bug 1301655] Re: Buttons on the Shutdown/logout dialogs lacks click feedback

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1301655

Title:
  Buttons on the Shutdown/logout dialogs lacks click feedback

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  On the Shutdown and the Logout modal dialogs, buttons have a rollover effect, 
but they don't have any feedback effect when clicking or touching them.
  Sometimes you have a delay until the system visually starts the shutdown or 
logout action, and as an user, the overall impression is the dialog being 
unresponsive.

  Just a small feedback like the button flashing a couple of times could
  be welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140321-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CasperVersion: 1.339
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Wed Apr  2 22:10:19 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Beta i386 (20140326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1418449] Re: Panel title is not updated when the top-most maximized window is not focused

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1418449

Title:
  Panel title is not updated when the top-most maximized window is not
  focused

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  When in LIM mode, panel should update the title of the top-most
  maximized window as soon as it changes.

  So for example:
   - Open Firefox, maximize it and open its console (Ctrl+Shift+K), and paste 
in there this simple script:
  var i = 0; setInterval(function() { document.title = "F bar "+(++i); 
}, 500);
   - The firefox window title is now changing every half second.
   - Now, open another *restored* application (i.e. a termininal) on top of it,
   - The firefox title counter will stops when the window is unfocused

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

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


[Touch-packages] [Bug 1366583] Re: Active windows loses focus after returning from HUD if another "Always on top" window is present

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1366583

Title:
  Active windows loses focus after returning from HUD if another "Always
  on top" window is present

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Active window looses focus after returning from HUD if "Always on top"
  window like VLC is already running. The focus is given to VLC instead
  of the window on which HUD was invoke.

  How to reproduce?
  1. Open vlc and set it always on top
  2. Open nautilus, try to rename a file using hud
  3. As soon as rename option is pressed on hud, nautilus looses its focus and 
the focus is given to VLC.
  4. To rename I have to re-select nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  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
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Sun Sep  7 23:05:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.15-3.13, 0.01, 3.13.0-19-generic, x86_64: installed
   i915-3.15-3.13, 0.01, 3.13.0-24-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c652]
  InstallationDate: Installed on 2014-04-13 (146 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0ac8:c349 Z-Star Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 300E4C/300E5C/300E7C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=4a883016-3392-4731-824d-ac87981ccaef ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P03RAC
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP300E5X-A04IN
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP03RAC:bd05/07/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn300E4C/300E5C/300E7C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP300E5X-A04IN:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 300E4C/300E5C/300E7C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  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
  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
  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: Sun Sep  7 22:23:30 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5539 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Touch-packages] [Bug 1398208] Re: unity fails to load after booting with high-dpi screen

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1398208

Title:
  unity fails to load after booting with high-dpi screen

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

Bug description:
  After booting, the first login attempt *always* loads Unity with
  incorrect/inconsistent scaling and many settings fail to load. The
  panel and window titlebars display correctly at 2× scaling, but the
  desktop icons (nautilus) and other application content is too small.
  The user interface font is too small and not the right font-family
  'Ubuntu'. Fonts render with inconsistent kerning. The Unity Dash also
  shows the wrong font. Gtk2 themes don't load.

  After logging out and in again (sometimes 2 attempty necessary), all
  configurations load correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Mon Dec  1 23:52:51 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-02-02 (302 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140201)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-11-04 (27 days ago)

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

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


[Touch-packages] [Bug 1316862] Re: Panel mouse events don't make the fade-to-blank stop

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1316862

Title:
  Panel mouse events don't make the fade-to-blank stop

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  1) Move the mouse over the panel
  2) Lock the screen  using Super+L
  3) Once the lockscreen is shown move the mouse over the panel

  Expected behavior:
  4) The lockscreen doesn't fade to blank

  Actual behavior:
  4) The lockscreen start fading to blank, unless the pointer don't leave the 
panel area

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

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


[Touch-packages] [Bug 1299054] Re: resizing loop on high-dpi screen

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1299054

Title:
  resizing loop on high-dpi screen

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

Bug description:
  When the global scaling factor is set to 2, some dialogs occasionally
  start changing their window size causing very high CPU activity.

  This occurs for example in dconf-editor while searching: It appears 
dconf-editor tries to adjust the window dimensions to the size of the content 
and reduces the window size until it is unusable. This causes very high CPU 
activity and freezes the window content.
  It also happens when (then) resizing the window width (→) or height (↓) 
afterwards, it tries to revert to the previous window size. However, the only 
way to resize the window back so that it doesn't reduce its size is by dragging 
the window corner (↓→).

  This issue happens also in other applications, for example in apport-
  dialogs when expanding the collapsed details view.

  This does not happen when the global scaling factor is set to 1. It
  could be related to the new window resizing method that updates the
  window content.

  org.gnome.desktop.interface.scaling-factor = 2

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140321-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Mar 28 16:07:47 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-02-02 (53 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140201)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1433648] Re: u-s-d needs timestamp to run commands

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1433648

Title:
  u-s-d needs timestamp to run commands

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  In Progress
Status in unity-settings-daemon package in Ubuntu:
  In Progress
Status in unity source package in Trusty:
  Triaged
Status in unity-settings-daemon source package in Trusty:
  Triaged

Bug description:
  That's needed for https://git.gnome.org/browse/gnome-settings-
  daemon/commit/?id=487a936e61766f0306772c1269e2ff437fc53a46

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

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


[Touch-packages] [Bug 1023745] Re: Wishlist: Unity's .png resources could be much smaller

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1023745

Title:
  Wishlist: Unity's .png resources could be much smaller

Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I am attaching a screenshot here showing the possible savings when
  recompressing the .png files with Trimage Image Compressor (
  http://trimage.org/ ).

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

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


[Touch-packages] [Bug 1330041] Re: Bad / incorrect display accented letters in Window title bar [ast]

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1330041

Title:
  Bad / incorrect display accented letters in Window title bar [ast]

Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  In Unity desktop, the accented letters (á , é, í, ó, ú..) aren't
  displayed correctly in the Window title bar when using Asturian
  language

  The bug is only reproduced in Unity. If you change to Gnome desktop
  (sudo apt-get install gnome-panel), window title bars are displayed
  correctly.

  In the same way, I have tested the problem and is not present in
  another languages like [es, ca..]

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

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


[Touch-packages] [Bug 1366801] Re: Border in count emblem in alt+tab switcher is misaligned

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1366801

Title:
  Border in count emblem in alt+tab switcher is misaligned

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

Bug description:
  See the attached screenshot, there seems to be a shift of the emblem
  background, as well as vertical misalignment of the text.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20140904-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-12.18-generic 3.16.1
  Uname: Linux 3.16.0-12-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Mon Sep  8 14:59:38 2014
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1029114] Re: With autohide and the HUD enabled the launcher can appear at incorrect times

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1029114

Title:
  With autohide and the HUD enabled the launcher can appear at incorrect
  times

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Hi

  What Happened:
  1) Turn on launcher auto hide
  2) Display the HUD (tap Alt)
  3) Move the mouse to the left side of the screen (as if you are showing the 
launcher)
  4) Note the launcher is not displayed
  5) Now hide the HUD (either tap Alt or select the X in the top left corner)
  6) Note that the launcher is now displayed, after the HUD closes.

  What I expected to happen:
  - I expected that the launcher is not displayed at step 6.

  I expected for the launcher to not be displayed at step 6 because the
  user could have the HUD displayed for a long period of time then
  decide that they don't need the HUD. The launcher is then suddenly
  revealed to them as they moved their cursor to the left side of the
  screen a few minutes a ago. This could then confuse the user to why
  the launcher has appeared when all they did was close the HUD.

  Hope this can be fixed soon.

  Andy

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12.0-0ubuntu3~webapps7 [origin: LP-PPA-webapps-preview]
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,vpswitch,compiztoolbox,snap,resize,move,grid,imgpng,mousepoll,place,unitymtgrabhandles,wall,gnomecompat,session,regex,resizeinfo,animation,expo,fade,scale,ezoom,workarounds,unityshell]
  CrashDB: unity
  Date: Wed Jul 25 21:19:17 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1350487] Re: Nautilus opens twice from launcher when first window browses mounted drive

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1350487

Title:
  Nautilus opens twice from launcher when first window browses mounted
  drive

Status in BAMF Application Matching Framework:
  Triaged
Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Sometimes when Nautilus window is opened, clicking on the icon instead
  of focusing the window opens a new window.

  How to reproduce:

  - Open Nautilus window. Mount a second hard drive (in my case) and browse it.
  - Unfocus it, focus Firefox
  - Click on the Nautilus icon - window should be focused, a new window is 
opened instead

  It doesn't work when you mount a FTP share or SSH share, only when
  mounting second hard drive (labeled Strefa 51, Area 51). Also, in
  order to reproduce this bug the first opened window must be browsing
  second hard drive, everything works correctly when you go to another
  drive on nth window.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.3
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Wed Jul 30 20:00:00 2014
  GsettingsChanges:
   
  InstallationDate: Installed on 2014-07-18 (12 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1057419] Re: Partial tooltips displayed

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1057419

Title:
  Partial tooltips displayed

Status in Unity:
  Incomplete
Status in Unity 6.0 series:
  Incomplete
Status in unity package in Ubuntu:
  Expired

Bug description:
  See the included screenshot, partial tooltips can be displayed as if there 
were an invisible window hiding them.
  Clicking through this invisible window correctly brings the background 
application in front.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.5.2-0ubuntu4
  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]
  CompositorRunning: compiz
  Date: Thu Sep 27 11:20:02 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: LENOVO 4287CTO
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=a9f4b475-e4ce-45ed-aa33-9b92e52c49b0 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET58WW (1.28 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4287CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET58WW(1.28):bd02/14/2012:svnLENOVO:pn4287CTO:pvrThinkPadX220:rvnLENOVO:rn4287CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4287CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.2+bzr3377-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120917.7cfd42ce-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120917.7cfd42ce-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.8-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu1

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

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


[Touch-packages] [Bug 1256703] Re: Shutdown dialog doesn't shutdown automatically after given time

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1256703

Title:
  Shutdown dialog doesn't shutdown automatically after given time

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

Bug description:
  New shutdown/reboot/logout dialog (transparent UI introduced in 13.04)
  doesn't proceed after a given time. So after running 'gnome-session-
  quit --power-off' in a script the user will have to press a button or
  the system will never shutdown.

  In old dialog (<= 12.10) there was a countdown starting at 60sec which
  shutdown the system after ran out. This made it possible to shutdown a
  system automatically from command line without extra user interaction.

  The dbus method which triggers the dialog indicate that there is such a 
function:
  ~$ qdbus org.gnome.Shell /org/gnome/SessionManager/EndSessionDialog
  [...]
  method void org.gnome.SessionManager.EndSessionDialog.Open(uint type, uint 
arg_1, uint max_wait, QList inhibitors)

  I'd expect 'max_wait' is seconds until proceed shutdown. But it
  doesn't work.

  -
  I know there is an alternative with 'sudo shutdown -h now' and I also know 
how to make that sudo command password-less. But that would only work on my own 
system. I need this functionality for a OSS project where I don't want to mess 
around in users '/etc/sudoers' file. All other Desktop Environs I know have 
such a feature except Unity >= 13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.06.19~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Dec  1 21:52:54 2013
  InstallationDate: Installed on 2013-08-20 (103 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1412937] Re: Config option to set UNITY_LOW_GFX_MODE=1

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1412937

Title:
  Config option to set UNITY_LOW_GFX_MODE=1

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Right now the procedure to turn on low_gfx_mode is
  https://bugs.launchpad.net/compiz/+bug/1293384/comments/15

  "sudo -H gedit /usr/share/gnome-session/sessions/ubuntu.session
  Remove "compiz" from the RequiredComponents list

  sudo -H gedit /usr/share/upstart/sessions/unity7.conf:

  Add these lines after "export COMPIZ_CONFIG_PROFILE":
  env UNITY_LOW_GFX_MODE="1"
  export UNITY_LOW_GFX_MODE"

  We should add a config option (preferably system wide) to tell
  Compiz/Unity to go to the LOW_GFX mode regardless of what the hardware
  says it can do.

  This will make it easier to setup items like terminal services using
  Unity.   This procedure has helped in at least one case for me, (a
  machine used by several users remotely using Unity).  I can imagine it
  would also help in multiseat scenarios, etc.

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

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


[Touch-packages] [Bug 1430784] Re: FTBFS using GCC-5

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1430784

Title:
  FTBFS using GCC-5

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Unity fails to build from source using GCC 5.0 or later.

  An excerpt from the failing build log follows.

  /build/buildd/unity-7.3.1+15.04.20150126/hud/HudController.cpp:160:96:   
required from here
  /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:89:30: error: no 
match for call to '(sigc::bound_mem_functor1) (std::nullptr_t&)'
   { return functor_(_A_arg1); }
^
  In file included from 
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
   from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
   from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
   from /usr/include/sigc++-2.0/sigc++/signal.h:8,
   from /usr/include/Nux-4.0/NuxCore/Object.h:30,
   from /usr/include/Nux-4.0/NuxCore/NuxCore.h:730,
   from /usr/include/Nux-4.0/Nux/Nux.h:26,
   from 
/build/buildd/unity-7.3.1+15.04.20150126/hud/pch/hud_pch.hh:28:
  /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1855:12: note: candidate: 
T_return sigc::bound_mem_functor1::operator()(typename 
sigc::type_trait::take) const [with T_return = void; T_obj = 
unity::hud::Controller; T_arg1 = bool; typename sigc::type_trait::take 
= const bool&] 
 T_return operator()(typename type_trait::take _A_a1) const
  ^
  /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1855:12: note:   conversion 
of argument 1 would be ill-formed:
  In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
   from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
   from /usr/include/sigc++-2.0/sigc++/signal.h:8,
   from /usr/include/Nux-4.0/NuxCore/Object.h:30,
   from /usr/include/Nux-4.0/NuxCore/NuxCore.h:730,
   from /usr/include/Nux-4.0/Nux/Nux.h:26,
   from 
/build/buildd/unity-7.3.1+15.04.20150126/hud/pch/hud_pch.hh:28:
  /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:89:30: error: 
converting to 'bool' from 'std::nullptr_t' requires direct-initialization 
[-fpermissive]
   { return functor_(_A_arg1); }
^
  /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:89:30: error: 
return-statement with a value, in function returning 'void' [-fpermissive]
  hud/CMakeFiles/hud-lib.dir/build.make:103: recipe for target 
'hud/CMakeFiles/hud-lib.dir/HudController.cpp.o' failed

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

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


[Touch-packages] [Bug 1067349] Re: Unity is sluggish and uses a lot of CPU (even with hardware support) on low-end systems

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1067349

Title:
  Unity is sluggish and uses a lot of CPU (even with hardware support)
  on low-end systems

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

Bug description:
  I asked this question already on Askubuntu, but was directed to file a
  bug: I have a nice Lenovo Thinkpad Edge 11 AMD Neo II with a ATI
  Radeon 4225 integrated graphics device. In my perception this is
  already a not-so-lowspeced device, but still a netbook.

  Up to Ubuntu 12.04 precise pangolin I preferred Unity2D over Unity
  mainly because it did perform much better than Unity and moreover I
  was able to achieve 5-6h with one battery charge. The typical load of
  an idling desktop settled around 0.00 to 0.02.

  Yesterday I tried the new Beta 2 of Ubuntu Quantal Quetzal: This does
  no longer offer a Unity2D version. The performance itself has
  definitely improved over Unity in precise, but nevertheless I do
  experience now a minimum load of 0.24 to 0.36 while completely idling.
  According to top this is mainly due to compiz eating about 3-6% CPU
  all the time.

  In comparison to my Unity2D experience, quantal is more sluggish, eats
  much faster my battery and produces significant more fan noise. I
  already tried a few tweaks like static blurring, fast texture renderer
  or choosing alternate window manager on precise, but without a
  significant change.

  Are there ways which enable me to continue to use Ubuntu/Unity on my device 
without major loss of functionality, performance and battery life?
  --- 
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  DistroRelease: Ubuntu 12.10
  MarkForUpload: True
  Package: unity 6.8.0-0ubuntu2
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Tags:  quantal running-unity
  Uname: Linux 3.5.0-18-generic i686
  UpgradeStatus: Upgraded to quantal on 2012-11-06 (0 days ago)
  UserGroups: adm admin audio cdrom floppy fuse kvm lpadmin netdev plugdev tape 
video

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

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


[Touch-packages] [Bug 1379474] Re: unity://running-apps position in launcher ignored during startup

2015-03-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.2 => 7.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1379474

Title:
  unity://running-apps position in launcher ignored during startup

Status in Unity:
  Triaged
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  IN SHORT:

  The position of unity://running-apps in the dconf setting
  /com/canonical/unity/launcher/favorites is being ignored during
  startup (login).

  DETAILED INFORMATION:

  I will explain this using an example, which makes it easier to explain
  and understand.

  Suppose that I have Nautilus and Firefox (+ workspaces and devices) pinned to 
the Unity launcher, in that order.
  When I open, for example, gedit, its icon appears below Firefox.
  "dconf read /com/canonical/unity/launcher/favorites" returns:
    ['application://nautilus.desktop', 'application://firefox.desktop', 
'unity://running-apps', 'unity://expo-icon', 'unity://devices']

  If I move Firefox's icon to below gedit (not pinned), any new applications 
that I open that are not pinned appear above Firefox's icon, even after closing 
gedit.
  "dconf read /com/canonical/unity/launcher/favorites" now returns:
    ['application://nautilus.desktop', 'unity://running-apps', 
'unity://expo-icon', 'unity://devices', 'application://firefox.desktop']

  'unity://running-apps' represents the applications that are not
  pinned, and defines where those applications should appear in the
  launcher. At least that's what it looks like.

  The problem is that, after restarting the session or rebooting, 
'unity://running-apps' is ignored, and apps that are not pinned appear below 
the last "application://..." icon, even if it's the last one.
  But "dconf read /com/canonical/unity/launcher/favorites" still returns:
    ['application://nautilus.desktop', 'unity://running-apps', 
'unity://expo-icon', 'unity://devices', 'application://firefox.desktop']

  The "favorites" are also maintained in gsettings:
  "gsettings get com.canonical.Unity.Launcher favorites" returns the same 
results above.

  IMPACT:

  Because of this bug, users cannot pin applications to the "bottom" of
  the launcher, as unpinned apps will always appear below the last
  pinned application.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Thu Oct  9 19:14:09 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-06-17 (114 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


<    1   2   3   4   5   6   7   8   9   10   >