[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1738821] [NEW] Appstream data points to libreoffice-common

2017-12-18 Thread Jonathan Riddell
Public bug reported:

Searching for Libreoffice in a software centre which uses Appstream data
(most of them) brings up Libreoffice but install libreoffice-common.
This is because it contains libreoffice-startcenter.desktop which gets
extracted into the DEP-11 data.  libreoffice-common doesn't depend on
anything useful so the user does not end up with a useful libreoffice
install.  It would be better to move this libreoffice-
startcenter.desktop file into the libreoffice meta package.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1738821

Title:
  Appstream data points to libreoffice-common

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Searching for Libreoffice in a software centre which uses Appstream
  data (most of them) brings up Libreoffice but install libreoffice-
  common.  This is because it contains libreoffice-startcenter.desktop
  which gets extracted into the DEP-11 data.  libreoffice-common doesn't
  depend on anything useful so the user does not end up with a useful
  libreoffice install.  It would be better to move this libreoffice-
  startcenter.desktop file into the libreoffice meta package.

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

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


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1483000] Re: please remove opengtl and libqtgtl from 14.10

2015-08-13 Thread Jonathan Riddell
** Changed in: opengtl (Ubuntu)
   Status: New = Fix Released

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to opengtl in Ubuntu.
https://bugs.launchpad.net/bugs/1483000

Title:
  please remove opengtl and libqtgtl from 14.10

Status in libqtgtl package in Ubuntu:
  Fix Released
Status in opengtl package in Ubuntu:
  Fix Released

Bug description:
  please remove opengtl and libqtgtl from 14.10, dead upstream, not used
  anymore by calligra.

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

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


[Desktop-packages] [Bug 1448508] [NEW] SRU libreoffice breeze icons

2015-04-25 Thread Jonathan Riddell
Public bug reported:

The breeze icons in libreoffice have some wrong icons and there have
been many updates since the package was made. The upstream artists have
requested we update. attaches is a replacement for the .tar file in the
packaging

original is bug 1435764

TEST CASE:
open libreoffice
if align left/right icons are blocks these are the old icons
if align left/right icons are lines these are the new icons

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1448508

Title:
  SRU libreoffice breeze icons

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The breeze icons in libreoffice have some wrong icons and there have
  been many updates since the package was made. The upstream artists
  have requested we update. attaches is a replacement for the .tar file
  in the packaging

  original is bug 1435764

  TEST CASE:
  open libreoffice
  if align left/right icons are blocks these are the old icons
  if align left/right icons are lines these are the new icons

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

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


[Desktop-packages] [Bug 1448508] Re: SRU libreoffice breeze icons

2015-04-25 Thread Jonathan Riddell
** Attachment added: breeze.tar.xz
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1448508/+attachment/4384139/+files/breeze.tar.xz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1448508

Title:
  SRU libreoffice breeze icons

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The breeze icons in libreoffice have some wrong icons and there have
  been many updates since the package was made. The upstream artists
  have requested we update. attaches is a replacement for the .tar file
  in the packaging

  original is bug 1435764

  TEST CASE:
  open libreoffice
  if align left/right icons are blocks these are the old icons
  if align left/right icons are lines these are the new icons

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

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


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-22 Thread Jonathan Riddell
** Changed in: akonadi (Ubuntu)
Milestone: None = ubuntu-15.04

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1437846

Title:
  akonadi mysql 5.6 crash with signal 11

Status in akonadi package in Ubuntu:
  New
Status in mysql-5.6 package in Ubuntu:
  Incomplete

Bug description:
  Vivid changed mysql version recently to 5.6. Akonadi won't start
  anymore because mysql crash - log attached.

  I wanted to install a mysql dbg package but couldn't find the right one. 
  I would like to provide more information but can't think of any valuable for 
now.

  akonadi test log is all good

  MySQL server is executable.
  Details: MySQL server found: /usr/sbin/mysqld  Ver 5.6.23-1~exp1~ubuntu4 for 
debian-linux-gnu on x86_64 ((Ubuntu))

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

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


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1428328] Re: nvidia-prime needs sddm support

2015-04-09 Thread Jonathan Riddell
implemented so it loads it not at login, alas the switch command doesn't
get run at logout because sddm doesn't restart X


