[Touch-packages] [Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Evan Broder
** Also affects: python-botocore (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python3.4 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-botocore (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: python-botocore (Ubuntu)
   Status: New => Fix Released

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

Title:
  python3.4.3 SRU breaks awscli

Status in python-botocore package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Confirmed
Status in python-botocore source package in Trusty:
  Confirmed
Status in python3.4 source package in Trusty:
  Confirmed

Bug description:
  The recently (~6h ago) python3.4.3 SRU update contains backwards-
  incompatible changes to the Python language, which in particular break
  the version of `awscli` packaged in Ubuntu Trusty. From a fully-
  updated Trusty machine:

  r...@jenkinsworker15.nw:~# aws
  Traceback (most recent call last):
File "/usr/bin/aws", line 23, in 
  sys.exit(main())
File "/usr/bin/aws", line 19, in main
  return awscli.clidriver.main()
File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
  driver = create_clidriver()
File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
  event_hooks=emitter)
File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
  plugin.awscli_initialize(event_hooks)
File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
  register_removals(event_handlers)
File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
  'verify-email-address'])
File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in 
remove
  self._create_remover(remove_commands))
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in 
register
  self._verify_accept_kwargs(handler)
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
  argspec = inspect.getargspec(func)
File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
  raise ValueError("Function has keyword-only arguments or annotations"
  ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them

  
  This bug has been fixed upstream via 
https://github.com/aws/aws-cli/issues/800, but the version in Ubuntu hasn't 
been updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.3-1ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  Date: Wed Sep 23 21:06:39 2015
  Ec2AMI: ami-8d5b5dbd
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: c4.8xlarge
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+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 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python3.4 (Ubuntu)
   Status: New => Confirmed

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

Title:
  python3.4.3 SRU breaks awscli

Status in python-botocore package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Confirmed
Status in python-botocore source package in Trusty:
  Confirmed
Status in python3.4 source package in Trusty:
  Confirmed

Bug description:
  The recently (~6h ago) python3.4.3 SRU update contains backwards-
  incompatible changes to the Python language, which in particular break
  the version of `awscli` packaged in Ubuntu Trusty. From a fully-
  updated Trusty machine:

  r...@jenkinsworker15.nw:~# aws
  Traceback (most recent call last):
File "/usr/bin/aws", line 23, in 
  sys.exit(main())
File "/usr/bin/aws", line 19, in main
  return awscli.clidriver.main()
File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
  driver = create_clidriver()
File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
  event_hooks=emitter)
File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
  plugin.awscli_initialize(event_hooks)
File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
  register_removals(event_handlers)
File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
  'verify-email-address'])
File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in 
remove
  self._create_remover(remove_commands))
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in 
register
  self._verify_accept_kwargs(handler)
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
  argspec = inspect.getargspec(func)
File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
  raise ValueError("Function has keyword-only arguments or annotations"
  ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them

  
  This bug has been fixed upstream via 
https://github.com/aws/aws-cli/issues/800, but the version in Ubuntu hasn't 
been updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.3-1ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  Date: Wed Sep 23 21:06:39 2015
  Ec2AMI: ami-8d5b5dbd
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: c4.8xlarge
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+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 1498829] Re: tests do not compile without precompiled headers

2015-09-23 Thread Brandon Schaefer
** Changed in: mir
   Status: New => In Progress

** Changed in: mir
   Importance: Undecided => Low

** Changed in: mir
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

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

** Changed in: mir (Ubuntu)
   Status: New => In Progress

** Changed in: mir (Ubuntu)
   Importance: Undecided => Low

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

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

Title:
  tests do not compile without precompiled headers

Status in Mir:
  In Progress
Status in mir package in Ubuntu:
  In Progress

Bug description:
  With  -DMIR_USE_PRECOMPILED_HEADERS=OFF

  $ make -j6 -k 2>&1 | grep " \*\*\* "
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_queueing_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_dropping_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_specification.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_client_scaling.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_morphing.cpp.o]
 Error 1
  make[1]: *** [tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all] 
Error 2
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/client/test_connection_resource_map.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_input_event.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/evdev/test_evdev_device_detection.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/dispatch/test_readable_fd.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_display.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_x11_platform.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_platform.cpp.o]
 Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1498829/+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 1498829] Re: tests do not compile without precompiled headers

2015-09-23 Thread Brandon Schaefer
Any way to add this to a CI run? Would be nice to automate checking we
are able to compile with out pre compiled headers

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

Title:
  tests do not compile without precompiled headers

Status in Mir:
  In Progress
Status in mir package in Ubuntu:
  In Progress

Bug description:
  With  -DMIR_USE_PRECOMPILED_HEADERS=OFF

  $ make -j6 -k 2>&1 | grep " \*\*\* "
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_queueing_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_dropping_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_specification.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_client_scaling.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_morphing.cpp.o]
 Error 1
  make[1]: *** [tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all] 
Error 2
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/client/test_connection_resource_map.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_input_event.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/evdev/test_evdev_device_detection.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/dispatch/test_readable_fd.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_display.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_x11_platform.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_platform.cpp.o]
 Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1498829/+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 1497613] Re: cannot set default printer

2015-09-23 Thread Till Kamppeter
I have checked your error_log file and it does not show any
irregularities, according to it the setting of HP-Officejet-Pro-8600-2
as default printer should have been done correctly. Do you have one or
more of the files

~/.lpoptions
~/.cups/lpoptions
/etc/cups/lpoptions
/root/.lpoptions
/root/.cups/lpoptions

If you have one or more of these, post the content of each of these
files here.

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

Title:
  cannot set default printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  lpadmin will not set default printer:

  # sudo lpadmin -d HP-Officejet-Pro-8600-2
  # lpstat -d
  no system default destination

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: cups-client 2.0.2-1ubuntu3.2
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  CupsErrorLog: E [19/Sep/2015:11:29:30 -0700] [Client 182] Returning IPP 
client-error-bad-request for Send-Document 
(ipp://localhost:631/printers/HP-Officejet-Pro-8600-2) from localhost
  CurrentDesktop: XFCE
  Date: Sat Sep 19 11:36:34 2015
  InstallationDate: Installed on 2014-01-02 (625 days ago)
  InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  KernLog:
   
  Lpstat: device for HP-Officejet-Pro-8600-2: 
dnssd://Officejet%20Pro%208600%20%5BA9023B%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-843497a9023b
  MachineType: MSI MS-7751
  Papersize: letter
  PpdFiles: HP-Officejet-Pro-8600-2: HP Officejet Pro 8600, hpcups 3.15.2
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/tcsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=56c146b8-ca77-456e-8606-3395117a8441 ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  SourcePackage: cups
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (147 days ago)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V17.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z77 MPower (MS-7751)
  dmi.board.vendor: MSI
  dmi.board.version: 4.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 4.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV17.3:bd09/14/2012:svnMSI:pnMS-7751:pvr4.0:rvnMSI:rnZ77MPower(MS-7751):rvr4.0:cvnMSI:ct3:cvr4.0:
  dmi.product.name: MS-7751
  dmi.product.version: 4.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1497613/+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 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Marc Deslauriers
** Changed in: python-botocore (Ubuntu Trusty)
   Status: Confirmed => In Progress

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

Title:
  python3.4.3 SRU breaks awscli

Status in python-botocore package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Confirmed
Status in python-botocore source package in Trusty:
  In Progress
Status in python3.4 source package in Trusty:
  Confirmed

Bug description:
  The recently (~6h ago) python3.4.3 SRU update contains backwards-
  incompatible changes to the Python language, which in particular break
  the version of `awscli` packaged in Ubuntu Trusty. From a fully-
  updated Trusty machine:

  r...@jenkinsworker15.nw:~# aws
  Traceback (most recent call last):
File "/usr/bin/aws", line 23, in 
  sys.exit(main())
File "/usr/bin/aws", line 19, in main
  return awscli.clidriver.main()
File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
  driver = create_clidriver()
File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
  event_hooks=emitter)
File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
  plugin.awscli_initialize(event_hooks)
File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
  register_removals(event_handlers)
File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
  'verify-email-address'])
File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in 
remove
  self._create_remover(remove_commands))
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in 
register
  self._verify_accept_kwargs(handler)
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
  argspec = inspect.getargspec(func)
File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
  raise ValueError("Function has keyword-only arguments or annotations"
  ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them

  
  This bug has been fixed upstream via 
https://github.com/aws/aws-cli/issues/800, but the version in Ubuntu hasn't 
been updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.3-1ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  Date: Wed Sep 23 21:06:39 2015
  Ec2AMI: ami-8d5b5dbd
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: c4.8xlarge
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+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 1498973] Re: sort fails to order correctly on CSV files

2015-09-23 Thread Pádraig Brady
You probably want -k2,2 to restrict the comparison to just that field.
What's the output from `locale` as a matter of interest

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

Title:
  sort fails to order correctly on CSV files

Status in coreutils package in Ubuntu:
  New

Bug description:
  Using latest coreutils 8.21-1ubuntu5.1 on Trusty, installed via apt-
  get from the standard repositories.

  Given a file of UK postcodes which includes an erroneous (shorted)
  one, e.g.

  AB234DA
  CA87BJ
  BA23NN
  AB234D
  BA572LD
  AB234DA

  The command 'sort filename' correctly orders the file:

  AB234D
  AB234DA
  AB234DA
  BA23NN
  BA572LD
  CA87BJ

  Note the shorter of the set of "AB234D" matches is at the start of the
  file.

  However, if the file is a .csv file with lines such as:
  "Some string",AB234DA,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1

  ...the command 'sort -k2 -d -t","' doesn't handle the shorter string
  correctly, so it results in:

  "Some string",AB234DA,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1
  "Some string",AB234D,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1
  "Some string",AB234DA,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1
  "Some string",BA23NN,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1
  "Some string",BA572LD,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1
  "Some string",CA87BJ,15,29.1,"another string",45.2,66.7,19,NULL,hello,99,0,1

  
  Note that AB234D is left between its longer relatives, whereas it should 
appear first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1498973/+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 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python3.4 (Ubuntu Trusty)
   Status: New => Confirmed

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

Title:
  python3.4.3 SRU breaks awscli

Status in python-botocore package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Confirmed
Status in python-botocore source package in Trusty:
  Confirmed
Status in python3.4 source package in Trusty:
  Confirmed

Bug description:
  The recently (~6h ago) python3.4.3 SRU update contains backwards-
  incompatible changes to the Python language, which in particular break
  the version of `awscli` packaged in Ubuntu Trusty. From a fully-
  updated Trusty machine:

  r...@jenkinsworker15.nw:~# aws
  Traceback (most recent call last):
File "/usr/bin/aws", line 23, in 
  sys.exit(main())
File "/usr/bin/aws", line 19, in main
  return awscli.clidriver.main()
File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
  driver = create_clidriver()
File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
  event_hooks=emitter)
File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
  plugin.awscli_initialize(event_hooks)
File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
  register_removals(event_handlers)
File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
  'verify-email-address'])
File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in 
remove
  self._create_remover(remove_commands))
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in 
register
  self._verify_accept_kwargs(handler)
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
  argspec = inspect.getargspec(func)
File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
  raise ValueError("Function has keyword-only arguments or annotations"
  ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them

  
  This bug has been fixed upstream via 
https://github.com/aws/aws-cli/issues/800, but the version in Ubuntu hasn't 
been updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.3-1ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  Date: Wed Sep 23 21:06:39 2015
  Ec2AMI: ami-8d5b5dbd
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: c4.8xlarge
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+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 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-botocore (Ubuntu Trusty)
   Status: New => Confirmed

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

Title:
  python3.4.3 SRU breaks awscli

Status in python-botocore package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Confirmed
Status in python-botocore source package in Trusty:
  Confirmed
Status in python3.4 source package in Trusty:
  Confirmed

Bug description:
  The recently (~6h ago) python3.4.3 SRU update contains backwards-
  incompatible changes to the Python language, which in particular break
  the version of `awscli` packaged in Ubuntu Trusty. From a fully-
  updated Trusty machine:

  r...@jenkinsworker15.nw:~# aws
  Traceback (most recent call last):
File "/usr/bin/aws", line 23, in 
  sys.exit(main())
File "/usr/bin/aws", line 19, in main
  return awscli.clidriver.main()
File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
  driver = create_clidriver()
File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
  event_hooks=emitter)
File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
  plugin.awscli_initialize(event_hooks)
File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
  register_removals(event_handlers)
File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
  'verify-email-address'])
File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in 
remove
  self._create_remover(remove_commands))
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in 
register
  self._verify_accept_kwargs(handler)
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
  argspec = inspect.getargspec(func)
File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
  raise ValueError("Function has keyword-only arguments or annotations"
  ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them

  
  This bug has been fixed upstream via 
https://github.com/aws/aws-cli/issues/800, but the version in Ubuntu hasn't 
been updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.3-1ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  Date: Wed Sep 23 21:06:39 2015
  Ec2AMI: ami-8d5b5dbd
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: c4.8xlarge
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+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 1488599] Re: left click randomly stops working

2015-09-23 Thread feroxy
Have updated to BIOS 2.A; will report back if problem reoccurs.

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

Title:
  left click randomly stops working

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  On the advice of another user, switching to another console, waiting a
  few seconds, then back to xorg console will fix the problem

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.06  Tue Jul 28 21:26:50 
PDT 2015
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 25 18:38:58 2015
  DistUpgraded: 2015-04-28 23:35:45,283 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 760] [10de:1187] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2847]
  InstallationDate: Installed on 2015-04-08 (138 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: MSI MS-7816
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-26-generic.efi.signed 
root=UUID=f7f736f9-1680-4328-ade6-579b30f175a7 ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-04-28 (118 days ago)
  dmi.bios.date: 07/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-G43 (MS-7816)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.9:bd07/16/2014:svnMSI:pnMS-7816:pvr1.0:rvnMSI:rnH87-G43(MS-7816):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7816
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Aug 25 17:26:03 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1488599/+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 1495408] Re: Black square in header

2015-09-23 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Black square in header

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  current build number: 122
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

  Same on latest arale

  There is a black square in the header in several applications
  (address-book, messaging, dialler, cf screenshots)

  To display the black square:
  - dialler: open 'Recent calls'
  - messaging: tap on a message and go back
  - contact: tap on a contact

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495408/+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 1420499] Re: [REGRESSION] navigating to submenus has become painfully difficult. Clicking doesn't help; requires extreme precision

