[Touch-packages] [Bug 1777994] Re: the header xcb/xinput.h is missing

2019-03-04 Thread Jonathan Riddell
testing on bionic with bionic-proposed enabled

I can successfully install libxcb-xinput-dev and libxcb-xinput0 and they
contain the necessary files.  I can install libxcb* and it includes the
same files as before.


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  the header xcb/xinput.h is missing

Status in libxcb package in Ubuntu:
  Fix Released
Status in libxcb source package in Bionic:
  Fix Committed

Bug description:
  [Impact]
  Allow Qt 5.12 to be compiled with full input support.  This allows 
applications to be built using complex input devices such as drawing pads.  
This is used in e.g Krita which KDE builds into a Snap package for 
distribution.  Currently Krita does not work with pen input devices with 
pressure sensitivity.

  [Test Case]
  Install Krita with Qt 5.12 from current Snap and note how pressure 
sensitivity does not work.

  [Regression Potential] 
  None that I can see, it's just packaging a few new header files.

  

  
  I suspect this means there should be another package, libxcb-xinput-dev 
perhaps?

  I already did sudo apt install "libxcb*dev" to get all related dev
  packages, but none of them provide xcb/xinput.h.

  The result is that when building Qt from source, it's necessary to use
  a copy of this file which Qt provides
  (qtbase/src/3rdparty/xcb/include/xcb/xinput.h), because it's missing
  from the system.  So if you don't give the option -qt-xcb to
  configure, then Qt will be built without multi-touch support.

  https://bugreports.qt.io/browse/QTBUG-69045

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libxcb1-dev 1.13-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 21 08:32:12 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
     Subsystem: Lenovo UHD Graphics 620 [17aa:3802]
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc.
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=ZFS=rpool/ROOT/ubuntu ro
  SourcePackage: libxcb
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1777994/+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 1777994] Re: the header xcb/xinput.h is missing

2019-02-21 Thread Jonathan Riddell
Reuploaded with 1.13-2~ubuntu18.04 version

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

Title:
  the header xcb/xinput.h is missing

Status in libxcb package in Ubuntu:
  Fix Released
Status in libxcb source package in Bionic:
  Fix Committed

Bug description:
  [Impact]
  Allow Qt 5.12 to be compiled with full input support.  This allows 
applications to be built using complex input devices such as drawing pads.  
This is used in e.g Krita which KDE builds into a Snap package for 
distribution.  Currently Krita does not work with pen input devices with 
pressure sensitivity.

  [Test Case]
  Install Krita with Qt 5.12 from current Snap and note how pressure 
sensitivity does not work.

  [Regression Potential] 
  None that I can see, it's just packaging a few new header files.

  

  
  I suspect this means there should be another package, libxcb-xinput-dev 
perhaps?

  I already did sudo apt install "libxcb*dev" to get all related dev
  packages, but none of them provide xcb/xinput.h.

  The result is that when building Qt from source, it's necessary to use
  a copy of this file which Qt provides
  (qtbase/src/3rdparty/xcb/include/xcb/xinput.h), because it's missing
  from the system.  So if you don't give the option -qt-xcb to
  configure, then Qt will be built without multi-touch support.

  https://bugreports.qt.io/browse/QTBUG-69045

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libxcb1-dev 1.13-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 21 08:32:12 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
     Subsystem: Lenovo UHD Graphics 620 [17aa:3802]
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc.
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=ZFS=rpool/ROOT/ubuntu ro
  SourcePackage: libxcb
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1777994/+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 1788597] Re: ubiquity broken with console-setup 1.178ubuntu2.5

2018-08-24 Thread Jonathan Riddell
I ran ubuntu-18.08.1 ISO, did a full-upgrade to console-setup
1.178ubuntu2.6, ran ubiquity, noted that it skipped the keyboard and
wireless pages.

I then enabled proposed, did a full-upgrade to console-setup
1.178ubuntu2.7, ran ubiquity, noted that it did not skip any pages.


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  ubiquity broken with console-setup 1.178ubuntu2.5

Status in console-setup package in Ubuntu:
  Fix Committed
Status in console-setup source package in Bionic:
  Fix Committed

Bug description:
  [ SRU Justification ]
  Due to my brain being in the wrong language, a function was exiting the 
script instead of returning.  Derp.

  [ Regression Potential ]
  N'much.

  [ Test Case ]
  Build a new ubiquity and see if we can haz keyboard again.

  [ Original Bug ]
  Since this version of console-setup in bionic ubiquity now skips the Keyboard 
and Wireless pages.

  http://launchpadlibrarian.net/382474004/console-
  setup_1.178ubuntu2.4_1.178ubuntu2.5.diff.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1788597/+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 1788597] Re: ubiquity broken with console-setup 1.178ubuntu2.5

2018-08-23 Thread Jonathan Riddell
** Patch added: "fix to .config file"
   
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1788597/+attachment/5179744/+files/console-setup_1.178ubuntu2.6.dsc.diff

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

Title:
  ubiquity broken with console-setup 1.178ubuntu2.5

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  Since this version of console-setup in bionic ubiquity now skips the
  Keyboard and Wireless pages.

  http://launchpadlibrarian.net/382474004/console-
  setup_1.178ubuntu2.4_1.178ubuntu2.5.diff.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1788597/+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 1788597] Re: ubiquity broken with console-setup 1.178ubuntu2.5

2018-08-23 Thread Jonathan Riddell
same problem in ubuntu cosmic ISO cosmic-desktop-amd64.iso from today

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

Title:
  ubiquity broken with console-setup 1.178ubuntu2.5

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  Since this version of console-setup in bionic ubiquity now skips the
  Keyboard and Wireless pages.

  http://launchpadlibrarian.net/382474004/console-
  setup_1.178ubuntu2.4_1.178ubuntu2.5.diff.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1788597/+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 1788597] Re: ubiquity broken with console-setup 1.178ubuntu2.5

2018-08-23 Thread Jonathan Riddell
consistent on Kubuntu and Ubuntu

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

Title:
  ubiquity broken with console-setup 1.178ubuntu2.5

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  Since this version of console-setup in bionic ubiquity now skips the
  Keyboard and Wireless pages.

  http://launchpadlibrarian.net/382474004/console-
  setup_1.178ubuntu2.4_1.178ubuntu2.5.diff.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1788597/+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 1788597] [NEW] ubiquity broken with console-setup 1.178ubuntu2.5

2018-08-23 Thread Jonathan Riddell
Public bug reported:

Since this version of console-setup in bionic ubiquity now skips the
Keyboard and Wireless pages.

http://launchpadlibrarian.net/382474004/console-
setup_1.178ubuntu2.4_1.178ubuntu2.5.diff.gz

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  ubiquity broken with console-setup 1.178ubuntu2.5

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  Since this version of console-setup in bionic ubiquity now skips the
  Keyboard and Wireless pages.

  http://launchpadlibrarian.net/382474004/console-
  setup_1.178ubuntu2.4_1.178ubuntu2.5.diff.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1788597/+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 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-15 Thread Jonathan Riddell