** Changed in: nvidia-prime (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1428328

Title:
  nvidia-prime needs sddm support

Status in nvidia-prime package in Ubuntu:
  Fix Released

Bug description:
  Kubuntu 15.04 will use sddm as a default  login manager. If we try to
  install nvidia drivers with nvidia-prime, the second will want to
  install lightdm as it depends of it. Whats more lightdm will want to
  install a lot of other packages.

  What we need: nvidia-prime to support sddm

  1. #lsb_release -rd
  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04

  2. #apt-cache policy nvidia-prime
  nvidia-prime:
    Installed: (none)
    Candidate: 0.7
    Version table:
   0.7 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

  3. What you expected to happen ?

  nvidia-prime should work with sddm and do not require lightdm and all
  its dependencies (unity packges)

  4. What happened instead ?

  nvidia-prime wants to install lightdm as a dependency and a lot of
  other packages:

  #sudo apt-get install nvidia-prime

  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 
gir1.2-gtk-3.0 gir1.2-ibus-1.0
    gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gkbd-capplet 
gnome-bluetooth gnome-control-center-shared-data gnome-desktop3-data 
gnome-menus gnome-power-manager
    gnome-screensaver gnome-session-bin gnome-settings-daemon-schemas 
gnome-user-guide gnome-user-share gsettings-ubuntu-schemas gstreamer1.0-clutter 
gvfs-backends humanity-icon-theme
    hwdata ibus indicator-applet indicator-application indicator-bluetooth 
indicator-datetime indicator-keyboard indicator-messages indicator-power 
indicator-session indicator-sound
    libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth 
libaccount-plugin-google libaccounts-qt5-1 libappindicator3-1 libcamel-1.2-49 
libcdio-cdda1 libcdio-paranoia1
    libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-1.0-common 
libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango20 
libcogl-path20 libcogl20
    libdbusmenu-gtk3-4 libebackend-1.2-7 libebook-1.2-14 
libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 
libedataserver-1.2-18 libgdata-common
    libgdata19 libgee2 libgeocode-glib0 libgnome-bluetooth11 
libgnome-desktop-3-10 libgnome-menu-3-0 libgnomekbd-common libgnomekbd8 
libgoa-1.0-0b libgoa-1.0-common libgtop2-10
    libgtop2-common libgweather-3-6 libgweather-common libido3-0.1-0 
libindicator3-7 libinput7 liblightdm-gobject-1-0 libnm-gtk-common libnm-gtk0 
liboauth0 libpackagekit-glib2-16
    libpanel-applet0 libsignon-extension1 libsignon-glib1 
libsignon-plugins-common1 libsignon-qt5-1 libtimezonemap-data libtimezonemap1 
libunity-control-center1
    libunity-settings-daemon1 liburl-dispatcher1 libwacom-bin libwacom-common 
libwacom2 libxklavier16 libyelp0 lightdm mousetweaks nautilus-data 
network-manager-gnome python-notify
    python3-aptdaemon.pkcompat python3-bs4 python3-cairo python3-html5lib 
python3-lxml python3-smbc python3-xdg session-migration 
signon-keyring-extension signon-plugin-oauth2
    signon-ui signon-ui-service signon-ui-x11 signond 
system-config-printer-common system-config-printer-gnome ubuntu-mono 
ubuntu-system-service ubuntu-touch-sounds
    unity-control-center unity-control-center-signon unity-greeter 
unity-settings-daemon yelp yelp-xsl

  Suggested packages:

    bumblebee evolution evolution-data-server-dbg apache2.2-bin 
libapache2-mod-dnssd samba-common ibus-clutter ibus-doc click powerd 
unity-system-compositor
    unity-greeter-session-broadcast url-dispatcher nautilus 
network-manager-openconnect-gnome network-manager-openvpn-gnome 
network-manager-vpnc-gnome network-manager-pptp-gnome
    python3-genshi python3-lxml-dbg python-lxml-doc libcanberra-gtk-module 
lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure 
remote-login-service metacity
    x-window-manager

  The following NEW packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 

[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1428328] Re: nvidia-prime needs sddm support

2015-04-04 Thread Jonathan Riddell
** Changed in: nvidia-prime (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1428328

Title:
  nvidia-prime needs sddm support

Status in nvidia-prime package in Ubuntu:
  Confirmed

Bug description:
  Kubuntu 15.04 will use sddm as a default  login manager. If we try to
  install nvidia drivers with nvidia-prime, the second will want to
  install lightdm as it depends of it. Whats more lightdm will want to
  install a lot of other packages.

  What we need: nvidia-prime to support sddm

  1. #lsb_release -rd
  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04

  2. #apt-cache policy nvidia-prime
  nvidia-prime:
    Installed: (none)
    Candidate: 0.7
    Version table:
   0.7 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

  3. What you expected to happen ?

  nvidia-prime should work with sddm and do not require lightdm and all
  its dependencies (unity packges)

  4. What happened instead ?

  nvidia-prime wants to install lightdm as a dependency and a lot of
  other packages:

  #sudo apt-get install nvidia-prime

  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 
gir1.2-gtk-3.0 gir1.2-ibus-1.0
    gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gkbd-capplet 
gnome-bluetooth gnome-control-center-shared-data gnome-desktop3-data 
gnome-menus gnome-power-manager
    gnome-screensaver gnome-session-bin gnome-settings-daemon-schemas 
gnome-user-guide gnome-user-share gsettings-ubuntu-schemas gstreamer1.0-clutter 
gvfs-backends humanity-icon-theme
    hwdata ibus indicator-applet indicator-application indicator-bluetooth 
indicator-datetime indicator-keyboard indicator-messages indicator-power 
indicator-session indicator-sound
    libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth 
libaccount-plugin-google libaccounts-qt5-1 libappindicator3-1 libcamel-1.2-49 
libcdio-cdda1 libcdio-paranoia1
    libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-1.0-common 
libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango20 
libcogl-path20 libcogl20
    libdbusmenu-gtk3-4 libebackend-1.2-7 libebook-1.2-14 
libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 
libedataserver-1.2-18 libgdata-common
    libgdata19 libgee2 libgeocode-glib0 libgnome-bluetooth11 
libgnome-desktop-3-10 libgnome-menu-3-0 libgnomekbd-common libgnomekbd8 
libgoa-1.0-0b libgoa-1.0-common libgtop2-10
    libgtop2-common libgweather-3-6 libgweather-common libido3-0.1-0 
libindicator3-7 libinput7 liblightdm-gobject-1-0 libnm-gtk-common libnm-gtk0 
liboauth0 libpackagekit-glib2-16
    libpanel-applet0 libsignon-extension1 libsignon-glib1 
libsignon-plugins-common1 libsignon-qt5-1 libtimezonemap-data libtimezonemap1 
libunity-control-center1
    libunity-settings-daemon1 liburl-dispatcher1 libwacom-bin libwacom-common 
libwacom2 libxklavier16 libyelp0 lightdm mousetweaks nautilus-data 
network-manager-gnome python-notify
    python3-aptdaemon.pkcompat python3-bs4 python3-cairo python3-html5lib 
python3-lxml python3-smbc python3-xdg session-migration 
signon-keyring-extension signon-plugin-oauth2
    signon-ui signon-ui-service signon-ui-x11 signond 
system-config-printer-common system-config-printer-gnome ubuntu-mono 
ubuntu-system-service ubuntu-touch-sounds
    unity-control-center unity-control-center-signon unity-greeter 
unity-settings-daemon yelp yelp-xsl

  Suggested packages:

    bumblebee evolution evolution-data-server-dbg apache2.2-bin 
libapache2-mod-dnssd samba-common ibus-clutter ibus-doc click powerd 
unity-system-compositor
    unity-greeter-session-broadcast url-dispatcher nautilus 
network-manager-openconnect-gnome network-manager-openvpn-gnome 
network-manager-vpnc-gnome network-manager-pptp-gnome
    python3-genshi python3-lxml-dbg python-lxml-doc libcanberra-gtk-module 
lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure 
remote-login-service metacity
    x-window-manager

  The following NEW packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 
gir1.2-gtk-3.0 gir1.2-ibus-1.0
    gir1.2-notify-0.7 

[Desktop-packages] [Bug 1440048] Re: Please update choqok to 1.5

2015-04-03 Thread Jonathan Riddell
** Changed in: choqok (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to choqok in Ubuntu.
https://bugs.launchpad.net/bugs/1440048

Title:
  Please update choqok to 1.5

Status in choqok package in Ubuntu:
  Invalid

Bug description:
  choqok needs to be updated to 1.5

  
   Reported by kubotu for IRC user Riddell

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

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


[Desktop-packages] [Bug 1428328] Re: nvidia-prime needs sddm support

2015-04-02 Thread Jonathan Riddell
Added a patch to sddm to load the nvidia-prime setup script if it finds
it.

However there's no hook to load prime-switch yet which needs run on
shutdown.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1428328

Title:
  nvidia-prime needs sddm support

Status in nvidia-prime package in Ubuntu:
  Confirmed

Bug description:
  Kubuntu 15.04 will use sddm as a default  login manager. If we try to
  install nvidia drivers with nvidia-prime, the second will want to
  install lightdm as it depends of it. Whats more lightdm will want to
  install a lot of other packages.

  What we need: nvidia-prime to support sddm

  1. #lsb_release -rd
  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04

  2. #apt-cache policy nvidia-prime
  nvidia-prime:
    Installed: (none)
    Candidate: 0.7
    Version table:
   0.7 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

  3. What you expected to happen ?

  nvidia-prime should work with sddm and do not require lightdm and all
  its dependencies (unity packges)

  4. What happened instead ?

  nvidia-prime wants to install lightdm as a dependency and a lot of
  other packages:

  #sudo apt-get install nvidia-prime

  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 
gir1.2-gtk-3.0 gir1.2-ibus-1.0
    gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gkbd-capplet 
gnome-bluetooth gnome-control-center-shared-data gnome-desktop3-data 
gnome-menus gnome-power-manager
    gnome-screensaver gnome-session-bin gnome-settings-daemon-schemas 
gnome-user-guide gnome-user-share gsettings-ubuntu-schemas gstreamer1.0-clutter 
gvfs-backends humanity-icon-theme
    hwdata ibus indicator-applet indicator-application indicator-bluetooth 
indicator-datetime indicator-keyboard indicator-messages indicator-power 
indicator-session indicator-sound
    libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth 
libaccount-plugin-google libaccounts-qt5-1 libappindicator3-1 libcamel-1.2-49 
libcdio-cdda1 libcdio-paranoia1
    libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-1.0-common 
libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango20 
libcogl-path20 libcogl20
    libdbusmenu-gtk3-4 libebackend-1.2-7 libebook-1.2-14 
libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 
libedataserver-1.2-18 libgdata-common
    libgdata19 libgee2 libgeocode-glib0 libgnome-bluetooth11 
libgnome-desktop-3-10 libgnome-menu-3-0 libgnomekbd-common libgnomekbd8 
libgoa-1.0-0b libgoa-1.0-common libgtop2-10
    libgtop2-common libgweather-3-6 libgweather-common libido3-0.1-0 
libindicator3-7 libinput7 liblightdm-gobject-1-0 libnm-gtk-common libnm-gtk0 
liboauth0 libpackagekit-glib2-16
    libpanel-applet0 libsignon-extension1 libsignon-glib1 
libsignon-plugins-common1 libsignon-qt5-1 libtimezonemap-data libtimezonemap1 
libunity-control-center1
    libunity-settings-daemon1 liburl-dispatcher1 libwacom-bin libwacom-common 
libwacom2 libxklavier16 libyelp0 lightdm mousetweaks nautilus-data 
network-manager-gnome python-notify
    python3-aptdaemon.pkcompat python3-bs4 python3-cairo python3-html5lib 
python3-lxml python3-smbc python3-xdg session-migration 
signon-keyring-extension signon-plugin-oauth2
    signon-ui signon-ui-service signon-ui-x11 signond 
system-config-printer-common system-config-printer-gnome ubuntu-mono 
ubuntu-system-service ubuntu-touch-sounds
    unity-control-center unity-control-center-signon unity-greeter 
unity-settings-daemon yelp yelp-xsl

  Suggested packages:

    bumblebee evolution evolution-data-server-dbg apache2.2-bin 
libapache2-mod-dnssd samba-common ibus-clutter ibus-doc click powerd 
unity-system-compositor
    unity-greeter-session-broadcast url-dispatcher nautilus 
network-manager-openconnect-gnome network-manager-openvpn-gnome 
network-manager-vpnc-gnome network-manager-pptp-gnome
    python3-genshi python3-lxml-dbg python-lxml-doc libcanberra-gtk-module 
lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure 
remote-login-service metacity
    x-window-manager

  The following NEW packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 

[Desktop-packages] [Bug 1428328] Re: nvidia-prime needs sddm support

2015-04-01 Thread Jonathan Riddell
Needs sddm to run commands on login and shut down

also investigatae why this isn't just done as systemd units

https://lists.ubuntu.com/archives/kubuntu-devel/2015-April/009405.html

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-prime in Ubuntu.
https://bugs.launchpad.net/bugs/1428328

Title:
  nvidia-prime needs sddm support

Status in nvidia-prime package in Ubuntu:
  Confirmed

Bug description:
  Kubuntu 15.04 will use sddm as a default  login manager. If we try to
  install nvidia drivers with nvidia-prime, the second will want to
  install lightdm as it depends of it. Whats more lightdm will want to
  install a lot of other packages.

  What we need: nvidia-prime to support sddm

  1. #lsb_release -rd
  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04

  2. #apt-cache policy nvidia-prime
  nvidia-prime:
    Installed: (none)
    Candidate: 0.7
    Version table:
   0.7 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

  3. What you expected to happen ?

  nvidia-prime should work with sddm and do not require lightdm and all
  its dependencies (unity packges)

  4. What happened instead ?

  nvidia-prime wants to install lightdm as a dependency and a lot of
  other packages:

  #sudo apt-get install nvidia-prime

  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0 
gir1.2-gtk-3.0 gir1.2-ibus-1.0
    gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gkbd-capplet 
gnome-bluetooth gnome-control-center-shared-data gnome-desktop3-data 
gnome-menus gnome-power-manager
    gnome-screensaver gnome-session-bin gnome-settings-daemon-schemas 
gnome-user-guide gnome-user-share gsettings-ubuntu-schemas gstreamer1.0-clutter 
gvfs-backends humanity-icon-theme
    hwdata ibus indicator-applet indicator-application indicator-bluetooth 
indicator-datetime indicator-keyboard indicator-messages indicator-power 
indicator-session indicator-sound
    libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth 
libaccount-plugin-google libaccounts-qt5-1 libappindicator3-1 libcamel-1.2-49 
libcdio-cdda1 libcdio-paranoia1
    libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-1.0-common 
libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango20 
libcogl-path20 libcogl20
    libdbusmenu-gtk3-4 libebackend-1.2-7 libebook-1.2-14 
libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 
libedataserver-1.2-18 libgdata-common
    libgdata19 libgee2 libgeocode-glib0 libgnome-bluetooth11 
libgnome-desktop-3-10 libgnome-menu-3-0 libgnomekbd-common libgnomekbd8 
libgoa-1.0-0b libgoa-1.0-common libgtop2-10
    libgtop2-common libgweather-3-6 libgweather-common libido3-0.1-0 
libindicator3-7 libinput7 liblightdm-gobject-1-0 libnm-gtk-common libnm-gtk0 
liboauth0 libpackagekit-glib2-16
    libpanel-applet0 libsignon-extension1 libsignon-glib1 
libsignon-plugins-common1 libsignon-qt5-1 libtimezonemap-data libtimezonemap1 
libunity-control-center1
    libunity-settings-daemon1 liburl-dispatcher1 libwacom-bin libwacom-common 
libwacom2 libxklavier16 libyelp0 lightdm mousetweaks nautilus-data 
network-manager-gnome python-notify
    python3-aptdaemon.pkcompat python3-bs4 python3-cairo python3-html5lib 
python3-lxml python3-smbc python3-xdg session-migration 
signon-keyring-extension signon-plugin-oauth2
    signon-ui signon-ui-service signon-ui-x11 signond 
system-config-printer-common system-config-printer-gnome ubuntu-mono 
ubuntu-system-service ubuntu-touch-sounds
    unity-control-center unity-control-center-signon unity-greeter 
unity-settings-daemon yelp yelp-xsl

  Suggested packages:

    bumblebee evolution evolution-data-server-dbg apache2.2-bin 
libapache2-mod-dnssd samba-common ibus-clutter ibus-doc click powerd 
unity-system-compositor
    unity-greeter-session-broadcast url-dispatcher nautilus 
network-manager-openconnect-gnome network-manager-openvpn-gnome 
network-manager-vpnc-gnome network-manager-pptp-gnome
    python3-genshi python3-lxml-dbg python-lxml-doc libcanberra-gtk-module 
lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure 
remote-login-service metacity
    x-window-manager

  The following NEW packages will be installed:

    adwaita-icon-theme apg avahi-utils bbswitch-dkms cheese-common 
cups-pk-helper dconf-cli evolution-data-server evolution-data-server-common 
evolution-data-server-online-accounts
    geoclue geoclue-ubuntu-geoip gir1.2-atk-1.0 gir1.2-freedesktop 
gir1.2-gdkpixbuf-2.0 

[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1435764] Re: FFe UI exception for LibreOffice Breeze Icons

2015-03-26 Thread Jonathan Riddell
The breeze icons snapshot I took is a few days old and there have been
fixes since then but let's get this one in first then update :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1435764

Title:
  FFe UI exception for LibreOffice Breeze Icons

Status in libreoffice package in Ubuntu:
  Fix Committed

Bug description:
  The Kubuntu team would like to include Breeze icons with Libreoffice.
  This is something we've been working with upstream Libreoffice on
  since last year.

  Screenshot:
  http://starsky.19inch.net/~jr/tmp/libreoffice.png

  Kubuntu todo item:
  https://trello.com/c/pXZdfAL4/18-port-libreoffice-themeing-to-kf5

  This involves taking a patch which I wrote which is now in upstream
  master and a tar of the breeze icons

  Patch:
  http://starsky.19inch.net/~jr/tmp/kubuntu_breeze-icons.diff

  complete package is in my PPA
  https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages

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

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


[Desktop-packages] [Bug 1435764] Re: FFe UI exception for LibreOffice Breeze Icons

2015-03-25 Thread Jonathan Riddell
Yes the patch is upstream in 4.5

It's also adding the breeze icons tar which is a tar of the directory from 
upstream
debdiff
http://starsky.19inch.net/~jr/tmp/libreoffice_4.4.1-0ubuntu2.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1435764

Title:
  FFe UI exception for LibreOffice Breeze Icons

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  The Kubuntu team would like to include Breeze icons with Libreoffice.
  This is something we've been working with upstream Libreoffice on
  since last year.

  Screenshot:
  http://starsky.19inch.net/~jr/tmp/libreoffice.png

  Kubuntu todo item:
  https://trello.com/c/pXZdfAL4/18-port-libreoffice-themeing-to-kf5

  This involves taking a patch which I wrote which is now in upstream
  master and a tar of the breeze icons

  Patch:
  http://starsky.19inch.net/~jr/tmp/kubuntu_breeze-icons.diff

  complete package is in my PPA
  https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages

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

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


[Desktop-packages] [Bug 1435764] [NEW] FFe UI exception for LibreOffice Breeze Icons

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

The Kubuntu team would like to include Breeze icons with Libreoffice.
This is something we've been working with upstream Libreoffice on since
last year.

Screenshot:
http://starsky.19inch.net/~jr/tmp/libreoffice.png

Kubuntu todo item:
https://trello.com/c/pXZdfAL4/18-port-libreoffice-themeing-to-kf5

This involves taking a patch which I wrote which is now in upstream
master and a tar of the breeze icons

Patch:
http://starsky.19inch.net/~jr/tmp/kubuntu_breeze-icons.diff

complete package is in my PPA
https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1435764

Title:
  FFe UI exception for LibreOffice Breeze Icons

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The Kubuntu team would like to include Breeze icons with Libreoffice.
  This is something we've been working with upstream Libreoffice on
  since last year.

  Screenshot:
  http://starsky.19inch.net/~jr/tmp/libreoffice.png

  Kubuntu todo item:
  https://trello.com/c/pXZdfAL4/18-port-libreoffice-themeing-to-kf5

  This involves taking a patch which I wrote which is now in upstream
  master and a tar of the breeze icons

  Patch:
  http://starsky.19inch.net/~jr/tmp/kubuntu_breeze-icons.diff

  complete package is in my PPA
  https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages

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

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


[Desktop-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 Desktop
Packages, which is subscribed to software-center 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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1400730] [NEW] libxext fills up .xsession-errors log files

2014-12-09 Thread Jonathan Riddell
Public bug reported:

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

** Affects: libxext (Ubuntu)
 Importance: Undecided
 Status: Fix Released

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

** Affects: libxext (Ubuntu Vivid)
 Importance: Undecided
 Status: Fix Released

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

** Also affects: libxext (Ubuntu Vivid)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
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

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

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


[Desktop-packages] [Bug 1400730] Re: libxext fills up .xsession-errors log files

2014-12-09 Thread Jonathan Riddell
vivid version fixed upstream
http://cgit.freedesktop.org/xorg/lib/libXext/commit/?id=11aad96bd689d54156064d2e81213dc827a689d1

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

-- 
You received this bug notification because you are a member of Desktop
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

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

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


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-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 Desktop
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/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1298106] Re: Please update akonadi to 1.12.0

2014-05-12 Thread Jonathan Riddell
** Changed in: akonadi (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1298106

Title:
  Please update akonadi to 1.12.0

Status in “akonadi” package in Ubuntu:
  Fix Released

Bug description:
  akonadi needs to be updated to 1.12.0

  
   Reported by kubotu for IRC user Riddell

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

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


[Desktop-packages] [Bug 1318718] [NEW] mysql: column 'name' can not be null when migrating PartTable

2014-05-12 Thread Jonathan Riddell
Public bug reported:

On upgrading to akonadi 1.12 in Kubuntu 14.04..

Starting kontact brings up a grayed out background for kmail. Indicating
that Akonadi is not running. Pressing the Start button attempts to do an
upgrade of the Database. It errors out and stops.

https://bugs.kde.org/show_bug.cgi?id=331867

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

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

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

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

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1318718

Title:
  mysql: column 'name' can not be null when migrating PartTable

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

Bug description:
  On upgrading to akonadi 1.12 in Kubuntu 14.04..

  Starting kontact brings up a grayed out background for kmail.
  Indicating that Akonadi is not running. Pressing the Start button
  attempts to do an upgrade of the Database. It errors out and stops.

  https://bugs.kde.org/show_bug.cgi?id=331867

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

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


[Desktop-packages] [Bug 1318718] Re: mysql: column 'name' can not be null when migrating PartTable

2014-05-12 Thread Jonathan Riddell
*** This bug is a duplicate of bug 1290717 ***
https://bugs.launchpad.net/bugs/1290717

TEST CASE:
From 12.04 with working KMail/Akonadi upgrade to 14.04.  Start KMail, on some 
affected users it will be greyed out saying that there was an error with 
akonadi.  After ugrading to this patched version of akonadi it successfully 
runs the akonadi update and KMail works again.


** This bug has been marked a duplicate of bug 1290717
   akonadi 1.11.80  fails to start

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1318718

Title:
  mysql: column 'name' can not be null when migrating PartTable

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

Bug description:
  On upgrading to akonadi 1.12 in Kubuntu 14.04..

  Starting kontact brings up a grayed out background for kmail.
  Indicating that Akonadi is not running. Pressing the Start button
  attempts to do an upgrade of the Database. It errors out and stops.

  https://bugs.kde.org/show_bug.cgi?id=331867

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

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


[Desktop-packages] [Bug 1312689] Re: Sync libical 1.0-1 (main) from Debian unstable (main) No difference between the two at this time.

2014-04-25 Thread Jonathan Riddell
This bug was fixed in the package libical - 1.0-1

---
libical (1.0-1) unstable; urgency=medium

  * New upstream release (Closes: #717417)
  * Remove patches - merged upstream:
- 0001_convert_float_to_strings_with_snprintf_sfbug3493034.patch
- fix_arm_ftbfs.patch
- fix_ftbfs_dependencies.patch
  * Update debian/control:
- bump soname (libical0 - libical1)
- bump Standards-Version to 3.9.5 (no changes needed)

 -- Fathi Boudra f...@debian.org  Sun, 09 Feb 2014 12:05:44 +0200

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libical in Ubuntu.
https://bugs.launchpad.net/bugs/1312689

Title:
  Sync libical 1.0-1 (main) from Debian unstable (main) No difference
  between the two at this time.

Status in “libical” package in Ubuntu:
  Fix Released

Bug description:
  Please sync libical 1.0-1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* New upstream release
* Remove patched now upstream
 - 0001_convert_float_to_strings_with_snprintf_sfbug3493034.patch
 - fix_arm_ftbfs.patch
 - fix_ftbfs_dependencies.patch
* New upstream release
* Remove patched now upstream
 - 0001_convert_float_to_strings_with_snprintf_sfbug3493034.patch
 - fix_arm_ftbfs.patch
 - fix_ftbfs_dependencies.patch
* New upstream release
* Remove patched now upstream
 - 0001_convert_float_to_strings_with_snprintf_sfbug3493034.patch
 - fix_arm_ftbfs.patch
 - fix_ftbfs_dependencies.patch
  These patches were also removed in the debian release.

  Changelog entries since current utopic version 1.0-0ubuntu1:

  libical (1.0-1) unstable; urgency=medium

* New upstream release (Closes: #717417)
* Remove patches - merged upstream:
  - 0001_convert_float_to_strings_with_snprintf_sfbug3493034.patch
  - fix_arm_ftbfs.patch
  - fix_ftbfs_dependencies.patch
* Update debian/control:
  - bump soname (libical0 - libical1)
  - bump Standards-Version to 3.9.5 (no changes needed)

   -- Fathi Boudra f...@debian.org  Sun, 09 Feb 2014 12:05:44 +0200

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

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


[Desktop-packages] [Bug 1297936] Re: After upgrade 12.04-14.04 lightdm fails to start

2014-04-15 Thread Jonathan Riddell
** Changed in: lightdm (Ubuntu)
Milestone: ubuntu-14.04 = None

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1297936

Title:
  After upgrade 12.04-14.04 lightdm fails to start

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  I upgraded this Kubuntu laptop using the command do-release-upgrade
  -d from 12.04 to 14.04. After the reboot, the splash screen did not
  disappear and lightdm didn't start. Running the command start
  lightdm (as root), I got the error message start: Job failed to
  start, which wasn't really helpful. I also tried the command
  /etc/init.d/lightdm start and now there was some more information:

  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
  [+0.00s] DEBUG: Starting Light Display Manager 1.9.13, UID=0 PID=2635
  [+0.00s] DEBUG: Loading configuration dirs from 
/usr/share/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/40-kde-plasma.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/40-lightdm-kde-greeter.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
  [+0.00s] DEBUG: Loading configuration dirs from 
/usr/local/share/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration dirs from 
/etc/xdg/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
  [+0.00s] DEBUG: Using Xephyr for X servers
  [+0.00s] DEBUG: Registered seat module xlocal
  [+0.00s] DEBUG: Registered seat module xremote
  [+0.00s] DEBUG: Registered seat module unity
  [+0.00s] DEBUG: Registered seat module surfaceflinger
  [+0.01s] DEBUG: Adding default seat
  [+0.01s] DEBUG: Seat: Starting
  [+0.01s] DEBUG: Seat: Creating greeter session
  [+0.01s] DEBUG: Seat: Failed to find session configuration lightdm-gtk-greeter
  [+0.01s] DEBUG: Seat: Failed to create greeter session
   * Starting X display manager lightdm 
  [ OK ] 

  Even though there was the [ OK ] displayed in the last line, lightdm
  didn't start. Due to the message Failed to find session configuration
  lightdm-gtk-greeter I supposed that the package lightdm-gtk-greeter
  was missing. And indeed after I installed that package (+
  dependencies), lightdm started.

  As this is a test-upgrade I could return to the original 12.04 system.
  On that partition was a file /etc/lightdm/lightdm.conf from 2012 with
  this contents:

  [SeatDefaults]
  greeter-session=lightdm-gtk-greeter
  user-session=Lubuntu

  Obviously this was a leftover of a previous test with the lubuntu-
  desktop. While I had uninstalled lightdm and most of the other Lubuntu
  packages, this configuration file was not removed for some reason. And
  during the upgrade I was not asked if the config file should be
  replaced but the file stayed untouched.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.219
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Wed Mar 26 17:26:05 2014
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to trusty on 2014-03-26 (0 days ago)

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

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


[Desktop-packages] [Bug 1298380] Re: Amarok wont play music files

2014-04-10 Thread Jonathan Riddell
** Changed in: amarok (Ubuntu)
Milestone: ubuntu-14.04 = None

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1298380

Title:
  Amarok wont play music files

Status in “amarok” package in Ubuntu:
  Incomplete
Status in “libqapt” package in Ubuntu:
  Fix Released

Bug description:
  From today, Amarok will not play any music files.  It opens fine, but
  when I click play or double click a music track, nothing happens.  Ive
  restarted twice with no change in behavior.  System is up to date.

  Kubuntu 14.04
  Amarok 2:2.8.0-0ubuntu3

  Debug output from when I click Play:

   BEGIN: void EngineController::playPause() 
  amarok:   [EngineController] PlayPause: EngineController state 0 
  amarok:   BEGIN: void EngineController::play() 
  amarok: BEGIN: void Playlist::Actions::play() 
  amarok:   BEGIN: void Playlist::Actions::play(quint64, bool) 
  amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, 
bool) 
  amarok:   BEGIN: void EngineController::stop(bool, bool) 
  amarok:   END__: void EngineController::stop(bool, bool) [Took: 0s] 
  amarok:   [EngineController] play: bounded is  QObject(0x0)  current 
Come On 
  amarok:   [EngineController] Just a normal, boring track... :-P 
  amarok:   BEGIN: void EngineController::playUrl(const KUrl, uint, 
bool) 
  amarok: [EngineController] URL:  
KUrl(file:///home/zachleigh/Music/V/Verve, The/The Verve - Urban Hymns/14 - 
Come On.flac) 
file:///home/zachleigh/Music/V/Verve,%20The/The%20Verve%20-%20Urban%20Hymns/14%20-%20Come%20On.flac
 
  amarok: [EngineController] Offset:  0 
  amarok:   END__: void EngineController::playUrl(const KUrl, uint, 
bool) [Took: 0s] 
  amarok: END__: void EngineController::play(Meta::TrackPtr, uint, 
bool) [Took: 0s] 
  amarok:   END__: void Playlist::Actions::play(quint64, bool) [Took: 0s] 
  amarok: END__: void Playlist::Actions::play() [Took: 0s] 
  amarok:   END__: void EngineController::play() [Took: 0s] 
  amarok: END__: void EngineController::playPause() [Took: 0s]

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

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


[Desktop-packages] [Bug 1305307] Re: FFe for pam-kwallet integration

2014-04-09 Thread Jonathan Riddell
Approved as an expected feature which brings us back to feature parity
with what we always (thought we) had.  But needs thorough testing.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1305307

Title:
  FFe for pam-kwallet integration

Status in “kde-workspace” package in Ubuntu:
  New
Status in “kubuntu-meta” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  New
Status in “pam-kwallet” package in Ubuntu:
  New

Bug description:
  pam-kwallet enables unlocking of kwallet's secret data storage without
  having to enter a password on session start.

  To get things rolling we'll need to ship a new version of pam-kwallet
  (that unlike the present version actually works), add a trivial change
  to kde-workspace to hand the startkde envrionment over to the helper,
  and last but not least actually add the pam-kwallet helper to the
  lightdm pam configs.

  Including pam-kwallet will bring a significantly improved user
  experience, even if a bit on a short notice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1305307/+subscriptions

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


[Desktop-packages] [Bug 1301192] Re: transition from gst0.10 to gst1.0 phonon backend incomplete

2014-04-04 Thread Jonathan Riddell
Today's uploads switch back to nameing the .deb phonon-backend-gstreamer


** Changed in: amarok (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1301192

Title:
  transition from gst0.10 to gst1.0 phonon backend incomplete

Status in “amarok” package in Ubuntu:
  Fix Released

Bug description:
  Terminal Output

  :~$ amarok
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Got bus address:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Connected to accessibility bus at:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Registered DEC:  true 
  Registered event listener change listener:  true 
  kbuildsycoca4 running...

  (amarok:4102): GLib-GObject-WARNING **: cannot register existing type
  'GstObject'

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GLib-GObject-CRITICAL **: g_type_register_static:
  assertion 'parent_type  0' failed

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GStreamer-CRITICAL **: gst_plugin_feature_get_name:
  assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed

  
  --

  No indicator icon appears either. Starting amarok either through unity
  or in the terminal starts two amarok processes, one of which is always
  a zombie. If started in a terminal only one can be terminated from the
  terminal, the other has to be done manually.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: amarok 2:2.8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  2 08:01:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-01-11 (80 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: amarok
  UpgradeStatus: Upgraded to trusty on 2014-04-01 (0 days ago)

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

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


[Desktop-packages] [Bug 1297936] Re: After upgrade 12.04-14.04 lightdm fails to start

2014-04-03 Thread Jonathan Riddell
** Changed in: lightdm (Ubuntu)
Milestone: None = ubuntu-14.04

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1297936

Title:
  After upgrade 12.04-14.04 lightdm fails to start

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  I upgraded this Kubuntu laptop using the command do-release-upgrade
  -d from 12.04 to 14.04. After the reboot, the splash screen did not
  disappear and lightdm didn't start. Running the command start
  lightdm (as root), I got the error message start: Job failed to
  start, which wasn't really helpful. I also tried the command
  /etc/init.d/lightdm start and now there was some more information:

  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
  [+0.00s] DEBUG: Starting Light Display Manager 1.9.13, UID=0 PID=2635
  [+0.00s] DEBUG: Loading configuration dirs from 
/usr/share/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/40-kde-plasma.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/40-lightdm-kde-greeter.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
  [+0.00s] DEBUG: Loading configuration dirs from 
/usr/local/share/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration dirs from 
/etc/xdg/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
  [+0.00s] DEBUG: Using Xephyr for X servers
  [+0.00s] DEBUG: Registered seat module xlocal
  [+0.00s] DEBUG: Registered seat module xremote
  [+0.00s] DEBUG: Registered seat module unity
  [+0.00s] DEBUG: Registered seat module surfaceflinger
  [+0.01s] DEBUG: Adding default seat
  [+0.01s] DEBUG: Seat: Starting
  [+0.01s] DEBUG: Seat: Creating greeter session
  [+0.01s] DEBUG: Seat: Failed to find session configuration lightdm-gtk-greeter
  [+0.01s] DEBUG: Seat: Failed to create greeter session
   * Starting X display manager lightdm 
  [ OK ] 

  Even though there was the [ OK ] displayed in the last line, lightdm
  didn't start. Due to the message Failed to find session configuration
  lightdm-gtk-greeter I supposed that the package lightdm-gtk-greeter
  was missing. And indeed after I installed that package (+
  dependencies), lightdm started.

  As this is a test-upgrade I could return to the original 12.04 system.
  On that partition was a file /etc/lightdm/lightdm.conf from 2012 with
  this contents:

  [SeatDefaults]
  greeter-session=lightdm-gtk-greeter
  user-session=Lubuntu

  Obviously this was a leftover of a previous test with the lubuntu-
  desktop. While I had uninstalled lightdm and most of the other Lubuntu
  packages, this configuration file was not removed for some reason. And
  during the upgrade I was not asked if the config file should be
  replaced but the file stayed untouched.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.219
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Wed Mar 26 17:26:05 2014
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to trusty on 2014-03-26 (0 days ago)

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

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


[Desktop-packages] [Bug 1288177] Re: [FFe] Merge with Debian to add autopkgtest

2014-03-20 Thread Jonathan Riddell
go ahead, adding tests isn't really a new feature it's just good QA


** Changed in: pango1.0 (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pango1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1288177

Title:
  [FFe] Merge with Debian to add autopkgtest

Status in “pango1.0” package in Ubuntu:
  Triaged

Bug description:
  I'd like to merge the bugfix point release from Debian

  Overview of changes between 1.36.1 and 1.36.2
  =
  - Win32 build fixes
  - Fix a possible strtol(NULL) (#719549)
  - Fix --with-included-modules
  - Fix a FPE in pango_layout_iter_get_char_extents (#720379)
  - Use 96 dpi for CoreText by default

  Which (hence this FFe) adds a pango1.0-tests package to run the
  installed test suite.

  adt-run:  apt0t-installed-tests: running...
  adt-run:  apt0t-installed-tests:  - - - - - - - - - - results - - - - - - - 
- - -
  apt0t-installed-tests PASS
  adt-run:  apt0t-installed-tests:  - - - - - - - - - - stdout - - - - - - - - 
- -
  Running test: /usr/share/installed-tests/pango/cxx-test.test
  PASS: pango/cxx-test.test
  Running test: /usr/share/installed-tests/pango/test-ot-tags.test
  /tags/script: OK
  /tags/language: OK
  PASS: pango/test-ot-tags.test
  Running test: /usr/share/installed-tests/pango/test-pangocairo-threads.test
  PASS: pango/test-pangocairo-threads.test
  Running test: /usr/share/installed-tests/pango/testboundaries.test
  /text/boundaries: sample file: 
/usr/lib/pango1.0/pango/installed-tests/boundaries.utf8
  testboundaries passed
  OK
  PASS: pango/testboundaries.test
  Running test: /usr/share/installed-tests/pango/testboundaries_ucd.test
  /text/break/grapheme: Testing 
/usr/lib/pango1.0/pango/installed-tests/GraphemeBreakTest.txt.
  OK
  /text/break/word: /usr/lib/pango1.0/pango/installed-tests/WordBreakTest.txt 
not found.  Skipping test.
  OK
  /text/break/sentence: 
/usr/lib/pango1.0/pango/installed-tests/SentenceBreakTest.txt not found.  
Skipping test.
  OK
  /text/break/line: /usr/lib/pango1.0/pango/installed-tests/LineBreakTest.txt 
not found.  Skipping test.
  OK
  PASS: pango/testboundaries_ucd.test
  Running test: /usr/share/installed-tests/pango/testcolor.test
  /color/parse: OK
  PASS: pango/testcolor.test
  Running test: /usr/share/installed-tests/pango/testiter.test
  /layout/iter: OK
  PASS: pango/testiter.test
  Running test: /usr/share/installed-tests/pango/testscript.test
  /script/iter: OK
  PASS: pango/testscript.test
  SUMMARY: total: 8 passed: 8 skipped: 0 failed: 0
  adt-run:  tests done.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pango1.0/+bug/1288177/+subscriptions

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


[Desktop-packages] [Bug 1268652] Re: Please update libssh to 0.6.1

2014-02-13 Thread Jonathan Riddell
** Changed in: libssh (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libssh in Ubuntu.
https://bugs.launchpad.net/bugs/1268652

Title:
  Please update libssh to 0.6.1

Status in “libssh” package in Ubuntu:
  Fix Released

Bug description:
  libssh needs to be updated to 0.6.1

   Reported by kubotu for IRC user Riddell

  0.6.1 was released 10-Feb-2014:

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

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


[Desktop-packages] [Bug 1257760] Re: Lightdm doesn't launch Plasma on Kubuntu Trusty anymore

2013-12-05 Thread Jonathan Riddell
Thanks, uploaded

** Changed in: lightdm-kde (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: kde-workspace (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1257760

Title:
  Lightdm doesn't launch Plasma on Kubuntu Trusty anymore

Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Invalid
Status in “lightdm-kde” package in Ubuntu:
  Fix Released

Bug description:
  When trying to start the KDE Desktop using lightdm on a Live Kubuntu
  CD, lightdm fails to start the session.

  [Steps to reproduce]
  * Download the latest Kubuntu Trusty ISO
  * Click on Try Kubuntu
  * Plasma fails to come up

  Lightdm Log :
  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
  [+0.00s] DEBUG: Starting Light Display Manager 1.9.4, UID=0 PID=5237
  [+0.00s] DEBUG: Loading configuration from 
/etc/lightdm/lightdm.conf.d/50-greeter-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/etc/lightdm/lightdm.conf.d/50-guest-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/etc/lightdm/lightdm.conf.d/50-xserver-command.conf
  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
  [+0.00s] DEBUG: Registered seat module xlocal
  [+0.00s] DEBUG: Registered seat module xremote
  [+0.00s] DEBUG: Registered seat module unity
  [+0.00s] DEBUG: Registered seat module surfaceflinger
  [+0.00s] DEBUG: Adding default seat
  [+0.00s] DEBUG: Seat: Starting
  [+0.00s] DEBUG: Seat: Creating user session
  [+0.09s] DEBUG: Seat: Failed to find session configuration ubuntu
  [+0.09s] DEBUG: Seat: Can't find session 'ubuntu'
  [+0.09s] DEBUG: Seat: Creating greeter session
  [+0.09s] DEBUG: Seat: Failed to find session configuration default
  [+0.09s] DEBUG: Seat: Failed to create greeter session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1257760/+subscriptions

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


[Desktop-packages] [Bug 1234887] Re: [FFE] Update NetworkManager to 0.9.8.4

2013-11-11 Thread Jonathan Riddell
rejected by slangasek, too much diff for a SRU

** Changed in: network-manager (Ubuntu Saucy)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1234887

Title:
  [FFE] Update NetworkManager to 0.9.8.4

Status in “network-manager” package in Ubuntu:
  Fix Released
Status in “network-manager” source package in Saucy:
  Invalid
Status in “network-manager” source package in Trusty:
  Fix Released

Bug description:
  Let's update NetworkManager to 0.9.8.4; which is a bugfix release;
  minor version number change. Most specifically, multiple fixes for
  use-after-free and memory leaks, along with fixes for other possible
  crashes.

  Full list of commits is below.

  a450929 release: bump version to 0.9.8.4
  578b7c1 release: update NEWS
  4a4d58a libnm-glib: bump soname for added functions
  a00701d libnm-glib: fix annotations again: 0.9.8.4, not 0.9.8.6
  46345e0 libnm-glib: change the Since: 0.9.10 annotations to Since: 0.9.8.6
  1d6947a ifcfg-rh: fix tests
  90c957c build: fix builddir != srcdir when building D-Bus API spec HTML
  72e3dd7 core: fix handling of ActiveConnections on Policy dispose()
  65590de libnm-util: accept old-style UUIDs as valid
  a10dea3 agents: don't make method calls with a destroyed proxy
  52b3810 core: fix NMPolicy/NMManager refcounting
  59c165a build: don't use g_clear_pointer()
  636387f trivial: nm_connectivity_check_async() returns void - use 
g_return_if_fail()
  226b9b1 core: fix warning about unused variable
  299081e libnm-glib: Add NMClient:primary-connection and 
:activating-connection 
  61a81d1 core: add NMManager:primary-connection and :activating-connection 
 
  2489018 core: make NMPolicy a GObject
  693112f libnm-glib: support new connectivity property/methods 
 
  d34e77c core: provide additional network connectivity information 
 
  a5eeeb7 core: improve NMManager:state transitions with connectivity checking  
 
  0d2ccfd core: add LOGD_CONCHECK, log unexpected concheck responses at 
LOGL_INFO
  68356b5 core: build NMConnectivity unconditionally, possibly as a no-op
  a040f0b core: clean up connectivity code a bit
  62e59ed ifcfg-rh: do not write IPV6_DEFAULTGW=:: for missing gateway
  ee58f2a policy: prevent double-deactivation of an NMActiveConnection after 
it's removed
  49f8da5 wifi: change bgscan threshold parameter  (fixes bug 1071942)
  82be4aa ifcfg-rh: fix handling of VLAN parent PHYSDEV key
  f595624 systemd: fix up dispatcher unit install (rh #948433)
  8dc646e core: don't log warnings when devices are removed
  4f1e7e9 dhcp: kill dhclient on fatal errors
  94f5d09 dnsmasq: does handle more than one nameserver per domain
  886ee9a keyfile: ignore Emacs interlocking link named .#file_name (rh 
#987629)
  764f0e2 core: fix flushing of routes and updating legacy IPv4 address property
  5628350 main: Set umask earlier
  1a7e606 main: setenv(GIO_USE_VFS=local) *very* early
  dc70b48 libnm-glib: fix device description with newer udev versions
  b73b963 dhcp: don't crash checking lease config if no DHCP client is usable
  89cb9e5 build: allow dhcpcd versions higher than 5
  dad3e1c nm-online: describe '--timeout' option more exactly (rh #969363)
  c068709 dispatcher: fix tests after 42577c5269fdf4e9bea442eb96fcba7f8403bda5
  42577c5 dispatcher: expose domains in IP4/6 config (bgo #701820)
  65edeb9 dispatcher: publish vpn_ip6_config
  b0f23d2 libnm-util: fix possible crash when IP method is NULL
  d4d9d36 core: set GError on failure in nm_manager_deactivate_connection() (rh 
#976627)
  c38e901 keyfile: do not set GError over the top of a previous GError
  3172ff1 dbus: fix dbus_connection_changed_cb() definition to take 
DBusConnection
  f324bfb keyfile: fix reading bonding options (bgo #701527)
  8e9e392 libnm-util: remove 'downdelay' and 'updelay' when setting 
'arp_interval'
  261db76 libnm-util: verify() - can't set both IPv4 'disabled' and IPv6 
'ignore' method
  77b24af libnm-glib: fix the object creation warning for remote connections
  665f42f wifi: fix checking AP mode and EAP-FAST support
  050c979 agents: don't require root agents to be part of a login session
  1c4f777 core: assume root always has a session for connection visibility
  9b82977 release: bump version to 0.9.8.2
  8d6828a libnm-util: fix 93c1041b9b3f48b42e35401b0dd756538935e870 for handling 
disabled
  62bb5ec release: update NEWS
  55ce7fe build: fix reporting of modemmanager-1 compilation status
  cca0bc9 wired: ignore carrier state for manual/static bridge and bond 
connections
  9c57277 wifi: fix possible crash when IP configuration times out (rh #854073)
  93c1041 libnm-util: recognize disabled as an IPv6 config method
  c126d97 modem-manager: read 'SupportedCapabilities' instead of 
'ModemCapabilities' (bgo #701668)
  0ff869e modem-manager: don't request allowed modes when 

[Desktop-packages] [Bug 1234887] Re: [FFE] Update NetworkManager to 0.9.8.4

2013-10-30 Thread Jonathan Riddell
** Also affects: network-manager (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: network-manager (Ubuntu Trusty)
   Importance: Wishlist
   Status: Confirmed

** Changed in: network-manager (Ubuntu Trusty)
   Status: Confirmed = Fix Released

** Changed in: network-manager (Ubuntu Saucy)
Milestone: None = saucy-updates

** Changed in: network-manager (Ubuntu Trusty)
Milestone: saucy-updates = None

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1234887

Title:
  [FFE] Update NetworkManager to 0.9.8.4

Status in “network-manager” package in Ubuntu:
  Fix Released
Status in “network-manager” source package in Saucy:
  New
Status in “network-manager” source package in Trusty:
  Fix Released

Bug description:
  Let's update NetworkManager to 0.9.8.4; which is a bugfix release;
  minor version number change. Most specifically, multiple fixes for
  use-after-free and memory leaks, along with fixes for other possible
  crashes.

  Full list of commits is below.

  a450929 release: bump version to 0.9.8.4
  578b7c1 release: update NEWS
  4a4d58a libnm-glib: bump soname for added functions
  a00701d libnm-glib: fix annotations again: 0.9.8.4, not 0.9.8.6
  46345e0 libnm-glib: change the Since: 0.9.10 annotations to Since: 0.9.8.6
  1d6947a ifcfg-rh: fix tests
  90c957c build: fix builddir != srcdir when building D-Bus API spec HTML
  72e3dd7 core: fix handling of ActiveConnections on Policy dispose()
  65590de libnm-util: accept old-style UUIDs as valid
  a10dea3 agents: don't make method calls with a destroyed proxy
  52b3810 core: fix NMPolicy/NMManager refcounting
  59c165a build: don't use g_clear_pointer()
  636387f trivial: nm_connectivity_check_async() returns void - use 
g_return_if_fail()
  226b9b1 core: fix warning about unused variable
  299081e libnm-glib: Add NMClient:primary-connection and 
:activating-connection 
  61a81d1 core: add NMManager:primary-connection and :activating-connection 
 
  2489018 core: make NMPolicy a GObject
  693112f libnm-glib: support new connectivity property/methods 
 
  d34e77c core: provide additional network connectivity information 
 
  a5eeeb7 core: improve NMManager:state transitions with connectivity checking  
 
  0d2ccfd core: add LOGD_CONCHECK, log unexpected concheck responses at 
LOGL_INFO
  68356b5 core: build NMConnectivity unconditionally, possibly as a no-op
  a040f0b core: clean up connectivity code a bit
  62e59ed ifcfg-rh: do not write IPV6_DEFAULTGW=:: for missing gateway
  ee58f2a policy: prevent double-deactivation of an NMActiveConnection after 
it's removed
  49f8da5 wifi: change bgscan threshold parameter  (fixes bug 1071942)
  82be4aa ifcfg-rh: fix handling of VLAN parent PHYSDEV key
  f595624 systemd: fix up dispatcher unit install (rh #948433)
  8dc646e core: don't log warnings when devices are removed
  4f1e7e9 dhcp: kill dhclient on fatal errors
  94f5d09 dnsmasq: does handle more than one nameserver per domain
  886ee9a keyfile: ignore Emacs interlocking link named .#file_name (rh 
#987629)
  764f0e2 core: fix flushing of routes and updating legacy IPv4 address property
  5628350 main: Set umask earlier
  1a7e606 main: setenv(GIO_USE_VFS=local) *very* early
  dc70b48 libnm-glib: fix device description with newer udev versions
  b73b963 dhcp: don't crash checking lease config if no DHCP client is usable
  89cb9e5 build: allow dhcpcd versions higher than 5
  dad3e1c nm-online: describe '--timeout' option more exactly (rh #969363)
  c068709 dispatcher: fix tests after 42577c5269fdf4e9bea442eb96fcba7f8403bda5
  42577c5 dispatcher: expose domains in IP4/6 config (bgo #701820)
  65edeb9 dispatcher: publish vpn_ip6_config
  b0f23d2 libnm-util: fix possible crash when IP method is NULL
  d4d9d36 core: set GError on failure in nm_manager_deactivate_connection() (rh 
#976627)
  c38e901 keyfile: do not set GError over the top of a previous GError
  3172ff1 dbus: fix dbus_connection_changed_cb() definition to take 
DBusConnection
  f324bfb keyfile: fix reading bonding options (bgo #701527)
  8e9e392 libnm-util: remove 'downdelay' and 'updelay' when setting 
'arp_interval'
  261db76 libnm-util: verify() - can't set both IPv4 'disabled' and IPv6 
'ignore' method
  77b24af libnm-glib: fix the object creation warning for remote connections
  665f42f wifi: fix checking AP mode and EAP-FAST support
  050c979 agents: don't require root agents to be part of a login session
  1c4f777 core: assume root always has a session for connection visibility
  9b82977 release: bump version to 0.9.8.2
  8d6828a libnm-util: fix 93c1041b9b3f48b42e35401b0dd756538935e870 for handling 
disabled
  62bb5ec release: update NEWS
  55ce7fe build: fix reporting of modemmanager-1 compilation status
  cca0bc9 wired: ignore carrier state for 

[Desktop-packages] [Bug 1234887] Re: [FFE] Update NetworkManager to 0.9.8.4

2013-10-30 Thread Jonathan Riddell
Uploaded 0.9.8.4 to saucy for SRU as requested by plasma-nm updates at
KDE

TEST CASE:
Install new version of 0.9.8.4, ensure networking continues to function

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1234887

Title:
  [FFE] Update NetworkManager to 0.9.8.4

Status in “network-manager” package in Ubuntu:
  Fix Released
Status in “network-manager” source package in Saucy:
  New
Status in “network-manager” source package in Trusty:
  Fix Released

Bug description:
  Let's update NetworkManager to 0.9.8.4; which is a bugfix release;
  minor version number change. Most specifically, multiple fixes for
  use-after-free and memory leaks, along with fixes for other possible
  crashes.

  Full list of commits is below.

  a450929 release: bump version to 0.9.8.4
  578b7c1 release: update NEWS
  4a4d58a libnm-glib: bump soname for added functions
  a00701d libnm-glib: fix annotations again: 0.9.8.4, not 0.9.8.6
  46345e0 libnm-glib: change the Since: 0.9.10 annotations to Since: 0.9.8.6
  1d6947a ifcfg-rh: fix tests
  90c957c build: fix builddir != srcdir when building D-Bus API spec HTML
  72e3dd7 core: fix handling of ActiveConnections on Policy dispose()
  65590de libnm-util: accept old-style UUIDs as valid
  a10dea3 agents: don't make method calls with a destroyed proxy
  52b3810 core: fix NMPolicy/NMManager refcounting
  59c165a build: don't use g_clear_pointer()
  636387f trivial: nm_connectivity_check_async() returns void - use 
g_return_if_fail()
  226b9b1 core: fix warning about unused variable
  299081e libnm-glib: Add NMClient:primary-connection and 
:activating-connection 
  61a81d1 core: add NMManager:primary-connection and :activating-connection 
 
  2489018 core: make NMPolicy a GObject
  693112f libnm-glib: support new connectivity property/methods 
 
  d34e77c core: provide additional network connectivity information 
 
  a5eeeb7 core: improve NMManager:state transitions with connectivity checking  
 
  0d2ccfd core: add LOGD_CONCHECK, log unexpected concheck responses at 
LOGL_INFO
  68356b5 core: build NMConnectivity unconditionally, possibly as a no-op
  a040f0b core: clean up connectivity code a bit
  62e59ed ifcfg-rh: do not write IPV6_DEFAULTGW=:: for missing gateway
  ee58f2a policy: prevent double-deactivation of an NMActiveConnection after 
it's removed
  49f8da5 wifi: change bgscan threshold parameter  (fixes bug 1071942)
  82be4aa ifcfg-rh: fix handling of VLAN parent PHYSDEV key
  f595624 systemd: fix up dispatcher unit install (rh #948433)
  8dc646e core: don't log warnings when devices are removed
  4f1e7e9 dhcp: kill dhclient on fatal errors
  94f5d09 dnsmasq: does handle more than one nameserver per domain
  886ee9a keyfile: ignore Emacs interlocking link named .#file_name (rh 
#987629)
  764f0e2 core: fix flushing of routes and updating legacy IPv4 address property
  5628350 main: Set umask earlier
  1a7e606 main: setenv(GIO_USE_VFS=local) *very* early
  dc70b48 libnm-glib: fix device description with newer udev versions
  b73b963 dhcp: don't crash checking lease config if no DHCP client is usable
  89cb9e5 build: allow dhcpcd versions higher than 5
  dad3e1c nm-online: describe '--timeout' option more exactly (rh #969363)
  c068709 dispatcher: fix tests after 42577c5269fdf4e9bea442eb96fcba7f8403bda5
  42577c5 dispatcher: expose domains in IP4/6 config (bgo #701820)
  65edeb9 dispatcher: publish vpn_ip6_config
  b0f23d2 libnm-util: fix possible crash when IP method is NULL
  d4d9d36 core: set GError on failure in nm_manager_deactivate_connection() (rh 
#976627)
  c38e901 keyfile: do not set GError over the top of a previous GError
  3172ff1 dbus: fix dbus_connection_changed_cb() definition to take 
DBusConnection
  f324bfb keyfile: fix reading bonding options (bgo #701527)
  8e9e392 libnm-util: remove 'downdelay' and 'updelay' when setting 
'arp_interval'
  261db76 libnm-util: verify() - can't set both IPv4 'disabled' and IPv6 
'ignore' method
  77b24af libnm-glib: fix the object creation warning for remote connections
  665f42f wifi: fix checking AP mode and EAP-FAST support
  050c979 agents: don't require root agents to be part of a login session
  1c4f777 core: assume root always has a session for connection visibility
  9b82977 release: bump version to 0.9.8.2
  8d6828a libnm-util: fix 93c1041b9b3f48b42e35401b0dd756538935e870 for handling 
disabled
  62bb5ec release: update NEWS
  55ce7fe build: fix reporting of modemmanager-1 compilation status
  cca0bc9 wired: ignore carrier state for manual/static bridge and bond 
connections
  9c57277 wifi: fix possible crash when IP configuration times out (rh #854073)
  93c1041 libnm-util: recognize disabled as an IPv6 config method
  c126d97 modem-manager: read 'SupportedCapabilities' instead of 
'ModemCapabilities' (bgo #701668)
  0ff869e modem-manager: don't 

[Desktop-packages] [Bug 1078379] Re: Jockey-KDE doesn't show drivers versions

2013-10-02 Thread Jonathan Riddell
11:53  Riddell desktoppers: what handles non free driver installs in ubuntu 
these days?
11:56  seb128 Riddell, 
https://launchpad.net/ubuntu/+source/ubuntu-drivers-common/
11:57  seb128 Riddell, the frontend part in Unity is in 
software-properties-gtk

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/1078379

Title:
  Jockey-KDE doesn't show drivers versions

Status in “jockey” package in Ubuntu:
  New

Bug description:
  Jockey-KDE doesn't show the number versions of the available drivers.
  Only shows the name of the driver package installed (for example,
  nvidia-current or nvidia-experimental-304), but not the number version
  of the others.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-kde 0.9.7-0ubuntu11
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 13 18:35:16 2012
  InstallationDate: Installed on 2012-03-24 (234 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120319)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=e26c2363-e5ed-4e90-90b1-d10604263206 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: Upgraded to quantal on 2012-11-13 (0 days ago)
  dmi.bios.date: 08/26/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0509
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-SE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0509:bd08/26/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-SE:rvrx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1078379] Re: Jockey-KDE doesn't show drivers versions

2013-09-27 Thread Jonathan Riddell
** Changed in: jockey (Ubuntu)
Milestone: None = ubuntu-13.10

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/1078379

Title:
  Jockey-KDE doesn't show drivers versions

Status in “jockey” package in Ubuntu:
  New
Status in “kubuntu-meta” package in Ubuntu:
  New

Bug description:
  Jockey-KDE doesn't show the number versions of the available drivers.
  Only shows the name of the driver package installed (for example,
  nvidia-current or nvidia-experimental-304), but not the number version
  of the others.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-kde 0.9.7-0ubuntu11
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 13 18:35:16 2012
  InstallationDate: Installed on 2012-03-24 (234 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120319)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=e26c2363-e5ed-4e90-90b1-d10604263206 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: Upgraded to quantal on 2012-11-13 (0 days ago)
  dmi.bios.date: 08/26/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0509
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-SE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0509:bd08/26/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-SE:rvrx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1219869] Re: ld.so.conf incorrect on arm

2013-09-03 Thread Jonathan Riddell
marking as new on pvr-omap4, not being able to use libwayland really is
a bug

** Package changed: mesa (Ubuntu) = pvr-omap4 (Ubuntu)

** Changed in: pvr-omap4 (Ubuntu)
   Status: Invalid = New

** Description changed:

+ pvr-omap4 prevents libwayland from being used
+ 
+ it changes the location for the EGL libraryies (using alternates) to one
+ without libwayland
+ 
+ -
+ Bug was:
+ 
  The ld.so.conf.d file points to the wrong directory on ARM for egl
  
  /etc/ld.so.conf.d/armhf-linux-gnu_EGL.conf
  
  contains /usr/lib/pvr-omap4-egl
  
  when the libraries are in
  
  /usr/lib/armhf-linux-gnu/mesa-egl
  
  using daily image from 20130902
  
  this stops kwin from running on kubuntu

** Summary changed:

- ld.so.conf incorrect on arm
+ pvr-omap4 prevents use of libwayland

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1219869

Title:
  pvr-omap4 prevents use of libwayland

Status in “pvr-omap4” package in Ubuntu:
  New

Bug description:
  pvr-omap4 prevents libwayland from being used

  it changes the location for the EGL libraryies (using alternates) to
  one without libwayland

  -
  Bug was:

  The ld.so.conf.d file points to the wrong directory on ARM for egl

  /etc/ld.so.conf.d/armhf-linux-gnu_EGL.conf

  contains /usr/lib/pvr-omap4-egl

  when the libraries are in

  /usr/lib/armhf-linux-gnu/mesa-egl

  using daily image from 20130902

  this stops kwin from running on kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pvr-omap4/+bug/1219869/+subscriptions

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


[Desktop-packages] [Bug 1219869] [NEW] ld.so.conf incorrect on arm

2013-09-02 Thread Jonathan Riddell
Public bug reported:

The ld.so.conf.d file points to the wrong directory on ARM for egl

/etc/ld.so.conf.d/armhf-linux-gnu_EGL.conf

contains /usr/lib/pvr-omap4-egl

when the libraries are in

/usr/lib/armhf-linux-gnu/mesa-egl

using daily image from 20130902

this stops kwin from running on kubuntu

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


** Tags: kubuntu

** Changed in: mesa (Ubuntu)
Milestone: None = ubuntu-13.10

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1219869

Title:
  ld.so.conf incorrect on arm

Status in “mesa” package in Ubuntu:
  Invalid

Bug description:
  The ld.so.conf.d file points to the wrong directory on ARM for egl

  /etc/ld.so.conf.d/armhf-linux-gnu_EGL.conf

  contains /usr/lib/pvr-omap4-egl

  when the libraries are in

  /usr/lib/armhf-linux-gnu/mesa-egl

  using daily image from 20130902

  this stops kwin from running on kubuntu

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

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


[Desktop-packages] [Bug 1219869] Re: ld.so.conf incorrect on arm

2013-09-02 Thread Jonathan Riddell
/etc/ld.so.conf.d/arm-linux-gnueabihf_EGL.conf is an alternative 
the images have restricted driver pvr-omap4 which provides that alternative 
instead of mesa
but pvr-omap4 does not include libwayland so it can't be used
breakage

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1219869

Title:
  ld.so.conf incorrect on arm

Status in “mesa” package in Ubuntu:
  Invalid

Bug description:
  The ld.so.conf.d file points to the wrong directory on ARM for egl

  /etc/ld.so.conf.d/armhf-linux-gnu_EGL.conf

  contains /usr/lib/pvr-omap4-egl

  when the libraries are in

  /usr/lib/armhf-linux-gnu/mesa-egl

  using daily image from 20130902

  this stops kwin from running on kubuntu

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

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


[Desktop-packages] [Bug 1177781] Re: QtWebKit causes crash in Amarok

2013-05-16 Thread Jonathan Riddell
Installing 2:2.7.0-0ubuntu2 and listening to a Deep Purple tagged tune a few 
times I get a crash
Installing 2:2.7.0-0ubuntu2.1 and listening to a Deep Purple tagged tune a few 
times I get no crash, yay


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1177781

Title:
  QtWebKit causes crash in Amarok

Status in “amarok” package in Ubuntu:
  Fix Released
Status in “amarok” source package in Raring:
  Fix Committed
Status in “amarok” source package in Saucy:
  Fix Released

Bug description:
  Amarok's Wikipedia plugin can crash when the page includes a audio
  tag.  There is a workaround upstream to stop this happening

  http://lists.kde.org/?l=kde-commitsm=136800978907117w=2

  
  TEST CASE: play a song by Deep Purple (retag an existing tune if you don't 
have any) and load it in Amarok, press reload in the wikipedia applet several 
times until it crashes

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

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


[Desktop-packages] [Bug 1177781] [NEW] QtWebKit causes crash in Amarok

2013-05-08 Thread Jonathan Riddell
Public bug reported:

Amarok's Wikipedia plugin can crash when the page includes a audio
tag.  There is a workaround upstream to stop this happening

http://lists.kde.org/?l=kde-commitsm=136800978907117w=2


TEST CASE: play a song by Deep Purple (retag an existing tune if you don't have 
any) and load it in Amarok, press reload in the wikipedia applet several times 
until it crashes

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

** Affects: amarok (Ubuntu Raring)
 Importance: Undecided
 Status: New

** Affects: amarok (Ubuntu Saucy)
 Importance: Undecided
 Status: New

** Also affects: amarok (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: amarok (Ubuntu Saucy)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1177781

Title:
  QtWebKit causes crash in Amarok

Status in “amarok” package in Ubuntu:
  New
Status in “amarok” source package in Raring:
  New
Status in “amarok” source package in Saucy:
  New

Bug description:
  Amarok's Wikipedia plugin can crash when the page includes a audio
  tag.  There is a workaround upstream to stop this happening

  http://lists.kde.org/?l=kde-commitsm=136800978907117w=2

  
  TEST CASE: play a song by Deep Purple (retag an existing tune if you don't 
have any) and load it in Amarok, press reload in the wikipedia applet several 
times until it crashes

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

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


[Desktop-packages] [Bug 1177781] Re: QtWebKit causes crash in Amarok

2013-05-08 Thread Jonathan Riddell
uploaded to raring-proposed awaiting approved from ubuntu-sru

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1177781

Title:
  QtWebKit causes crash in Amarok

Status in “amarok” package in Ubuntu:
  New
Status in “amarok” source package in Raring:
  New
Status in “amarok” source package in Saucy:
  New

Bug description:
  Amarok's Wikipedia plugin can crash when the page includes a audio
  tag.  There is a workaround upstream to stop this happening

  http://lists.kde.org/?l=kde-commitsm=136800978907117w=2

  
  TEST CASE: play a song by Deep Purple (retag an existing tune if you don't 
have any) and load it in Amarok, press reload in the wikipedia applet several 
times until it crashes

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

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


[Desktop-packages] [Bug 1177781] Re: QtWebKit causes crash in Amarok

2013-05-08 Thread Jonathan Riddell
** Patch added: amarok_2.7.0-0ubuntu2.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1177781/+attachment/3669796/+files/amarok_2.7.0-0ubuntu2.1.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1177781

Title:
  QtWebKit causes crash in Amarok

Status in “amarok” package in Ubuntu:
  New
Status in “amarok” source package in Raring:
  New
Status in “amarok” source package in Saucy:
  New

Bug description:
  Amarok's Wikipedia plugin can crash when the page includes a audio
  tag.  There is a workaround upstream to stop this happening

  http://lists.kde.org/?l=kde-commitsm=136800978907117w=2

  
  TEST CASE: play a song by Deep Purple (retag an existing tune if you don't 
have any) and load it in Amarok, press reload in the wikipedia applet several 
times until it crashes

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

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


[Desktop-packages] [Bug 1165408] Re: Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

2013-04-09 Thread Jonathan Riddell
** Changed in: firefox (Ubuntu)
Milestone: None = ubuntu-13.04

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1165408

Title:
  Kubuntu Raring - Kubuntu-firefox-installer blocks the install of
  Firefox

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  I tried to install Firefox by Konsole.
  sudo apt-get install firefox

  Then I got this error:
  trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2

  Seemingly this error have been reported already back 2 years ago, but it got 
fixed then.
  Now it's bugged again.

  - I can't remove kubuntu-firefox-installer
  - I can't install firefox
  - I can't fix the dependency hell
  - APT is totally stuck because of the kubuntu-firefox-installer file.

  Basically if you try this, you break your system. (well, it's Beta 2.)

  x@xxx:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following package was automatically installed and is no longer required:
libgconf2-4
  Use 'apt-get autoremove' to remove it.
  The following extra packages will be installed:
firefox
  Suggested packages:
latex-xft-fonts firefox-gnome-support
  The following NEW packages will be installed:
firefox
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  14 not fully installed or removed.
  Need to get 0 B/24,8 MB of archives.
  After this operation, 55,2 MB of additional disk space will be used.
  Do you want to continue [Y/n]? 
  (Reading database ... 122341 files and directories currently installed.)
  Unpacking firefox (from .../firefox_20.0+build1-0ubuntu1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2
  No apport report written because MaxReports is reached already
Processing 
triggers for man-db ...
  Processing triggers for desktop-file-utils ...
  Processing triggers for gnome-menus ...
  Errors were encountered while processing:
   /var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  x@xxx:~$

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

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


[Desktop-packages] [Bug 1165408] Re: Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

2013-04-09 Thread Jonathan Riddell
missing a Replaces: kubuntu-firefox-installer

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1165408

Title:
  Kubuntu Raring - Kubuntu-firefox-installer blocks the install of
  Firefox

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  I tried to install Firefox by Konsole.
  sudo apt-get install firefox

  Then I got this error:
  trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2

  Seemingly this error have been reported already back 2 years ago, but it got 
fixed then.
  Now it's bugged again.

  - I can't remove kubuntu-firefox-installer
  - I can't install firefox
  - I can't fix the dependency hell
  - APT is totally stuck because of the kubuntu-firefox-installer file.

  Basically if you try this, you break your system. (well, it's Beta 2.)

  x@xxx:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following package was automatically installed and is no longer required:
libgconf2-4
  Use 'apt-get autoremove' to remove it.
  The following extra packages will be installed:
firefox
  Suggested packages:
latex-xft-fonts firefox-gnome-support
  The following NEW packages will be installed:
firefox
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  14 not fully installed or removed.
  Need to get 0 B/24,8 MB of archives.
  After this operation, 55,2 MB of additional disk space will be used.
  Do you want to continue [Y/n]? 
  (Reading database ... 122341 files and directories currently installed.)
  Unpacking firefox (from .../firefox_20.0+build1-0ubuntu1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2
  No apport report written because MaxReports is reached already
Processing 
triggers for man-db ...
  Processing triggers for desktop-file-utils ...
  Processing triggers for gnome-menus ...
  Errors were encountered while processing:
   /var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  x@xxx:~$

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

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


[Desktop-packages] [Bug 1041126] Re: Language-selector indicates Adept instead of Muon

2012-12-11 Thread Jonathan Riddell
We don't currently use language-selector

** Changed in: language-selector (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1041126

Title:
  Language-selector indicates Adept instead of Muon

Status in “language-selector” package in Ubuntu:
  Won't Fix

Bug description:
  Bug in the string located in
  ../LanguageSelector/qt/QtLanguageSelector.py:337 .

  This string says:

  It is impossible to install or remove any software. Please use the
  package manager Adept or run sudo apt-get install -f in a terminal
  to fix this issue at first.

  
  As Adept is not used any more in Kubuntu (I thinkit has been replaced by 
Muon), the string should be changed to:

  It is impossible to install or remove any software. Please use the
  package manager Muon or run sudo apt-get install -f in a terminal
  to fix this issue at first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1041126/+subscriptions

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


[Desktop-packages] [Bug 1078772] Re: SRU : Fix typo in amarok Recommmends

2012-11-26 Thread Jonathan Riddell
I installed amarok 2:2.6.0-0ubuntu2.1 from quantal-proposed, it
successfully brought in media-player-info with it.  No other changes
were evident and I'm enjoying my music.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1078772

Title:
  SRU : Fix typo in amarok Recommmends

Status in “amarok” package in Ubuntu:
  Fix Released
Status in “amarok” source package in Quantal:
  Fix Committed
Status in “amarok” source package in Raring:
  Fix Released

Bug description:
  Amarok has a typo in the Recommends field which would cause media-
  player-info not to be pulled in when installing amarok.

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

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


[Desktop-packages] [Bug 1078772] Re: SRU : Fix typo in amarok Recommmends

2012-11-14 Thread Jonathan Riddell
looks good, waiting on ~ubuntu-sru approval before accepting into
-proposed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1078772

Title:
  SRU : Fix typo in amarok Recommmends

Status in “amarok” package in Ubuntu:
  Fix Released
Status in “amarok” source package in Quantal:
  New
Status in “amarok” source package in Raring:
  Fix Released

Bug description:
  Amarok has a typo in the Recommends field which would cause media-
  player-info not to be pulled in when installing amarok.

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

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


[Desktop-packages] [Bug 721471] Re: evdev is not compatible to QT-applications when using tablets

2012-09-24 Thread Jonathan Riddell
** Package changed: xserver-xorg-input-evdev (Ubuntu) = qt4-x11
(Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/721471

Title:
  evdev is not compatible to QT-applications when using tablets

Status in “qt4-x11” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: xserver-xorg-input-evdev

  Hello,

  evdev has the problem that it is not compatible to QT-Applications, I have 
tested this with a self-programmed software.
  Tested this in kubuntu 11.04 daily build (2011-02-18).
  I think QT-Applications like Krita, ... doesn't work, too (based on previous 
experience)

  evdev is not compatible to the QTabletEvent from QT, see here:
  http://doc.qt.nokia.com/4.7/qtabletevent.html

  See here, too, there is described that it works with WIZARDPEN-driver
  in ubuntu 9.10 but doesn't work in 10.10:
  http://ubuntuforums.org/showthread.php?t=1597558

  9.10 config works (with WIZARDPEN) with setting device name to stylus in 
9.10
  with that line: merge key=info.product type=stringstylus/merge in 
hal-config of wizardpen

  I'm using the wacom driver for my Genius G-Pen F610 tablet. This work's fine.
  But there are other tablets have perhaps a need for the evdev driver - I 
don't know.
  With kubuntu 11.04 daily-build (2011-02-18) now my tablet works fine in 
GTK-applications (in (k)ubuntu 10.10 evdev doesn't work fine - see ubuntuforums 
link (click event when only moveing the stylus)).

  How long it does until the much tablet drivers: wizardpen, aiptek, evdev and 
wacom are going into one driver (a.e. the wacom driver)?
  It clould be that X11 could be replaced by Wayland, that you have heared - I 
think.
  I dont't know if this too much of work (making evdev working with QT), if X11 
will replaced to Wayland or the much tablet drivers going into one.

  Best regard and thanks

  Stefan Koch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/721471/+subscriptions

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


[Desktop-packages] [Bug 1048584] Re: kdevelop-php should pull kdevelop-php-l10n in pkg_depends

2012-09-10 Thread Jonathan Riddell
** Also affects: language-selector (Ubuntu Quantal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1048584

Title:
  kdevelop-php should pull kdevelop-php-l10n in pkg_depends

Status in “language-selector” package in Ubuntu:
  New
Status in “language-selector” source package in Quantal:
  New

Bug description:
  With the next KDevelop RC upload I plan to drop kdevelop-php-l10n as a
  Depends from kdevelop-php as it already suggests it and it doesn't
  make sense to keep that delta in Ubuntu.

  It would be beneficial if this was just documented in pkg_depends
  instead.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: language-selector-kde (not installed)
  Uname: Linux 3.6.0-030600rc4-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  Date: Mon Sep 10 16:13:59 2012
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64+mac 
(20120724.2)
  SourcePackage: language-selector
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1048584/+subscriptions

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


[Desktop-packages] [Bug 1013626] Re: systemsettings crashed with ImportError in /usr/share/kde4/apps/language-selector/language-selector.py: No module named LanguageSelector.qt.QtLanguageSelector

2012-08-28 Thread Jonathan Riddell
Marking invalid for now as we have changed to adding the language-
selector functions into KDE's language module directly. That might
change if the added functions aren't complete however.


** Changed in: kde-workspace (Ubuntu Quantal)
   Status: Confirmed = Invalid

** Changed in: language-selector (Ubuntu Quantal)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1013626

Title:
  systemsettings crashed with ImportError in /usr/share/kde4/apps
  /language-selector/language-selector.py: No module named
  LanguageSelector.qt.QtLanguageSelector

Status in “kde-workspace” package in Ubuntu:
  Invalid
Status in “language-selector” package in Ubuntu:
  Invalid
Status in “kde-workspace” source package in Quantal:
  Invalid
Status in “language-selector” source package in Quantal:
  Invalid

Bug description:
  Crash after opening the localisation panel for completing the
  installation of French as system language.

  Note: Partial installation of French.

  Conf: Kubuntu 12.10 Quantal alpha 1.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: systemsettings 4:4.8.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic i686
  ApportVersion: 2.2.2-0ubuntu2
  Architecture: i386
  Date: Fri Jun 15 13:43:01 2012
  ExecutablePath: /usr/bin/systemsettings
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha i386 (20120530)
  ProcCmdline: /usr/bin/systemsettings -caption Configuration\ du\ système 
--icon preferences-system
  ProcEnviron:
   LANGUAGE=fr_FR
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: kde-workspace
  Title: systemsettings crashed with ImportError in 
/usr/share/kde4/apps/language-selector/language-selector.py: No module named 
LanguageSelector.qt.QtLanguageSelector
  Traceback:
   Traceback (most recent call last):
 File /usr/share/kde4/apps/language-selector/language-selector.py, line 
4, in module
   from LanguageSelector.qt.QtLanguageSelector import QtLanguageSelector
   ImportError: No module named LanguageSelector.qt.QtLanguageSelector
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1013626/+subscriptions

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


[Desktop-packages] [Bug 924836] [NEW] network-manager does not tell plymouth it has started

2012-02-01 Thread Jonathan Riddell
Public bug reported:

On installing Kubuntu alpha 2 candidates I have an error on first boot
of the installed system.  Plymouth says waiting for network setup or
similar.  I think network-manager is not telling plymouth it has
started.  By the the time the full system does start network-manager
works fine.

** Affects: network-manager (Ubuntu)
 Importance: High
 Assignee: Canonical Desktop Team (canonical-desktop-team)
 Status: Confirmed

** Affects: network-manager (Ubuntu Precise)
 Importance: High
 Assignee: Canonical Desktop Team (canonical-desktop-team)
 Status: Confirmed


** Tags: iso-testing qa-manual-testing rls-mgr-p-tracking

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/924836

Title:
  network-manager does not tell plymouth it has started

Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “network-manager” source package in Precise:
  Confirmed

Bug description:
  On installing Kubuntu alpha 2 candidates I have an error on first boot
  of the installed system.  Plymouth says waiting for network setup or
  similar.  I think network-manager is not telling plymouth it has
  started.  By the the time the full system does start network-manager
  works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/924836/+subscriptions

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


[Desktop-packages] [Bug 914033] Re: [Upstream] threading crashes in qt with kde theme

2012-01-10 Thread Jonathan Riddell
** Description changed:

- Upstream reports that Libreoffice and Qt need a patch each to work
- together with Libreoffice 3.4 and Qt 4.7, this is because of assumptions
- about threading.
+ let Qt call XInitThreads(), so that it knows it's been called
+ Otherwise QPixmap complains when used outside of the main Qt thread and 
resets itself to null pixmap, eventually leading to crashes.
+ 
+ Upstream reports that Libreoffice and Qt need a patch each to work together 
with 
+ Libreoffice 3.4 and Qt 4.7, this is because of assumptions about threading.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/914033

Title:
  [Upstream] threading crashes in qt with kde theme

Status in Qt:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  New
Status in “qt4-x11” package in Ubuntu:
  New
Status in “libreoffice” package in Mandriva:
  Unknown

Bug description:
  let Qt call XInitThreads(), so that it knows it's been called
  Otherwise QPixmap complains when used outside of the main Qt thread and 
resets itself to null pixmap, eventually leading to crashes.

  Upstream reports that Libreoffice and Qt need a patch each to work together 
with 
  Libreoffice 3.4 and Qt 4.7, this is because of assumptions about threading.

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

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


[Desktop-packages] [Bug 914033] Re: [Upstream] threading crashes in qt with kde theme

2012-01-10 Thread Jonathan Riddell
Uploaded to oneiric-proposed with debdiff from comment #1.

precise does not need it, qt 4.8 will be uploaded shortly

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/914033

Title:
  [Upstream] threading crashes in qt with kde theme

Status in Qt:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  New
Status in “qt4-x11” package in Ubuntu:
  New
Status in “libreoffice” package in Mandriva:
  Unknown

Bug description:
  let Qt call XInitThreads(), so that it knows it's been called
  Otherwise QPixmap complains when used outside of the main Qt thread and 
resets itself to null pixmap, eventually leading to crashes.

  Upstream reports that Libreoffice and Qt need a patch each to work together 
with 
  Libreoffice 3.4 and Qt 4.7, this is because of assumptions about threading.

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

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


[Desktop-packages] [Bug 914033] Re: [Upstream] threading crashes in qt with kde theme

2012-01-10 Thread Jonathan Riddell
** Changed in: libreoffice (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/914033

Title:
  [Upstream] threading crashes in qt with kde theme

Status in Qt:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “qt4-x11” package in Ubuntu:
  New
Status in “libreoffice” package in Mandriva:
  Unknown

Bug description:
  let Qt call XInitThreads(), so that it knows it's been called
  Otherwise QPixmap complains when used outside of the main Qt thread and 
resets itself to null pixmap, eventually leading to crashes.

  Upstream reports that Libreoffice and Qt need a patch each to work together 
with 
  Libreoffice 3.4 and Qt 4.7, this is because of assumptions about threading.

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

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


[Desktop-packages] [Bug 914033] Re: threading crashes in qt with kde theme

2012-01-09 Thread Jonathan Riddell
I'll upload a SRU of this when I've worked out what the state of the
libreoffice patch is


** Patch added: qt4-x11_4.7.4-0ubuntu9.debdiff
   
https://bugs.launchpad.net/qt/+bug/914033/+attachment/2665171/+files/qt4-x11_4.7.4-0ubuntu9.debdiff

** Bug watch added: Mandriva Linux #64792
   http://qa.mandriva.com/show_bug.cgi?id=64792

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/914033

Title:
  threading crashes in qt with kde theme

Status in Qt:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New
Status in “qt4-x11” package in Ubuntu:
  New

Bug description:
  Upstream reports that Libreoffice and Qt need a patch each to work
  together with Libreoffice 3.4 and Qt 4.7, this is because of
  assumptions about threading.

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

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


[Desktop-packages] [Bug 914033] [NEW] threading crashes in qt with kde theme

2012-01-09 Thread Jonathan Riddell
Public bug reported:

Upstream reports that Libreoffice and Qt need a patch each to work
together with Libreoffice 3.4 and Qt 4.7, this is because of assumptions
about threading.

** Affects: qt
 Importance: Unknown
 Status: Unknown

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

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: qt4-x11 (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: freedesktop.org Bugzilla #40298
   https://bugs.freedesktop.org/show_bug.cgi?id=40298

** Also affects: qt via
   https://bugs.freedesktop.org/show_bug.cgi?id=40298
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/914033

Title:
  threading crashes in qt with kde theme

Status in Qt:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New
Status in “qt4-x11” package in Ubuntu:
  New

Bug description:
  Upstream reports that Libreoffice and Qt need a patch each to work
  together with Libreoffice 3.4 and Qt 4.7, this is because of
  assumptions about threading.

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

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


[Desktop-packages] [Bug 914033] Re: threading crashes in qt with kde theme

2012-01-09 Thread Jonathan Riddell
Mandriva have a bug too with a nice summary
https://qa.mandriva.com/show_bug.cgi?id=64792

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/914033

Title:
  threading crashes in qt with kde theme

Status in Qt:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New
Status in “qt4-x11” package in Ubuntu:
  New

Bug description:
  Upstream reports that Libreoffice and Qt need a patch each to work
  together with Libreoffice 3.4 and Qt 4.7, this is because of
  assumptions about threading.

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

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


[Desktop-packages] [Bug 893842] Re: Move admin group to sudo

2011-11-25 Thread Jonathan Riddell
** Also affects: userconfig (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: userconfig (Ubuntu Precise)
 Assignee: (unassigned) = Jonathan Riddell (jr)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/893842

Title:
  Move admin group to sudo

Status in “accountsservice” package in Ubuntu:
  Fix Released
Status in “jockey” package in Ubuntu:
  Fix Released
Status in “policykit-1” package in Ubuntu:
  Fix Released
Status in “policykit-desktop-privileges” package in Ubuntu:
  Fix Released
Status in “userconfig” package in Ubuntu:
  Fix Released
Status in “accountsservice” source package in Precise:
  Fix Released
Status in “jockey” source package in Precise:
  Fix Released
Status in “policykit-1” source package in Precise:
  Fix Released
Status in “policykit-desktop-privileges” source package in Precise:
  Fix Released
Status in “userconfig” source package in Precise:
  Fix Released

Bug description:
  Fresh install from daily today, am unable to do many common admin actions, 
the 'root' password is requested
  Attached orig /etc/group

  TEST CASE:
  1. Install Ubuntu Desktop, reboot and login
  2. Click on the user indicator and select 'User Accounts'
  3. On the dialog, click on 'Unlock'

  EXPECTED RESULT
  A authentication dialog is displayed asking for the user's password

  WHAT HAPPENS
  The user is prompted for the root password

  WORKAROUND
  Open a terminal and run the following command:
  $ sudo adduser your_user_name admin
  logout and login

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: ubiquity 2.9.4
  ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
  Uname: Linux 3.1.0-2-generic i686
  ApportVersion: 1.26-0ubuntu1
  Architecture: i386
  Date: Tue Nov 22 20:56:50 2011
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (2022)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 871469] Re: jockey-kde is not started with root privelidges

2011-10-10 Thread Jonathan Riddell
** Changed in: jockey (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: jockey (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/871469

Title:
  jockey-kde is not started with root privelidges

Status in “jockey” package in Ubuntu:
  Confirmed

Bug description:
  When using jockey-kde as started from Lancelot/the desktop file, it is
  not started with kdesudo, so gives the error message as per the
  attached screenshot.

  
  jussi@Galaxy:~$ lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  jussi@Galaxy:~$ apt-cache policy jockey-kde 
  jockey-kde:
Installed: 0.9.4-0ubuntu10
Candidate: 0.9.4-0ubuntu10
Version table:
   *** 0.9.4-0ubuntu10 0
  500 http://archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  jussi@Galaxy:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: jockey-kde 0.9.4-0ubuntu10
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Sun Oct  9 23:22:24 2011
  MachineType: System manufacturer System Product Name
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a85c55c-28a9-4606-9140-6a7535a1756e ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1306
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1306:bd08/20/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 871469] Re: jockey-kde is not started with root privelidges

2011-10-10 Thread Jonathan Riddell
This runs fine for me using the fake.modaliases detection.  polkit
dialog pops up and accepts my password.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/871469

Title:
  jockey-kde is not started with root privelidges

Status in “jockey” package in Ubuntu:
  Confirmed

Bug description:
  When using jockey-kde as started from Lancelot/the desktop file, it is
  not started with kdesudo, so gives the error message as per the
  attached screenshot.

  
  jussi@Galaxy:~$ lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  jussi@Galaxy:~$ apt-cache policy jockey-kde 
  jockey-kde:
Installed: 0.9.4-0ubuntu10
Candidate: 0.9.4-0ubuntu10
Version table:
   *** 0.9.4-0ubuntu10 0
  500 http://archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  jussi@Galaxy:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: jockey-kde 0.9.4-0ubuntu10
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Sun Oct  9 23:22:24 2011
  MachineType: System manufacturer System Product Name
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a85c55c-28a9-4606-9140-6a7535a1756e ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1306
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1306:bd08/20/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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