2015-09-23 Thread teo1978
I am on 15.04 now and I still observe the issue.

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

Title:
  [REGRESSION] navigating to submenus has become painfully difficult.
  Clicking doesn't help; requires extreme precision

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

Bug description:
  Steps to reproduce:

  case A:
  I want to access an item of a submenu of a menu of an application. That is, 
menu Foo->bar->something

  Case B:
  by right-clicking on something, I want to access an item of a submenu of the 
context menu, for example in Nautilus: right-click on a file -> open with -> 
someApplication

  So, I unfold the first level menu (of an application) or the context
  menu (by right-clicking), I move the mouse cursor onto the menu item
  so that the final submenu unfolds, and I CLICK on the submenu parent
  item (e.g. I click on "open with" from the context menu).

  EXPECTED (and how it used to work):
  By clicking on the item that unfolds the submenu (e.g. "open with"), as 
opposed to simply hovering over it, the submenu should remain open, even if you 
accidentally move the cursor out of the submenu's parent item before you reach 
the area in the desired submenu.

  OBSERVED (since recently):
  Clicking as you navigate through the hierarchy doesn't change the behavior. 
Whether you click or not, in order to reach the final submenu and the desired 
item within it, you have to carefully move the cursor in an almost perfectly 
horizontal direction to the right, without going the slightest bit out the area 
of the submenu's parent item. Otherwise, the submenu will disappear before you 
reach it.

  For example, if the final item in the submenu you want to reach is the
  third, it is very likely that, after hovering (and clicking) on the
  menu item that opens the final submenu, you will move in diagonal
  downwards-rightwards, and in this trajectory you'll exit the area of
  the menu item that unfolded the submenu, making the submenu disappear
  before you reach it.

  Usually, this happened only if you only moved the mouse through the
  menu items and submenus without clicking. But when you clicked on an
  item that would unfold a submenu, that submenu would remain more
  "sticky", allowing for more freedom of movement, and remaining open
  even if moving out of it (until you clicked somewhere else, and
  perhaps also when you moved far enough from it).

  So, if you were super-precise and/or slow enough in your movements, you could 
reach the desired item in the sub-sub-menu by simply moving the mouse without 
clicking, but if you wanted to reach it quickly and carelessly, you could just 
click on each item of the hierarchy you were traversing.
  Which is what I used to do, because I like to navigate through menus quicky 
and without having to train myself to move my hand with surgical precision.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.3+14.04.20140826-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Feb 10 21:32:41 2015
  InstallationDate: Installed on 2013-10-11 (487 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (262 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1420499/+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 1492769] Re: OSK should be closed before removing page from PageStack

2015-09-23 Thread Matti Rinta-Nikkola
OSK does disappear but the page where OSK has been activated is removed
before OSK signals visibleChanged(). As a result the signal is captured
on page where OSK has not been activated. The same will happen if you
simply after Qt.inputMethod.hide() put pageStack.pop() without setting a
time delay.

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

Title:
  OSK should be closed before removing page from PageStack

Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Hello, I think I have found a bug from PageStack component, see

  https://bugs.launchpad.net/my-webapp-group/+bug/1490493

  I have produced a small app where the bug can be easily reproduced

  https://code.launchpad.net/~matti-rintanikkola-d/+junk/radial-buttom-
  edge-bug

  Reproduce fault: 
  1) Open "Page2" page from Root page by clicking radial action icon "Home"
  2) click website title/url field in order to open keyboard view
  3) without closing the keyboard turn back to the main view
  4) the main view will be opened without radial actions edge button

  Analysis: The visibility of the main view radial edge button is
  toggled by using the connection

  Connections {
  target: Qt.inputMethod
  onVisibleChanged: nav.visible = !nav.visible
  }

  If you do not close the keyboard when turning back to the Root page
  from "Page2" page the main view became visible before the signal
  onVisibleChanged is fired and when it will be fired the radial edge
  button becomes invisible.

  Solution?: Before removing the page from pageStack it should be
  ensured that the keyboard is not visible. Maybe this could be achieved
  simply by adding a function call Qt.inputMethod.hide() before removing
  the page from pageStack.

  Regards,

  Matti

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1492769/+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 1499069] Re: display freezes after hanging up a phonecall

2015-09-23 Thread Anna
** Description changed:

  Hello,
  
- when i am phoning and i am trying tu hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed. 
+ when i am phoning and i am trying tu hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed.
  The only way to use the phone after that is to restart.
  
- Phone details: 
- Ubuntu 15.04  (r25) 
+ Phone details:
+ Ubuntu 15.04  (r25)
  
  Has anyone an idea?

** Description changed:

  Hello,
  
- when i am phoning and i am trying tu hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed.
+ when i am phoning and trying to hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed.
  The only way to use the phone after that is to restart.
  
  Phone details:
  Ubuntu 15.04  (r25)
  
  Has anyone an idea?

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

Title:
  display freezes after hanging up a phonecall

Status in dialer-app package in Ubuntu:
  New

Bug description:
  Hello,

  when i am phoning and trying to hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed.
  The only way to use the phone after that is to restart.

  Phone details:
  Ubuntu 15.04  (r25)

  Has anyone an idea?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1499069/+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 1499055] [NEW] Wily: Mesa 11.0 causes hang in Intel Xorg driver, reverting to 10.6.3 fixes

2015-09-23 Thread Wladimir Mutel
Public bug reported:

I am testing Wily on Kubuntu package set with SDDM display manager.
After upgrading Mesa packages from 10.6.3 to 11.0.0 I found that graphical 
logon screen does not appear, and the system freezes with black screen, 
non-blinking cursor and non-responding keyboard
I disabled SDDM service in systemctl and could log in to text console. 
Then I found that 'startx' command freezes the system as well. 
In dpkg.log I found that Mesa packages were updated last, from v. 10.6.3 to 
11.0.0. 
I downloaded older versions from Ubuntu pool mirror and installed them by dpkg 
-i.
After that, GUI operation was fixed, and I re-enabled SDDM and continue using 
my system without more significant problems.

My system is Acer 1830T, made in 2010, CPU is Core i3-380UM with
integrated GPU (Westmere/Ironlake/Arrandale, reported as gen5 in
Xorg.0.log).

Please investigate and fix this issue. Please ask me if you need more
testing or more details.

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

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

Title:
  Wily: Mesa 11.0 causes hang in Intel Xorg driver, reverting to 10.6.3
  fixes

Status in mesa package in Ubuntu:
  New

Bug description:
  I am testing Wily on Kubuntu package set with SDDM display manager.
  After upgrading Mesa packages from 10.6.3 to 11.0.0 I found that graphical 
logon screen does not appear, and the system freezes with black screen, 
non-blinking cursor and non-responding keyboard
  I disabled SDDM service in systemctl and could log in to text console. 
  Then I found that 'startx' command freezes the system as well. 
  In dpkg.log I found that Mesa packages were updated last, from v. 10.6.3 to 
11.0.0. 
  I downloaded older versions from Ubuntu pool mirror and installed them by 
dpkg -i.
  After that, GUI operation was fixed, and I re-enabled SDDM and continue using 
my system without more significant problems.

  My system is Acer 1830T, made in 2010, CPU is Core i3-380UM with
  integrated GPU (Westmere/Ironlake/Arrandale, reported as gen5 in
  Xorg.0.log).

  Please investigate and fix this issue. Please ask me if you need more
  testing or more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1499055/+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 1481673] Re: No mechanism for displaying internal downloads in transfer indicator

2015-09-23 Thread Bill Filler
** Changed in: indicator-transfer (Ubuntu)
 Assignee: Charles Kerr (charlesk) => Renato Araujo Oliveira Filho 
(renatofilho)

** Changed in: canonical-devices-system-image
 Assignee: John McAleely (john.mcaleely) => Bill Filler (bfiller)

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

Title:
  No mechanism for displaying internal downloads in transfer indicator

Status in Canonical System Image:
  In Progress
Status in indicator-transfer package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  In Progress

Bug description:
  We're currently adding support to the webbrowser-app to allow it
  download files internally in addition to sending them to other
  applications, currently download manager has a metadata property
  titled "showInIndicator", however this doesn't appear to have any
  effect when the transfer is happening inside an application without
  content-hub involvement.

  This results in an inconsistent experience for the user, as some
  downloads from the browser show up in the indicator (those opened
  immediately with other apps) and some don't (those downloaded for
  later use).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1481673/+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 1499069] [NEW] display freezes after hanging up a phonecall

2015-09-23 Thread Anna
Public bug reported:

Hello,

when i am phoning and i am trying tu hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed. 
The only way to use the phone after that is to restart.

Phone details: 
Ubuntu 15.04  (r25) 

Has anyone an idea?

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  display freezes after hanging up a phonecall

Status in dialer-app package in Ubuntu:
  New

Bug description:
  Hello,

  when i am phoning and i am trying tu hang up ( pressing the "red" button) my 
display freezes and when i am touching it nothing happens. But it dont get 
dark, and when e.g. someone calls the call will be displayed. 
  The only way to use the phone after that is to restart.

  Phone details: 
  Ubuntu 15.04  (r25) 

  Has anyone an idea?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1499069/+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 1437994] Re: unity-scope-home crashed with SIGSEGV in unity_home_scope_smart_scopes_smart_scope_client_interface_search_finish()

2015-09-23 Thread Adolfo Jayme
** 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-scope-home in
Ubuntu.
https://bugs.launchpad.net/bugs/1437994

Title:
  unity-scope-home crashed with SIGSEGV in
  unity_home_scope_smart_scopes_smart_scope_client_interface_search_finish()

Status in unity-scope-home package in Ubuntu:
  New

Bug description:
  Ubuntu 15.04 x64
  Beta 2

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: unity-scope-home 6.8.2+15.04.20150311.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 30 00:18:51 2015
  ExecutablePath: /usr/lib/x86_64-linux-gnu/unity-scope-home/unity-scope-home
  InstallationDate: Installed on 2015-03-30 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/unity-scope-home/unity-scope-home
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x422582:  mov(%rbx),%rdi
   PC (0x00422582) ok
   source "(%rbx)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rdi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity-scope-home
  StacktraceTop:
   ?? ()
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  Title: unity-scope-home crashed with SIGSEGV in 
g_simple_async_result_complete()
  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-scope-home/+bug/1437994/+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 1447955] Re: package modemmanager 1.4.0-1 failed to install/upgrade: invoke-rc.d fails on missing init.d script

2015-09-23 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 1481798 ***
https://bugs.launchpad.net/bugs/1481798

** This bug has been marked a duplicate of bug 1481798
   package:modemmanager:1.4.10-1:subprocess installed post-installation script 
returned error exit status 100

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

Title:
  package modemmanager 1.4.0-1 failed to install/upgrade: invoke-rc.d
  fails on missing init.d script

Status in modemmanager package in Ubuntu:
  Confirmed

Bug description:
  This bug is reproduced during upgrade from 14.10 to 15.04.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: modemmanager
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Fri Apr 24 09:00:25 2015
  DuplicateSignature: package:modemmanager:1.4.0-1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  InstallationDate: Installed on 2014-12-09 (135 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: modemmanager
  Title: package modemmanager 1.4.0-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1447955/+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 1450044] Re: On laptop on card AMD, screen brightness backlight isn't memorized between sessions (systemd-backlight)

2015-09-23 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  On laptop on card AMD, screen brightness backlight isn't memorized
  between sessions (systemd-backlight)

Status in systemd package in Ubuntu:
  Expired

Bug description:
  HOW TO REPRODUCE:
    1. Boot a laptop (on example my laptop on base Dual core AMD A6-4400M APU 
with Radeon HD Graphics 7670m) with Ubuntu 15.04 (systemd).
    2. Set a different screen backlight brightness level.
    3. Reboot.

  RESULT:
    Backlight is not memorized.

  Description laptop:
  CPU~Dual core AMD A6-4400M APU with Radeon HD Graphics (-MCP-) 
speed/max~2000/2700 MHz Kernel~3.19.0-15-generic x86_64 Up~1:19 
Mem~1798.2/3724.2MB HDD~500.1GB(10.5% used) Procs~208 Client~Shell inxi~2.2.16
  iv@iv-pc:~$  inxi -v5
  System:Host: iv-pc Kernel: 3.19.0-15-generic x86_64 (64 bit gcc: 4.9.2)
     Desktop: Unity 7.3.2 (Gtk 3.14.12-0ubuntu2)
     Distro: Ubuntu 15.04 vivid
  Machine:   System: SAMSUNG product: 355V4C/356V4C/3445VC/3545VC v: 
P09AAN.031.CP
     Mobo: SAMSUNG model: NP355V5X-S01RU v: BOARD 00
     Bios: American Megatrends v: P09AAN date: 07/04/2013
  CPU:   Dual core AMD A6-4400M APU with Radeon HD Graphics (-MCP-) cache: 
2048 KB
     flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 
10780
     clock speeds: max: 2700 MHz 1: 2700 MHz 2: 2400 MHz
  Memory:Using dmidecode: you must be root to run dmidecode
  Graphics:  Card-1: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7520G]
     bus-ID: 00:01.0
     Card-2: Advanced Micro Devices [AMD/ATI] Thames [Radeon HD 
7500M/7600M Series]
     bus-ID: 01:00.0
     Display Server: X.Org 1.17.1 drivers: ati,radeon (unloaded: 
fbdev,vesa)
     Resolution: 1366x768@60.1hz
     GLX Renderer: Gallium 0.4 on AMD ARUBA
     GLX Version: 3.0 Mesa 10.5.2 Direct Rendering: Yes

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 29 17:16:22 2015
  InstallationDate: Installed on 2015-04-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 355V4C/356V4C/3445VC/3545VC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=3cdab672-0213-4aa9-8bb8-6b5a44b121b9 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] Нет такого файла или каталога: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P09AAN
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP355V5X-S01RU
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: BOARD REVISION 00
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP09AAN:bd07/04/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn355V4C/356V4C/3445VC/3545VC:pvrP09AAN.031.CP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP355V5X-S01RU:rvrBOARDREVISION00:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 355V4C/356V4C/3445VC/3545VC
  dmi.product.version: P09AAN.031.CP
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1450044/+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 1351890] Re: Changing external screen resolution with dual monitors