I've uploaded
https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.7 with
only this debdiff.  Please test it still works


** Tags removed: verification-done-xenial
** Tags added: verification-needed-xenial

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

Title:
  [SRU] pulseaudio-droid module crashes on start

Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  Ubuntu 16.04 Xenial, and pulseaudio version 8.0-0ubuntu3.4

  [Impact]

   * This bug prevents users (currently Project Halium, UBports, Plasma Mobile) 
from using the pulseaudio-modules-droid on android devices.
   * This behavior can be seen in Ubuntu Xenial 16.04 with xenial-updates 
enabled.
   * Last 3 releases of pulseaudio included multiple patches which modified 
behavior of pulsecore library but required changes were not made in 
pulseaudio-module-droid.
   * This results in crash in pulseaudio-modules-droid

  
  #0  init_profile (u=0x59528) at modules/droid/module-droid-card.c:370
  #1  module_droid_card_22_LTX_pa__init (m=0x3c3f8) at 
modules/droid/module-droid-card.c:923
  #2  0xf76feb88 in pa_module_load (c=c@entry=0x33a80, name=name@entry=0x58240 
"module-droid-card-22", argument=0x0) at pulsecore/module.c:180
  #3  0xf76f1d7e in pa_cli_command_load (c=0x33a80, t=0x49320, buf=0x44f28, 
fail=0x3c1f4) at pulsecore/cli-command.c:439
  #4  0xf76f6ad8 in pa_cli_command_execute_line_stateful (c=0x33a80, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4, ifstate=ifstate@entry=0x0) at 
pulsecore/cli-command.c:2134
  #5  0xf76f6fc8 in pa_cli_command_execute_line (c=, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4) at pulsecore/cli-command.c:2155
  #6  0xee32fc82 in line_callback (line=0x3c208, s=0x59120 "load-module 
module-droid-card-22", userdata=0x3c1e0) at pulsecore/cli.c:153
  #7  0xf76a1360 in scan_for_lines (skip=, l=0x3c208) at 
pulsecore/ioline.c:269
  #8  do_read (l=0x3c208) at pulsecore/ioline.c:337
  #9  do_work (l=0x3c208) at pulsecore/ioline.c:386
  #10 0xf7655fa6 in dispatch_pollfds (m=0x32bd0) at pulse/mainloop.c:655
  #11 pa_mainloop_dispatch (m=m@entry=0x32bd0) at pulse/mainloop.c:898
  #12 0xf765629a in pa_mainloop_iterate (m=0x32bd0, block=, 
retval=0xfffef1c4) at pulse/mainloop.c:929
  #13 0xf7656314 in pa_mainloop_run (m=m@entry=0x32bd0, 
retval=retval@entry=0xfffef1c4) at pulse/mainloop.c:944
  #14 0x000158ca in main (argc=, argv=) at 
daemon/main.c:1152

  
  [Test Case]

   * Start pulseaudio
   * From another session run pacmd
   * In prompt type load-module module-droid-discover
   * On ubuntu touch devices, it will crash at startup

  [Regression Potential]

   * There is no regression potential for other parts of pulseaudio
  components.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1728791/+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 1718824] Re: The analogue audio does not work on the Dell USB Dock

2017-11-10 Thread Jonathan Riddell
I'm afraid I had to upload it again as the bug 1728791 patch was incorrect.  
Please verify again
https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.6


** Tags removed: verification-done-xenial
** Tags added: verification-needed-xenial

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

Title:
  The analogue audio does not work on the Dell USB Dock

Status in HWE Next:
  Fix Committed
Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  SRU Document:

  [Impact]

  If users use the latest Dell USB Dock, e.g. TB16, they will found the
  analog audio (lineout jack) can't work under ubuntu linux

  [Test Case]

  After applying the fix, users can play sound via analog speaker or
  lineout freely. Without the fix, users can't play sound from lineout
  jack.

  [Regression Potential]

  No any possibility to introduce regression since this fix just adding
  a new dock's support, it does not change any existing code.

  [Other Info]

  No more info here

  Steps:
  1. Cold boot system with BME/IE connected
  2. Plug in a speaker to Line-out jack
  3. Set Analog Stereo Output from Sound settings

  Expected results: Line-out port can work

  Actual results: Line-out port not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1718824/+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 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-10 Thread Jonathan Riddell
Reuploaded, please reverify
https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.6


** Tags removed: verification-failed-xenial
** Tags added: verification-needed-xenial

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

Title:
  [SRU] pulseaudio-droid module crashes on start

Status in pulseaudio package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 Xenial, and pulseaudio version 8.0-0ubuntu3.4

  [Impact]

   * This bug prevents users (currently Project Halium, UBports, Plasma Mobile) 
from using the pulseaudio-modules-droid on android devices.
   * This behavior can be seen in Ubuntu Xenial 16.04 with xenial-updates 
enabled.
   * Last 3 releases of pulseaudio included multiple patches which modified 
behavior of pulsecore library but required changes were not made in 
pulseaudio-module-droid.
   * This results in crash in pulseaudio-modules-droid

  
  #0  init_profile (u=0x59528) at modules/droid/module-droid-card.c:370
  #1  module_droid_card_22_LTX_pa__init (m=0x3c3f8) at 
modules/droid/module-droid-card.c:923
  #2  0xf76feb88 in pa_module_load (c=c@entry=0x33a80, name=name@entry=0x58240 
"module-droid-card-22", argument=0x0) at pulsecore/module.c:180
  #3  0xf76f1d7e in pa_cli_command_load (c=0x33a80, t=0x49320, buf=0x44f28, 
fail=0x3c1f4) at pulsecore/cli-command.c:439
  #4  0xf76f6ad8 in pa_cli_command_execute_line_stateful (c=0x33a80, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4, ifstate=ifstate@entry=0x0) at 
pulsecore/cli-command.c:2134
  #5  0xf76f6fc8 in pa_cli_command_execute_line (c=, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4) at pulsecore/cli-command.c:2155
  #6  0xee32fc82 in line_callback (line=0x3c208, s=0x59120 "load-module 
module-droid-card-22", userdata=0x3c1e0) at pulsecore/cli.c:153
  #7  0xf76a1360 in scan_for_lines (skip=, l=0x3c208) at 
pulsecore/ioline.c:269
  #8  do_read (l=0x3c208) at pulsecore/ioline.c:337
  #9  do_work (l=0x3c208) at pulsecore/ioline.c:386
  #10 0xf7655fa6 in dispatch_pollfds (m=0x32bd0) at pulse/mainloop.c:655
  #11 pa_mainloop_dispatch (m=m@entry=0x32bd0) at pulse/mainloop.c:898
  #12 0xf765629a in pa_mainloop_iterate (m=0x32bd0, block=, 
retval=0xfffef1c4) at pulse/mainloop.c:929
  #13 0xf7656314 in pa_mainloop_run (m=m@entry=0x32bd0, 
retval=retval@entry=0xfffef1c4) at pulse/mainloop.c:944
  #14 0x000158ca in main (argc=, argv=) at 
daemon/main.c:1152

  
  [Test Case]

   * Start pulseaudio
   * From another session run pacmd
   * In prompt type load-module module-droid-discover
   * On ubuntu touch devices, it will crash at startup

  [Regression Potential]

   * There is no regression potential for other parts of pulseaudio
  components.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1728791/+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 1718824] Re: The analogue audio does not work on the Dell USB Dock

2017-11-09 Thread Jonathan Riddell
** Tags added: verification-needed

** Tags removed: verification-needed
** Tags added: verification-needed-xenial

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

Title:
  The analogue audio does not work on the Dell USB Dock

Status in HWE Next:
  In Progress
Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  SRU Document:

  [Impact]

  If users use the latest Dell USB Dock, e.g. TB16, they will found the
  analog audio (lineout jack) can't work under ubuntu linux

  [Test Case]

  After applying the fix, users can play sound via analog speaker or
  lineout freely. Without the fix, users can't play sound from lineout
  jack.

  [Regression Potential]

  No any possibility to introduce regression since this fix just adding
  a new dock's support, it does not change any existing code.

  [Other Info]

  No more info here

  Steps:
  1. Cold boot system with BME/IE connected
  2. Plug in a speaker to Line-out jack
  3. Set Analog Stereo Output from Sound settings

  Expected results: Line-out port can work

  Actual results: Line-out port not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1718824/+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 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-09 Thread Jonathan Riddell
** Tags added: verification-needed-xenial

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

Title:
  [SRU] pulseaudio-droid module crashes on start

Status in pulseaudio package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 Xenial, and pulseaudio version 8.0-0ubuntu3.4

  [Impact]

   * This bug prevents users (currently Project Halium, UBports, Plasma Mobile) 
from using the pulseaudio-modules-droid on android devices.
   * This behavior can be seen in Ubuntu Xenial 16.04 with xenial-updates 
enabled.
   * Last 3 releases of pulseaudio included multiple patches which modified 
behavior of pulsecore library but required changes were not made in 
pulseaudio-module-droid.
   * This results in crash in pulseaudio-modules-droid

  
  #0  init_profile (u=0x59528) at modules/droid/module-droid-card.c:370
  #1  module_droid_card_22_LTX_pa__init (m=0x3c3f8) at 
modules/droid/module-droid-card.c:923
  #2  0xf76feb88 in pa_module_load (c=c@entry=0x33a80, name=name@entry=0x58240 
"module-droid-card-22", argument=0x0) at pulsecore/module.c:180
  #3  0xf76f1d7e in pa_cli_command_load (c=0x33a80, t=0x49320, buf=0x44f28, 
fail=0x3c1f4) at pulsecore/cli-command.c:439
  #4  0xf76f6ad8 in pa_cli_command_execute_line_stateful (c=0x33a80, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4, ifstate=ifstate@entry=0x0) at 
pulsecore/cli-command.c:2134
  #5  0xf76f6fc8 in pa_cli_command_execute_line (c=, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4) at pulsecore/cli-command.c:2155
  #6  0xee32fc82 in line_callback (line=0x3c208, s=0x59120 "load-module 
module-droid-card-22", userdata=0x3c1e0) at pulsecore/cli.c:153
  #7  0xf76a1360 in scan_for_lines (skip=, l=0x3c208) at 
pulsecore/ioline.c:269
  #8  do_read (l=0x3c208) at pulsecore/ioline.c:337
  #9  do_work (l=0x3c208) at pulsecore/ioline.c:386
  #10 0xf7655fa6 in dispatch_pollfds (m=0x32bd0) at pulse/mainloop.c:655
  #11 pa_mainloop_dispatch (m=m@entry=0x32bd0) at pulse/mainloop.c:898
  #12 0xf765629a in pa_mainloop_iterate (m=0x32bd0, block=, 
retval=0xfffef1c4) at pulse/mainloop.c:929
  #13 0xf7656314 in pa_mainloop_run (m=m@entry=0x32bd0, 
retval=retval@entry=0xfffef1c4) at pulse/mainloop.c:944
  #14 0x000158ca in main (argc=, argv=) at 
daemon/main.c:1152

  
  [Test Case]

   * Start pulseaudio
   * From another session run pacmd
   * In prompt type load-module module-droid-discover
   * On ubuntu touch devices, it will crash at startup

  [Regression Potential]

   * There is no regression potential for other parts of pulseaudio
  components.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1728791/+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 1718824] Re: The analogue audio does not work on the Dell USB Dock

2017-11-09 Thread Jonathan Riddell
I added your xenial debdiff to the one from #1728791 and uploaded

Your artful/zenial debdiff seems to be confused and removes 0001
-Cherrypick-one-upstream-commit-to-support-audio-on-t.patch and stuff
from debian/changelog

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

Title:
  The analogue audio does not work on the Dell USB Dock

Status in HWE Next:
  In Progress
Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  SRU Document:

  [Impact]

  If users use the latest Dell USB Dock, e.g. TB16, they will found the
  analog audio (lineout jack) can't work under ubuntu linux

  [Test Case]

  After applying the fix, users can play sound via analog speaker or
  lineout freely. Without the fix, users can't play sound from lineout
  jack.

  [Regression Potential]

  No any possibility to introduce regression since this fix just adding
  a new dock's support, it does not change any existing code.

  [Other Info]

  No more info here

  Steps:
  1. Cold boot system with BME/IE connected
  2. Plug in a speaker to Line-out jack
  3. Set Analog Stereo Output from Sound settings

  Expected results: Line-out port can work

  Actual results: Line-out port not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1718824/+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 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-09 Thread Jonathan Riddell
uploaded to xenial

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

Title:
  [SRU] pulseaudio-droid module crashes on start

Status in pulseaudio package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 Xenial, and pulseaudio version 8.0-0ubuntu3.4

  [Impact]

   * This bug prevents users (currently Project Halium, UBports, Plasma Mobile) 
from using the pulseaudio-modules-droid on android devices.
   * This behavior can be seen in Ubuntu Xenial 16.04 with xenial-updates 
enabled.
   * Last 3 releases of pulseaudio included multiple patches which modified 
behavior of pulsecore library but required changes were not made in 
pulseaudio-module-droid.
   * This results in crash in pulseaudio-modules-droid

  
  #0  init_profile (u=0x59528) at modules/droid/module-droid-card.c:370
  #1  module_droid_card_22_LTX_pa__init (m=0x3c3f8) at 
modules/droid/module-droid-card.c:923
  #2  0xf76feb88 in pa_module_load (c=c@entry=0x33a80, name=name@entry=0x58240 
"module-droid-card-22", argument=0x0) at pulsecore/module.c:180
  #3  0xf76f1d7e in pa_cli_command_load (c=0x33a80, t=0x49320, buf=0x44f28, 
fail=0x3c1f4) at pulsecore/cli-command.c:439
  #4  0xf76f6ad8 in pa_cli_command_execute_line_stateful (c=0x33a80, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4, ifstate=ifstate@entry=0x0) at 
pulsecore/cli-command.c:2134
  #5  0xf76f6fc8 in pa_cli_command_execute_line (c=, 