2015-09-23 Thread Monsta
Thanks! :)

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

Title:
  Changing external screen resolution with dual monitors

Status in GTK+:
  Fix Released
Status in ubuntu-mate:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in mate-control-center package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Precise:
  Fix Released
Status in gtk+2.0 source package in Trusty:
  Fix Released
Status in gtk+2.0 package in Debian:
  Fix Released

Bug description:

  [Impact]

  Due to a bug in GTK+2, mate-display-properties crashes when the screen
  resolution is changed *outside* of it (e.g. by changing the resolution
  not via that app, but somewhere else).

  The attached patches fix the issue in GTK+2 and prevent crashing of
  m-d-p.

  Since this issue caused much inconvenience for users, the fix should
  be backported to all current stable releases of Ubuntu.

  [Test Case]

  The easiest way to reproduce it is via Virtualbox:

  1. Run mate-display-properties in the VM.
  2. Make the VM go full-screen.
  3. See m-d-p crash.

  [Regression Potential]

  After several months of testing the patched version of GTK+2 in Debian 
Jessie, I found no regressions.
  I consider the regression risk very low here.

  There were originally some bugs with a few applications (notably
  Spotify) crashing. We think we've backported patches to fix that -
  some refcounting issues - but please check a few apps to see they
  still work.

  [ Original report ]

  Changing extrnal screen resolution with dual mon

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: mate-control-center 1.8.1+dfsg1-4
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic i686
  ApportVersion: 2.14.5-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Sun Aug  3 07:09:21 2014
  ExecutablePath: /usr/bin/mate-display-properties
  InstallationDate: Installed on 2014-08-03 (0 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha i386 (20140731)
  ProcCmdline: mate-display-properties
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: mate-control-center
  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/gtk/+bug/1351890/+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 1496743] Re: /usr/bin/ld.gold: --push-state: unknown option

2015-09-23 Thread Steve Langasek
> Steve, did you miss my comment above?

Sure did, sorry Tim!

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

Title:
  /usr/bin/ld.gold: --push-state: unknown option

Status in gcc-5 package in Ubuntu:
  Fix Released
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  With gcc 5.2.1-17ubuntu4, we're seeing
  https://launchpadlibrarian.net/218108553/buildlog_ubuntu-wily-amd64
  .ubuntu-ui-
  toolkit_1.3.1639%2B15.10.20150916.2-0ubuntu1_BUILDING.txt.gz

  TJ- on #ubuntu-devel suggested:
  < TJ-> Mirv: bzoltan: the issue could be in qtbase-opensource-src-5.4.2+dfsg 
(qmake) which does "mkspecs/common/gcc-base-unix.conf:19:QMAKE_LFLAGS_USE_GOLD  
 = -fuse-ld=gold" irrespective of libraries being linked.

  Ideas for a proper fix welcome.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1496743/+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 765410] Re: title bar fade pointless on large monitors

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

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

** Changed in: unity-2d
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  title bar fade pointless on large monitors

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity-2d:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I'm using unity on a 1920px wide monitor, which has something like a
  foot of empty space between the window title and the indicators.  It
  seems needlessly cramped to truncate the window title to put the menus
  on top of it when there is plenty of empty space to put them into.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/765410/+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 770099] Re: Cannot drag application icons onto covered-up windows

2015-09-23 Thread Andrea Azzarone
You can actually do that now both dnd while alt+tabbing or dnd over a
launcher icon should activate the spread view. Closing the bug.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => 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/770099

Title:
  Cannot drag application icons onto covered-up windows

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  When I try to drag-and-drop an application icon onto a window that is
  covered by another window, there is no way raise the covered-up
  window. A screencast is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  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,imgjpeg,compiztoolbox,decor,resize,wallpaper,snap,regex,gnomecompat,move,grid,titleinfo,text,mousepoll,imgpng,vpswitch,place,unitymtgrabhandles,animation,wall,session,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell,scaleaddon]
  Date: Sun Apr 24 20:43:22 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, 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/ayatana-design/+bug/770099/+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 769353] Re: Icon for Trash should be 2D, not 3D

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Icon for Trash should be 2D, not 3D

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  When the launcher moves to accordion mode, icons that don't fit are
  deformed to make it appear that they have rotated backwards around
  their lower edge.  The deformation is a simple skew, which works as
  long as the icon is perceived to be a planar object parallel to the
  screen.  However, the trash icon is a 3D wastebasket.  Were it to
  rotate back, we would expect a different view.  Instead, the skew
  deforms the basket into a roll of duct tape (see image).  The easiest
  solution would be to use a more cartoonish 2D image of a wastebasket,

  This is seen on Natty beta 2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/769353/+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 769374] Re: Apps. lenses shows apps pinned in unity bar in "most frequently used apps"

2015-09-23 Thread Andrea Azzarone
This has been fixed months and months ago. Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => 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/769374

Title:
  Apps. lenses shows apps pinned in unity bar in "most frequently used
  apps"

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  If i'm using the Apps. lense to find an app it is obviously NOT one
  which is already attached to the Unity bar.

  The Apps lense should not show apps attached to the bar in the "Most
  Frequently Used" section.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/769374/+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 769949] Re: Let the themes creators that they modify the launcher background

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Let the themes creators that they modify the launcher background

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in gnome-themes-ubuntu package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I noticed that  the theme creators can't modify the launcher
  background.

  I attached a extremely screenshot what show why wrong this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/769949/+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 769922] Re: Impossible to distinguish between "applications" with the same name

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Impossible to distinguish between "applications" with the same name

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  It is impossible to distinguish between multiple "applications" which
  have the same name but are in different menu categories.

  Example (see attached screenshot):
  Applications ▸ Internet ▸ Desktop Webmail
  System ▸ Preferences ▸ Desktop Webmail

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  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,imgjpeg,compiztoolbox,decor,resize,wallpaper,snap,regex,gnomecompat,move,grid,titleinfo,text,mousepoll,imgpng,vpswitch,place,unitymtgrabhandles,animation,wall,session,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell,scaleaddon]
  Date: Sun Apr 24 08:29:16 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, 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/ayatana-design/+bug/769922/+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 1479045] Re: E: Method gave invalid 103 Redirect message

2015-09-23 Thread Julien Duponchelle
I confirm the issue on Ubuntu 14.04

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

Title:
  E: Method gave invalid 103 Redirect message

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  Sometimes when running `apt update` or equivalent, the progress stops
  with error "E: Method gave invalid 103 Redirect message". This seems
  to happen especially when http:://mirrors.ubuntu.com/mirrors.txt is
  used.

  Current sources.list on this laptop is below. This happens with other
  my devices running Ubuntu too which sources.list is
  https://raw.githubusercontent.com/Mikaela/shell-
  things/a5c9156eb41826e3c2cb05ce09f9981d01ce979d/etc/apt/sources.list/15.04

  ```
  # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  # newer versions of the distribution.
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid main restricted universe 
multiverse

  ## Major bug fix updates produced after the final vivid of the
  ## distribution.
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-updates main restricted 
universe multiverse

  ## N.B. software from this repository may not have been tested as
  ## extensively as that contained in the main vivid, although it includes
  ## newer versions of some applications which may provide useful features.
  ## Also, please note that software in backports WILL NOT receive any review
  ## or updates from the Ubuntu security team.
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-backports main restricted 
universe multiverse
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-security main restricted 
universe multiverse
  deb http://security.ubuntu.com/ubuntu vivid-security main restricted universe 
multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid main restricted 
universe multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-updates main restricted 
universe multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-backports main 
restricted universe multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-security main 
restricted universe multiverse
  deb-src http://security.ubuntu.com/ubuntu vivid-security main restricted 
universe multiverse

  ## Uncomment the following two lines to add software from Canonical's
  ## 'partner' repository.
  ## This software is not part of Ubuntu, but is offered by Canonical and the
  ## respective vendors as a service to Ubuntu users.
  deb http://archive.canonical.com/ubuntu vivid partner
  deb-src http://archive.canonical.com/ubuntu vivid partner

  # https://wiki.ubuntu.com/DebuggingProgramCrash
  # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01
  deb http://ddebs.ubuntu.com vivid main restricted universe multiverse
  deb http://ddebs.ubuntu.com vivid-updates main restricted universe multiverse
  # Ignore unless you have enabled proposed below
  #deb http://ddebs.ubuntu.com vivid-proposed main restricted universe 
multiverse

  # https://wiki.ubuntu.com/Testing/EnableProposed
  #deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-proposed main restricted 
universe multiverse
  #deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-proposed main 
restricted universe multiverse
  ```

  This has been happening for a long time, possibly years and I was
  surprised that I wasn't able to find bug report by searching bugs for
  package "apt" with search term "103" redirect.

  I have learned that workaround for this issue is `cd
  /var/lib/apt/lists;rm *;cd partial;rm *;cd`.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apt 1.0.9.7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop:
   
  Date: Tue Jul 28 19:25:58 2015
  InstallationDate: Installed on 2015-07-14 (14 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1479045/+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 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
I wonder if this is related?
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495871/comments/21

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

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1498816/+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 988840] Re: HUD is limited to only 5 results

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  HUD is limited to only 5 results

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I've updated to Ubuntu 12.04
  I noticed the HUD is limited to only 5 results. I can't scroll to see more.

  Screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/988840/+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 771672] Re: Alt+F2 cannot find system setting items

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Alt+F2 cannot find system setting items

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If you try to find pressing Alt+F2 any random "System setting" item
  like Keyboard shortcuts, Screensaver or other items, Unity cannot find
  them, but when you open "Applications" lense, in this dash can Unity
  list them without a problem...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/771672/+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 770102] Re: tiled window sets size attributes for subsequent windows

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  tiled window sets size attributes for subsequent windows

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  I don't know if this should be a "grid" bug or not.

  1. open a firefox window and make it very small.
  2. tile it to the left by dragging it to the screen edge.
  3. open another firefox window.

  see that it is the size of the tiled window
  i expect it to be very small.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-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  270.41.06  Mon Apr 18 14:54:25 
PDT 2011
   GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,vpswitch,gnomecompat,place,imgpng,regex,snap,resize,move,mousepoll,put,session,animation,unitymtgrabhandles,expo,workarounds,wall,fade,group,ezoom,scale,unityshell,switcher]
  CompositorRunning: compiz
  Date: Sun Apr 24 23:43:43 2011
  DistUpgraded: Log time: 2011-04-21 17:51:33.968863
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current, 270.41.06, 2.6.38-8-generic, i686: installed
  GraphicsCard:
   nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:0209]
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InstallationMedia_: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InstallationMedia__: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InstallationMedia___: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  JockeyStatus:
   xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, 
Not in use)
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, Not in use)
  MachineType: Dell Inc. XPS M1330
  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=96761261-328d-4418-8fba-6c120eb0e3b9 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
  ProcVersionSignature___: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-04-21 (3 days ago)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  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.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/770102/+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 998129] Re: context-menu within the dash

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  context-menu within the dash

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  It's just an idea, not really a bug.

  It would be nice to have a context-menu when one right-clicks on a
  item within the dash. I can use the dash to find and open files but I
  would like to being able to "open the containing folder" or "copy-
  paste" or "cut-paste" the file from the dash.

  The thing is that I can find my file but I want to move it into
  another folder. The dash doesn't help me here. Of course I can use
  Nautilus to do that but then I have to know where the file is myself.

  I think that a simple context-menu could greatly enhance the
  possibilities of the dash.

  What do you think?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/998129/+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 774324] Re: No indcation that global menu is clickable

2015-09-23 Thread Andrea Azzarone
** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  No indcation that global menu is clickable

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  When the global menu is shown it looks like a static text, not
  something you could click. It should have some hover effect to show
  the user it can be opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/774324/+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 980310] Re: Search Categories should be next to search box

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Search Categories should be next to search box

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I think the search categories should be next to the search box (next to it on 
the right or right under it). 
  When I need to search for a song I need to navigate to the bottom to select 
the music category, and then go back all the way up across the whole desktop to 
type again. If I remember it was a movie and not a music file, I need to do 
that again. I guess you get the picture...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/980310/+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 774311] Re: Maximising by moving to the top panel is confusing

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Maximising by moving to the top panel is confusing

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Usability bug: when user moves a window to the top of the screen nothing 
happens until the mouse key is released. Then suddenly the window maximises.
  Solution: window should maximise when user moves the window to the top panel 
immediately, not after releasing the left mouse button OR not at all (I prefer 
the latter, but most will probably prefer the former).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/774311/+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 1419829] Re: [Scope] location settings are enabled by default

2015-09-23 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Importance: High => Critical

** Tags added: lt-blocker

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

Title:
  [Scope] location settings are enabled by default

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Opinion
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  This is in contrast to the rest of the system where user have to
  explicitly grant access right upfront.

  Possible solution would be to add a new page in phone setup wizard
  asking for whether scopes are allowed to use location or not and then
  applying this to individual scope location settings.

  UX comment-

  Potential new project: When scopes will be launched as apps, we'll
  probably need some coach marks // independent onboard experience to
  explain data consumption and location services usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419829/+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 983518] Re: Opening programs or folders via dash is too confusing

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

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

Title:
  Opening programs or folders via dash is too confusing

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Opening apps you don't know the name yet is quite hard with the
  current dash in precise.

  For excample my parents complayed about, how they could open an app or files 
and folders, when I visted them last time.
  They didn't know what app does what.

  I added a PDF with some ideas on how to change that. To make it easier
  for new users.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/983518/+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 1468373] Re: GPU driver issues when waking up from suspend mode

2015-09-23 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1452318 ***
https://bugs.launchpad.net/bugs/1452318

** This bug has been marked a duplicate of bug 1452318
   Faulty behavior when resuming from suspend

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

Title:
  GPU driver issues when waking up from suspend mode

Status in libdrm package in Ubuntu:
  Confirmed

Bug description:
  I have noticed strange issue, since i updated my kubuntu from 14.10 to 15.04. 
So the system suspend works fine, but from time to time when i wake my PC up 
from this mode, I see only some weird triangles, chaotically moving on a 
screen. It looks like on the picture i taken.
  What i see in logs is:

  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132246] WARNING: CPU: 0 PID: 