s=s@entry=0x59120 "load-module module-droid-card-22", buf=buf@entry=0x44f28, 
fail=fail@entry=0x3c1f4) at pulsecore/cli-command.c:2155
  #6  0xee32fc82 in line_callback (line=0x3c208, s=0x59120 "load-module 
module-droid-card-22", userdata=0x3c1e0) at pulsecore/cli.c:153
  #7  0xf76a1360 in scan_for_lines (skip=, l=0x3c208) at 
pulsecore/ioline.c:269
  #8  do_read (l=0x3c208) at pulsecore/ioline.c:337
  #9  do_work (l=0x3c208) at pulsecore/ioline.c:386
  #10 0xf7655fa6 in dispatch_pollfds (m=0x32bd0) at pulse/mainloop.c:655
  #11 pa_mainloop_dispatch (m=m@entry=0x32bd0) at pulse/mainloop.c:898
  #12 0xf765629a in pa_mainloop_iterate (m=0x32bd0, block=, 
retval=0xfffef1c4) at pulse/mainloop.c:929
  #13 0xf7656314 in pa_mainloop_run (m=m@entry=0x32bd0, 
retval=retval@entry=0xfffef1c4) at pulse/mainloop.c:944
  #14 0x000158ca in main (argc=, argv=) at 
daemon/main.c:1152

  
  [Test Case]

   * Start pulseaudio
   * From another session run pacmd
   * In prompt type load-module module-droid-discover
   * On ubuntu touch devices, it will crash at startup

  [Regression Potential]

   * There is no regression potential for other parts of pulseaudio
  components.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1728791/+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 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-18 Thread Jonathan Riddell
** Changed in: software-properties (Ubuntu Xenial)
   Status: In Progress => Fix Released

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

Title:
  wrong PPA series used if system name not Ubuntu

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Xenial:
  Fix Released
Status in software-properties source package in Yakkety:
  Fix Released

Bug description:
  If the DISTRIB_ID in /etc/lsb-release is not 'ubuntu' add-apt-
  repositories will use the latest series of the PPA even if the
  DISTRIB_CODENAME would match with what is available in the PPA.

  # Test Case

  - change lsb-release to say DISTRIB_ID=yolo
  - copy /usr/share/python-apt/templates/Ubuntu.info to 
/usr/share/python-apt/templates/yolo.info
  - sudo add-apt-repository ppa:graphics-drivers/ppa 
  - should add xenial to sources.list.d

  # Regression potential

  The current behavior of using the latest series is last ditch effort
  at come up with anything valid. The proposed change simply extends the
  acceptable deviation from 100 match.

  # Other info

  Change has been used in production in KDE neon for months now. No side
  effects observed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1612669/+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 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-12 Thread Jonathan Riddell
Hello Horald, or anyone else affected,

Accepted software-properties into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/software-properties/0.96.20.4 in a few hours, and then in the -proposed
repository.

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

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

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


** Tags added: verification-needed

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

Title:
  wrong PPA series used if system name not Ubuntu

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Xenial:
  In Progress
Status in software-properties source package in Yakkety:
  Fix Released

Bug description:
  If the DISTRIB_ID in /etc/lsb-release is not 'ubuntu' add-apt-
  repositories will use the latest series of the PPA even if the
  DISTRIB_CODENAME would match with what is available in the PPA.

  # Test Case

  - change lsb-release to say DISTRIB_ID=yolo
  - copy /usr/share/python-apt/templates/Ubuntu.info to 
/usr/share/python-apt/templates/yolo.info
  - sudo add-apt-repository ppa:graphics-drivers/ppa 
  - should add xenial to sources.list.d

  # Regression potential

  The current behavior of using the latest series is last ditch effort
  at come up with anything valid. The proposed change simply extends the
  acceptable deviation from 100 match.

  # Other info

  Change has been used in production in KDE neon for months now. No side
  effects observed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1612669/+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 1522442] [NEW] non-free RFC file in qtbase patch

2015-12-03 Thread Jonathan Riddell
Public bug reported:

The patch enable-tests contains a non-free RFC file which can not be
modified.

As a community made free software project Ubuntu has a policy that everything 
in main should be free to copy and share and modify
"Must allow modification and distribution of modified copies under the same 
licence."

There is an exception for documentation which could be said to cover
this, in which case an exception should be asked for with justification
given.

As the patch is a modified version of the RFC it is arguably illegal to
distribute.

This causes problems for Debian who do not want DFSG non-free patches in
their Git repository where this is stored and of course are unable to
merge and upload with this patch.

Easiest would be just to remove the patch.

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Critical
 Status: New

** Changed in: qtbase-opensource-src (Ubuntu)
Milestone: None => ubuntu-16.04

** Changed in: qtbase-opensource-src (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  non-free RFC file in qtbase patch

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  The patch enable-tests contains a non-free RFC file which can not be
  modified.

  As a community made free software project Ubuntu has a policy that everything 
in main should be free to copy and share and modify
  "Must allow modification and distribution of modified copies under the same 
licence."

  There is an exception for documentation which could be said to cover
  this, in which case an exception should be asked for with
  justification given.

  As the patch is a modified version of the RFC it is arguably illegal
  to distribute.

  This causes problems for Debian who do not want DFSG non-free patches
  in their Git repository where this is stored and of course are unable
  to merge and upload with this patch.

  Easiest would be just to remove the patch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1522442/+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 1481798] Re: package:modemmanager:1.4.10-1:subprocess installed post-installation script returned error exit status 100

2015-09-24 Thread Jonathan Riddell
** Tags added: kubuntu

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

Title:
  package:modemmanager:1.4.10-1:subprocess installed post-installation
  script returned error exit status 100

Status in modemmanager package in Ubuntu:
  Triaged

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1481798/+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 1484279] Re: [FFe] Mesa 11.0.0

2015-09-22 Thread Jonathan Riddell
Approved by me from release team as it would fix the important bug
1492037

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

Title:
  [FFe] Mesa 11.0.0

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Mesa 11.0.0 will be released as follows:

  August 21st 2015 - Feature freeze/Release candidate 1
  August 28th 2015 - Release candidate 2
  September 04th 2015 - Release candidate 3
  September 11th 2015 - Release candidate 4/Mesa 11.0.0

  so even rc1 will miss feature freeze, which is why this bug exists.

  [Changes]
  Wily has 10.6.3 (in proposed as of now), biggest new features compared to it 
are:
  - support for new 'amdgpu' driver (to be merged)
  - support for OpenGL 4.2 in core mesa
  - VMware OpenGL 3.3 support
  .
  .

  [Packaging status]
  - snapshots pushed to debian git
  - packaging updated when necessary
  - builds & works

  [Plan for testing]
  - a snapshot will be uploaded to debian-experimental and 
canonical-x/x-staging ppa, call-for-testing sent once it's available
  - piglit runs on most common hw (intel, radeon, nouveau)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1484279/+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 1442512] Re: /usr/share/apport/apport-kde:11:same_key:QHash:value:QPropertyAnimation::updateState:setState