842 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:1256 
assert_plane.constprop.87+0x7b/0x90 [
  i915]()
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132247] plane A assertion 
failure (expected on, current off)
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132270] Modules linked in: ctr 
ccm vmnet(OE) vmw_vsock_vmci_transport vsock vmw_vmci vmmon(OE) bbswitch(OE) 
rfcomm bnep nls_iso8859_1 hid_gene
  ric usbhid arc4 btusb bluetooth uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core v4l2_common videodev media nvidia(POE) uas usb_storage 
asus_nb_wmi asus_wmi sparse_keymap iwlmvm m
  xm_wmi mac80211 intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
aesni_intel snd_hda_codec_conexant aes_x86
  _64 iwlwifi lrw snd_hda_codec_generic gf128mul glue_helper ablk_helper cryptd 
joydev serio_raw cfg80211 snd_hda_codec_hdmi snd_soc_rt5640 lpc_ich shpchp 
snd_soc_rl6231 snd_hda_intel mei_me 
  snd_soc_core snd_hda_controller mei snd_hda_codec snd_compress snd_hwdep 
snd_pcm_dmaengine snd_pcm snd_seq_midi processor_thermal_device 
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_devic
  e snd_timer snd soundcore wmi i2c_hid hid dw_dmac dw_dmac_core 
snd_soc_sst_acpi 8250_dw i2c_designware_platform i2c_designware_core 
spi_pxa2xx_platform int3402_thermal int3400_thermal acpi_
  thermal_rel acpi_pad mac_hid parport_pc ppdev lp parport autofs4 i915 
i2c_algo_bit drm_kms_helper drm ahci psmouse(OE) libahci video sdhci_acpi sdhci
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] CPU: 0 PID: 842 Comm: 
Xorg Tainted: PW  OE  3.19.0-21-generic #21-Ubuntu
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] Hardware name: ASUSTeK 
COMPUTER INC. UX303LNB/UX303LNB, BIOS UX303LNB.206 01/22/2015
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132288]  c03d4de8 
88031cbe36f8 817c3da8 b118b118
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132290]  88031cbe3748 
88031cbe3738 810769aa 8800a2c4ee00
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132291]   
880320a51000 880320a4a800 880320a4a800
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132292] Call Trace:
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132300]  [] 
dump_stack+0x45/0x57
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132302]  [] 
warn_slowpath_common+0x8a/0xc0
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132304]  [] 
warn_slowpath_fmt+0x46/0x50
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132308]  [] 
? zone_statistics+0x80/0xa0
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132327]  [] 
assert_plane.constprop.87+0x7b/0x90 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132344]  [] 
hsw_disable_ips+0x41/0x190 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132360]  [] 
intel_crtc_disable_planes+0x48/0x140 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132375]  [] 
haswell_crtc_disable+0x4f/0x3c0 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132391]  [] 
__intel_set_mode+0xa59/0xc80 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132407]  [] 
intel_crtc_set_config+0xbfb/0xf70 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132410]  [] 
? native_send_call_func_ipi+0xa2/0xb0
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132427]  [] 
drm_mode_set_config_internal+0x66/0x100 [drm]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132437]  [] 
restore_fbdev_mode+0xc8/0xf0 [drm_kms_helper]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132445]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132451]  [] 
drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132467]  [] 
intel_fbdev_set_par+0x1a/0x60 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132470]  [] 
fb_set_var+0x18a/0x410
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132473]  [] 
? check_preempt_curr+0x89/0xa0
  Jun 24 14:09:51 

[Touch-packages] [Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
   Status: New => Invalid

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

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1498816/+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 963338] Re: Show number of items in trash on mouseover

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Show number of items in trash on mouseover

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Wishlist:
  I think it would be nice if the number of items in the trash would be 
displayed when I hover my mouse over the trash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/963338/+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 1019453] Re: Unity Launcher Regression: Autohide Option makes the launcher not being used anymore, add Intellihide mode like all other docks/launchers have

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Unity Launcher Regression: Autohide Option makes the launcher not
  being used anymore, add Intellihide mode like all other
  docks/launchers have

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  In Ubuntu 11.10 with the dodge function enabled I was still using the
  launcher a lot, but since 12.04 and in 12.10 I almost stopped using it
  completely, because it is always hidden and I have to do quite some
  mouse work to get it revealed, and once it does so, I have to move the
  mouse again to the right to stop it from immediately autohiding again.
  :(

  This behaviour could be improved:

  1. Do not make the launcher autohide immediately, but let it stay visible 
until the mousepointer leaves the launcher
  Currently hovering the mousepointer over the launcher still makes it 
autohide, which feels wrong.

  2. Add an additional "intellihide" option for the launcher, like popular 
docks like Docky or Cairo Dock already use with success.
  This option should just hide the launcher when it overlaps the current 
(selected) window.

  These 2 changes/features would encourage people to use the launcher much 
more, even when it is set to autohide.
  Change 1 would also be valid for the new intellihide feature ofc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1019453/+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 1480138] Re: The background image becomes titled for a while during the logout process.

2015-09-23 Thread Shih-Yuan Lee
I can not reproduce this issue on wily right now.

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

Title:
  The background image becomes titled for a while during the logout
  process.

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

Bug description:
  Ubuntu 14.04.2

  Reproducible Steps:

  1. Login Unity desktop environment.
  2. Change the scale factor to 2 in Displays of Settings.
  3. Logout

  Expected Result:

  * There is no tiled background.

  Actual Result:

  * There is a tiled background.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1480138/+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 776485] Re: Feature request: Fading of inactive icons on the launcher when hovered

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Feature request: Fading of inactive icons on the launcher when hovered

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  This feature request is a result of an Ayatana mailing list
  discussion.

  The problem we believe to have a solution for is when certain icon
  sets are used (e.g. Faenza) it's really hard to distinguish what
  applications are running or not. This might not be a problem with the
  default set but it exists for some people. So the solution we propose
  is that as a configurable option the launcher's inactive applications
  icons fade to grey so that the active ones really stick out when the
  cursor hovers the launcher. And to avoid confusion whether the
  inactive icons can be pressed or not they resaturate when hovered.

  A mockup of this functionality is included as an attachment and as you
  can see it's really hard to distinguish which of the applications are
  running during a quick glance with the default setup.

  What also would be good is a slider that allows setting how much the
  icons should fade when the launcher is hovered so that people still
  can distinguish applications by color and not only shape and position.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/776485/+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 1017541] Re: Unity Dash: The Dash is not designed to work with more than 16 Lenses

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Triaged

** Changed in: unity (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: unity
   Importance: Undecided => Low

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

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

Title:
  Unity Dash: The Dash is not designed to work with more than 16 Lenses

Status in Ayatana Design:
  New
Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Using 17+ Lenses seems to enhance the virtual size of the Dash and
  icons and settings are rendered off-screen if the Dash is not set to
  run in fullscreen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1017541/+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 1023879] Re: Launcher icons borders are jagged

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Confirmed => Opinion

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

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

Title:
  Launcher icons borders are jagged

Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  When you look closely in the icon borders for the launcher icons you can see 
that they are more or less jagged, which needless to say is not a good thing. 
This is fixable by modifying the file "launcher_icon_edge_54.png" in 
"/usr/share/unity/5" (or in "plugins/unityshell/resources/" in the unity 
source).
  This MR fixes that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1023879/+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 955021] Re: Different strings shown on the top panel and on the application menu panel

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Different strings shown on the top panel and on the application menu
  panel

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  At present the application title shown on the top panel and on the
  application title panel are different. This can be seen for
  applications like Firefox and Thunderbird.

  In the case of Firefox, this is the case where in the Top Panel -
  "Firefox Web Browser" and in the Application Title - "Mozilla Firefox"
  is shown. This is also similar to Thunderbird where in the Top Panel -
  "Thunderbird Mail" and in the Application Title - "Mozilla
  Thunderbird" is shown.

  This bug is not critical but still is an imperfection. See attached
  screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/955021/+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 1024452] Re: Dash: Category should be expanded by default when suitable

2015-09-23 Thread Andrea Azzarone
It works like that now. Closing the bug.

** Changed in: ayatana-design
   Status: New => Invalid

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

** Changed in: unity
   Status: Incomplete => 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/1024452

Title:
  Dash: Category should be expanded by default when suitable

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  All categories are collapsed by default and it works well.

  In case there is only one category in a lens, it should be expanded by
  default. It doesn't make much sense to have a single category
  collapsed and waste the rest of the space + require an additional
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1024452/+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 1023885] Re: Dash sheen could use some improvements

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Dash sheen could use some improvements

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Currently the Dash sheen is a white diagonal stripe on the top left corner on 
the Dash, that lightens up the Dash in the top left corners. However I think 
there is space for improvements. Having the lightening diagonal stripe only 
drawn in top left corner looks kinda asymmetric and the stripe itself is a bit 
too bright. 
  To fix this bug I did this MR:
  
https://code.launchpad.net/~kokoto-java/unity/images-patch-for-Dash-sheen-and-launcher-icon-borders/+merge/114615

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1023885/+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 1024184] Re: Launcher reveal shadow should be illuminated (not dark like a shadow)

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Launcher reveal shadow should be illuminated (not dark like a shadow)

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The launcher reveal shadow should be illuminated (not dark like a
  shadow). This will make its special meaning more obvious and
  distinctive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1024184/+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 1029971] Re: Launcher: Super + Shift + Tab does not trigger launcher icon chooser

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Launcher: Super + Shift + Tab does not trigger launcher icon chooser

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Super + Tab triggers the launcher item switcher, highlighting items
  from top to bottom. One can also reverse the direction by holding down
  Shift. So Super + Shift + Tab highlights the launcher entries from
  bottom to top but it works only after initiating the process by
  holding Super + Tab first.

  It should be possible to directly start the switcher using Super +
  Shift + Tab. The last item should be highlighted by default in this
  case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1029971/+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 811225] Re: Unity launcher should show all windows if one might be obscured

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Unity launcher should show all windows if one might be obscured

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If an application has more than one window open, then clicking the
  icon in the launcher typically brings just one of those windows to the
  fore.

  To access the second window the user then has to click on the launcher
  a second time which then takes them into a kind of 'chooser' where
  they can then choose the one they want.

  This is a problem when many applications run with a main window that
  is maximised, and have then have other windows that are not maximised.
  The first click on the launcher brings up the maximised main window,
  yet I invariably want to get at one of the other windows. Having to
  return to the launcher a second time seems to slow me down.

  A classic example is using evolution when composing an email - the
  email composer is a secondary (non-maximised) window. Returning to
  evolution from something else means I have to access the launcher
  twice before I can choose it and get back to it.

  I can understand the logic from not always going straight to the
  'chooser' on the first click, but of course Sodde's Law determines
  that just as often this slows the user down.

  So how about this for an optimisation:
   - if there is only one window for the app, then go straight to it
   - if there is more than one window for the app, and at least one of the 
windows has coordinates the lie entirely inside the coordinates of any other 
window for that same app, then go straight to the chooser
   - if there is more than one window for the app, but no window of that app 
can completely obscure any other window of that same app, then raise all 
windows for the app and make the 'main window' the top-most.

  That way, if any window might be hidden, you always get the chooser
  and thus the chance to choose straightaway from the launcher.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/811225/+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 1490349] Re: 15:10: bluetoothd reports "Not enough handles to register service" at start

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluez (Ubuntu)
   Status: New => Confirmed

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

Title:
  15:10: bluetoothd reports "Not enough handles to register service" at
  start

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  On 15:10 after the bluetooth service has been stopped and restarted it
  is not possible to scan or connect to devices:

  $ sudo systemctl start bluetooth
  $ journalctl --unit=bluetooth | tail -n 19 | awk '{$1="";$2="";$4="";print 
$0}'
23:31:53  systemd[1]: Starting Bluetooth service...
23:31:53  bluetoothd[16647]: Bluetooth daemon 5.33
23:31:53  systemd[1]: Started Bluetooth service.
23:31:53  bluetoothd[16647]: Starting SDP server
23:31:53  bluetoothd[16647]: Bluetooth management interface 1.9 initialized
23:31:53  bluetoothd[16647]: Failed to obtain handles for "Service Changed" 
characteristic
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Error adding Link Loss service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Current Time Service could not be registered
23:31:53  bluetoothd[16647]: gatt-time-server: Input/output error (5)
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Sap driver initialization failed.
23:31:53  bluetoothd[16647]: sap-server: Operation not permitted (1)
23:31:53  bluetoothd[16647]: Endpoint registered: sender=:1.440 
path=/MediaEndpoint/A2DPSource
23:31:53  bluetoothd[16647]: Endpoint registered: sender=:1.440 
path=/MediaEndpoint/A2DPSink

  And

  $ bluetoothctl
  [NEW] Controller 00:1F:3A:E0:0A:AF hephaestion.lan.iam.tj [default]
  [NEW] Device 00:0A:95:4B:BD:C2 Apple Wireless Keyboard
  [NEW] Device 00:07:61:3B:86:98 Bluetooth Travel Mouse
  [bluetooth]# scan on
  Failed to start discovery: org.bluez.Error.NotReady

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1490349/+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 1498825] [NEW] SessionBackend tests unreliable, talk to real system services

2015-09-23 Thread Michał Sawicz
Public bug reported:

The new SessionBackend tests talk to the real system services (like
logind), which means the result depends on where the test is ran. They
pass on CI because the tests are effectively skipped if the service
isn't available. On the other hand it fails for me (see below), because
my laptop does not hibernate and the answer from logind is "na", not
"no":

$> qdbus --system org.freedesktop.login1 /org/freedesktop/login1 
org.freedesktop.login1.Manager.CanHibernate
na

The tests need to talk to a mock service (on the session bus) that's
launched along the test using dbus-test-runner. Use
QDBusConnection::SM_BUSNAME() to switch the implementation between
system and session buses (see e.g. AccountsService tests for examples).

$> ninja -C builddir testSessionBackend 
ninja: Entering directory `builddir'
[1/1] Re-running CMake...
-- Could NOT find Lcov (missing:  LCOV_EXECUTABLE GENHTML_EXECUTABLE) 
-- Could NOT find gcovr (missing:  GCOVR_EXECUTABLE) 
-- Configuring done
-- Generating done
-- Build files have been written to: 
/home/michal/dev/canonical/unity8/repo/builddir
[3/3] cd 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session && 
env 
QML2_IMPORT_PATH=/home/michal/dev/canonica...michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/testSessionBackend.xml,xunitxml
 --parameter -o --parameter -,txt
FAILED: cd 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session && 
env 
QML2_IMPORT_PATH=/home/michal/dev/canonical/unity8/repo/builddir/tests/mocks:/home/michal/dev/canonical/unity8/repo/builddir/tests/utils/modules:/home/michal/dev/canonical/unity8/repo/builddir/plugins
 UNITY_TESTING=1 LANGUAGE=C LC_ALL=C.UTF-8 QT_QPA_PLATFORM=minimal 
/usr/bin/dbus-test-runner --task 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/sessionbackendtestExec
 --parameter -o --parameter 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/testSessionBackend.xml,xunitxml
 --parameter -o --parameter -,txt
DBus daemon: 
unix:abstract=/tmp/dbus-SUPywz2RlD,guid=c082954870d6b539cdebaf6e56026aca
task-0: Started with PID: 1331
task-0: * Start testing of SessionBackendTest *
task-0: Config: Using QtTest library 5.4.2, Qt 5.4.2 (x86_64-little_endian-lp64 
shared (dynamic) release build; by GCC 5.2.1 20150729)
task-0: PASS   : SessionBackendTest::initTestCase()
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Logout)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Reboot)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Shutdown)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(PromptLock)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Logout)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Shutdown)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Reboot)
task-0: PASS   : SessionBackendTest::testUserName()
task-0: PASS   : SessionBackendTest::testRealName()
task-0: FAIL!  : SessionBackendTest::testLogin1Capabilities() Compared values 
are not the same
task-0:Actual   (dbusUnitySessionService.CanHibernate())
  : 0
task-0:Expected 
((login1face.call("CanHibernate").arguments().first().toString() != "no")): 1
task-0:Loc: [../tests/plugins/Unity/Session/sessionbackendtest.cpp(157)]
task-0: PASS   : SessionBackendTest::cleanupTestCase()
task-0: Totals: 11 passed, 1 failed, 0 skipped, 0 blacklisted
task-0: * Finished testing of SessionBackendTest *
task-0: Exited with status 256
task-0: Shutting down
DBus daemon: Shutdown
ninja: build stopped: subcommand failed.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: unity8 8.11+15.10.20150922.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
Uname: Linux 4.2.0-10-generic x86_64
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Sep 23 11:02:45 2015
SourcePackage: unity8
UpgradeStatus: Upgraded to wily on 2015-09-18 (5 days ago)

** Affects: unity8 (Ubuntu)
 Importance: High
 Assignee: Lukáš Tinkl (lukas-kde)
 Status: Triaged


** Tags: amd64 apport-bug wily

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

Title:
  SessionBackend tests unreliable, talk to real system services

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  The new SessionBackend tests talk to the real system services (like
  logind), which means the result depends on where the test is ran. They
  pass on CI because the tests are effectively skipped if the service
  isn't available. On the other hand it fails for me (see below),
  because my laptop does not hibernate and the answer from logind is
  "na", not "no":

  $> qdbus --system org.freedesktop.login1 

[Touch-packages] [Bug 1027949] Re: Improve workspace functionality under Unity

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Improve workspace functionality under Unity

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I would like to get back with the idea about handling workspaces in Unity. I 
know, there were couple bugs filed on this topic and most of them end up in 
status “Won't fix”. Probably this is due to authors position not clearly 
expressed / backed up with real world usage, more incompatible ideas thrown in 
in the same bug, which renders the bug unreadable and unclear.
  With this I would like to express the “power” user's opinion which I am. I 
really hope that Unity is not designed just for casual users and designers 
listen to power user needs as well.
  I'm hoping for constructive discussion and criticism if needed.
   
  Workspaces by design are meant to extend a space, organize the apps/work on 
desktop which should reduce clutter. In unity, I can't understand how they are 
meant to be used to achieve the goal.
   
  If average user uses handful of applications there is no need for workspaces 
at all. If he wants to use workspaces for some strange reason, application 
switching just adds distracting workspace switching animation to the workflow. 
If he wants to group applications in workspaces, there doesn't seem to be good 
way either as launcher shows all apps as alt-tab does, changing couple of apps 
in this case is shifting the screen in some direction. There is a scale plugin 
which handles workspaces, for most users it's not needed and they don't know 
the existence of such thing.
  One thing which comes to my mind is if user want's to see more than one pair 
of applications side by side then workspaces would come handy, but this fits in 
the power user group as then he perfectly knows what's on every workspace he 
use. Casual users usually come from windows world and will use minimize 
instead. But this is not the point and maybe I'm wrong :)
   
  Power users know exactly how they want to work, they have tons of 
applications opened at the same time as well.
  Me for instance, I have laptop with 8G of RAM, I work on many different 
projects, so I would like to group applications based on projects, currently I 
have 5 workspaces, one for common things like email, some other company stuff, 
one for my personal needs and 3 for projects.  Each of the workspace have at 
least one firefox instance opened (via the -P –no-remote), most of them have 
libreoffice writer and terminals opened, specific workspaces have specific 
programs opened, on average about 6-10 apps per WS, seprately in each WS that 
is manageable amount of apps, taken together it's a nightmare. I have work 
in-progress situation on every workspace, I don't want to store my progress of 
each project in my head or notes, so I never close anything in workspaces until 
it's done (just save docs/work), so when returning to it I can continue where I 
left off.
  In this kind of workflow launcher is unreadable, it's hard to distinguish 
what application is where, it has all the stuff shown with squeezed icons at 
the bottom, not nice at all. Similar to this: 
http://41.0.71.70/files/unity_full.png, but in my case it might get even worse 
:)
  In addition, when I'm working on project X I don't really care for project Y 
apps or my personal apps. I don't want to see some random game I opened on 
private workspace all day long when I clearly won't use it until the evening, 
the same applies for half-way watched movies etc., the idea is clear.
  There are couple of things to be shared across the workspaces, like skype, 
keepassx, music player to mention some.
   
  What I propose/suggest and many others already did - one setting in ccsm 
which says “Show applications for current desktop only”.
  This setting would be for power users, not the default, launcher behavior 
would remain the same as in current form:
  * if user want to see application across the workspaces, he can pin it to the 
launcher to see it's icon, current behavior w/o changes
  * to have app in every workspace, use “Always on visible Workspace” from 
window menus, no changes
  * interactions with visible icons - no changes
   
  So to me this seems basically about showing / hiding certain icons, not much 
more, unity already knows which application is on which workspace as it 
switches to it when clicked, it handles workspace switching as backlight and 
pips (>) are changing, etc. It should be very easy to implement and will help 
power users a great deal.
  For me this is a thing which prevents me using Unity which in other aspects 

[Touch-packages] [Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
Actually it might be related to unity8 still:

surfaceItem.surface = null; in unity8 SurfaceContainer.qml

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

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

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1498816/+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 1030064] Re: unity launcher does not display name of mounted mediums without putting the mouse on every single icon

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  unity launcher does not display name of mounted mediums without
  putting the mouse on every single icon

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If you have many (different) devices (device is used substitutional for both: 
physical devices and partitions) mounted it can be very inconvenient to see a 
bunch of icons all looking the same and don't giving you information about the 
mounted device without holding the mouse cursor over the icon.
  Especially for keyboard navigation it takes much time to figure out which 
device the target device is.
  For mouse navigation the current behavior is  not as inconvenient as for the 
keyboard method, but you still have to check every icon with the cursor after 
the wanted device, which takes more time to navigate than seeing the target 
device immediately.
  So in terms of usability the best option would be if you see the name of the 
device somewhere at the depending icon and display  more information (for 
instance mount point etc.) about the device when the mouse is hovering over the 
icon.

  If this is unwanted behavior in terms of design, then at least it would be 
great if the name of the device would automatically pop up (for example in the 
same place it pops up with the mouse cursor) in the keyboard navigation mode 
(for instance when the icon is selected
  (this idea could also be adopted for the normal apps displayed in the 
launcher!)).

  But in terms of design I have to add, it is more aesthetic to see the
  icon and the depending name of a device instead of only showing an
  icon, because this doesn't look very good if you have mounted many
  external hard drives with many partitions on them and the launcher
  displays 10 icons all looking the same.

  
  To conclude the best option would be, if the name of the device automatically 
pops up if the cursor enters the area of mounted devices, meaning, if the 
cursor is on one icon of a mounted medium, the names of the other mounted 
mediums should also show up, same for keyboard mode. A progress bar for free 
space would also be nice for both, information and design.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1030064/+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 1032059] Re: unity feature request: dash open actions

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  unity feature request: dash open actions

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  It would make work more intuitive, if you could open items listed in
  dash with special options, meaning for example open a folder as root,
  or open a file with a program other to the standard program, open a
  file in it's directory etc. If you look at other implemations of other
  operating system this is provided by a right click menu. To have
  options like this would be very useful, but I am not sure if a right
  click menu would be the best option in terms of design.  Even  better
  would be, if you can right click an item and then you can  use the
  search field to give opening options, for example typing su could
  launch the application as root.  Maybe there is even a better option
  to implement a function like this., but this functionality would be a
  great help to many users. If it gets implemented a  keyboard shortcut
  equivalent to right-click for dash would be great.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1032059/+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 1028845] Re: [Dash] The lenses order is random, and the user should be able to change it

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  [Dash] The lenses order is random, and the user should be able to
  change it

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  At the moment, it is not possible to reorder the lenses. It seems like
  there is no pattern to creating the order of the lenses in the dash:
  the lenses I added myself are added randomly in the list, Home and
  Apps stay at the beginning, Videos is at the end, and Files and Music
  are somewhere in the middle, mixed with the lenses I added.

  The 5 original lenses should stay at the beginning of the list, with
  the newly installed ones added at the end.

  Also, the user should be able to change the order of the lenses. This
  would make it easier to make the preferred ones more accessible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1028845/+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 1158010] Re: Shutdown dialog asks a yes/no question but doesn't offer a binary choice

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Shutdown dialog asks a yes/no question but doesn't offer a binary
  choice

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The new dialog displays the text

  "Goodbye Iain Lane! Are you sure you want to close all programs and
  shut down the computer?"

  But it's not asking me if I'm sure. It's asking me to choose whether
  to shut down or restart.

  We should come up with some better wording. Perhaps just "Would you
  like to shut down or restart the computer?"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1158010/+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 1140383] Re: Adapt the titlebar with according to currend hide-show-setting

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
   Adapt the titlebar with according to currend hide-show-setting

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I'm using the 'always show' option for the unity-dash but it looks
  weird when a window is maximized and the close-/min-/max-buttons are
  arranged above the dash and not – as the eye 'expects' – above the
  most left window border. Even the window-title looks kinda distorted.

   Possible solution:
   It would be nice, if the titlebar is in full width when the autohide option 
is set and the dash to be in full height with the titlebar besides it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1140383/+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 1403289] Re: ctrl-alt-delete is missing a reboot option in Unity Desktop

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  ctrl-alt-delete is missing a reboot option in Unity Desktop

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The Unity Desktop doesn't allow a user to reboot their computer by
  hitting ctrl-alt-delete.

  When ctrl-alt-delete his hit, only two options are provided:
  - Lock
  - Log out

  This bugs is requesting that 4 more options be added to this menu:
  - Reboot
  - Shutdown
  - System Monitor
  - Command Prompt

  Use Case:

  Today I encountered a situation where I did not have a mouse-cursor
  after logging into the Unity desktop. That bug is reported in detail
  here:

  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1403287

  Ultimately, I had to hit ctrl-alt-t to acquire a command prompt, and
  type the command "sudo reboot" in order to reboot my computer.

  The most widely familiar "first step" for dealing with a computer that
  is either "locked up" or "missing a mouse cursor" is the Windows
  tradition of hitting ctrl-alt-delete. The Unity desktop understands
  ctrl-alt-delete, but offers a super limited menu of options after the
  user hits ctrl-alt-delete.

  Additionally, keep this mind: Although most menus are accessible (in
  Unity) via the keyboard, the little gear icon (top-right: used to
  reboot your computer) is NOT intuitively accessible via the keyboard.

  Furthermore, the unity dash should understand what "REBOOT" or
  "SHUTDOWN" means! I'm not saying that the unity dash should restart
  you computer when you type restart or reboot there, but it should at
  least offer the option of doing so after such things are typed.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.3+14.04.20140826-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  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_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  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: Tue Dec 16 21:05:26 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GT216M [GeForce GT 230M] [10de:0a28] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:7001]
  InstallationDate: Installed on 2014-11-23 (23 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion dv8 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=8b3cc691-0444-4efd-8504-0ae5dd9ba3eb ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/31/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.25
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 7001
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 35.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.25:bd05/31/2010:svnHewlett-Packard:pnHPPaviliondv8NotebookPC:pvr04992224121000104:rvnHewlett-Packard:rn7001:rvr35.35:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv8 Notebook PC
  dmi.product.version: 04992224121000104
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.5
  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.3
  version.xserver-xorg-video-nouveau: 

[Touch-packages] [Bug 1109250] Re: Minimize all windows when launcher is clicked and all its windows are visible

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Minimize all windows when launcher is clicked and all its windows are
  visible

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Please minimize all windows of a certain launcher when that launcher
  is clicked and all its windows are visible. This would be a minimize
  all for launcher effectively. A version of CTRL+CLICK or ALT+CLICK on
  a launcher should show all windows of that launcher. All other
  behaviour should remain as is. Implementing this is especially usefull
  when all the different windows, e.g. four terminals, are neatly
  distributed over the screen and using up much of the screen. To
  minimize or restore these all at once would be very efficient when
  frequently switching to another application that uses most of the
  screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1109250/+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 1154835] Re: using twice "show destop" in alt tab brings windows again

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  using twice "show destop" in alt tab brings windows again

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I don't know, if it is default or not, because I used ccsm to
  configure unity, but I have a "Show desktop" icon in my alt-tab
  switcher.

  When I am on Firefox and release alt-tab on LibreOffice, it brings me 
LibreOffice. OK
  When I am on LibreOffice and release alt-tab on LibreOffice, I stay on 
LibreOffice. OK

  When I relase alt-tab on "Show Desktop" while I am in Firefox or
  LibreOffice, it brings me the desktop. When I do it again when I am on
  the desktop, it brings me Firefox or LibreOffice again. This is not
  consistent, isn't it ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1154835/+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 160311] Re: Resizing windows by grabbing window borders is difficult

2015-09-23 Thread JohnWashington
Madbiologist: thanks for clarifying.  So I agree filing it as a new bug
would be good.  I'm not an appropriate person to do that, since I'm
using Unity less and less, and even in the past I've only used LTS
releases.  I hope someone will pick this up.

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

Title:
  Resizing windows by grabbing window borders is difficult

Status in Ayatana Design:
  Fix Released
Status in emerald:
  New
Status in One Hundred Papercuts:
  Fix Released
Status in metacity:
  In Progress
Status in ubuntu-mate:
  Opinion
Status in Release Notes for Ubuntu:
  Fix Released
Status in Unity:
  Fix Released
Status in unity-2d:
  Invalid
Status in light-themes package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  This bug is fixed in unity-3d since ubuntu 11.04.
  It still exists in unity-2d and will never be fixed as unity-2d is no longer 
supported since ubuntu 12.10 (see comment #343).

  *

  This should mostly be fixed for Natty and might get backported to
  earlier releases as well.

  For Precise (12.04)  this is again broken for unity-2d (as of 17.7.2012 
unity-2d 5.12.0-0ubuntu1.1).
  Note that if the window has a scrollbar, you can grab that to resize the 
window. If not, you are stuck with the 1px border. Workaround: NONE KNOWN (see 
comment 320)?

  *

  *Blueprint for Natty, Ubuntu 11.04:

  https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-
  dx-n-resizing-windows

  Work items1 * Make sure the new resize grip fits in current applications; 
doesn't interfere with anything. We should make some noise about this during 
the Natty cycle so people keep their eyes open and file bugs.
  2 * Invisible window resize area - around 3px invisible area to allow resize 
on all sides.

  *

  Working grip backported to gtk2 already available in ppa :
  https://launchpad.net/~bratsche/+archive/gtk

  *

  Workaround for Compiz/Unity: Alt+Middlemousebutton resizes a window
  most comfortably.

  Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
  theme-1.xml.  Set the following values in frame_geometry_normal as
  desired:

  
  
  

  

  Binary package hint: metacity

  - The issue has been an issue for users (especially of large) screens
  for several releases- Trackpad users seem to be particularly impacted
  by this- The issue appears to have been significantly aggravated in
  Lucid by changing the border width from 3 pixels to 1 pixel

  The window borders in metacity are far too thin to be used for
  comfortable window resizing, and resize handles are not available in
  all applications (or even most). In fact, of all the windows I have
  open right now, not a single one of them has a resize handle. The
  result is that I get a lot of "misses" when I try to drag a window
  border, which usually results in my clicking on the wrong window
  altogether. The best fix for this usability bug is to create an
  "invisible" region around each non-maximized window about 4px thick
  that can be used for resizing (in addition to the visible border). Or
  perhaps there should be a border thickness option on the System >
  Preferences > Windows dialog (although the default thickness should
  still be increased considerably). Ideally all windows would also have
  a resize handle but I realize that these have to be application
  controlled (at least that seems to be the position of the metacity
  team).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+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 1152390] Re: Unity Launcher icons provide no hover feedback

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Unity Launcher icons provide no hover feedback

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Launcher tooltip delay is back and bigger (LP: #929485), but there’s
  no immediate hover feedback, making the Unity user wonder if Unity is
  not immediately responding to its input. So, Unity feels sluggish
  *again*.

  See also LP: #804021 "launcher tooltip delay is useless and gives the
  impression as if the launcher is not responding".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1152390/+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 1065802] Re: Progress bars centred on launcher icons hide too much of the icons (should be at the bottom?)

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Progress bars centred on launcher icons hide too much of the icons
  (should be at the bottom?)

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Progress bar on launcher icon should be at the bottom, not the middle.
  I think that would make for a more visually pleasing design.
  Especially when you have small icons; the progress bar and badge cover
  so much of the middle of the icon that you can't really see what icon
  it is any more.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1065802/+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 1095462] Re: [Feature Request] Display state of checkable menu items in HUD

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  [Feature Request] Display state of checkable menu items in HUD

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  It would be nice if state of checkable application menu items will be
  shown in HUD when accessing them by alt-key.

  For example, Pidgin has Tools -> Mute Sounds checkable menu item (if
  item is checked then sound is muted). I press left alt --- HUD appers,
  type "mute sounds" --- I see desired Pidgin menu item, but I don't see
  item state (checked or not).

  Thanks in advance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1095462/+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 1103686] Re: Replace Email option in Unity previews to Share

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Replace Email option in Unity previews to Share

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The email option present in Unity previews is great. However, if one
  were to enhance that functionality, it would be by broadening its
  scope. That can be done by replacing "Email" with "Share". When a user
  click on the share button they can be shown a pop-up where options to
  share it to via facebook, email, twitter can be displayed. I believe
  the infrastructure to share stuff using Gwibber already exists. The
  main challenge here would be to incorporate a dialog box in Unity
  style since that is not current available in the Unity stack.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1103686/+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 1106183] Re: proprietary applications are not labeld so in the dash/application lens

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  proprietary applications are not labeld so in the dash/application
  lens

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  It should be easy possible to see which apps among the suggestions in
  the application lens are open source/free software and which are
  proprietary. Right now you can't see any difference if both types of
  apps are free (do not cost anything).

  Some kind of label, like the one showing the price should be used!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1106183/+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 964571] Re: Alt+Shift+Tab doesn't work unless Alt+Tab is pressed first.

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

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

Title:
  Alt+Shift+Tab doesn't work unless Alt+Tab is pressed first.

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The keyboard shortcut Alt-Shift-Tab does nothing unless Alt-Tab is
  pressed first (and Alt is continued to be held down). It should be
  possible to use the keyboard window switcher in reverse order without
  having to go forward first. (Other desktops such as Windows, GNOME
  Shell, etc. allow this.) This also affects the Ctrl+Alt+Shift+Tab
  shortcut (to show windows from all workspaces).

  If this isn't fixed, I guess the help article will have to be a bit
  more complex to explain that.

  To quote from the Desktop help:

  When you hold down the Alt key and then press Tab, a window switcher
  appears. This shows a list of the windows you have open, with a
  preview.

  You can continue pressing Tab as many times as you need to reach the
  window you want.

  To switch to the previous window, hold down the Alt key and press
  Shift-Tab instead.

  Only windows from the current workspace will be shown. To show windows
  from all workspaces, hold down the Ctrl and Alt keys and press Tab or
  Shift-Tab.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  CheckboxSubmission: 201084ed41ea7548f8becd47fa4d1e6c
  CheckboxSystem: c541d13ea4f205f2fd751f76ed21105b
  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 Mar 25 10:15:44 2012
  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/964571/+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 931492] Re: Visual bug: Title above Launcher

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Visual bug: Title above Launcher

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  With Unity Launcher "allways visible" the application title on top
  panel looks very ugly. I uploaded a Screenshot about this visual bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/931492/+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 1010576] Re: Show checkmarks in HUD for items such as Nautils' "Show Hidden Files"

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  Show checkmarks in HUD for items such as Nautils' "Show Hidden Files"

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Some menu items have ON/OFF toggle states with checkmarks.

  Nautilus, for example, has "View Hidden FIles" (See HUD-
  Checkmark-1.png)

  It would be nice if the HUD would show the state of the toggle.  It
  currently does not.

  Thank you for your consideration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1010576/+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 1496743] Re: /usr/bin/ld.gold: --push-state: unknown option

2015-09-23 Thread Andrea Bernabei
this also affects building ubuntu-ui-toolkit on wily

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

Title:
  /usr/bin/ld.gold: --push-state: unknown option

Status in gcc-5 package in Ubuntu:
  Triaged
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  With gcc 5.2.1-17ubuntu4, we're seeing
  https://launchpadlibrarian.net/218108553/buildlog_ubuntu-wily-amd64
  .ubuntu-ui-
  toolkit_1.3.1639%2B15.10.20150916.2-0ubuntu1_BUILDING.txt.gz

  TJ- on #ubuntu-devel suggested:
  < TJ-> Mirv: bzoltan: the issue could be in qtbase-opensource-src-5.4.2+dfsg 
(qmake) which does "mkspecs/common/gcc-base-unix.conf:19:QMAKE_LFLAGS_USE_GOLD  
 = -fuse-ld=gold" irrespective of libraries being linked.

  Ideas for a proper fix welcome.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1496743/+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 929703] Re: If the trash is empty, the quicklist of the trash shows the option "Empty trash..." (not sensitive)

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  If the trash is empty, the quicklist of the trash shows the option
  "Empty trash..." (not sensitive)

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If the trash hasn't items, its quicklist shows the option "Empty
  trash..." (not sensitive), but this is not intuitive and should read
  "The trash is empty" or something.

  I attached a picture just in case.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.2.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic-pae 3.2.2
  Uname: Linux 3.2.0-12-generic-pae i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  CasperVersion: 1.303
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Thu Feb  9 18:12:11 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:2000]
 Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:2000]
  LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120201.1)
  MachineType: Olidata Chile S.A. A1xIM0
  ProcEnviron:
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- debian-installer/language=es keyboard-configuration/layoutcode=latam
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.04
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: A1xIM0
  dmi.board.vendor: Olidata Chile S.A.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Olidata Chile S.A.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.04:bd02/23/2010:svnOlidataChileS.A.:pnA1xIM0:pvrToBeFilledByO.E.M.:rvnOlidataChileS.A.:rnA1xIM0:rvrTobefilledbyO.E.M.:cvnOlidataChileS.A.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: A1xIM0
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: Olidata Chile S.A.
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu8
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.3-0ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901-1ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/929703/+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 1499137] [NEW] package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd] failed to install/upgrade: subprocess installed post-installation script returned error exit stat

2015-09-23 Thread Remzi AKYÜZ
Public bug reported:

I dont have any idiea.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd]
ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
Uname: Linux 4.2.0-10-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
Date: Wed Sep 23 22:03:07 2015
Df:
 Filesystem  1K-blocksUsed Available Use% Mounted on
 /dev/sda130832384 3956308  25286844  14% /
 /dev/mapper/veri_deposu-var  30832636  484148  28759240   2% /var
 /dev/mapper/veri_deposu-log  10190136   26684   9622780   1% /var/log
 udev 15416816   0  15416816   0% /dev
DhServerLeases:
 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-09-23 (0 days ago)
InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20150920)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.2.0-10-generic 
root=UUID=ea37a4be-c720-4d69-bce4-6b8278b7e2d6 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
SourcePackage: isc-dhcp
Title: package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd] failed 
to install/upgrade: subprocess installed post-installation script returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-package wily

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

Title:
  package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd]
  failed to install/upgrade: subprocess installed post-installation
  script returned error exit status 1

Status in isc-dhcp package in Ubuntu:
  New

Bug description:
  I dont have any idiea.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd]
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  Date: Wed Sep 23 22:03:07 2015
  Df:
   Filesystem  1K-blocksUsed Available Use% Mounted on
   /dev/sda130832384 3956308  25286844  14% /
   /dev/mapper/veri_deposu-var  30832636  484148  28759240   2% /var
   /dev/mapper/veri_deposu-log  10190136   26684   9622780   1% /var/log
   udev 15416816   0  15416816   0% /dev
  DhServerLeases:
   
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20150920)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.2.0-10-generic 
root=UUID=ea37a4be-c720-4d69-bce4-6b8278b7e2d6 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: isc-dhcp
  Title: package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1499137/+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 1497547] Re: Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2015-09-23 Thread Daniel van Vugt
That's weird. You should just be able to:

sudo mir_demo_server --vt 1

and it will recognise what vt 1 means. However I recall I have seen the
same bug you describe where Mir 'forgot' what "--vt 1" means.

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

Title:
  Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

Status in Mir:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  mir_proving_server assert failure: mir_proving_server:
  ../../src/xcb_io.c:274: poll_for_event: Assertion
  `!xcb_xlib_threads_sequence_lost' failed.

  mousing arround with mir on x

   mir_proving_server --platform-input-lib server-mesa-x11.so.4
   mir_demo_client_egltriangle

  died wile mousing arround egltriangle's window

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: mir-demos 0.15.1+15.10.20150903-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AssertionMessage: mir_proving_server: ../../src/xcb_io.c:274: poll_for_event: 
Assertion `!xcb_xlib_threads_sequence_lost' failed.
  CurrentDesktop: Unity
  Date: Sat Sep 19 15:13:02 2015
  ExecutablePath: /usr/bin/mir_proving_server
  InstallationDate: Installed on 2015-09-18 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150918)
  ProcCmdline: mir_proving_server --platform-input-lib server-mesa-x11.so.4
  Signal: 6
  SourcePackage: mir
  StacktraceTop:
   __assert_fail_base (fmt=0x7fbfd6d7c028 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fbfd294a7a0 
"!xcb_xlib_threads_sequence_lost", file=file@entry=0x7fbfd294a5eb 
"../../src/xcb_io.c", line=line@entry=274, 
function=function@entry=0x7fbfd294aaa6 "poll_for_event") at assert.c:92
   __GI___assert_fail (assertion=0x7fbfd294a7a0 
"!xcb_xlib_threads_sequence_lost", file=0x7fbfd294a5eb "../../src/xcb_io.c", 
line=274, function=0x7fbfd294aaa6 "poll_for_event") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReadEvents () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  Title: mir_proving_server assert failure: mir_proving_server: 
../../src/xcb_io.c:274: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
  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/mir/+bug/1497547/+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 1325142] Re: failure to update libpam-systemd in 14.04 due to missing logind init script

2015-09-23 Thread Maarten
This one-liner fails as well:

virt-builder -v -x ubuntu-14.04 -o output --root-password
"password:root" --update

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

Title:
  failure to update libpam-systemd in 14.04 due to missing logind init
  script

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Trusty:
  Triaged
Status in systemd source package in Utopic:
  Fix Released

Bug description:
  Hi,

  while running inside an i386 lubuntu 14.04 chroot, upgrading libpam-
  systemd to version 204-5ubuntu20.2 fails leaving dpkg in a broken
  state. 'apt-get -f install' from within the chroot will not fix it,
  but if the build is made bootable and put into a iso/VM you can
  recover that way in a live session.

  the problem seems to be the /var/lib/dpkg/info/libpam-systemd:i386.prerm 
script failing to bring down the logind daemon with 'invoke-rc.d systemd-logind 
stop', because invoke-rd.d is only looking for the /etc/init.d/ script (doesn't 
exist) and not /etc/init/systemd-logind.conf (does exist).
  ?

  
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages will be upgraded:
libpam-systemd
  1 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/25.2 kB of archives.
  After this operation, 1024 B of additional disk space will be used.
  (Reading database ... 113986 files and directories currently installed.)
  Preparing to unpack .../libpam-systemd_204-5ubuntu20.2_i386.deb ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: warning: subprocess old pre-removal script returned error exit status 
100
  dpkg: trying script from the new package instead ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error processing archive 
/var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb (--unpack):
   subprocess new pre-removal script returned error exit status 100
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error while cleaning up:
   subprocess installed post-installation script returned error exit status 100
  Errors were encountered while processing:
   /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  Our build logs available upon request, but the scripts to setup the chroot to 
recreate it are here:

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/build_chroot_nightly.sh

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/inchroot_nightly.sh

  
  In a web-search I notice a few others running into the same bug,

  chatter on irc at [18:10], http://irclogs.ubuntu.com/2013/05/28
  /%23ubuntu-devel.txt

  someone else's build log:
  https://launchpad.net/~qutim/+archive/qutim/+build/6039800

  launchpad bug #1323575 seems to be a duplicate of this one.

  
  perhaps related to older launchpad bug #1305395 ?

  note we are also suffering from a failure with update-initramfs, not sure of 
the root cause of that one but I thought I'd mention it in case they were 
related, since they both started happening about the same time, a couple weeks 
ago. (launchpad bug #1317602)
  It all worked ok after the inital releases of 14.04, so something to do with 
a package update since then.

  
  thanks,
  Hamish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1325142/+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 1496743] Re: /usr/bin/ld.gold: --push-state: unknown option

2015-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-5 - 5.2.1-18ubuntu1

---
gcc-5 (5.2.1-18ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:

gcc-5 (5.2.1-18) unstable; urgency=medium

  * Update to SVN 20150922 (r228023, 5.2.1) from the gcc-5-branch.

  [ Matthias Klose ]
  * gcc-5-plugin-dev: Depend on libmpc-dev. Closes: #798997.
  * Fix PR libstdc++/65913, taken from the trunk. Closes: #797577.

  [ YunQiang Su ]
  * Build again the gnat-5-sjlj package. Closes: #798782.
  * Fix gnat cross builds, and cross building gnat.

 -- Matthias Klose   Wed, 23 Sep 2015 03:10:37 +0200

** Changed in: gcc-5 (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  /usr/bin/ld.gold: --push-state: unknown option

Status in gcc-5 package in Ubuntu:
  Fix Released
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  With gcc 5.2.1-17ubuntu4, we're seeing
  https://launchpadlibrarian.net/218108553/buildlog_ubuntu-wily-amd64
  .ubuntu-ui-
  toolkit_1.3.1639%2B15.10.20150916.2-0ubuntu1_BUILDING.txt.gz

  TJ- on #ubuntu-devel suggested:
  < TJ-> Mirv: bzoltan: the issue could be in qtbase-opensource-src-5.4.2+dfsg 
(qmake) which does "mkspecs/common/gcc-base-unix.conf:19:QMAKE_LFLAGS_USE_GOLD  
 = -fuse-ld=gold" irrespective of libraries being linked.

  Ideas for a proper fix welcome.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1496743/+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 1481673] Re: No mechanism for displaying internal downloads in transfer indicator

2015-09-23 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/indicator-transfer/app-id-dm

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

Title:
  No mechanism for displaying internal downloads in transfer indicator

Status in Canonical System Image:
  In Progress
Status in indicator-transfer package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  In Progress

Bug description:
  We're currently adding support to the webbrowser-app to allow it
  download files internally in addition to sending them to other
  applications, currently download manager has a metadata property
  titled "showInIndicator", however this doesn't appear to have any
  effect when the transfer is happening inside an application without
  content-hub involvement.

  This results in an inconsistent experience for the user, as some
  downloads from the browser show up in the indicator (those opened
  immediately with other apps) and some don't (those downloaded for
  later use).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1481673/+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 1498975] Re: Vivid to wily upgrade fails for autologin

2015-09-23 Thread Robert Ancell
To confirm - after upgrading the contents of lightdm.conf were removed
and replaced with just [Seat:*] ?

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

Title:
  Vivid to wily upgrade fails for autologin

Status in lightdm package in Ubuntu:
  New

Bug description:
  Installed vivid - with autologin.

  Completely updated vivid then upgraded to wily with image.

  System fails to autologin following upgrade to wily.

  Vivid lightdm.conf:

  [SeatDefaults]
  autologin-guest=false
  autologin-user=test
  autologin-user-timeout=0
  autologin-session=lightdm-autologin

  
  Wily lightdm.conf

  [Seat:*]

  Xubuntu specific lightdm files in /usr/share/lightdm/lightdm.conf.d
  appear to have upgraded correctly changing  [SeatDefaults] to [Seat:*]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Sep 23 16:50:14 2015
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150922.1)
  LightdmConfig: [Seat:*]
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1498975/+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 1497613] Re: cannot set default printer

2015-09-23 Thread Skewray
** Attachment added: "~/.cups/lpoptions"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1497613/+attachment/4472744/+files/lpoptions

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

Title:
  cannot set default printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  lpadmin will not set default printer:

  # sudo lpadmin -d HP-Officejet-Pro-8600-2
  # lpstat -d
  no system default destination

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: cups-client 2.0.2-1ubuntu3.2
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  CupsErrorLog: E [19/Sep/2015:11:29:30 -0700] [Client 182] Returning IPP 
client-error-bad-request for Send-Document 
(ipp://localhost:631/printers/HP-Officejet-Pro-8600-2) from localhost
  CurrentDesktop: XFCE
  Date: Sat Sep 19 11:36:34 2015
  InstallationDate: Installed on 2014-01-02 (625 days ago)
  InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  KernLog:
   
  Lpstat: device for HP-Officejet-Pro-8600-2: 
dnssd://Officejet%20Pro%208600%20%5BA9023B%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-843497a9023b
  MachineType: MSI MS-7751
  Papersize: letter
  PpdFiles: HP-Officejet-Pro-8600-2: HP Officejet Pro 8600, hpcups 3.15.2
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/tcsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=56c146b8-ca77-456e-8606-3395117a8441 ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  SourcePackage: cups
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (147 days ago)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V17.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z77 MPower (MS-7751)
  dmi.board.vendor: MSI
  dmi.board.version: 4.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 4.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV17.3:bd09/14/2012:svnMSI:pnMS-7751:pvr4.0:rvnMSI:rnZ77MPower(MS-7751):rvr4.0:cvnMSI:ct3:cvr4.0:
  dmi.product.name: MS-7751
  dmi.product.version: 4.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1497613/+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 1497613] Re: cannot set default printer

2015-09-23 Thread Skewray
None of the remaining files in your list exist.

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

Title:
  cannot set default printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  lpadmin will not set default printer:

  # sudo lpadmin -d HP-Officejet-Pro-8600-2
  # lpstat -d
  no system default destination

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: cups-client 2.0.2-1ubuntu3.2
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  CupsErrorLog: E [19/Sep/2015:11:29:30 -0700] [Client 182] Returning IPP 
client-error-bad-request for Send-Document 
(ipp://localhost:631/printers/HP-Officejet-Pro-8600-2) from localhost
  CurrentDesktop: XFCE
  Date: Sat Sep 19 11:36:34 2015
  InstallationDate: Installed on 2014-01-02 (625 days ago)
  InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  KernLog:
   
  Lpstat: device for HP-Officejet-Pro-8600-2: 
dnssd://Officejet%20Pro%208600%20%5BA9023B%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-843497a9023b
  MachineType: MSI MS-7751
  Papersize: letter
  PpdFiles: HP-Officejet-Pro-8600-2: HP Officejet Pro 8600, hpcups 3.15.2
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/tcsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=56c146b8-ca77-456e-8606-3395117a8441 ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  SourcePackage: cups
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (147 days ago)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V17.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z77 MPower (MS-7751)
  dmi.board.vendor: MSI
  dmi.board.version: 4.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 4.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV17.3:bd09/14/2012:svnMSI:pnMS-7751:pvr4.0:rvnMSI:rnZ77MPower(MS-7751):rvr4.0:cvnMSI:ct3:cvr4.0:
  dmi.product.name: MS-7751
  dmi.product.version: 4.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1497613/+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 1490684] Re: Mouse cursor duplicated in dual screen setup

2015-09-23 Thread Christopher M. Penalver
Eric Layton, if you upgrade to the Vivid enablement stack as outlined in
https://wiki.ubuntu.com/Kernel/LTSEnablementStack is this reproducible?

** Tags removed: bios-outdated-1402
** Tags added: latest-bios-1402

** Tags added: regression-release

** Changed in: xorg (Ubuntu)
   Importance: Low => Medium

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Mouse cursor duplicated in dual screen setup

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Duplicate of
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1071722 which was
  closed due to inactivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-46.62~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  CurrentDesktop: KDE
  Date: Mon Aug 31 12:57:59 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: kubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   NVIDIA Corporation GF108 [GeForce GT 440] [10de:0de0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:1441]
  InstallationDate: Installed on 2015-08-26 (5 days ago)
  InstallationMedia: Kubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150219.1)
  LightdmGreeterLog:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address. 
   IBusInputContext::createInputContext: no connection to ibus-daemon 
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  LightdmGreeterLogOld:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address. 
   IBusInputContext::createInputContext: no connection to ibus-daemon 
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-46-generic 
root=UUID=006bd7c5-dbe8-45ce-b17a-87bd9a3de3ce ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0902
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: SABERTOOTH X58
  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.:bvr0902:bd03/01/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnSABERTOOTHX58:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  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: Mon Aug 31 08:39:22 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Wired Keyboard 600 KEYBOARD, id 8
   inputMicrosoft Wired Keyboard 600 KEYBOARD, id 9
   inputMicrosoft  Microsoft Basic Optical Mouse v2.0  MOUSE, id 10
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nouveau" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nouveau" (module does not exist, 0)
   AIGLX: reverting to software rendering
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: modesetting

To manage 

[Touch-packages] [Bug 1497613] Re: cannot set default printer

2015-09-23 Thread Till Kamppeter
Removing ~/.cups/lpoptions should solve your problem.

rm ~/.cups/lpoptions

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

Title:
  cannot set default printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  lpadmin will not set default printer:

  # sudo lpadmin -d HP-Officejet-Pro-8600-2
  # lpstat -d
  no system default destination

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: cups-client 2.0.2-1ubuntu3.2
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  CupsErrorLog: E [19/Sep/2015:11:29:30 -0700] [Client 182] Returning IPP 
client-error-bad-request for Send-Document 
(ipp://localhost:631/printers/HP-Officejet-Pro-8600-2) from localhost
  CurrentDesktop: XFCE
  Date: Sat Sep 19 11:36:34 2015
  InstallationDate: Installed on 2014-01-02 (625 days ago)
  InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  KernLog:
   
  Lpstat: device for HP-Officejet-Pro-8600-2: 
dnssd://Officejet%20Pro%208600%20%5BA9023B%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-843497a9023b
  MachineType: MSI MS-7751
  Papersize: letter
  PpdFiles: HP-Officejet-Pro-8600-2: HP Officejet Pro 8600, hpcups 3.15.2
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/tcsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=56c146b8-ca77-456e-8606-3395117a8441 ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw
  SourcePackage: cups
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (147 days ago)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V17.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z77 MPower (MS-7751)
  dmi.board.vendor: MSI
  dmi.board.version: 4.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 4.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV17.3:bd09/14/2012:svnMSI:pnMS-7751:pvr4.0:rvnMSI:rnZ77MPower(MS-7751):rvr4.0:cvnMSI:ct3:cvr4.0:
  dmi.product.name: MS-7751
  dmi.product.version: 4.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1497613/+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 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Matthias Klose
not sure what the best thing to do ... either revert that, or fix the
packages affected by this incompatible upstream change.

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

Title:
  python3.4.3 SRU breaks awscli

Status in python-botocore package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Confirmed
Status in python-botocore source package in Trusty:
  In Progress
Status in python3.4 source package in Trusty:
  Confirmed

Bug description:
  The recently (~6h ago) python3.4.3 SRU update contains backwards-
  incompatible changes to the Python language, which in particular break
  the version of `awscli` packaged in Ubuntu Trusty. From a fully-
  updated Trusty machine:

  r...@jenkinsworker15.nw:~# aws
  Traceback (most recent call last):
File "/usr/bin/aws", line 23, in 
  sys.exit(main())
File "/usr/bin/aws", line 19, in main
  return awscli.clidriver.main()
File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
  driver = create_clidriver()
File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
  event_hooks=emitter)
File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
  plugin.awscli_initialize(event_hooks)
File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
  register_removals(event_handlers)
File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
  'verify-email-address'])
File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in 
remove
  self._create_remover(remove_commands))
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in 
register
  self._verify_accept_kwargs(handler)
File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
  argspec = inspect.getargspec(func)
File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
  raise ValueError("Function has keyword-only arguments or annotations"
  ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them

  
  This bug has been fixed upstream via 
https://github.com/aws/aws-cli/issues/800, but the version in Ubuntu hasn't 
been updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.3-1ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  Date: Wed Sep 23 21:06:39 2015
  Ec2AMI: ami-8d5b5dbd
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: c4.8xlarge
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+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 1497532] Re: clicking gmail launch icon causes system to hang

2015-09-23 Thread Humphrey van Polanen Petel
sorry, that was ambiguous -- the app is behaving as it is supposed to

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

Title:
  clicking gmail launch icon causes system to hang

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I click on the gmail icon in the launcher and a window opens, but remains 
blank/white.  
  There is no cursor and the system reacts to neither keyboard nor mouse.
  Occasional the little drum roll sounds, but nothing is apparent on the screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: compiz-core 1:0.9.11.3+14.04.20150313-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.13
  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: Sat Sep 19 20:10:13 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.16.0-48-generic, x86_64: installed
   virtualbox, 4.3.10, 3.16.0-49-generic, x86_64: installed
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   NVIDIA Corporation GF108 [GeForce GT 620] [10de:0f01] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:3547]
  InstallationDate: Installed on 2015-09-08 (11 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Vostro 420 Series
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-49-generic 
root=UUID=f6dd8441-8143-457c-8aa4-2ad01dfbb654 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  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: Sat Sep 19 19:57:05 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputAT Translated Set 2 keyboard KEYBOARD, id 8
   inputImPS/2 Generic Wheel Mouse MOUSE, id 9
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1497532/+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 1497532] Re: clicking gmail launch icon causes system to hang

2015-09-23 Thread Humphrey van Polanen Petel
removed & reinstalled -- so far behaving as expected -- will monitor

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

Title:
  clicking gmail launch icon causes system to hang

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I click on the gmail icon in the launcher and a window opens, but remains 
blank/white.  
  There is no cursor and the system reacts to neither keyboard nor mouse.
  Occasional the little drum roll sounds, but nothing is apparent on the screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: compiz-core 1:0.9.11.3+14.04.20150313-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.13
  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: Sat Sep 19 20:10:13 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.16.0-48-generic, x86_64: installed
   virtualbox, 4.3.10, 3.16.0-49-generic, x86_64: installed
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   NVIDIA Corporation GF108 [GeForce GT 620] [10de:0f01] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:3547]
  InstallationDate: Installed on 2015-09-08 (11 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Vostro 420 Series
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-49-generic 
root=UUID=f6dd8441-8143-457c-8aa4-2ad01dfbb654 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.4
  dmi.board.name: 0N185P
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd04/17/2009:svnDellInc.:pnVostro420Series:pvr:rvnDellInc.:rn0N185P:rvrA02:cvnDellInc.:ct3:cvr:
  dmi.product.name: Vostro 420 Series
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  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: Sat Sep 19 19:57:05 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputAT Translated Set 2 keyboard KEYBOARD, id 8
   inputImPS/2 Generic Wheel Mouse MOUSE, id 9
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1497532/+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 1472272] Re: problems in X

2015-09-23 Thread Cassio
Yes, I maked this and not resolved.

I changed and nothing, it means I did what you said and nothing
happened.

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

Title:
  problems in X

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  - wallpaper not show after or before login and appearance in config system;
  - To close windows and programs, leaves trail

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.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
  CurrentDesktop: Unity
  Date: Tue Jul  7 10:45:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: fglrx-updates-core, 15.200, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G] 
[1002:9641] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:358b]
  InstallationDate: Installed on 2015-04-28 (69 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=e2a65800-de20-4c29-aa98-ad92c37541ff ro acpi_sleep=nonvs quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Arquivo ou diretório não encontrado: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1C
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1805
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 33.58
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1C:bd01/25/2013:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr06911120471620100:rvnHewlett-Packard:rn1805:rvr33.58:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 06911120471620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Jul  7 10:24:33 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1472272/+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 1472272] Re: problems in X

2015-09-23 Thread Christopher M. Penalver
Cassio, could you please clarify your comment:
>"Yes, I changed and nothing."

Are you saying that you uninstall fglrx and the problem was
reproducible?

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

Title:
  problems in X

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  - wallpaper not show after or before login and appearance in config system;
  - To close windows and programs, leaves trail

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.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
  CurrentDesktop: Unity
  Date: Tue Jul  7 10:45:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: fglrx-updates-core, 15.200, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G] 
[1002:9641] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:358b]
  InstallationDate: Installed on 2015-04-28 (69 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=e2a65800-de20-4c29-aa98-ad92c37541ff ro acpi_sleep=nonvs quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Arquivo ou diretório não encontrado: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1C
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1805
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 33.58
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1C:bd01/25/2013:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr06911120471620100:rvnHewlett-Packard:rn1805:rvr33.58:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 06911120471620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Jul  7 10:24:33 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1472272/+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 1497547] Re: Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2015-09-23 Thread Daniel van Vugt
** Tags added: crash mesa-x11

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

Title:
  Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

Status in Mir:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  mir_proving_server assert failure: mir_proving_server:
  ../../src/xcb_io.c:274: poll_for_event: Assertion
  `!xcb_xlib_threads_sequence_lost' failed.

  mousing arround with mir on x

   mir_proving_server --platform-input-lib server-mesa-x11.so.4
   mir_demo_client_egltriangle

  died wile mousing arround egltriangle's window

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: mir-demos 0.15.1+15.10.20150903-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AssertionMessage: mir_proving_server: ../../src/xcb_io.c:274: poll_for_event: 
Assertion `!xcb_xlib_threads_sequence_lost' failed.
  CurrentDesktop: Unity
  Date: Sat Sep 19 15:13:02 2015
  ExecutablePath: /usr/bin/mir_proving_server
  InstallationDate: Installed on 2015-09-18 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150918)
  ProcCmdline: mir_proving_server --platform-input-lib server-mesa-x11.so.4
  Signal: 6
  SourcePackage: mir
  StacktraceTop:
   __assert_fail_base (fmt=0x7fbfd6d7c028 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fbfd294a7a0 
"!xcb_xlib_threads_sequence_lost", file=file@entry=0x7fbfd294a5eb 
"../../src/xcb_io.c", line=line@entry=274, 
function=function@entry=0x7fbfd294aaa6 "poll_for_event") at assert.c:92
   __GI___assert_fail (assertion=0x7fbfd294a7a0 
"!xcb_xlib_threads_sequence_lost", file=0x7fbfd294a5eb "../../src/xcb_io.c", 
line=274, function=0x7fbfd294aaa6 "poll_for_event") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReadEvents () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  Title: mir_proving_server assert failure: mir_proving_server: 
../../src/xcb_io.c:274: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
  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/mir/+bug/1497547/+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 1498829] Re: tests do not compile without precompiled headers

2015-09-23 Thread Daniel van Vugt
** Changed in: mir
Milestone: None => 0.17.0

** Changed in: mir (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  tests do not compile without precompiled headers

Status in Mir:
  In Progress
Status in mir package in Ubuntu:
  Triaged

Bug description:
  With  -DMIR_USE_PRECOMPILED_HEADERS=OFF

  $ make -j6 -k 2>&1 | grep " \*\*\* "
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_queueing_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_dropping_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_specification.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_client_scaling.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_morphing.cpp.o]
 Error 1
  make[1]: *** [tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all] 
Error 2
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/client/test_connection_resource_map.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_input_event.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/evdev/test_evdev_device_detection.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/dispatch/test_readable_fd.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_display.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_x11_platform.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_platform.cpp.o]
 Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1498829/+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 1499119] [NEW] /usr/bin/pulseaudio:11:adjust_rates:sink_input_process_msg_cb:asyncmsgq_read_cb:dispatch_pollfds:pa_mainloop_dispatch

2015-09-23 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding pulseaudio.  This problem was most recently seen with version
1:6.0-0ubuntu9.2, the problem page at
https://errors.ubuntu.com/problem/0ec09305e49d7e87a3afbd6b4589d1c2963da35f
contains more details.

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


** Tags: trusty utopic vivid

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

Title:
  
/usr/bin/pulseaudio:11:adjust_rates:sink_input_process_msg_cb:asyncmsgq_read_cb:dispatch_pollfds:pa_mainloop_dispatch

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding pulseaudio.  This problem was most recently seen with
  version 1:6.0-0ubuntu9.2, the problem page at
  https://errors.ubuntu.com/problem/0ec09305e49d7e87a3afbd6b4589d1c2963da35f
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1499119/+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 1499120] [NEW] /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-service-2.0': malloc(): memory corruption: ADDR ***

2015-09-23 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding mediascanner2.  This problem was most recently seen with
version 0.105+15.10.20150604-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/e5f66a4bae330cf0d294e148faaf47afbb22197c
contains more details.

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


** Tags: rtm-14.09 vivid wily

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

Title:
  /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-
  service-2.0': malloc(): memory corruption: ADDR ***

Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mediascanner2.  This problem was most recently seen with
  version 0.105+15.10.20150604-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/e5f66a4bae330cf0d294e148faaf47afbb22197c
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediascanner2/+bug/1499120/+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 1472272] Re: problems in X

2015-09-23 Thread Christopher M. Penalver
Cassio, to see if this is already resolved, could you please test
http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?

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

Title:
  problems in X

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  - wallpaper not show after or before login and appearance in config system;
  - To close windows and programs, leaves trail

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.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
  CurrentDesktop: Unity
  Date: Tue Jul  7 10:45:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: fglrx-updates-core, 15.200, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G] 
[1002:9641] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:358b]
  InstallationDate: Installed on 2015-04-28 (69 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=e2a65800-de20-4c29-aa98-ad92c37541ff ro acpi_sleep=nonvs quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Arquivo ou diretório não encontrado: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1C
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1805
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 33.58
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1C:bd01/25/2013:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr06911120471620100:rvnHewlett-Packard:rn1805:rvr33.58:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 06911120471620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Jul  7 10:24:33 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1472272/+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 1420499] Re: [REGRESSION] navigating to submenus has become painfully difficult. Clicking doesn't help; requires extreme precision

2015-09-23 Thread Andrea Azzarone
A fix for bug #552920 is on the way. It should improve the situation for
top level submenus. Please also note that unity has not control over
submenus. Closing for unity. Thanks.

** Changed in: unity
   Status: Incomplete => Invalid

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

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

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

Title:
  [REGRESSION] navigating to submenus has become painfully difficult.
  Clicking doesn't help; requires extreme precision

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

Bug description:
  Steps to reproduce:

  case A:
  I want to access an item of a submenu of a menu of an application. That is, 
menu Foo->bar->something

  Case B:
  by right-clicking on something, I want to access an item of a submenu of the 
context menu, for example in Nautilus: right-click on a file -> open with -> 
someApplication

  So, I unfold the first level menu (of an application) or the context
  menu (by right-clicking), I move the mouse cursor onto the menu item
  so that the final submenu unfolds, and I CLICK on the submenu parent
  item (e.g. I click on "open with" from the context menu).

  EXPECTED (and how it used to work):
  By clicking on the item that unfolds the submenu (e.g. "open with"), as 
opposed to simply hovering over it, the submenu should remain open, even if you 
accidentally move the cursor out of the submenu's parent item before you reach 
the area in the desired submenu.

  OBSERVED (since recently):
  Clicking as you navigate through the hierarchy doesn't change the behavior. 
Whether you click or not, in order to reach the final submenu and the desired 
item within it, you have to carefully move the cursor in an almost perfectly 
horizontal direction to the right, without going the slightest bit out the area 
of the submenu's parent item. Otherwise, the submenu will disappear before you 
reach it.

  For example, if the final item in the submenu you want to reach is the
  third, it is very likely that, after hovering (and clicking) on the
  menu item that opens the final submenu, you will move in diagonal
  downwards-rightwards, and in this trajectory you'll exit the area of
  the menu item that unfolded the submenu, making the submenu disappear
  before you reach it.

  Usually, this happened only if you only moved the mouse through the
  menu items and submenus without clicking. But when you clicked on an
  item that would unfold a submenu, that submenu would remain more
  "sticky", allowing for more freedom of movement, and remaining open
  even if moving out of it (until you clicked somewhere else, and
  perhaps also when you moved far enough from it).

  So, if you were super-precise and/or slow enough in your movements, you could 
reach the desired item in the sub-sub-menu by simply moving the mouse without 
clicking, but if you wanted to reach it quickly and carelessly, you could just 
click on each item of the hierarchy you were traversing.
  Which is what I used to do, because I like to navigate through menus quicky 
and without having to train myself to move my hand with surgical precision.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.3+14.04.20140826-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Feb 10 21:32:41 2015
  InstallationDate: Installed on 2013-10-11 (487 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (262 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1420499/+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 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
** Changed in: unity8 (Ubuntu)
   Status: New => Invalid

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

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1498816/+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 1487861] Re: Problems with Headphone Jack Z87 Stinger

2015-09-23 Thread pgdm
Issue is striking me again... Fk me right?

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

Title:
  Problems with Headphone Jack Z87 Stinger

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Im having trouble with the Headphone dedicated Jack 
(http://imgur.com/dOeRmCG).
  Under windows its working fine. If i connect my HP into the light green jack, 
it works (with some distortion).
  Anyone have a clue?
  alsamixer didnt help at all...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 4.0.4-040004-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   pgdm   3924 F...m pulseaudio
   /dev/snd/controlC0:  pgdm   3924 F pulseaudio
   /dev/snd/controlC2:  pgdm   3924 F pulseaudio
   /dev/snd/controlC1:  pgdm   3924 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Aug 23 10:07:13 2015
  InstallationDate: Installed on 2015-08-18 (4 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: GK104 HDMI Audio Controller - HDA NVidia
  Symptom_Type: Only some of outputs are working
  Title: [HDA-Intel - HDA Intel PCH, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 111-HW-E872
  dmi.board.vendor: EVGA INTERNATIONAL CO.,LTD
  dmi.board.version: 1.1
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd10/09/2014:svnEVGAINTERNATIONALCO.,LTD:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnEVGAINTERNATIONALCO.,LTD:rn111-HW-E872:rvr1.1:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: EVGA INTERNATIONAL CO.,LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487861/+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 1483331] Re: Minimum window dimensions

2015-09-23 Thread Zsombor Egri
They have to deal with the main window anyway in case they don't use
AdaptivePageLayout. So rather an API in MainView would be better than in
a layout.

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

Title:
  Minimum window dimensions

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  We need to have a story for minimum window dimensions. Apps shouldn't
  shrink smaller than their contents can reasonably adapt. The UI
  toolkit gallery itself is an example of it, at a certain width the
  window clips components at the right side.

  I'd like to suggest we have a default approach in AdaptivePageLayout
  so apps don't need to deal with the window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1483331/+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   >