2015-04-22 Thread Jonathan Riddell
** Changed in: apport (Ubuntu)
Milestone: vivid-updates = ubuntu-15.10

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

Title:
  /usr/share/apport/apport-
  kde:11:same_key:QHash:value:QPropertyAnimation::updateState:setState

Status in apport package in Ubuntu:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1442512/+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 1436952] Re: X crashes on some runs of Kubuntu live image returning in SDDM login

2015-04-22 Thread Jonathan Riddell
I do still get this on today's daily on my Thinkpad Intel Corporation
Core Processor Integrated Graphics Controller (rev 02).  It's still
fine on my Sony Vaio


** Also affects: xorg (Ubuntu Vivid)
   Importance: Critical
   Status: 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/1436952

Title:
  X crashes on some runs of Kubuntu live image returning in SDDM login

Status in X.Org X server:
  New
Status in xorg package in Ubuntu:
  Incomplete
Status in xorg source package in Vivid:
  Incomplete

Bug description:
  Running a Kubuntu vivid beta 2 live image on my laptop I get the
  ubituity-dm screen.  I press Try Kubuntu and it takes me to the SDDM
  login screen.  Autologin should work and trying the exact same USB
  drive on a different computer it does reliable autologin.  It's also
  reported to work fine on Virtualbox.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1436952/+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 1442512] Re: Apport-kde crash when reporting bugs

2015-04-22 Thread Jonathan Riddell
** Summary changed:

- 
/usr/share/apport/apport-kde:11:same_key:QHash:value:QPropertyAnimation::updateState:setState
+ Apport-kde crash when reporting bugs

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

Title:
  Apport-kde crash when reporting bugs

Status in apport package in Ubuntu:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1442512/+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 1436952] Re: X crashes on some runs of Kubuntu live image returning in SDDM login

2015-04-21 Thread Jonathan Riddell
Today it doesn't even return to an sddm login.  There is a crash for
kactivitymanagerd in bug 1446725 which happens at the same time as the X
crash.

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

Title:
  X crashes on some runs of Kubuntu live image returning in SDDM login

Status in X.Org X server:
  New
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Running a Kubuntu vivid beta 2 live image on my laptop I get the
  ubituity-dm screen.  I press Try Kubuntu and it takes me to the SDDM
  login screen.  Autologin should work and trying the exact same USB
  drive on a different computer it does reliable autologin.  It's also
  reported to work fine on Virtualbox.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1436952/+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 1443659] Re: Apport crashes when I try to report a bug on update-manager-kde

2015-04-15 Thread Jonathan Riddell
** Changed in: apport (Ubuntu)
   Status: New = Confirmed

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

Title:
  Apport crashes when I try to report a bug on update-manager-kde

Status in apport package in Ubuntu:
  Confirmed

Bug description:
  This is the third try, actually. I reported this once before, and it
  was classified as a private bug. Sorry, I threw that report away once
  it was confirmed.

  Bash output: $ ubuntu-bug update-manager-kde
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kiconthemes: Theme tree: (Breeze)
  Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 644, in run_argv
  self.run_symptom()
File /usr/lib/python3/dist-packages/apport/ui.py, line 635, in run_symptom
  self.run_report_bug(script)
File /usr/lib/python3/dist-packages/apport/ui.py, line 488, in 
run_report_bug
  response = self.ui_present_report_details(allowed_to_report)
File /usr/share/apport/apport-kde, line 367, in ui_present_report_details
  desktop_info)
File /usr/share/apport/apport-kde, line 184, in __init__
  self.ui.ui_update_view(self)
File /usr/share/apport/apport-kde, line 358, in ui_update_view
  QTreeWidgetItem(keyitem, [line])
  TypeError: index 0 has type 'bytes' but 'str' is expected
  Segmentation fault (core dumped)
  valorie@valorie-HP-Pavilion-dv7-Notebook-PC:~$ ubuntu-bug update-manager-kde
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kiconthemes: Theme tree: (Breeze)
  Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 644, in run_argv
  self.run_symptom()
File /usr/lib/python3/dist-packages/apport/ui.py, line 635, in run_symptom
  self.run_report_bug(script)
File /usr/lib/python3/dist-packages/apport/ui.py, line 488, in 
run_report_bug
  response = self.ui_present_report_details(allowed_to_report)
File /usr/share/apport/apport-kde, line 367, in ui_present_report_details
  desktop_info)
File /usr/share/apport/apport-kde, line 184, in __init__
  self.ui.ui_update_view(self)
File /usr/share/apport/apport-kde, line 358, in ui_update_view
  QTreeWidgetItem(keyitem, [line])
  TypeError: index 0 has type 'bytes' but 'str' is expected
  Segmentation fault (core dumped)
  valorie@valorie-HP-Pavilion-dv7-Notebook-PC:~$ ubuntu-bug apport
  kf5.kiconthemes: Theme tree: (Breeze)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apport 2.17-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 13:51:15 2015
  InstallationDate: Installed on 2015-02-27 (44 days ago)
  InstallationMedia: It
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1443659/+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 1443659] Re: Apport crashes when I try to report a bug on update-manager-kde

2015-04-15 Thread Jonathan Riddell
fixed in 2.17.1-0ubuntu2

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

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

Title:
  Apport crashes when I try to report a bug on update-manager-kde

Status in apport package in Ubuntu:
  Fix Committed

Bug description:
  This is the third try, actually. I reported this once before, and it
  was classified as a private bug. Sorry, I threw that report away once
  it was confirmed.

  Bash output: $ ubuntu-bug update-manager-kde
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kiconthemes: Theme tree: (Breeze)
  Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 644, in run_argv
  self.run_symptom()
File /usr/lib/python3/dist-packages/apport/ui.py, line 635, in run_symptom
  self.run_report_bug(script)
File /usr/lib/python3/dist-packages/apport/ui.py, line 488, in 
run_report_bug
  response = self.ui_present_report_details(allowed_to_report)
File /usr/share/apport/apport-kde, line 367, in ui_present_report_details
  desktop_info)
File /usr/share/apport/apport-kde, line 184, in __init__
  self.ui.ui_update_view(self)
File /usr/share/apport/apport-kde, line 358, in ui_update_view
  QTreeWidgetItem(keyitem, [line])
  TypeError: index 0 has type 'bytes' but 'str' is expected
  Segmentation fault (core dumped)
  valorie@valorie-HP-Pavilion-dv7-Notebook-PC:~$ ubuntu-bug update-manager-kde
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kiconthemes: Theme tree: (Breeze)
  Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 644, in run_argv
  self.run_symptom()
File /usr/lib/python3/dist-packages/apport/ui.py, line 635, in run_symptom
  self.run_report_bug(script)
File /usr/lib/python3/dist-packages/apport/ui.py, line 488, in 
run_report_bug
  response = self.ui_present_report_details(allowed_to_report)
File /usr/share/apport/apport-kde, line 367, in ui_present_report_details
  desktop_info)
File /usr/share/apport/apport-kde, line 184, in __init__
  self.ui.ui_update_view(self)
File /usr/share/apport/apport-kde, line 358, in ui_update_view
  QTreeWidgetItem(keyitem, [line])
  TypeError: index 0 has type 'bytes' but 'str' is expected
  Segmentation fault (core dumped)
  valorie@valorie-HP-Pavilion-dv7-Notebook-PC:~$ ubuntu-bug apport
  kf5.kiconthemes: Theme tree: (Breeze)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apport 2.17-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 13:51:15 2015
  InstallationDate: Installed on 2015-02-27 (44 days ago)
  InstallationMedia: It
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1443659/+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 1400730] Re: libxext fills up .xsession-errors log files

2015-04-08 Thread Jonathan Riddell
I installed kubuntu plasma 5
I installed kdm and set it as default login manager (so it would output to 
.xsession-errors)
I installed libxext6 from utopic-proposed
I rebooted and logged in
.xsession-errors was pleasinly free of spamming error messages


** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  libxext fills up .xsession-errors log files

Status in libxext package in Ubuntu:
  Fix Released
Status in libxext source package in Utopic:
  Fix Committed
Status in libxext source package in Vivid:
  Fix Released

Bug description:
  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk
  (or the equivalent file with lightdm).

  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen

  [TEST CASE]
  Install Plasma 5 on utopic
  Use it for a while
  Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen

  with the new packages this will not happen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/1400730/+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 1426132] Re: baloo is not replaced by baloo-kf5 on dist upgrade breaking release-upgrade

2015-04-01 Thread Jonathan Riddell
Lovely works, thanks :)

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

Title:
  baloo is not replaced by baloo-kf5 on dist upgrade breaking release-
  upgrade

Status in apt package in Ubuntu:
  New
Status in ubuntu-release-upgrader package in Ubuntu:
  Fix Released

Bug description:
  Release upgrade from utopic to vivid aborts with

  dpkg: dependency problems prevent configuration of kubuntu-desktop:
   kubuntu-desktop depends on baloo-kf5; however:
    Package baloo-kf5 is not installed.

  === If you have a failed upgrade:

  - Open konsole and run (most likely removes kubuntu-desktop):
  sudo apt install -f

  - Force baloo-kf5 upgrade (removes baloo baloo4):
  sudo apt install kubuntu-desktop baloo-kf5

  ===

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-release-upgrader-core 1:15.04.10
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CrashDB: ubuntu
  Date: Thu Feb 26 22:37:27 2015
  InstallationDate: Installed on 2014-11-21 (97 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to vivid on 2015-02-26 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1426132/+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 1437803] Re: kubuntu 15.04 ubuntu-bug broken - File /usr/share/apport/apport-kde, line 43 from PyQt5 uic ^ SyntaxError: invalid syntax

2015-03-31 Thread Jonathan Riddell
should be fixed today, please check and re-open if not


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

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

Title:
  kubuntu 15.04 ubuntu-bug broken -  File /usr/share/apport/apport-
  kde, line 43 from PyQt5 uic   ^ SyntaxError: invalid syntax

Status in apport package in Ubuntu:
  Fix Released

Bug description:
  Using 15.04 (kubuntu amd64) I am unable to use ubuntu-bug.

  i.e

  
--
  morgan@morgan-MS-7758:~$ ubuntu-bug apport-kde 
File /usr/share/apport/apport-kde, line 43
  from PyQt5 uic
   ^
  SyntaxError: invalid syntax
  
--

  seeing as its the devel versio the bug-reporting tool is of fairly
  high importance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1437803/+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 1436328] Re: FFe apport-kde qt5 port

2015-03-25 Thread Jonathan Riddell
good with me but should get apport maintainers ack

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

Title:
  FFe apport-kde qt5 port

Status in apport package in Ubuntu:
  New

Bug description:
  https://code.launchpad.net/~kubuntu-packagers/apport/qt5/+merge/254082

  integrating the qt5 port would allow kubuntu to attempt dropping
  python-kde4  from the ISO reducing the oversizing quite a bit

  test by Jonathan Riddell and me and works very well.

  functionally nothing changed as far as the UI is concerned and under
  the hood all the happened was an almost straight qt4-qt5 port along
  with replacing now obsolete kde dependencies with their qt5
  counterpart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1436328/+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 1409555] Re: drop extras.ubuntu.com

2015-01-21 Thread Jonathan Riddell
** Tags added: kubuntu

** Changed in: kubuntu-meta (Ubuntu)
Milestone: None = ubuntu-15.04

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

Title:
  drop extras.ubuntu.com

Status in Ubuntu Software Center:
  New
Status in apt-setup package in Ubuntu:
  Confirmed
Status in kubuntu-meta package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  Fix Released
Status in software-center package in Ubuntu:
  Fix Released
Status in ubuntu-gnome-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-release-upgrader package in Ubuntu:
  In Progress
Status in ubuntukylin-meta package in Ubuntu:
  Fix Released
Status in ubuntustudio-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  drop extras.ubuntu.com

  No longer in use.

  https://lists.ubuntu.com/archives/technical-
  board/2015-January/002063.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1409555/+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 1400730] Re: libxext fills up .xsession-errors log files

2014-12-25 Thread Jonathan Riddell
ping ping?

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

Title:
  libxext fills up .xsession-errors log files

Status in libxext package in Ubuntu:
  Fix Released
Status in libxext source package in Utopic:
  Confirmed
Status in libxext source package in Vivid:
  Fix Released

Bug description:
  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk
  (or the equivalent file with lightdm).

  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen

  [TEST CASE]
  Install Plasma 5 on utopic
  Use it for a while
  Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen

  with the new packages this will not happen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/1400730/+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 940924] Re: Keyboard Layout German (qwerty) missing since 12.04

2014-12-19 Thread Jonathan Riddell
** Changed in: xkeyboard-config (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: xkeyboard-config (Ubuntu)
Milestone: ubuntu-14.10 = None

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

Title:
  Keyboard Layout German (qwerty) missing since 12.04

Status in xkeyboard-config package in Ubuntu:
  Fix Released
Status in xkeyboard-config package in Debian:
  New

Bug description:
  I have updated to 12.04 today.
  Now I am missing the possibility to choose German (qwerty) within the 
Keyboard Layout dialog.

  This has been my preferred keyboard layout for a lot of years now.

  I couldn't find any traces of that layout within 
/usr/share/X11/xkb/symbols/de. 
  In 11.10 this file contains the relevant section.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xkb-data 2.5-1ubuntu1 [modified: usr/share/X11/xkb/symbols/de]
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  Date: Sat Feb 25 14:03:27 2012
  Dependencies:
   
  DistUpgraded: Log time: 2012-02-25 11:24:09.168227
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: ASUSTeK Computer Inc. UX31E
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=1506efae-1012-4450-b164-b1d238bd74e2 ro quiet splash vt.handoff=7
  SourcePackage: xkeyboard-config
  UpgradeStatus: Upgraded to precise on 2012-02-25 (0 days ago)
  dmi.bios.date: 10/25/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31E.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31E.207:bd10/25/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: UX31E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  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/ubuntu/+source/xkeyboard-config/+bug/940924/+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 1400730] Re: libxext fills up .xsession-errors log files

2014-12-16 Thread Jonathan Riddell
ping

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

Title:
  libxext fills up .xsession-errors log files

Status in libxext package in Ubuntu:
  Fix Released
Status in libxext source package in Utopic:
  New
Status in libxext source package in Vivid:
  Fix Released

Bug description:
  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk
  (or the equivalent file with lightdm).

  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen

  [TEST CASE]
  Install Plasma 5 on utopic
  Use it for a while
  Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen

  with the new packages this will not happen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/1400730/+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 1400730] Re: libxext fills up .xsession-errors log files

2014-12-09 Thread Jonathan Riddell
KDE bug is at https://bugs.kde.org/show_bug.cgi?id=336592


** Description changed:

  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk (or
  the equivalent file with lightdm).
  
  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen
+ 
+ [TEST CASE]
+ Install Plasma 5 on utopic
+ Use it for a while
+ Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen
+ 
+ with the new packages this will not happen

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

Title:
  libxext fills up .xsession-errors log files

Status in libxext package in Ubuntu:
  Fix Released
Status in libxext source package in Utopic:
  New
Status in libxext source package in Vivid:
  Fix Released

Bug description:
  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk
  (or the equivalent file with lightdm).

  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen

  [TEST CASE]
  Install Plasma 5 on utopic
  Use it for a while
  Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen

  with the new packages this will not happen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/1400730/+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 1400730] Re: libxext fills up .xsession-errors log files

2014-12-09 Thread Jonathan Riddell
Steam bug is bug 1369113

** Tags added: kubuntu

** Bug watch added: KDE Bug Tracking System #336592
   https://bugs.kde.org/show_bug.cgi?id=336592

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

Title:
  libxext fills up .xsession-errors log files

Status in libxext package in Ubuntu:
  Fix Released
Status in libxext source package in Utopic:
  New
Status in libxext source package in Vivid:
  Fix Released

Bug description:
  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk
  (or the equivalent file with lightdm).

  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen

  [TEST CASE]
  Install Plasma 5 on utopic
  Use it for a while
  Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen

  with the new packages this will not happen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/1400730/+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 1400730] Re: libxext fills up .xsession-errors log files

2014-12-09 Thread Jonathan Riddell
Uploaded 1.3.2-1ubuntu0.1 to utopic-proposed, awaiting approval from
~ubuntu-sru.  It applies the patch in the diff above.

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

Title:
  libxext fills up .xsession-errors log files

Status in libxext package in Ubuntu:
  Fix Released
Status in libxext source package in Utopic:
  New
Status in libxext source package in Vivid:
  Fix Released

Bug description:
  libxext can write debug output, and it can write so much of it that it
  fills up .xsession-errors t be several GB and fill up the hard disk
  (or the equivalent file with lightdm).

  error is _xgeWireToEvent: Unknown extension 148, this should never
  happen

  [TEST CASE]
  Install Plasma 5 on utopic
  Use it for a while
  Notice that ~/.xsession-errors is filling up saying _xgeWireToEvent: Unknown 
extension 148, this should never happen

  with the new packages this will not happen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/1400730/+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 1330410] Re: All keyboard types in Keyboard layout are not localized during installation

2014-12-01 Thread Jonathan Riddell
I removed using the translated names for keyboard layouts from the Qt
frontend as it was causing crashes.  The GTK frontend has never
translated them.

Patches to add this feature in would be welcome but it needs to be well
tested to make sure none of the crashes come back.

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

Title:
  All keyboard types in Keyboard layout are not localized during
  installation

Status in Ubuntu Kylin:
  Triaged
Status in console-setup package in Ubuntu:
  New
Status in ubiquity package in Ubuntu:
  Invalid

Bug description:
  系统:UK 14.10 dailybuild 32 位 6-15
  机器型号:vritualbox 
  现象: 安装过程中键盘布局页面所有的键盘布局类型没有汉化

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntukylin/+bug/1330410/+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 940924] Re: Keyboard Layout German (qwerty) missing since 12.04

2014-10-17 Thread Jonathan Riddell
** Tags added: kubuntu

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

Title:
  Keyboard Layout German (qwerty) missing since 12.04

Status in “xkeyboard-config” package in Ubuntu:
  Confirmed
Status in “xkeyboard-config” package in Debian:
  New

Bug description:
  I have updated to 12.04 today.
  Now I am missing the possibility to choose German (qwerty) within the 
Keyboard Layout dialog.

  This has been my preferred keyboard layout for a lot of years now.

  I couldn't find any traces of that layout within 
/usr/share/X11/xkb/symbols/de. 
  In 11.10 this file contains the relevant section.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xkb-data 2.5-1ubuntu1 [modified: usr/share/X11/xkb/symbols/de]
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  Date: Sat Feb 25 14:03:27 2012
  Dependencies:
   
  DistUpgraded: Log time: 2012-02-25 11:24:09.168227
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: ASUSTeK Computer Inc. UX31E
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=1506efae-1012-4450-b164-b1d238bd74e2 ro quiet splash vt.handoff=7
  SourcePackage: xkeyboard-config
  UpgradeStatus: Upgraded to precise on 2012-02-25 (0 days ago)
  dmi.bios.date: 10/25/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31E.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31E.207:bd10/25/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: UX31E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  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/ubuntu/+source/xkeyboard-config/+bug/940924/+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 940924] Re: Keyboard Layout German (qwerty) missing since 12.04

2014-10-17 Thread Jonathan Riddell
** Changed in: xkeyboard-config (Ubuntu)
Milestone: None = ubuntu-14.10

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

Title:
  Keyboard Layout German (qwerty) missing since 12.04

Status in “xkeyboard-config” package in Ubuntu:
  Confirmed
Status in “xkeyboard-config” package in Debian:
  New

Bug description:
  I have updated to 12.04 today.
  Now I am missing the possibility to choose German (qwerty) within the 
Keyboard Layout dialog.

  This has been my preferred keyboard layout for a lot of years now.

  I couldn't find any traces of that layout within 
/usr/share/X11/xkb/symbols/de. 
  In 11.10 this file contains the relevant section.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xkb-data 2.5-1ubuntu1 [modified: usr/share/X11/xkb/symbols/de]
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  Date: Sat Feb 25 14:03:27 2012
  Dependencies:
   
  DistUpgraded: Log time: 2012-02-25 11:24:09.168227
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: ASUSTeK Computer Inc. UX31E
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=1506efae-1012-4450-b164-b1d238bd74e2 ro quiet splash vt.handoff=7
  SourcePackage: xkeyboard-config
  UpgradeStatus: Upgraded to precise on 2012-02-25 (0 days ago)
  dmi.bios.date: 10/25/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31E.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31E.207:bd10/25/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: UX31E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  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/ubuntu/+source/xkeyboard-config/+bug/940924/+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 1364003] Re: [FFE] mesa 10.3

2014-09-23 Thread Jonathan Riddell
09:25  Riddell I've made a testing matrix, will try to fill it in during beta 
2 tests today and tomorrow 
 
https://docs.google.com/spreadsheets/d/1KchGJ6d50Knx9hGS7MvSRKhId-yBMOpPpUoihKHyJm0/edit?usp=sharing

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

Title:
  [FFE] mesa 10.3

Status in “mesa” package in Ubuntu:
  New

Bug description:
  Impact to ubuntu:
  Proper support for llvm 3.5 without crashing llvmpipe when running tests 
on i386.
  kms swrast was requested, will be available in 10.3.
  Build fixes to support a gallium megablob, reducing size even further.

  New features
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, 
radeonsi, softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, 
radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, 
softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, 
radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, 
softpipe, llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM 
drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

  Changes
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To 
build 32/64 bit mesa refer to the default method recommended by your 
distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1364003/+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 1364003] Re: [FFE] mesa 10.3

2014-09-23 Thread Jonathan Riddell
I tested today with Plasma 4 and Plasma 5 images and the problems I
found seem to be unrelated to the mesa update. I also tested on  a
machine with Plasma 4 and AMD hardware and the mesa update also seemed
to go smooth.  I'd still rather this did not happen due to unforseen
issues we've had from similar updates in the past but I won't block it,
+0

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

Title:
  [FFE] mesa 10.3

Status in “mesa” package in Ubuntu:
  New

Bug description:
  Impact to ubuntu:
  Proper support for llvm 3.5 without crashing llvmpipe when running tests 
on i386.
  kms swrast was requested, will be available in 10.3.
  Build fixes to support a gallium megablob, reducing size even further.

  New features
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, 
radeonsi, softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, 
radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, 
softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, 
radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, 
softpipe, llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM 
drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

  Changes
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To 
build 32/64 bit mesa refer to the default method recommended by your 
distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1364003/+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 1364003] Re: [FFE] mesa 10.3

2014-09-22 Thread Jonathan Riddell
How can I test this?

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

Title:
  [FFE] mesa 10.3

Status in “mesa” package in Ubuntu:
  New

Bug description:
  Impact to ubuntu:
  Proper support for llvm 3.5 without crashing llvmpipe when running tests 
on i386.
  kms swrast was requested, will be available in 10.3.
  Build fixes to support a gallium megablob, reducing size even further.

  New features
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, 
radeonsi, softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, 
radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, 
softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, 
radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, 
softpipe, llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM 
drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

  Changes
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To 
build 32/64 bit mesa refer to the default method recommended by your 
distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1364003/+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 1364003] Re: [FFE] mesa 10.3

2014-09-22 Thread Jonathan Riddell
Got it in ppa:canonical-x/x-staging

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

Title:
  [FFE] mesa 10.3

Status in “mesa” package in Ubuntu:
  New

Bug description:
  Impact to ubuntu:
  Proper support for llvm 3.5 without crashing llvmpipe when running tests 
on i386.
  kms swrast was requested, will be available in 10.3.
  Build fixes to support a gallium megablob, reducing size even further.

  New features
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, 
radeonsi, softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, 
radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, 
softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, 
radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, 
softpipe, llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM 
drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

  Changes
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To 
build 32/64 bit mesa refer to the default method recommended by your 
distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1364003/+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 1364003] Re: [FFE] mesa 10.3

2014-09-22 Thread Jonathan Riddell
I'm against this I'm afraid, we have a history of these late mesa
updates causing problems.  We can't adequately test it in both KWin 4
and KWin 5 on all the graphics cards in the time left before the
release.  Upstream says he has not tested mesa 10.3 and won't be able to
fix problems in KWin 4.

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

Title:
  [FFE] mesa 10.3

Status in “mesa” package in Ubuntu:
  New

Bug description:
  Impact to ubuntu:
  Proper support for llvm 3.5 without crashing llvmpipe when running tests 
on i386.
  kms swrast was requested, will be available in 10.3.
  Build fixes to support a gallium megablob, reducing size even further.

  New features
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, 
radeonsi, softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, 
radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, 
softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, 
radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, 
softpipe, llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM 
drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

  Changes
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To 
build 32/64 bit mesa refer to the default method recommended by your 
distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1364003/+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 1364003] Re: [FFE] mesa 10.3

2014-09-22 Thread Jonathan Riddell
Testing it just now some problems have occured which I can't definately
say are due to the update but I haven't seem them before.  Windows
stopped accepting keys when I did the dist-upgrade to the new packages.
After a reboot the Window Manager Settings - Desktop Effects dialog
appears frozen when I interact with it.  I started dolphin and it didn't
accept mouse input or allow me to resize it.  More testing is needed.

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

Title:
  [FFE] mesa 10.3

Status in “mesa” package in Ubuntu:
  New

Bug description:
  Impact to ubuntu:
  Proper support for llvm 3.5 without crashing llvmpipe when running tests 
on i386.
  kms swrast was requested, will be available in 10.3.
  Build fixes to support a gallium megablob, reducing size even further.

  New features
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, 
radeonsi, softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, 
radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, 
softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, 
radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, 
softpipe, llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM 
drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

  Changes
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To 
build 32/64 bit mesa refer to the default method recommended by your 
distribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1364003/+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 1347565] [NEW] apport recommends gdb

2014-07-23 Thread Jonathan Riddell
Public bug reported:

apport-kde (and apport-gtk) recommends gdb | gdb-minimal

This brings in gdb and with it libc6-dbg onto the images which are now
oversized (looking at trusty 12.04.1 candidates today).

I'd like to switch this so gdb-minimal is recommended first for apport-
kde.

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

** Affects: apport (Ubuntu Trusty)
 Importance: Undecided
 Status: New

** Affects: apport (Ubuntu Utopic)
 Importance: Undecided
 Status: New

** Also affects: apport (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: apport (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

Title:
  apport recommends gdb

Status in “apport” package in Ubuntu:
  New
Status in “apport” source package in Trusty:
  New
Status in “apport” source package in Utopic:
  New

Bug description:
  apport-kde (and apport-gtk) recommends gdb | gdb-minimal

  This brings in gdb and with it libc6-dbg onto the images which are now
  oversized (looking at trusty 12.04.1 candidates today).

  I'd like to switch this so gdb-minimal is recommended first for
  apport-kde.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1347565/+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 1347565] Re: apport recommends gdb

2014-07-23 Thread Jonathan Riddell
Uploaded to utopic

Uploaded to trusty-proposed, awaiting approval from ubuntu-sru

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

Title:
  apport recommends gdb

Status in “apport” package in Ubuntu:
  New
Status in “apport” source package in Trusty:
  New
Status in “apport” source package in Utopic:
  New

Bug description:
  apport-kde (and apport-gtk) recommends gdb | gdb-minimal

  This brings in gdb and with it libc6-dbg onto the images which are now
  oversized (looking at trusty 12.04.1 candidates today).

  I'd like to switch this so gdb-minimal is recommended first for
  apport-kde.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1347565/+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