[Touch-packages] [Bug 1412492] Re: can't change the keyboard layout

2015-01-19 Thread Daniel van Vugt
Real keyboards have always worked in Mir. The OSK issue you describe is
Unity8 and/or other downstream projects.

** Package changed: mir (Ubuntu) = unity8 (Ubuntu)

** Changed in: mir
   Status: New = Invalid

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

Title:
  can't change the keyboard layout

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

Bug description:
  Using the current vivid version, it seems like there is no way to
  configure/change the keyboard layout (using a real keyboard, not the
  osk), that feature is needed for desktop users

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

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


[Touch-packages] [Bug 1095990] Re: gdb -x uses quadratic time

2015-01-19 Thread Launchpad Bug Tracker
[Expired for gdb (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  gdb -x uses quadratic time

Status in gdb package in Ubuntu:
  Expired

Bug description:
  I have a script, which uses gdb -x to evaluate a large number of
  expressions on a running program. As gdb is processing those
  expressions, it takes longer and longer time to process each line of
  input. This results in the overall time consumption being quadratic in
  the number of input lines.

  I tested the same script on a Fedora install. On Fedora gdb runs
  several orders of magnitude faster.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gdb 7.1-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
  Uname: Linux 2.6.32-37-generic i686
  Architecture: i386
  Date: Fri Jan  4 10:42:11 2013
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_DK.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdb

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

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


[Touch-packages] [Bug 1197027] Re: gdb shows 'inf' when printing long doubles on x86_64

2015-01-19 Thread Launchpad Bug Tracker
[Expired for gdb (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  gdb shows 'inf' when printing long doubles on x86_64

Status in gdb package in Ubuntu:
  Expired

Bug description:
  A test file:
  ---

  #include stdio.h
  int main()
  {
long double a = 0x1.29aeffefc8ec645p+12557L;
printf(%Lf\n, a);
  }


  Whilst in gdb (on 32bit):
  ---
  (gdb) p 0x1.29aeffefc8ec645p+12557L
  $1 = 12558.16282653431
  (gdb) p a
  $2 = 1.2565231254743496882989195724989633e+3780
  ---

  Do the same but on gdb 64bit:
  ---
  (gdb) p 0x1.29aeffefc8ec645p+12557L
  $1 = 12558.16282653431
  (gdb) p a
  $2 = inf
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gdb 7.6~20130417-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Tue Jul  2 17:07:07 2013
  InstallationDate: Installed on 2013-06-05 (27 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdb
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1292056] Re: gdb crashed with SIGABRT

2015-01-19 Thread Launchpad Bug Tracker
[Expired for gdb (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  gdb crashed with SIGABRT

Status in gdb package in Ubuntu:
  Expired

Bug description:
  I'm trying to debug the clock app in the ubuntu phone. So I start the
  clock and:

  $ ps aux | grep qmlscene
  phablet  10114 51.3  2.2 249472 41780 ?Ssl  14:53   0:03 
/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene ubuntu-clock-app.qml
  $ sudo gdb
  (gdb) file /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene
  (gdb) attach 10114
  (gdb) next

  Then gdb told me if I wanted to generate a crash file to report the
  problem, and here it is.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gdb 7.7-0ubuntu3
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: armhf
  Date: Thu Mar 13 14:36:13 2014
  ExecutablePath: /usr/bin/gdb
  ExecutableTimestamp: 1392809469
  InstallationDate: Installed on 2014-03-12 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf 
(20140312.1)
  ProcCmdline: gdb
  ProcCwd: /var/crash
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gdb
  StacktraceTop: ?? ()
  Title: gdb crashed with SIGABRT
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Touch-packages] [Bug 1384100] Re: [14.04.1] libva i965 driver does not have function __vaDriverInit_0_32

2015-01-19 Thread Halton Huo
Where to get libva - 1.5.0-1 on Ubuntu 14.04?

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

Title:
  [14.04.1] libva i965 driver does not have function __vaDriverInit_0_32

Status in intel-vaapi-driver package in Ubuntu:
  In Progress
Status in libva package in Ubuntu:
  Fix Released

Bug description:
  $ cat /etc/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.04
  DISTRIB_CODENAME=trusty
  DISTRIB_DESCRIPTION=Ubuntu 14.04.1 LTS

  $ vainfo
  libva info: VA-API version 0.35.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
  libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so has no function 
__vaDriverInit_0_32
  libva info: va_openDriver() returns -1
  vaInitialize failed with error code -1 (unknown libva error),exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1384100/+subscriptions

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


[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2015-01-19 Thread Bug Watch Updater
** Changed in: gtk
   Status: Fix Released = New

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

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  New
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1412622] [NEW] Can't turn off vibrate-on-touch in the dash

2015-01-19 Thread Daniel van Vugt
Public bug reported:

I can't seem to find any option that turns off vibrate-on-touch for the
dash. This is driving me a little crazy. Is there an option?

I've successfully turned off vibration for the keyboard, but it seems
the dash does not honour that setting.

$ system-image-cli -i
current build number: 78
device name: krillin
channel: ubuntu-touch/devel-proposed
alias: ubuntu-touch/vivid-proposed
last update: 2015-01-20 02:16:29
version version: 78
version ubuntu: 20150119
version device: 20150113-9cccefe
version custom: 20150119

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

** Description changed:

  I can't seem to find any option that turns off vibrate-on-touch for the
  dash. This is driving me a little crazy. Is there an option?
  
  I've successfully turned off vibration for the keyboard, but it seems
  the dash does not honour that setting.
+ 
+ $ system-image-cli -i
+ current build number: 78
+ device name: krillin
+ channel: ubuntu-touch/devel-proposed
+ alias: ubuntu-touch/vivid-proposed
+ last update: 2015-01-20 02:16:29
+ version version: 78
+ version ubuntu: 20150119
+ version device: 20150113-9cccefe
+ version custom: 20150119

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

Title:
  Can't turn off vibrate-on-touch in the dash

Status in unity8 package in Ubuntu:
  New

Bug description:
  I can't seem to find any option that turns off vibrate-on-touch for
  the dash. This is driving me a little crazy. Is there an option?

  I've successfully turned off vibration for the keyboard, but it seems
  the dash does not honour that setting.

  $ system-image-cli -i
  current build number: 78
  device name: krillin
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-01-20 02:16:29
  version version: 78
  version ubuntu: 20150119
  version device: 20150113-9cccefe
  version custom: 20150119

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

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


[Touch-packages] [Bug 1348538] Re: [power] Display should come on when started charging

2015-01-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/powerd

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

Title:
  [power] Display should come on when started charging

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  Triaged
Status in powerd package in Ubuntu:
  New
Status in powerd package in Ubuntu RTM:
  New

Bug description:
  The display should be triggered to turn on for a $timeout when
  connected to a charger, so that users can see charging commenced.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity-system-compositor (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6
  Uname: Linux 3.16.0-5-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 25 09:45:42 2014
  SourcePackage: unity-system-compositor
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1348538/+subscriptions

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


[Touch-packages] [Bug 1404094] Re: Sound stops working

2015-01-19 Thread Paul Gear
@superquad-vortex2: This is my personal laptop; if there is ever any
other user logged in, it is me via the text console.  I suspect the log
you've pasted above is showing old stale sessions.  I've rebooted now to
add a kernel update, so I can gather any information about the working
state you need now.  What needs collecting?

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

Title:
  Sound stops working

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  My fully working sound configuration occasionally stops working.  Symptoms 
are:
  - System Settings - Sound only shows dummy output and no input devices
  - restarting pulseaudio has no effect
  - aplay -l as root shows sound cards
  - fuser -v /dev/snd/* shows nothing; /dev/dsp and /dev/seq do not exist
  - Rebooting solves the problem

  This did not occur on trusty but has occurred twice on utopic in the
  last month or two.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pulseaudio 1:4.0-0ubuntu22
  Uname: Linux 3.17.1-031701-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D3', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/controlC29', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: Unity
  Date: Fri Dec 19 12:40:29 2014
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel PCH
  Symptom_Jack: Digital Out, HDMI
  Title: [CTO, Intel PantherPoint HDMI, Digital Out, HDMI] Pulseaudio fails 
to detect card
  UpgradeStatus: Upgraded to utopic on 2014-11-10 (38 days ago)
  dmi.bios.date: 07/24/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET33WW (1.13 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET33WW(1.13):bd07/24/2012:svnLENOVO:pnCTO:pvrThinkPadX230:rvnLENOVO:rnCTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1412622] Re: Can't turn off vibrate-on-touch in the dash

2015-01-19 Thread Daniel van Vugt
Also applies to the power-off dialog (?)

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

Title:
  Can't turn off vibrate-on-touch in the dash

Status in unity8 package in Ubuntu:
  New

Bug description:
  I can't seem to find any option that turns off vibrate-on-touch for
  the dash. This is driving me a little crazy. Is there an option?

  I've successfully turned off vibration for the keyboard, but it seems
  the dash does not honour that setting.

  $ system-image-cli -i
  current build number: 78
  device name: krillin
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-01-20 02:16:29
  version version: 78
  version ubuntu: 20150119
  version device: 20150113-9cccefe
  version custom: 20150119

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

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


[Touch-packages] [Bug 1386721] Re: Graphics Slow After Upgrade 14.04 - 14.10

2015-01-19 Thread svenmeier
I did a fresh install on an empty system without downloads (no internet
connection) and without restricted-extras.

Live-CD Gnome was fast as usual, rebooting into the installed system
left me with a slow desktop.

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

Title:
  Graphics Slow After Upgrade 14.04 - 14.10

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Using Gnome Ubuntu 14.10, Dell XPS 13, intel 915 Graphics

  After upgrading from 14.04 to 14.10 there are a lot of places where
  the graphics are working much slower than they were before:

  - Gnome Shell Interface is very sluggish, visible chops (redrawing)
  when pressing the [Super] key.

  - Selecting text in Gedit takes a full second pr. line

  Experiences some subjective improvement when I booted kernel 3.13.0-37
  instead of 3.16.0-23, but that may be my imagination as the problem
  persists.

  I've searched google, forums, found a couple of relevant links that
  point to the issue being the Intel drivers.

  http://askubuntu.com/questions/53962...E2%86%92-14-10
  http://www.webupd8.org/2014/10/ubunt...ent-1652086424

  But the drivers currently in 14.10 should be newer than those supplied
  by Intel to 14.04 so that doesn't make sense to me. As one Intel
  developer wrote:

  I would like to point out that since what we do is bring more ecent
  versions of the software to the target distributions than they ship
  with, a 14.04 targeted installer is unlikely to bring much to a 14.10
  installation, which most likely has the same or more recent versions
  already anyway.

  Source: https://01.org/linuxgraphics/node/375

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Oct 28 15:24:30 2014
  DistUpgraded: 2014-10-25 20:59:36,052 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: i915-3.15-3.13, 0.01, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:060a]
  InstallationDate: Installed on 2014-06-14 (135 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: Dell Inc. XPS13 9333
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=105bbbd1-365e-4063-bdca-fc5431faf5dc ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (2 days ago)
  dmi.bios.date: 12/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Oct 28 13:44:57 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4933
   vendor CMN
  xserver.version: 2:1.16.0-1ubuntu1

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

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


[Touch-packages] [Bug 1412611] [NEW] redefining default in ~/.asoundrc is impossible after pulseaudio is installed

2015-01-19 Thread gregrwm
Public bug reported:

redefining default in ~/.asoundrc is ineffective after pulseaudio is
installed.  upon removing /usr/share/alsa/pulse-alsa.conf it becomes
possible again.  i'm sure we can discuss at length whether this is an
implementation bug or a documentation bug, but either way, it should be
far easier than many hours of wanton searching to arrive at this simple
fact.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: pulseaudio 1:4.0-0ubuntu22
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic i686
ApportVersion: 2.15.1-0ubuntu2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mino   1850 F lxpanel
  mino   1896 F pulseaudio
CurrentDesktop: LXDE
Date: Mon Jan 19 18:57:18 2015
InstallationDate: Installed on 2015-01-16 (3 days ago)
InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha i386 (20150114)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/09/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: K8M800-8237
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/09/2008:svn:pn:pvr:rvn:rnK8M800-8237:rvr:cvn:ct3:cvr:

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


** Tags: apport-bug i386 vivid

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

Title:
  redefining default in ~/.asoundrc is impossible after pulseaudio is
  installed

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  redefining default in ~/.asoundrc is ineffective after pulseaudio is
  installed.  upon removing /usr/share/alsa/pulse-alsa.conf it becomes
  possible again.  i'm sure we can discuss at length whether this is an
  implementation bug or a documentation bug, but either way, it should
  be far easier than many hours of wanton searching to arrive at this
  simple fact.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: pulseaudio 1:4.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic i686
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mino   1850 F lxpanel
mino   1896 F pulseaudio
  CurrentDesktop: LXDE
  Date: Mon Jan 19 18:57:18 2015
  InstallationDate: Installed on 2015-01-16 (3 days ago)
  InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha i386 (20150114)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/09/2008
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: K8M800-8237
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/09/2008:svn:pn:pvr:rvn:rnK8M800-8237:rvr:cvn:ct3:cvr:

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

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


[Touch-packages] [Bug 1348538] Re: [power] Display should come on when started charging

2015-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package powerd - 0.16+15.04.20150120-0ubuntu1

---
powerd (0.16+15.04.20150120-0ubuntu1) vivid; urgency=low

  [ Ricardo Salveti de Araujo ]
  * upower: turning display on when charging cable gets
connected/disconnected (LP: #1348538)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 20 Jan 2015 
00:59:34 +

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

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

Title:
  [power] Display should come on when started charging

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu UX bugs:
  Triaged
Status in powerd package in Ubuntu:
  Fix Released
Status in powerd package in Ubuntu RTM:
  New

Bug description:
  The display should be triggered to turn on for a $timeout when
  connected to a charger, so that users can see charging commenced.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity-system-compositor (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6
  Uname: Linux 3.16.0-5-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 25 09:45:42 2014
  SourcePackage: unity-system-compositor
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1348538/+subscriptions

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


[Touch-packages] [Bug 1359126] Re: qmlscene crashed with SIGSEGV in QQmlDelegateModelItem::destroyObject()

2015-01-19 Thread Launchpad Bug Tracker
[Expired for qtdeclarative-opensource-src (Ubuntu) because there has
been no activity for 60 days.]

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  qmlscene crashed with SIGSEGV in
  QQmlDelegateModelItem::destroyObject()

Status in qtdeclarative-opensource-src package in Ubuntu:
  Expired

Bug description:
  Retracing from
  
http://ci.ubuntu.com/smokeng/utopic/touch/mako/199:20140819:20140811.1/9777/shorts_app/

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: qmlscene 5.3.0-3ubuntu9
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: armhf
  CurrentDesktop: Unity
  Date: Tue Aug 19 05:23:56 2014
  ExecutablePath: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene
  ExecutableTimestamp: 1407935103
  InstallationDate: Installed on 2014-08-19 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140819-020204)
  ProcCmdline: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene shorts-app.qml
  ProcCwd: /usr/share/click/preinstalled/com.ubuntu.shorts/0.2.289
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: qtdeclarative-opensource-src
  Stacktrace:
   #0  0xb6cbc4ca in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
   No symbol table info available.
   #1  0xb6cc3ae6 in QQmlDelegateModel::cancel(int) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
   No symbol table info available.
   Backtrace stopped: Cannot access memory at address 0x20
  StacktraceSource:
   #0  0xb6cbc4ca in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
   #1  0xb6cc3ae6 in QQmlDelegateModel::cancel(int) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
  StacktraceTop:
   ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
   QQmlDelegateModel::cancel(int) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1359126/+subscriptions

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


[Touch-packages] [Bug 1379692] Re: unimplemented command evaluate in QtCreator's QML/JS console

2015-01-19 Thread Launchpad Bug Tracker
[Expired for qtdeclarative-opensource-src (Ubuntu) because there has
been no activity for 60 days.]

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  unimplemented command evaluate in QtCreator's QML/JS console

Status in Ubuntu UI Toolkit:
  Invalid
Status in qtdeclarative-opensource-src package in Ubuntu:
  Expired

Bug description:
  With Qt 5, the QML/JS console in QtCreator is quite useless. It always
  displays 'unimplemented command evaluate'. I wonder how the Ubuntu
  Touch developers manage to debug their code under such conditions.
  This bug is reported upstream https://bugreports.qt-
  project.org/browse/QTBUG-37119 and reported to be fixed by
  6333e0913fc0078c0221a8909ced8df03a568992 in Qt 5.4. I suppose this is
  commit
  
https://qt.gitorious.org/qt/qtdeclarative/commit/6333e0913fc0078c0221a8909ced8df03a568992.
  Could you please check if it is possible to backport this commit?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1379692/+subscriptions

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


[Touch-packages] [Bug 1363670] Re: 8480dn

2015-01-19 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  8480dn

Status in cups package in Ubuntu:
  Expired

Bug description:
  Terrible print drivers for the Brother  MFC-8480DN (connected via USB
  to the computer).

  I've been running Ubuntu since version 10 and in five versions the
  supplied Ubuntu drivers have never worked.

  Sometimes I get double copies when I choose one copy. Sometimes
  nothing prints. Sometimes I get the message:

  ERROR NAME;
 ioerror
  COMMAND;
 image
  OPERAND STACK;
  10
  --arraytype--
  10
  0
  --arraytype--

  Sometimes when sending a job to the printer, it just shuts down and
  reboots. Sometimes it prints gibberish or blank pages. It happens
  whether I print from Firefox or Open office.

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

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


[Touch-packages] [Bug 1385604] Re: screen blanks for 5 seconds or so

2015-01-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  screen blanks for 5 seconds or so

Status in xorg package in Ubuntu:
  Expired

Bug description:
  monitor randomly goes black for 5 seconds or so, then returns. audio
  keeps playing however and nothing closes. this is only since upgrade
  from 14.04 to 14.10

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Oct 25 04:21:35 2014
  DistUpgraded: 2014-10-24 01:09:01,677 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4200] [1002:9710] 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2ab1]
  InstallationDate: Installed on 2014-04-05 (203 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Hewlett-Packard p7-1074
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=da7fd3f7-ad2e-4d94-818a-023ca98be938 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (1 days ago)
  dmi.bios.date: 06/29/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.08
  dmi.board.name: 2AB1
  dmi.board.vendor: FOXCONN
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: MXX13109RW
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.08:bd06/29/2011:svnHewlett-Packard:pnp7-1074:pvr:rvnFOXCONN:rn2AB1:rvr1.00:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: p7-1074
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Fri Oct 24 01:10:32 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech Unifying Device. Wireless PID:1028 MOUSE, id 8
   inputChicony Saitek Eclipse Keyboard KEYBOARD, id 9
   inputChicony Saitek Eclipse Keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1
  xserver.video_driver: radeon

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

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


[Touch-packages] [Bug 1386380] Re: network-manager-openvpn leaks w/ IPv6

2015-01-19 Thread Launchpad Bug Tracker
[Expired for network-manager-openvpn (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: network-manager-openvpn (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  network-manager-openvpn leaks w/ IPv6

Status in network-manager package in Ubuntu:
  Invalid
Status in network-manager-openvpn package in Ubuntu:
  Expired

Bug description:
  By leaking I mean that there are packages leaving/entering the
  machine without passing through the VPN.

  To verify:
  1. Connect to a Wifi network that assigns IPv6 addresses.
  2. Open http://whatsmyipv6.org/ note down the address.
  3. Connect to a VPN.
  4. Open http://whatsmyipv6.org/ and compare with the result from step 2.

  Temporary fix (at least in my case):
  sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1

  I consider this a security bug since it endangers users relying on a
  working/leak-free VPN.

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

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


[Touch-packages] [Bug 1319316] Re: gdb: Reading symbols from bin/mir_unit_tests...Segmentation fault (core dumped)

2015-01-19 Thread Launchpad Bug Tracker
[Expired for Mir because there has been no activity for 60 days.]

** Changed in: mir
   Status: Incomplete = Expired

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

Title:
  gdb: Reading symbols from bin/mir_unit_tests...Segmentation fault
  (core dumped)

Status in Mir:
  Expired
Status in gdb package in Ubuntu:
  Invalid

Bug description:
  Something has changed recently in mir_unit_tests such that it is now
  undebuggable, causing gdb itself to crash:

  $ gdb bin/mir_unit_tests 
  ...
  Reading symbols from bin/mir_unit_tests...Segmentation fault (core dumped)

  I'm logging this as a Mir bug because it seems to be limited to
  mir_unit_tests. Maybe we can fix something as a workaround.

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

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


[Touch-packages] [Bug 1412594] [NEW] System hangs when kstart used in autostart script

2015-01-19 Thread Paul Abrahams
Public bug reported:

I was trying to use kstart to start three programs in three different desktops 
after login, like this:
  kstart --desktop 1 firefox
  kstart --desktop 2 kmail
  kstart --desktop 3 konsole
After (apparently) executing the script, the system hung solidly.  I tried this 
more elaborate version of the same thing:
  #! /bin/sh
  kstart --desktop 1 firefox 
  kstart --desktop 2 kmail 
  kstart --desktop 3 konsole 
  exit
but the behavior was the same.

I'm running Kubuntu 14.10 with release
4:4.14.2-0ubuntu1~ubuntu14.10~ppa1 of kde-runtime.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Jan 19 18:12:06 2015
InstallationDate: Installed on 2015-01-10 (9 days ago)
InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug fonts kubuntu third-party-packages utopic

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

Title:
  System hangs when kstart used in autostart script

Status in xorg package in Ubuntu:
  New

Bug description:
  I was trying to use kstart to start three programs in three different 
desktops after login, like this:
kstart --desktop 1 firefox
kstart --desktop 2 kmail
kstart --desktop 3 konsole
  After (apparently) executing the script, the system hung solidly.  I tried 
this more elaborate version of the same thing:
#! /bin/sh
kstart --desktop 1 firefox 
kstart --desktop 2 kmail 
kstart --desktop 3 konsole 
exit
  but the behavior was the same.

  I'm running Kubuntu 14.10 with release
  4:4.14.2-0ubuntu1~ubuntu14.10~ppa1 of kde-runtime.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Jan 19 18:12:06 2015
  InstallationDate: Installed on 2015-01-10 (9 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1386721] Re: Graphics Slow After Upgrade 14.04 - 14.10

2015-01-19 Thread Krzysztof Drewniak
Does/did anyone else have problems with OpenGL-intensive things (for
example Dota 2) periodically freezing (to the point of temporalily
losing custom mouse cursor)?

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

Title:
  Graphics Slow After Upgrade 14.04 - 14.10

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Using Gnome Ubuntu 14.10, Dell XPS 13, intel 915 Graphics

  After upgrading from 14.04 to 14.10 there are a lot of places where
  the graphics are working much slower than they were before:

  - Gnome Shell Interface is very sluggish, visible chops (redrawing)
  when pressing the [Super] key.

  - Selecting text in Gedit takes a full second pr. line

  Experiences some subjective improvement when I booted kernel 3.13.0-37
  instead of 3.16.0-23, but that may be my imagination as the problem
  persists.

  I've searched google, forums, found a couple of relevant links that
  point to the issue being the Intel drivers.

  http://askubuntu.com/questions/53962...E2%86%92-14-10
  http://www.webupd8.org/2014/10/ubunt...ent-1652086424

  But the drivers currently in 14.10 should be newer than those supplied
  by Intel to 14.04 so that doesn't make sense to me. As one Intel
  developer wrote:

  I would like to point out that since what we do is bring more ecent
  versions of the software to the target distributions than they ship
  with, a 14.04 targeted installer is unlikely to bring much to a 14.10
  installation, which most likely has the same or more recent versions
  already anyway.

  Source: https://01.org/linuxgraphics/node/375

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Oct 28 15:24:30 2014
  DistUpgraded: 2014-10-25 20:59:36,052 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: i915-3.15-3.13, 0.01, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:060a]
  InstallationDate: Installed on 2014-06-14 (135 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: Dell Inc. XPS13 9333
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=105bbbd1-365e-4063-bdca-fc5431faf5dc ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (2 days ago)
  dmi.bios.date: 12/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Oct 28 13:44:57 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4933
   vendor CMN
  xserver.version: 2:1.16.0-1ubuntu1

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

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


[Touch-packages] [Bug 1390769] Re: modemmanager breaks Pantech UML295W Ubuntu 14.04

2015-01-19 Thread Sabree Blackmon
I've run into this exact same issue with modemmanager 1.0.0-2ubuntu1
running Linux Mint 17.1. Downgraded to 0.5.2.0-0ubuntu2, and the modem
works as specified and is stable.


** Attachment added: log
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1390769/+attachment/4302022/+files/log

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

Title:
  modemmanager breaks Pantech UML295W Ubuntu 14.04

Status in modemmanager package in Ubuntu:
  Incomplete

Bug description:
  Computer is a Asus 1215n. This verizon wireless air card worked great
  on Xubuntu 12.04, 12.10, 13.04 and 13.10. Broken when I upgraded to
  14.04.

  I have posted a great deal of additional system diagnostic info in this thread
  http://ubuntuforums.org/showthread.php?t=2239564

  The only BandAid that has worked so far is to regress modemmanager
  from 1.0.0-2ubuntu1 to 0.5.2.0-0ubuntu2.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: modemmanager 1.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  Date: Sat Nov  8 12:17:48 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/sbin/ModemManager
  InstallationDate: Installed on 2014-01-22 (290 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  ProcEnviron:
   PATH=(custom, no user)
   TERM=linux
  SourcePackage: modemmanager
  UpgradeStatus: Upgraded to trusty on 2014-07-09 (121 days ago)

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

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


[Touch-packages] [Bug 1390769] Re: modemmanager breaks Pantech UML295W Ubuntu 14.04

2015-01-19 Thread Sabree Blackmon
I've run into this exact same issue with modemmanager 1.0.0-2ubuntu1
running Linux Mint 17.1. Downgraded to 0.5.2.0-0ubuntu2, and the modem
works as specified and is stable.


** Attachment added: log
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1390769/+attachment/4302021/+files/log

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

Title:
  modemmanager breaks Pantech UML295W Ubuntu 14.04

Status in modemmanager package in Ubuntu:
  Incomplete

Bug description:
  Computer is a Asus 1215n. This verizon wireless air card worked great
  on Xubuntu 12.04, 12.10, 13.04 and 13.10. Broken when I upgraded to
  14.04.

  I have posted a great deal of additional system diagnostic info in this thread
  http://ubuntuforums.org/showthread.php?t=2239564

  The only BandAid that has worked so far is to regress modemmanager
  from 1.0.0-2ubuntu1 to 0.5.2.0-0ubuntu2.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: modemmanager 1.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  Date: Sat Nov  8 12:17:48 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/sbin/ModemManager
  InstallationDate: Installed on 2014-01-22 (290 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  ProcEnviron:
   PATH=(custom, no user)
   TERM=linux
  SourcePackage: modemmanager
  UpgradeStatus: Upgraded to trusty on 2014-07-09 (121 days ago)

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

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


[Touch-packages] [Bug 1359337] Re: dialer not remembering current view after lock/unlock

2015-01-19 Thread Gustavo Pichorim Boiko
** Changed in: dialer-app (Ubuntu RTM)
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

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

Title:
  dialer not remembering current view after lock/unlock

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in dialer-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu RTM:
  Confirmed

Bug description:
  build 199
  open dialer
  navigate to contacts page or recents page
  lock the phone
  unlock the phone

  Expected results:
  dialer should be on the page you left it on

  Actual results:
  keypad view is always shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1359337/+subscriptions

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


[Touch-packages] [Bug 1411100] Re: guest user not removed after guest session ends

2015-01-19 Thread Robert Ancell
** Also affects: lightdm (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** No longer affects: lightdm

** Changed in: lightdm (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: lightdm (Ubuntu Utopic)
   Status: New = Triaged

** Changed in: lightdm (Ubuntu Utopic)
   Importance: Undecided = High

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

Title:
  guest user not removed after guest session ends

Status in lightdm package in Ubuntu:
  Triaged
Status in lightdm source package in Utopic:
  Triaged

Bug description:
  The /usr/sbin/giest-account script contains a bug which prevents the
  removal of guest accounts:

  $ sudo /usr/sbin/guest-account remove guest-Hhiook
  /usr/sbin/guest-account: line 129: UID: readonly variable

  Maybe this is related to /bin/sh actually beeing a Bash:

  $ ll -d /bin/sh
  lrwxrwxrwx 1 root root 4 Jan  1 01:44 /bin/sh - bash*

  But since using Bash as default sh is still a feature of Ubuntu, all
  scripts should work with both.

  Running the script with dash actually works:

  $ sudo dash /usr/sbin/guest-account remove guest-ZWCtva
  umount: /tmp/guest-ZWCtva: mountpoint not found
  umount: /tmp/guest-ZWCtva: mountpoint not found
  Removing user `guest-ZWCtva' ...
  Warning: group `guest-ZWCtva' has no more members.
  Done.

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

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


[Touch-packages] [Bug 1219087] Re: flac crashed with SIGFPE

2015-01-19 Thread sokolov
I can confirm this bug for Ubuntu 14.04 Trusty when using ripperX to
encode with flac.

I have tried adding silent to the options in ripperX. The result was
that no crash was reported, but the flac-files were still too small and
only contained a few seconds of sound each. Same result when I added --
best -V --silent

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

Title:
  flac crashed with SIGFPE

Status in flac package in Ubuntu:
  Confirmed

Bug description:
  On 13.10 amd64, when using Rubyripper, Rubyripper returns a successful
  rip to a single flac file, the wav file is correctly being generated
  during the process, but flac crashes during the conversion step and
  produces a 172 ko file.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: flac 1.3.0-1
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Aug 30 17:00:06 2013
  ExecutablePath: /usr/bin/flac
  MarkForUpload: True
  ProcCmdline: flac -o /home/username/flac/Stereolab\ (2006)\ Fab\ Four\ 
Suture/Stereolab\ -\ Fab\ Four\ Suture\ (2006).flac --best -V --tag 
ARTIST=Stereolab --tag ALBUM=Fab\ Four\ Suture --tag GENRE=Indie\ Rock --tag 
DATE=2006 --tag ENCODER=Rubyripper\ 0.7.0a1 --tag DISCID=8e0c220c --tag 
TRACKTOTAL=12 --cuesheet=/home/username/flac/Stereolab\ (2006)\ Fab\ Four\ 
Suture/Stereolab\ -\ Fab\ Four\ Suture\ (flac).cue 
/home/username/flac/temp_cdrom/image_1.wav
  Signal: 8
  SourcePackage: flac
  StacktraceTop:
   ?? ()
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libFLAC.so.8
   ?? () from /usr/lib/x86_64-linux-gnu/libFLAC.so.8
   ?? () from /usr/lib/x86_64-linux-gnu/libFLAC.so.8
  Title: flac crashed with SIGFPE
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers

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

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


[Touch-packages] [Bug 1387134] Re: when enabled nvidia graphics card, desktop freezes

2015-01-19 Thread Zdenek
I have probably the same issue. System freezes and I have to do hard
power off (did not try ctrl+alt+f1 or external mouse). I tried to switch
of nvidia and seems it works few hours without freeze. If it occurs I
will try to get some logs.

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

Title:
  when enabled nvidia graphics card, desktop freezes

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Screen freezes occasionally while simply browsing the web, can be recovered 
by ctrl+alt+f1 and ctrl+alt+f7 
  This has been the case in 14.04, and it's still the case in 14.10 (64 bit)
  Asus UX32V
   331.89-0ubuntu5
   *** 331.89-0ubuntu5 0
  500 http://nl.archive.ubuntu.com/ubuntu/ utopic/restricted amd64 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Ez egy könyvtár: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.89  Tue Jul  1 13:30:18 
PDT 2014
   GCC version:  gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6)
  .tmp.unity.support.test.0:
   
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Oct 29 12:40:01 2014
  DistUpgraded: 2014-10-28 11:18:50,177 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.16.0-23-generic, x86_64: installed
   bbswitch, 0.7, 3.16.0-24-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1507]
 Subsystem: ASUSTeK Computer Inc. GeForce GT 620M [1043:1507]
  InstallationDate: Installed on 2014-05-31 (150 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: ASUSTeK COMPUTER INC. UX32VD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic.efi.signed 
root=UUID=690e7454-2b46-48e2-9b5e-57228f67864a ro quiet splash 
processor.ignore_ppc=1 vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-10-28 (1 days ago)
  dmi.bios.date: 01/29/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX32VD.214
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX32VD
  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.:bvrUX32VD.214:bd01/29/2013:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX32VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Wed Oct 29 12:00:13 2014
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   NVIDIA(0): Failed to initiate mode change.
   NVIDIA(0): Failed to complete mode change
   NVIDIA(0): Failed to initiate mode change.
   NVIDIA(0): Failed to complete mode change
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4931 
   vendor CMN
  xserver.version: 2:1.16.0-1ubuntu1

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

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

[Touch-packages] [Bug 1398984] Re: Bootloop with system language Turkish on the Nexus 4

2015-01-19 Thread Daniel van Vugt
** Changed in: mir/0.8
Milestone: 0.8.2 = None

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

Title:
  Bootloop with system language Turkish on the Nexus 4

Status in Mir:
  Fix Released
Status in Mir 0.8 series:
  Triaged
Status in Mir 0.9 series:
  Won't Fix
Status in mir package in Ubuntu:
  Fix Released
Status in mir package in Ubuntu RTM:
  Triaged

Bug description:
  Lately, a member (Ümit) of the XDA Developers forum reported that his Nexus 4 
always goes into a bootloop when he sets the system language to Turkish.
  It doesn't matter whether he sets it in the system settings wizard which is 
shown on first boot or in the system settings application.
  If he sets it in the system settings wizard, he won't get to see the OS after 
finishing the setup process, and if he changes the language in the system 
settings application, the phone will hang after a reboot.
  In any case, he will see the spinning circle of friends logo but the Unity8 
dash will never appear.

  Here's the link to his first forum post regarding it issue. The discussion 
continues on the next few pages:
  
http://forum.xda-developers.com/nexus-4/general/rom-ubuntu-touch-14-10-utopic-unico-t2324683/post57093935#post57093935

  He's running build #10 in the stable Ubuntu RTM channel.

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

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


[Touch-packages] [Bug 1412614] [NEW] [HP Compaq 8510p, Analog Devices AD1981, Other SPDIF Out, Left] Playback problem

2015-01-19 Thread Leeandro Ali
Public bug reported:

left headphone is not working

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 19 20:23:13 2015
InstallationDate: Installed on 2014-10-18 (93 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_Jack: Other SPDIF Out, Left
Symptom_Type: Only some of outputs are working
Title: [HP Compaq 8510p, Analog Devices AD1981, Other SPDIF Out, Left] Playback 
problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/19/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MVD Ver. F.14
dmi.board.name: 30C5
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.36
dmi.chassis.asset.tag: CNU84566N7
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.14:bd08/19/2008:svnHewlett-Packard:pnHPCompaq8510p:pvrF.14:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 8510p
dmi.product.version: F.14
dmi.sys.vendor: Hewlett-Packard

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  [HP Compaq 8510p, Analog Devices AD1981, Other SPDIF Out, Left]
  Playback problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  left headphone is not working

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 19 20:23:13 2015
  InstallationDate: Installed on 2014-10-18 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_Jack: Other SPDIF Out, Left
  Symptom_Type: Only some of outputs are working
  Title: [HP Compaq 8510p, Analog Devices AD1981, Other SPDIF Out, Left] 
Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.14
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.asset.tag: CNU84566N7
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.14:bd08/19/2008:svnHewlett-Packard:pnHPCompaq8510p:pvrF.14:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 8510p
  dmi.product.version: F.14
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1412614/+subscriptions

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


[Touch-packages] [Bug 1376324] Re: /usr/sbin/unity-system-compositor:*** Error in `unity-system-compositor': free(): invalid pointer: ADDR ***

2015-01-19 Thread Daniel van Vugt
** Changed in: mir/0.8
   Status: In Progress = Fix Committed

** Changed in: mir/0.8
   Status: Fix Committed = Fix Released

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

Title:
  /usr/sbin/unity-system-compositor:*** Error in `unity-system-
  compositor': free(): invalid pointer: ADDR ***

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Mir:
  Fix Released
Status in Mir 0.8 series:
  Fix Released
Status in Unity System Compositor:
  Invalid
Status in mir package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Invalid
Status in mir package in Ubuntu RTM:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-system-compositor.  This problem was most recently
  seen with version 0.0.5+14.10.20140917-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/bfb855ebc60f251bf495a2ffb24f2924c50bdbf8
  contains more details.

  *** WARNING ***
  Due to the limited nature of the stack trace comparison in errors.ubuntu.com, 
ALL heap corruption bugs in unity-system-compositor will land here. That does 
NOT make them the same as this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1376324/+subscriptions

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


[Touch-packages] [Bug 1412633] [NEW] PROBLEMS

2015-01-19 Thread R. Hill
Public bug reported:

I constantly crash. What is the problem?
I had sound for about 20 minutes yesterday and it just stopped.
I keep seeing an error message that says ./ is missing... help please?
What do I need to do?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  304.125  Mon Dec  1 19:55:52 PST 
2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Jan 19 21:01:41 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 nvidia-304-updates, 304.125, 3.13.0-44-generic, i686: installed
 nvidia-304-updates, 304.125, 3.13.0-45-generic, i686: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation C67 [GeForce 7000M / nForce 610M] [10de:0533] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:30ea]
InstallationDate: Installed on 2015-01-11 (8 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 (20140722.2)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 04f3:02f4 Elan Microelectronics Corp. 2.4G Cordless 
Mouse
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Hewlett-Packard Compaq Presario F700 Notebook PC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=7214fb1e-8763-4ee3-8f6e-8176d5d37960 ro splash quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2007
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.05
dmi.board.name: 30EA
dmi.board.vendor: Quanta
dmi.board.version: 86.09
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.05:bd12/07/2007:svnHewlett-Packard:pnCompaqPresarioF700NotebookPC:pvrRev1:rvnQuanta:rn30EA:rvr86.09:cvnQuanta:ct10:cvrN/A:
dmi.product.name: Compaq Presario F700 Notebook PC
dmi.product.version: Rev 1
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
version.libdrm2: libdrm2 2.4.56-1~ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Jan 18 22:03:39 2015
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.6

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


** Tags: apport-bug compiz-0.9 i386 package-from-proposed trusty ubuntu

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

Title:
  PROBLEMS

Status in xorg package in Ubuntu:
  New

Bug description:
  I constantly crash. What is the problem?
  I had sound for about 20 minutes yesterday and it just stopped.
  I keep seeing an error message that says ./ is missing... help please?
  What do I need to do?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  304.125  Mon Dec  1 19:55:52 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  

[Touch-packages] [Bug 1412352] Re: Crash in scopes run time if scope throws exception from PreviewQueryBase::run()

2015-01-19 Thread Michi Henning
** Branch linked: lp:~michihenning/unity-scopes-api/scope-exceptions

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

Title:
  Crash in scopes run time if scope throws exception from
  PreviewQueryBase::run()

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  If a scope throws an exception from its PreviewQueryBase::run()
  implementation, the scopes run time dumps core (stack trace below).
  This affects both RTM and Vivid. I have a fix for this, which I'll MR
  tomorrow.

  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6b7ae5e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 3737
  _a2 = 3737
  _name = 268
  _sys_result = optimized out
  pd = 0x9f5ff380
  pid = 0
  selftid = 3737
  #2  0xb6b7bb4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3066296895, 3066296824, 3065897499, 3065664229, 1, 
3065664193, 3069661904, 2673865600, 3066482688, 729240, 0, 1, 30451216, 0, 
3069594101, 3069661904, 1, 5, 0, 2673862536, 3065359272, 3066296824, 
3066297880, 1, 30448212, 3068579119, 2673862316, 2673862536, 3069612528, 
30451184, 2673866896}}, sa_flags = 1, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6cb8128 in __gnu_cxx::__verbose_terminate_handler () at 
../../../../src/libstdc++-v3/libsupc++/vterminate.cc:95
  terminating = true
  t = optimized out
  #4  0xb6cb694c in __cxxabiv1::__terminate (handler=optimized out) at 
../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:47
  No locals.
  #5  0xb6cb5d5a in __cxa_call_terminate (ue_header=0x1d0a610) at 
../../../../src/libstdc++-v3/libsupc++/eh_call.cc:54
  No locals.
  #6  0xb6cb64ae in __cxxabiv1::__gxx_personality_v0 (state=optimized out, 
ue_header=0x1d0a610, context=optimized out) at 
../../../../src/libstdc++-v3/libsupc++/eh_personality.cc:676
  action_record = optimized out
  p = optimized out
  thrown_ptr = 0x0
  info = {Start = 2673862680, LPStart = 30451216, ttype_base = 0, TType 
= 0xb6e6cd2d 
unity::scopes::internal::PreviewQueryObject::run(std::shared_ptrunity::scopes::internal::MWReply
 const, unity::scopes::internal::InvokeInfo const)+1288 
GXFb\360:\375?K\004\230\363X\f8\230B\002\320YF\212\367a\376KI\360XyD\210\367\032\353\331\370,
 action_table = 0x1d12000 \001, ttype_encoding = 136 '\210', 
call_site_encoding = 231 '\347'}
  landing_pad = 0
  ip = optimized out
  handler_switch_value = 0
  foreign_exception = false
  actions = optimized out
  found_type = optimized out
  language_specific_data = optimized out
  #7  0xb6c59c0a in unwind_phase2 (ucbp=ucbp@entry=0x1d0a610, 
vrs=vrs@entry=0x9f5fe6ac) at ../../../src/libgcc/unwind-arm-common.inc:294
  pr_result = optimized out
  #8  0xb6c59dda in __gnu_Unwind_Resume (ucbp=0x1d0a610, entry_vrs=0x9f5fe6ac) 
at ../../../src/libgcc/unwind-arm-common.inc:502
  pr_result = optimized out
  #9  0xb6c5a66e in _Unwind_Resume () at 
../../../src/libgcc/config/arm/libunwind.S:357
  No locals.
  #10 0xb6e6cd2e in unity::scopes::internal::PreviewQueryObject::run 
(this=optimized out, reply=...) at 
/build/buildd/unity-scopes-api-0.6.8+15.04.20141119/src/scopes/internal/PreviewQueryObject.cpp:80
  e = @0xa6e0e070: {_vptr.exception = 0xb3a56418}
  __PRETTY_FUNCTION__ = virtual void 
unity::scopes::internal::PreviewQueryObject::run(const MWReplyProxy, const 
unity::scopes::internal::InvokeInfo)
  reply_proxy = 
{std::__shared_ptrunity::scopes::internal::PreviewReplyImpl, 
(__gnu_cxx::_Lock_policy)2 = {_M_ptr = optimized out, _M_refcount = {_M_pi 
= 0x1d14c70}}, No data fields}
  #11 0x9f5f0006 in ?? ()
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1412352/+subscriptions

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


[Touch-packages] [Bug 1410618] Re: MacBook Air 6, 2 TRRS Headset Mic Not Working

2015-01-19 Thread chrisolof
So it looks as if the bug that generated that commit was due to no sound coming 
out of the air's speakers and there's really not much talk about the TRRS 
mic-in functionality:
https://bugzilla.kernel.org/show_bug.cgi?id=60811

That commit may be responsible for the working sound and headphone
detection - but there may be more work to do in order to get the TRRS
mic working.  Likely why installing the latest ALSA driver isn't
changing anything with regard to the mic.

sudo hdajacksensetest -c 1 prints out:
Pin 0x10 (Grey Headphone, Left side): present = Yes

Anyway it sounds as if the pin configuration introduced in that patch
was gleaned from a Windows inf driver file back in 2013.  Makes me
wonder if the TRRS functionality is absent on Windows as well...

** Bug watch added: Linux Kernel Bug Tracker #60811
   http://bugzilla.kernel.org/show_bug.cgi?id=60811

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

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Hello,

  I'm running Ubuntu Gnome 14.04 on a new MacBookAir6,2 with the Cirrus
  Logic CS4208 and would love to get the microphone part of the TRRS
  connector working. Mac OS picks up and utilizes the TRRS headset mic
  without issue so I know the hardware is a go.

  With the headset plugged in, running sudo hdajacksensetest -a results
  in:

  Pin 0x05 ( Digital Out, HDMI): present = No
  Pin 0x06 ( Digital Out, HDMI): present = No
  Pin 0x07 ( Digital Out, HDMI): present = No

  AlsaInfo output here:
  http://www.alsa-project.org/db/?f=cabc8cab44d308c8a3898c66d48d9be4fc5ccf83

  I opened up hdajackretask to find four pins:
  Green Headphone
  Pin ID: 0x10
  Headphone

  Internal Speaker
  Pin ID: 0x12
  Internal speaker

  Pink Mic
  Pin ID: 0x18
  Not connected

  Internal Mic
  Pin ID: 0x1c
  Internal mic

  Unplugging and replugging the headset changes the Output device in
  sound settings from Headphones to Speakers so that works, but nothing
  in the input tab ever changes. It always lists two devices: Internal
  Microphone and Microphone. Both of these seem to actually be the
  internal microphone in the mac - either works without the headset
  connected at all.

  So I'm not really sure how to proceed from here, but I'd be happy to
  run whatever diagnostic tests might prove useful and/or even
  contribute code toward a fix - but I just have no idea where to start.
  Is it as simple as just finding the right pin and telling the system
  to use it as a microphone?

  Similar bug report here:
  https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/950494

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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


[Touch-packages] [Bug 882147] Re: overlayfs does not implement inotify interfaces correctly

2015-01-19 Thread Kamilion
This is currently causing some problems for me -- I'm using grub2 to
boot a LiveISO with TORAM=Yes from a DiskOnModule to implement a
hardware appliance.

It's *REALLY* aggravating that tail -f /var/log/filename does not work
as expected.

Could someone bring that overlayfs inotify kernel patch up to date
against vivid before alpha2 strikes so we can kill this annoying little
problem once and for all for 15.04 and beyond?

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

Title:
  overlayfs does not implement inotify interfaces correctly

Status in coreutils package in Ubuntu:
  In Progress
Status in linux package in Ubuntu:
  Triaged
Status in coreutils source package in Precise:
  Confirmed
Status in linux source package in Precise:
  Triaged

Bug description:
  When using tail on the liveCD some updates are not reported.  This
  seems to be triggered by tail using inotify to identify modified
  files.  Overlayfs does not appear to be implementing inotify quite the
  way you might hope reporting only against the underlying filesystems.

  Related bugs:
   * bug 1213925:  upstart should notice /etc inode change

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-12-generic 3.0.0-12.20
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
     Subdevices: 0/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  apw2296 F pulseaudio
   /dev/snd/pcmC0D0c:   apw2296 F...m pulseaudio
   /dev/snd/pcmC0D0p:   apw2296 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc70 irq 47'
     Mixer name : 'Intel Cantiga HDMI'
     Components : 'HDA:111d7675,1028029f,00100103 
HDA:80862802,80860101,0010'
     Controls  : 20
     Simple ctrls  : 11
  Date: Wed Oct 26 17:46:16 2011
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=d8328455-deac-4bae-877d-c408d371cefe
  MachineType: Dell Inc. Studio 1537
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=cf503727-25f2-4ecd-b0f3-2b894523bcba ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-12-generic N/A
   linux-backports-modules-3.0.0-12-generic  N/A
   linux-firmware1.60
  SourcePackage: linux
  UpgradeStatus: Upgraded to oneiric on 2011-10-17 (9 days ago)
  WpaSupplicantLog:

  dmi.bios.date: 09/22/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A03
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd09/22/2008:svnDellInc.:pnStudio1537:pvrA03:rvnDellInc.:rn:rvrA03:cvnDellInc.:ct8:cvrA03:
  dmi.product.name: Studio 1537
  dmi.product.version: A03
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1380914] Re: OnlineAccountsClient::Setup::exec() should execute a signon auth session

2015-01-19 Thread Marcus Tomlinson
** Branch linked: lp:~marcustomlinson/unity-scopes-api/fix_oa_refresh

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

Title:
  OnlineAccountsClient::Setup::exec() should execute a signon auth
  session

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Online Accounts setup for Ubuntu Touch:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu RTM:
  New
Status in unity-scopes-api package in Ubuntu RTM:
  New
Status in unity-scopes-shell package in Ubuntu RTM:
  New

Bug description:
  There is a fix to unity8 coming up that will soon be hiding the OA
  splash screen. Hiding the splash screen is great for 50% of the
  situations that it pops up, but there is a point where its actually
  nice to see that something is happening.

  With scopes, after the OnlineAccountsClient::Setup class returns from
  exec(), the shell then calls signon_auth_session_process_async() to
  request an access token. Thats when seeing the splash screen is useful
  as the user can see that something is still happening. With that slash
  screen hidden, the focus will be returned to the scope without any
  indication that the sign on process is still busy.

  Could we have the OnlineAccountsClient::Setup::exec() method execute
  the auth session itself before returning / sending the “finished”
  signal? That way you'll stay on the setup screen until the oauth token
  has been granted, hence returning to the scope when all is ready to
  go.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1380914/+subscriptions

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


[Touch-packages] [Bug 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-19 Thread Wladimir Mutel
Booted : linux-image-3.19.0-994-generic  3.19.0-994.201501130205 
with: xserver-xorg-video-intel  2:2.99.917-1~exp1ubuntu2
have same results as reported in #29 : working videoeffects but lagging 
touchpad pointer.

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

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

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

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


[Touch-packages] [Bug 1412333] Re: unable to properly mount/unmount multiple img files

2015-01-19 Thread John
It also says loop 2 is mounted over the same point when I try to unmount
the platform image.

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

Title:
  unable to properly mount/unmount multiple img files

Status in util-linux package in Ubuntu:
  New

Bug description:
  I mounted 3 img files and attempted to mkisofs -o  with the path to 3 img 
(all img files were in the same directory), then the output was data.img merged 
with platform.img successfully but now the platform.img is mounted twice and 
won't unmount, data.img was mounted twice but I could unmount it, and the 
ums.img is mounted but completely inaccessable, unmountable, and doesn't have 
the eject button next to it's name in the files window. I probably wasn't 
supposed to try it with 3 but now they're stuck mounted even after it asked for 
my password. Terminal output this...
   51.32% done, estimate finish Mon Jan 19 01:36:57 2015
  Total translation table size: 0
  Total rockridge attributes bytes: 0
  Total directory bytes: 342016
  Path table size(bytes): 2316
  Max brk space used ca000
  9768 extents written (19 MB)
  (process:4299): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: mount 2.20.1-5.1ubuntu20.3
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Jan 19 01:39:52 2015
  InstallationDate: Installed on 2014-12-26 (23 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: util-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1411745] Re: additional margin (left and right) appear on scopes in Arale

2015-01-19 Thread Albert Astals Cid
Can we get a screenshot as generated by phablet-screenshot?

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

Title:
  additional margin (left and right) appear on scopes in Arale

Status in the base for Ubuntu mobile products:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  ~Using Arale.

  Open the today scope, you would see a margin has appeared next to the
  card displaying the date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1411745/+subscriptions

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


[Touch-packages] [Bug 1401860] Re: The dash freezes when I tap the log-in button in a scope

2015-01-19 Thread Marcus Tomlinson
** Description changed:

  In the case where either:
     1. A new account is added from settings, the scope service is enabled 
under that account, then the log-in button is pressed in the scope.
     2. The token for a scope expires (bringing the log-in button back), then 
the log-in button is pressed in the scope.
  
  The call to OA from the shell to refresh the token takes some time to
- return with no UI indication.
+ return with no UI indication (No UI indication is due now to the splash
+ screen being removed: Bug #1380914).
  
  We need to display some sort of UI activity on the dash while we wait
  for the token to be returned, so that the user knows something is
  happening.

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

Title:
  The dash freezes when I tap the log-in button in a scope

Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu RTM:
  In Progress

Bug description:
  In the case where either:
     1. A new account is added from settings, the scope service is enabled 
under that account, then the log-in button is pressed in the scope.
     2. The token for a scope expires (bringing the log-in button back), then 
the log-in button is pressed in the scope.

  The call to OA from the shell to refresh the token takes some time to
  return with no UI indication (No UI indication is due now to the
  splash screen being removed: Bug #1380914).

  We need to display some sort of UI activity on the dash while we wait
  for the token to be returned, so that the user knows something is
  happening.

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

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


[Touch-packages] [Bug 1398813] Re: OnlineAccountClient::refresh_service_statuses() doesn't refresh known accounts

2015-01-19 Thread Marcus Tomlinson
*** This bug is a duplicate of bug 1380914 ***
https://bugs.launchpad.net/bugs/1380914

** This bug has been marked a duplicate of bug 1380914
   OnlineAccountsClient::Setup::exec() should execute a signon auth session

** Branch unlinked: lp:~marcustomlinson/unity-scopes-api/fix_oa_refresh

** Branch unlinked: lp:~marcustomlinson/unity-scopes-api/oa_ui_policy-
rtm

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

Title:
  OnlineAccountClient::refresh_service_statuses() doesn't refresh known
  accounts

Status in unity-scopes-api package in Ubuntu:
  Fix Released
Status in unity-scopes-api package in Ubuntu RTM:
  In Progress

Bug description:
  Calling OnlineAccountClient::refresh_service_statuses() should refresh
  the statuses of all known accounts as well as find accounts not yet
  known. Currently, it only does the latter.

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

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


[Touch-packages] [Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  Security warning page doesn’t go away when browsing to a different
  site

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Steps to reproduce:

   1) Open the browser, and browse to 
https://test-sspev.verisign.com:2443/test-SSPEV-revoked-verisign.html
   2) Verify that you get a security warning page that says that the 
certificate has been revoked
   3) Focus the address bar, enter any URL (e.g. http://ubuntu.com) and validate

  Expected result: the page loads and is displayed

  Actual result: the page loads but the security warning page remains
  on, hiding the contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394925/+subscriptions

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


[Touch-packages] [Bug 1390350] Re: [webapp-container] After cookies expire, user needs to login every single time

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  [webapp-container] After cookies expire, user needs to login every
  single time

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  This happened with the facebook webapp, but it's an issue which could
  happen with any webapp which integrates with Online Accounts: at some
  point (after weeks of using the webapp), everytime the user opens the
  webapp he's asked to login again.

  This happens because the cookies in Online Accounts have expired, and
  even after the user has successfully logged into the webapp, the
  webapp cookies are being overwritten by the cookies copied over from
  OA (which are still the expired ones).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1390350/+subscriptions

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


[Touch-packages] [Bug 1387754] Re: applicationName ignored in pure QML apps importing Ubuntu.Web

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  applicationName ignored in pure QML apps importing Ubuntu.Web

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  The dataPath for webviews is set in the plugin’s initializeEngine()
  method, like so:

  QDir 
dataLocation(QStandardPaths::writableLocation(QStandardPaths::DataLocation));
  engine-rootContext()-setContextProperty(dataLocation, 
dataLocation.absolutePath());

  This works well if the application has a C++ wrapper that sets the
  application name before loading any QML, but it doesn’t work so well
  for pure QML applications that import Ubuntu.Web: at the point in time
  when they import the module, the app name most likely hasn’t been set
  yet, and as a result the generic name set by qmlscene is used,
  resulting in a dataPath that looks like ~/.local/share/Qt
  Project/QtQmlViewer.

  We don’t want to force applications to ship a thin C++ wrapper just to
  work around this issue, so we will need to figure out a way to delay
  the setting of dataLocation until the webview is actually
  instantiated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1387754/+subscriptions

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


[Touch-packages] [Bug 1401045] Re: Tab previews should be cached on disk

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  Tab previews should be cached on disk

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  With the current tab preview implementation, previews are displayed only for 
tabs that have an active webview. Since we currently limit the number of 
webviews to 2, that means that other tabs don’t get a preview.
  Similarly, when restarting the app after closing it, only the preview for the 
current tab is visible in the tabs view, because other webviews haven’t been 
instantiated yet.

  We need a mechanism to persist previews on disk so that their
  availability isn’t tied to the actual webview.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1401045/+subscriptions

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


[Touch-packages] [Bug 1379806] Re: Content Picker appears empty while accessing hsbc brazilian site

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  Content Picker appears empty while accessing hsbc brazilian site

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Oxide Webview:
  Invalid
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  HOW TO REPRODUCE
  =

  1 - Open webbrowser
  2 - Go to www.hsbc.com.br

  Expected
  ===

  The site appears

  
  Current
  ===

  Content Picker appears empty  several times

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1379806/+subscriptions

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


[Touch-packages] [Bug 1407713] Re: G+ webapp does not remember credentials

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: Confirmed = Fix Released

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Triaged = Fix Released

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

Title:
  G+ webapp does not remember credentials

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  ubuntu-rtm build 184

  Steps to reproduce:
  - Launch G+ webapp
  - login
  - use the app
  - close the app
  - relaunch the app

  Expected results:
  - should not be prompted to login again

  Actual results:
  - are prompted to login again

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407713/+subscriptions

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


[Touch-packages] [Bug 1379766] Re: --fullscreen command-line switch doesn’t work

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  --fullscreen command-line switch doesn’t work

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Both webbrowser-app and webapp-container advertise a --fullscreen
  command-line switch to allow running applications fullscreen.

  However this doesn’t work: the window is briefly shown fullscreen, and
  then restored to its normal state. This is most likely because of this
  code snippet in webbrowser-app.qml (and its counterpart in webapp-
  container.qml):

   visibility: browser.currentWebview 
  browser.currentWebview.fullscreen ? Window.FullScreen :
  Window.AutomaticVisibility

  The value for 'visibility' needs to take into account the --fullscreen
  command-line switch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1379766/+subscriptions

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


[Touch-packages] [Bug 1352789] Re: Twitter added a native app prompt on its sign in page

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  Twitter added a native app prompt on its sign in page

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  The Ubuntu WebView component comes preloaded with a user script that
  removes the app banner that twitter displays to advertise its native
  android application (see http://bazaar.launchpad.net/~phablet-team
  /webbrowser-app/trunk/view/head:/src/Ubuntu/Web/twitter-no-
  omniprompt.js).

  Twitter changed recently their login page layout, and they added an
  extra banner that advertises their native android application, so the
  user script should be updated to also remove that one. Here is what
  the HTML code looks like:

div class=signup-step
  div class=client-prompt
form action=/settings/dismiss method=post
  span class=m2-auth-token
input name=authenticity_token type=hidden value=…
  /span
  input type=hidden name=d value=1
  input type=hidden name=return_url value=/session/new
  table
tbody
  tr
td class=left
  strongNew !/strong
  a 
href=https://play.google.com/store/apps/details?id=com.twitter.android;Download/a
  the Twitter for Android app
/td
td class=close
  input type=submit id=promo_close title=Close value=x
/td 
  /tr
/tbody
  /table
/form
  /div
/div

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1352789/+subscriptions

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


[Touch-packages] [Bug 1359293] Re: Tab preview aspect ratio isn't preserved when switching orientation

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  Tab preview aspect ratio isn't preserved when switching orientation

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Steps to reproduce:

  1. Open a number of tabs.

  2. Select Open tabs from the menu.

  3. Change device orientation.

  4. Scroll down and then back up.

  
  Expected result:

   Tab previews should maintain their original aspect ratio

  Actual result:

   Initially the tab previews currently visible maintain their aspect
  ratio, but once they've been scrolled out of view and then back they
  become stretched/squashed to match the current orientation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1359293/+subscriptions

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


[Touch-packages] [Bug 1351200] Re: Use stroke buttons in the toolbars

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  Use stroke buttons in the toolbars

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  The visual spec requires stroke buttons to be used in toolbars (e.g. in the 
tabs view or the history view).
  Stroke buttons are not available yet in the UITK (but work is in progress), 
this bug exists to track their use in webbrowser-app once available in the 
toolkit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1351200/+subscriptions

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


[Touch-packages] [Bug 1383732] Re: E-book content type

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  E-book content type

Status in the base for Ubuntu mobile products:
  Fix Released
Status in content-hub package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu RTM:
  Confirmed
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  I'm writing an Epub reader which I'd like to interface with the
  Content Hub.  To do this, we need an e-book content type.

  There are several different formats for e-books (txt, html, epub,
  mobi, pdf, etc.).  I don't know if all of them should be combined into
  a single type or if each should have their own.  Also, some of those
  formats are used for purposes other than e-books.  My reader only
  supports epubs at the moment.  These have mimetype
  application/epub+zip and .epub file extension.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1383732/+subscriptions

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


[Touch-packages] [Bug 1377194] Re: [browser] Various issues with security UI's

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  [browser] Various issues with security UI's

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  I've not done a proper review on this yet, but there are a few issues
  I've noticed just from using the browser:

  - The certificate error UI is displayed for all errors, but it should
  only be displayed for main frame document errors
  (CertificateError.isMainFrame  !CertificateError.isSubresource). You
  can't override other errors anyway, and for subframes and subresources
  it is fine to just block the content (this is how Chrome and Firefox
  behave).

  - When accepting an error, the certificate fingerprint seems to be
  whitelisted by the browser. This is not safe - what happens if the
  user navigates to a genuinely malicious site that happens to use the
  same certificate? If you want to whitelist them, you must also record
  the domain that the error originated from and the error code, and only
  automatically allow the error if the domain + error code +
  fingerprints match

  - When accepting an error, there is no visual cue in the header bar
  that you're on a site with security errors.

  - If you press the stop icon in the addressbar whilst the certificate
  error UI is displayed, the pending navigation is cancelled (returning
  to the previous committed navigation), but the certificate error UI is
  not removed. There is a CertificateError.cancelled signal for this
  purpose - I'm not sure if you're using it or not

  - There doesn't seem to be any indicator when you go to a site that
  has an EV certificate

  --- UX Comment ---
  Additional wireframe for top bar displaying warning when certificate identity 
is not verified
  
https://docs.google.com/a/canonical.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g3503834cf_01

  For EV certificate, just display EV information in the pop-over

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1377194/+subscriptions

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


[Touch-packages] [Bug 1378975] Re: Fast double click on menu button opens menu twice

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  Fast double click on menu button opens menu twice

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Do a double click on menu button, (the second click has to be before
  the menu finishes to open), you'll see two menu appear, and then you
  have to click twice to hide them both

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1378975/+subscriptions

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


[Touch-packages] [Bug 958431] Re: GtkSwitch background isn't logical

2015-01-19 Thread Lars Uebernickel
Interesting. I've always thought of the whole widget lighting up when it
is turned to ON, because the frame is drawn in the active color as well.

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

Title:
  GtkSwitch background isn't logical

Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  Step to reproduce the bug:
   - Open a GTK3 program with Ambiance or Radiance theme (e.g: Gnome Tweak 
Tool)
   - Find a Switchbutton (see Switchbuttons.png)
   - Click on it and see the background canging from Orange (ON) to Light 
Brown (OFF)
   - Drag slowly the switchbutton and see both ON and OFF position with 
Orange or Light Brown (see Switchbuttons_real.png)

  Expected behaviour:
   - Dragging a switchbutton should reveal Orange background color under ON 
position and Light Brown under OFF position (see Switchbuttons_expected.png)

  For further information see images related

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/958431/+subscriptions

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


[Touch-packages] [Bug 1394270] Re: Back to safety doesn't go back

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  Back to safety doesn't go back

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Test case
  - Go to https://wiki.ubuntu.com/Process/Merges/TestPlan/webbrowser-app
  - Click on the link 
https://test-sspev.verisign.com:2443/test-SSPEV-revoked-verisign.html 
  - Click to Back to safety

  Expected result
  - Browser goes back to wiki.ubuntu.com

  Actual result
  - A network error message is displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394270/+subscriptions

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


[Touch-packages] [Bug 1379497] Re: [webapp-container] UA Override from an optional webapp-properies.json file is not set

2015-01-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed = Fix Released

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

Title:
  [webapp-container] UA Override from an optional webapp-properies.json
  file is not set

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  A Webapp has the option to either specify a command line option to
  have a specific UA overriding the default or hgave a local webapp-
  properties.json file that defines the UA override such as:

  {
  name: MyWebapp,
  includes:[http://user-agent.me/*;],
  domain:user-agent.me,
  homepage:http://user-agent.me/;,
  user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
  }

  This currently does work, or to be more precise works but the url is
  set before during the init flow, and the UA string is being set after
  the website was browsed to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1379497/+subscriptions

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


[Touch-packages] [Bug 1412333] [NEW] unable to properly mount/unmount multiple img files

2015-01-19 Thread John
Public bug reported:

I mounted 3 img files and attempted to mkisofs -o  with the path to 3 img (all 
img files were in the same directory), then the output was data.img merged with 
platform.img successfully but now the platform.img is mounted twice and won't 
unmount, data.img was mounted twice but I could unmount it, and the ums.img is 
mounted but completely inaccessable, unmountable, and doesn't have the eject 
button next to it's name in the files window. I probably wasn't supposed to try 
it with 3 but now they're stuck mounted even after it asked for my password. 
Terminal output this...
 51.32% done, estimate finish Mon Jan 19 01:36:57 2015
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 342016
Path table size(bytes): 2316
Max brk space used ca000
9768 extents written (19 MB)
(process:4299): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: mount 2.20.1-5.1ubuntu20.3
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Mon Jan 19 01:39:52 2015
InstallationDate: Installed on 2014-12-26 (23 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: util-linux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  unable to properly mount/unmount multiple img files

Status in util-linux package in Ubuntu:
  New

Bug description:
  I mounted 3 img files and attempted to mkisofs -o  with the path to 3 img 
(all img files were in the same directory), then the output was data.img merged 
with platform.img successfully but now the platform.img is mounted twice and 
won't unmount, data.img was mounted twice but I could unmount it, and the 
ums.img is mounted but completely inaccessable, unmountable, and doesn't have 
the eject button next to it's name in the files window. I probably wasn't 
supposed to try it with 3 but now they're stuck mounted even after it asked for 
my password. Terminal output this...
   51.32% done, estimate finish Mon Jan 19 01:36:57 2015
  Total translation table size: 0
  Total rockridge attributes bytes: 0
  Total directory bytes: 342016
  Path table size(bytes): 2316
  Max brk space used ca000
  9768 extents written (19 MB)
  (process:4299): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: mount 2.20.1-5.1ubuntu20.3
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Jan 19 01:39:52 2015
  InstallationDate: Installed on 2014-12-26 (23 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: util-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1384243] Re: photos rotated in gallery do not display rotated in scope

2015-01-19 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: New = Invalid

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

Title:
  photos rotated in gallery do not display rotated in scope

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  I opened a photo from My Photos scope Preview  Open in the gallery.
  When I return to the scope, fully refreshed, the photo does not
  display rotated.

  I would expect dash toolkit to honor the edited state of a photo and
  display it rotated as appropriate.

  Note:
  Gallery app uses a URI that starts with image://thumbnailer/absPathToPhoto to 
display photos with correct rotation. However, scopes require the URI starts 
with photo://. Without that, the Open button on the preview does not open the 
photo in gallery.

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

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


[Touch-packages] [Bug 1392529] Re: Error executing scope with long name on PC

2015-01-19 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  Error executing scope with long name on PC

Status in unity-scopes-api package in Ubuntu:
  Won't Fix
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  I'm developing a scope, but I have this error after the launch, and
  I'm not able have any response by any query:

  com.ubuntu.developer.rpadovani.discerningduck_discerningduck-c
  query(): unity::scopes::MiddlewareException: Socket path name too long (max = 
107): 
/tmp/rpadovani/scope-dev-endpoints.USoi22/priv/com.ubuntu.developer.rpadovani.discerningduck_discerningduck-c

  The interesting part it's I have two computers, a desktop and a netbook, and 
I have the error only on the netbook.
  Both have same code, both have utopic updated with same apt sources, I have 
the same username (rpadovani) on both and both are 64bit.

  I have no idea on why on one fails and on other doesn't, please let me
  know if I could provide some logs to debug this.

  Alejandro J. Cura suggests this is a bug in the scope registry,
  because sockets paths do have the limit that the error shows:
  http://bugs.mysql.com/bug.php?id=42512

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

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


[Touch-packages] [Bug 1410420] Re: preview table runs off right side

2015-01-19 Thread Michi Henning
** Package changed: unity-scopes-api (Ubuntu) = unity8

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

Title:
  preview table runs off right side

Status in The Unity 8 shell:
  New

Bug description:
  I see a preview table running off the right side of the preview.

  See attached.

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

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


[Touch-packages] [Bug 1394614] Re: Cached results stay in scopes even with no internet

2015-01-19 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: New = Invalid

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

Title:
  Cached results stay in scopes even with no internet

Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I am testing the latest image and as per the test plan, if internet is
  disabled there are cached results in a scope they should vanish as we
  refresh the scope but right now that's not the case.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: unity8 8.01.1+15.04.2014~rtm-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Thu Nov 20 15:06:59 2014
  InstallationDate: Installed on 2014-11-19 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141119-181707)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1398788] Re: Music scope should stop relying on Grooveshark internal category ids

2015-01-19 Thread Michi Henning
Does this have anything to do with scopes-api? It sounds like that's a
music scope implementation issue, so should be re-assigned?

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

Title:
  Music scope should stop relying on Grooveshark internal category ids

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  Right now the Music scope uses  the categories id from Grooveshark as
  part of the mechanism to aggregate results.

  But the categories id of remote scopes are only consistent between the
  categories and corresponding results. So it should stop relying on
  those ids.

  If the Music scope needs to know which categories Grooveshark return
  and where, we should implement a more robust mechanism.

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

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


[Touch-packages] [Bug 1410618] Re: MacBook Air 6, 2 TRRS Headset Mic Not Working

2015-01-19 Thread chrisolof
Sure enough - it would appear the windows driver doesn't support the TRRS mic 
on this CS4208 chip either:
https://discussions.apple.com/thread/5862553

So then, OSX's driver for the chip would likely hold the key to this.

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

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Hello,

  I'm running Ubuntu Gnome 14.04 on a new MacBookAir6,2 with the Cirrus
  Logic CS4208 and would love to get the microphone part of the TRRS
  connector working. Mac OS picks up and utilizes the TRRS headset mic
  without issue so I know the hardware is a go.

  With the headset plugged in, running sudo hdajacksensetest -a results
  in:

  Pin 0x05 ( Digital Out, HDMI): present = No
  Pin 0x06 ( Digital Out, HDMI): present = No
  Pin 0x07 ( Digital Out, HDMI): present = No

  AlsaInfo output here:
  http://www.alsa-project.org/db/?f=cabc8cab44d308c8a3898c66d48d9be4fc5ccf83

  I opened up hdajackretask to find four pins:
  Green Headphone
  Pin ID: 0x10
  Headphone

  Internal Speaker
  Pin ID: 0x12
  Internal speaker

  Pink Mic
  Pin ID: 0x18
  Not connected

  Internal Mic
  Pin ID: 0x1c
  Internal mic

  Unplugging and replugging the headset changes the Output device in
  sound settings from Headphones to Speakers so that works, but nothing
  in the input tab ever changes. It always lists two devices: Internal
  Microphone and Microphone. Both of these seem to actually be the
  internal microphone in the mac - either works without the headset
  connected at all.

  So I'm not really sure how to proceed from here, but I'd be happy to
  run whatever diagnostic tests might prove useful and/or even
  contribute code toward a fix - but I just have no idea where to start.
  Is it as simple as just finding the right pin and telling the system
  to use it as a microphone?

  Similar bug report here:
  https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/950494

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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


[Touch-packages] [Bug 1257505] Re: Create Unity Control Center so can remain on old GNOME Control Center version

2015-01-19 Thread Bug Watch Updater
** Changed in: gnome-media
   Status: New = Expired

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

Title:
  Create Unity Control Center so can remain on old GNOME Control Center
  version

Status in Chat app, and Telepathy user interface:
  Fix Released
Status in Eye of GNOME:
  Fix Released
Status in GNOME Color Manager:
  Incomplete
Status in GNOME Media Utilities:
  Expired
Status in The Gnome Thumbnail Image Viewer:
  Fix Released
Status in Nautilus:
  Fix Released
Status in Unity:
  Fix Released
Status in activity-log-manager package in Ubuntu:
  Fix Released
Status in chromium-browser package in Ubuntu:
  In Progress
Status in compiz package in Ubuntu:
  Fix Released
Status in deja-dup package in Ubuntu:
  Fix Released
Status in empathy package in Ubuntu:
  Fix Released
Status in eog package in Ubuntu:
  Fix Released
Status in gnome-color-manager package in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Fix Released
Status in gnome-control-center-signon package in Ubuntu:
  Fix Released
Status in gnome-media package in Ubuntu:
  Fix Released
Status in gthumb package in Ubuntu:
  Fix Released
Status in indicator-bluetooth package in Ubuntu:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in indicator-power package in Ubuntu:
  Fix Released
Status in indicator-session package in Ubuntu:
  Fix Released
Status in indicator-sound package in Ubuntu:
  Fix Released
Status in landscape-client package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released
Status in software-properties package in Ubuntu:
  Fix Released
Status in system-config-printer package in Ubuntu:
  Fix Released
Status in ubuntuone-control-panel package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in webaccounts-browser-extension package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu/Unity uses GNOME Control Center as the application to configure
  the Unity session. We've made a lot of changes appropriate for Ubuntu
  and Unity (61 patches) which makes it hard to maintain and creates a
  conflict for Ubuntu GNOME to use the control center. Unity 7 will be
  replaced by Unity 8 in the future which has a new settings interface.

  So we can continue to remain on the current version of GNOME Control
  Center but allow Ubuntu GNOME to continue to update we will create a
  new project lp:unity-control-center which is a copy of GNOME Control
  Center 3.6 but with appropriate renaming so both can be installed.

  A number of packages that refer to gnome-control-center need to be
  updated to refer to unity-control-center (see bug tasks).

  A PPA for testing is https://launchpad.net/~ubuntu-desktop/+archive
  /unity-control-center

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

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


[Touch-packages] [Bug 1352975] Re: GUI symbol for Wi-fi in 14.10 shows not connected even when connected

2015-01-19 Thread Christian Dysthe
I'm having the same problem. No fix for this?

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

Title:
  GUI symbol for Wi-fi in 14.10 shows not connected even when connected

Status in One Hundred Papercuts:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed
Status in wifi-radar package in Ubuntu:
  Invalid

Bug description:
  Using Ubuntu 14.10 alpha 2 with all updates. Clean install.
  Network manager 0.9.8.8-0ubuntu23
  Wifi-card: Intel Wireless 7260 (Rev 73)

  The Wi-fi symbol in the top right corner does not indicate that it is
  connected to Wi-fi even when it is connected. (It shows a question
  mark instead)

  Expected behavior is that it would show signal strength, or at the
  very least make it grey and remove the question mark.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager 0.9.8.8-0ubuntu23
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.5-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug  5 17:42:57 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-08-05 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Alpha amd64 
(20140730)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.110  
metric 9
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 18b6987c1-3f15-4b41-be88-ea9f5ae9eff6   
802-3-ethernet1407252000   ti. 05. aug. 2014 kl. 17.20 +0200  yes   
no /org/freedesktop/NetworkManager/Settings/1
   Diskokatt 5Ghz6a2433b7-9e20-4c4a-9c9d-455fee3505ef   
802-11-wireless   1407253201   ti. 05. aug. 2014 kl. 17.40 +0200  yes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

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

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


[Touch-packages] [Bug 1412582] [NEW] black screen when I try to turn it on

2015-01-19 Thread Zooko Wilcox-O'Hearn
Public bug reported:

I tried to use this app, and I can't figure how to turn it on. This is
all I see:

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

** Attachment added: 2015-01-19-220532_2560x1700_scrot.png
   
https://bugs.launchpad.net/bugs/1412582/+attachment/4301962/+files/2015-01-19-220532_2560x1700_scrot.png

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

Title:
  black screen when I try to turn it on

Status in friends-app package in Ubuntu:
  New

Bug description:
  I tried to use this app, and I can't figure how to turn it on. This is
  all I see:

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

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


[Touch-packages] [Bug 1412367] [NEW] Show SSS results as they arrive

2015-01-19 Thread Marcus Tomlinson
Public bug reported:

(This is a regression of Bug #1359177)

Now that unity-scopes-api has switched to using net-cpp in place of
QNetwork (Bug #1409995), we are back to waiting on all results to be
returned from the SSS before displaying them in a smart scope (This is a
limitation on net-cpp at the moment).

net-cpp is in the process of being updated to allow us to process
chunked data responses from a server (lp:~marcustomlinson/net-
cpp/on_data_handler) but unfortunately this change breaks the net-cpp
ABI, so we are unable to land such a change at this time.

This should be dealt with as soon as we are able to handle an ABI
breaking update.

** Affects: net-cpp (Ubuntu)
 Importance: Undecided
 Assignee: Marcus Tomlinson (marcustomlinson)
 Status: New

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Assignee: Marcus Tomlinson (marcustomlinson)
 Status: New

** Branch linked: lp:~marcustomlinson/net-cpp/on_data_handler

** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) = Marcus Tomlinson (marcustomlinson)

** Description changed:

  (This is a regression of Bug #1359177)
  
  Now that unity-scopes-api has switched to using net-cpp in place of
  QNetwork (Bug #1409995), we are back to waiting on all results to be
  returned from the SSS before displaying them in a smart scope (This is a
  limitation on net-cpp at the moment).
  
  net-cpp is in the process of being updated to allow us to process
- chunked data responses from SSS (lp:~marcustomlinson/net-
+ chunked data responses from a server (lp:~marcustomlinson/net-
  cpp/on_data_handler) but unfortunately this change breaks the net-cpp
- ABI, so we can not land such a change at this time.
+ ABI, so we are unable to land such a change at this time.
  
- This should be dealt with as soon as we are able to absorb an ABI
+ This should be dealt with as soon as we are able to handle an ABI
  breaking update.

** Also affects: net-cpp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: net-cpp (Ubuntu)
 Assignee: (unassigned) = Marcus Tomlinson (marcustomlinson)

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

Title:
  Show SSS results as they arrive

Status in net-cpp package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  (This is a regression of Bug #1359177)

  Now that unity-scopes-api has switched to using net-cpp in place of
  QNetwork (Bug #1409995), we are back to waiting on all results to be
  returned from the SSS before displaying them in a smart scope (This is
  a limitation on net-cpp at the moment).

  net-cpp is in the process of being updated to allow us to process
  chunked data responses from a server (lp:~marcustomlinson/net-
  cpp/on_data_handler) but unfortunately this change breaks the net-cpp
  ABI, so we are unable to land such a change at this time.

  This should be dealt with as soon as we are able to handle an ABI
  breaking update.

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

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


[Touch-packages] [Bug 1368670] Re: [Dash] Simplify 'Manage Dash' area

2015-01-19 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu RTM)
   Status: In Progress = Fix Released

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

Title:
  [Dash] Simplify 'Manage Dash' area

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in unity-scope-mediascanner package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in unity-scope-mediascanner source package in Utopic:
  Confirmed
Status in unity-scopes-shell source package in Utopic:
  Confirmed
Status in unity-scope-mediascanner package in Ubuntu RTM:
  Fix Released
Status in unity-scopes-shell package in Ubuntu RTM:
  Fix Released
Status in unity8 package in Ubuntu RTM:
  Fix Released

Bug description:
  UX Testing Report: Replace the current bottom edge screens with the
  simpler Complete list of Scopes design.

  New Manage Dash design can be found here:
  
https://sites.google.com/a/canonical.com/unity-8-dash-rtm-1/scope-structure-navigation/my-feeds-structure

  Additional UX Testing Report findings addressed by the redesign:

  Poor discoverability and comprehension of scopes - The use of
  labelings that do not include the word 'scope'/'scopes'

  Lack of visual distinctions between apps and scopes in the 'manage
  dash' screen

  Undefined relationship between apps and scopes

  Search function does not help the discovery of scopes

  No dedicated place for adding scopes on the dash

  Poor memorability in locating the' manage dash' screen again

  The impact of making a scope favourite is unclear

  Lack of indication of the nature of the scopes under 'all' tab on
  'manage dash'

  Navigation between manage dash and apps scope was difficult

  Expect to see categorises instead of content


  ---
  [EDIT]
  Please refer to the Dash  Feeds RTM usability fix for this bug:
  
https://docs.google.com/a/canonical.com/document/d/1LsjdqKDVcFN8Zxb_Oe-Zk1X_DiqviXr8D7-ELt2LEFI/edit?usp=sharing

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368670/+subscriptions

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


[Touch-packages] [Bug 1411552] Re: External monitor detected only on first plug.

2015-01-19 Thread EdgarPE
*** This bug is a duplicate of bug 1300914 ***
https://bugs.launchpad.net/bugs/1300914

Here is a duplicate issue, with apport info:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1411552

** This bug has been marked a duplicate of bug 1300914
   External screen undetected after first plug

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

Title:
  External monitor detected only on first plug.

Status in libdrm package in Ubuntu:
  New

Bug description:
  My problem is, If I connect an external display (monitor, projector,
  etc) Ubuntu detects it only once, only the first time I plug it in.
  After that, I can't reconnect that external display again, Ubuntu does
  not see it. After a system restart the disply is detected again, for
  the first time I plug it in.

  This problem is really annying, because initializing all the
  applications run before needs a lot of time.

  I don't know if problem is with the libdrm package, but my syslog got
  a lot of these errors when I plugged OUT the display:

  Jan 16 09:23:33 probook430 kernel: [   92.060702] 
[drm:intel_dp_start_link_train] *ERROR* too many voltage retries, give up
  Jan 16 09:23:33 probook430 kernel: [   92.066291] 
[drm:intel_dp_start_link_train] *ERROR* too many voltage retries, give up

  This problem is persistent, and can be reproduced every time with
  every external display.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libdrm-intel1 2.4.56-1~ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 09:35:28 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-43-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-44-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1946]
  InstallationDate: Installed on 2014-05-08 (252 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP ProBook 430 G1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=23e372b4-5879-48d4-9c78-b868fcb03d22 ro quiet splash vt.handoff=7
  SourcePackage: libdrm
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/10/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L73 Ver. 01.04
  dmi.board.name: 1946
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 89.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL73Ver.01.04:bd09/10/2013:svnHewlett-Packard:pnHPProBook430G1:pvrA3008CD20003:rvnHewlett-Packard:rn1946:rvrKBCVersion89.12:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 430 G1
  dmi.product.version: A3008CD20003
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan 16 09:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12588 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.6

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

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


[Touch-packages] [Bug 1394155] Re: Crash of unity8-dash possible through Today scope

2015-01-19 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Crash of unity8-dash possible through Today scope

Status in the base for Ubuntu mobile products:
  Fix Released
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu RTM:
  Fix Released

Bug description:
  On krillin r165:

  1) Go to the Today scope
  2) Scroll to the bottom
  3) Tap Tell me more...
  4) Scroll to the bottom again
  5) Tap Finished

  Crash!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394155/+subscriptions

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


[Touch-packages] [Bug 1412352] Re: Crash in scopes run time if scope throws exception from PreviewQueryBase::run()

2015-01-19 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  Crash in scopes run time if scope throws exception from
  PreviewQueryBase::run()

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  If a scope throws an exception from its PreviewQueryBase::run()
  implementation, the scopes run time dumps core (stack trace below).
  This affects both RTM and Vivid. I have a fix for this, which I'll MR
  tomorrow.

  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6b7ae5e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 3737
  _a2 = 3737
  _name = 268
  _sys_result = optimized out
  pd = 0x9f5ff380
  pid = 0
  selftid = 3737
  #2  0xb6b7bb4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3066296895, 3066296824, 3065897499, 3065664229, 1, 
3065664193, 3069661904, 2673865600, 3066482688, 729240, 0, 1, 30451216, 0, 
3069594101, 3069661904, 1, 5, 0, 2673862536, 3065359272, 3066296824, 
3066297880, 1, 30448212, 3068579119, 2673862316, 2673862536, 3069612528, 
30451184, 2673866896}}, sa_flags = 1, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6cb8128 in __gnu_cxx::__verbose_terminate_handler () at 
../../../../src/libstdc++-v3/libsupc++/vterminate.cc:95
  terminating = true
  t = optimized out
  #4  0xb6cb694c in __cxxabiv1::__terminate (handler=optimized out) at 
../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:47
  No locals.
  #5  0xb6cb5d5a in __cxa_call_terminate (ue_header=0x1d0a610) at 
../../../../src/libstdc++-v3/libsupc++/eh_call.cc:54
  No locals.
  #6  0xb6cb64ae in __cxxabiv1::__gxx_personality_v0 (state=optimized out, 
ue_header=0x1d0a610, context=optimized out) at 
../../../../src/libstdc++-v3/libsupc++/eh_personality.cc:676
  action_record = optimized out
  p = optimized out
  thrown_ptr = 0x0
  info = {Start = 2673862680, LPStart = 30451216, ttype_base = 0, TType 
= 0xb6e6cd2d 
unity::scopes::internal::PreviewQueryObject::run(std::shared_ptrunity::scopes::internal::MWReply
 const, unity::scopes::internal::InvokeInfo const)+1288 
GXFb\360:\375?K\004\230\363X\f8\230B\002\320YF\212\367a\376KI\360XyD\210\367\032\353\331\370,
 action_table = 0x1d12000 \001, ttype_encoding = 136 '\210', 
call_site_encoding = 231 '\347'}
  landing_pad = 0
  ip = optimized out
  handler_switch_value = 0
  foreign_exception = false
  actions = optimized out
  found_type = optimized out
  language_specific_data = optimized out
  #7  0xb6c59c0a in unwind_phase2 (ucbp=ucbp@entry=0x1d0a610, 
vrs=vrs@entry=0x9f5fe6ac) at ../../../src/libgcc/unwind-arm-common.inc:294
  pr_result = optimized out
  #8  0xb6c59dda in __gnu_Unwind_Resume (ucbp=0x1d0a610, entry_vrs=0x9f5fe6ac) 
at ../../../src/libgcc/unwind-arm-common.inc:502
  pr_result = optimized out
  #9  0xb6c5a66e in _Unwind_Resume () at 
../../../src/libgcc/config/arm/libunwind.S:357
  No locals.
  #10 0xb6e6cd2e in unity::scopes::internal::PreviewQueryObject::run 
(this=optimized out, reply=...) at 
/build/buildd/unity-scopes-api-0.6.8+15.04.20141119/src/scopes/internal/PreviewQueryObject.cpp:80
  e = @0xa6e0e070: {_vptr.exception = 0xb3a56418}
  __PRETTY_FUNCTION__ = virtual void 
unity::scopes::internal::PreviewQueryObject::run(const MWReplyProxy, const 
unity::scopes::internal::InvokeInfo)
  reply_proxy = 
{std::__shared_ptrunity::scopes::internal::PreviewReplyImpl, 
(__gnu_cxx::_Lock_policy)2 = {_M_ptr = optimized out, _M_refcount = {_M_pi 
= 0x1d14c70}}, No data fields}
  #11 0x9f5f0006 in ?? ()
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1412352/+subscriptions

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


[Touch-packages] [Bug 1391586] Re: [messaging-app] change bottom edge label

2015-01-19 Thread Olga Kemmet
** Changed in: ubuntu-ux
   Status: Fix Committed = Fix Released

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

Title:
  [messaging-app] change bottom edge label

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Messaging App:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Build krillin r155

  When you open the messaging app, the bottom edge label says create new.
  For the address book app we are using a plus + icon.

  For consistency reasons, it wold be good to replace the Create new
  copy into the plus + icon as per spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1391586/+subscriptions

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


[Touch-packages] [Bug 1407907] Re: [phone] Leaving WiFi coverage often leads to the password dialog being displayed indefinitely

2015-01-19 Thread Antti Kaijanmäki
** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Tags added: rtm14

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

Title:
  [phone] Leaving WiFi coverage often leads to the password dialog being
  displayed indefinitely

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  New

Bug description:
  Steps:
  * connect to a password-protected WiFi network
  * suspend the phone
  * turn the WiFi off or leave the network's covered area
  * resume the phone

  Expected:
  * phone is connected via a GSM data connection

  Current:
  * phone is connected via a GSM data connection
  * there is a WiFi password dialog displayed for a network that isn't in range 
any more (and for which the password is known)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-network 0.5.1+15.04.20141216-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Tue Jan  6 10:19:05 2015
  InstallationDate: Installed on 2014-12-18 (19 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141218-020204)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407907/+subscriptions

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


[Touch-packages] [Bug 1398729] Re: ScopeConfig section of tutorial.dox is out of date

2015-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scopes-api -
0.6.11+15.04.20150119-0ubuntu1

---
unity-scopes-api (0.6.11+15.04.20150119-0ubuntu1) vivid; urgency=medium

  [ Michi Henning ]
  * The JSON for a CategoryRenderer now supports a fallback field in the
art and mascot entries of the components dictionary.
This allows a scope to specify a category-specific
fallback image in case the artwork for a result cannot be retrieved.

  * PreviewWidget now supports a fallback field for the image,
gallery, and header widget types. This allows the scope
to specify a fallback image in case the artwork for a widget
cannot be retrieved.
  * Documented missing config settings. (LP: #1398729)

  [ Ubuntu daily release ]
  * debian/libunity-scopes3.symbols: auto-update to released version

unity-scopes-api (0.6.11-0ubuntu1) UNRELEASED; urgency=medium

  * Improved logging internals.
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 19 Jan 2015 
08:09:11 +

** Changed in: unity-scopes-api (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  ScopeConfig section of tutorial.dox is out of date

Status in unity-scopes-api package in Ubuntu:
  Fix Released

Bug description:
  There seem to be a few ScopeConfig entries missing from the tutorial
  doc (E.g. LocationDataNeeded and ScopeRunner). We need to update
  this and possible some other parts of the tutorial that may have gone
  stale.

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

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


[Touch-packages] [Bug 1396244] Re: Unlocking the phone over fullscreen app is very slow

2015-01-19 Thread Gerry Boland
Problem is that the Lockscreen height is defined like this:

Lockscreen {
y: panel.panelHeight
width: parent.width
height: parent.height - panel.panelHeight
}

and Lockscreen contains:

Image {
// Limit how much memory we'll reserve for this image
sourceSize.height: height
sourceSize.width: width
fillMode: Image.PreserveAspectCrop
}

panel.panelHeight is a property which is animated during unlock, if the
application is fullscreen. Animating sourceSize is a bad thing, as it
causes the CPU to rescaling the image each time.

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

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Gerry Boland (gerboland)

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

Title:
  Unlocking the phone over fullscreen app is very slow

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Steps to repro:
  * have a pass{code,word}-protected phone
  * start dialer
  * lock the phone
  * unlock the phone

  Expected:
  * nothing much, stuff unlocks fluently and all

  Current:
  * fade out of the lockscreen takes like 2-3s, dialer and panel seem to fight 
over fullscreen vs. maximized surface size

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.01+15.04.20141117-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: armhf
  Date: Tue Nov 25 17:46:27 2014
  InstallationDate: Installed on 2014-11-25 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141125-020205)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1410495] Re: Battery indicator goes Critical Red with more than 1 hour battery left

2015-01-19 Thread Matthew Paul Thomas
** Changed in: indicator-power (Ubuntu)
 Assignee: (unassigned) = Matthew Paul Thomas (mpt)

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

Title:
  Battery indicator goes Critical Red with more than 1 hour battery left

Status in indicator-power package in Ubuntu:
  New

Bug description:
  On my current laptop, the battery indicator shows a red-with-a-little-
  left icon when there is more than an hour left in the battery, which
  is not really appropriate for a critical battery warning.

  This bug is probably a regression of #743823, and I was asked to create a new 
bug by @mpt:
   Christoph, yes, please report a new bug including a screenshot. On phones 
we may have to color by percentage, but on PCs we can and should color by time 
remaining to avoid false alarms.

  A screenshot is attached. Unfortunately I didn't realize at the time
  that the screenshotter does not record open menus, so you'll have to
  take my word that the time remaining in the indicator menu was at  1
  hour. I can redo the screenshot, if necessary.

  fwiw, the transition levels (based on minutes left) proposed in the
  bug description of #743823 sound good to me.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-power 12.10.6+14.10.20141015-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jan 13 21:08:43 2015
  InstallationDate: Installed on 2014-12-22 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: indicator-power
  UpgradeStatus: Upgraded to utopic on 2014-12-22 (21 days ago)

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

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


[Touch-packages] [Bug 1302955] Re: upstart user session leaks all the dbus events it receives

2015-01-19 Thread Andrea Azzarone
** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  upstart user session leaks all the dbus events it receives

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

Bug description:
  Easiest way to see this:
  0. Make sure there is a user session job with a dbus rule (eg 
unity-greeter-session-broadcast)
  1. Install and run system-load-indicator (indicator-multiload)
  2. Set the update interval to 100ms
  3. Now watch the memory use of init --user increase by 100kb per second
  4. Also open up upstart-monitor to see all the dbus messages being sent

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: upstart 1.12.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr  5 18:17:40 2014
  InstallationDate: Installed on 2013-06-22 (287 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130621)
  SourcePackage: upstart
  UpgradeStatus: Upgraded to trusty on 2013-12-05 (120 days ago)
  UpstartBugCategory: Session
  UpstartRunningSessionCount: 1
  UpstartRunningSessionVersion: init (upstart 1.12.1)
  UpstartRunningSystemVersion: init (upstart 1.12.1)

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

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


[Touch-packages] [Bug 1377727] Re: Desktop permissions (e.g shutdown, network, users) broken for all accounts after upgrade to 14.10

2015-01-19 Thread Laurens Bosscher
I would like to further diagnose this problem unfortunately my desktop
broke down so I can't do any further debugging. Once I have a new PC
I'll see if I can recreate this same problem. Until then I can't do
anything.

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

Title:
  Desktop permissions (e.g shutdown, network, users) broken for all
  accounts after upgrade to 14.10

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  I reported this bug before as Bug #1372187 but it has been brought to
  my attention that Ubuntu switched from console-kit to logind after the
  13.10 release.

  1. System worked without any problems under 14.04
  2. Upgrade to 14.10
  3. Upgrade went without any problems
  4. Notice that standby has disappeared from the gears menu
  5. notice that I cannot disconnect or change the network connection (exact 
error is: (32) Not authorized to control networking.)
  6. I can't see, change or unlock setting under Settings  User accounts
  7. Running dbus-send --system --print-reply 
--dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager 
org.freedesktop.ConsoleKit.Manager.Stop from the terminal results in the 
error: Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized
  8. Running sudo pam-auth-update --force doesn't solve any errors
  9. Creating a new user account (sudo adduser) and switching to the account 
results in the same permission problems.

  Output of:

  laurens@laurens-desktop:~$ loginctl list-sessions
 SESSION UID USER SEAT
  c1 110 lightdm seat0
  c2 1000 laurens seat0

  2 sessions listed.

  Sudo works as expected so I can help to further debug this problem and
  provide relevant information. Unfortunately I have very limited
  experience with Logind and PAM so I hope I have reported this to the
  right package.

  If someone could point me in the right direction (wiki, man page,
  tutorial) I would be more than happy to see if I can see what went
  wrong and if I can debug this myself.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libpam-systemd 208-8ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Oct  5 22:34:02 2014
  InstallationDate: Installed on 2013-04-21 (531 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130421)
  SourcePackage: systemd
  UpgradeStatus: Upgraded to utopic on 2014-09-14 (21 days ago)

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

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


[Touch-packages] [Bug 1409995] Re: Queries to remote scopes time out

2015-01-19 Thread Marcus Tomlinson
** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) = Marcus Tomlinson (marcustomlinson)

** Changed in: unity-scopes-api (Ubuntu)
   Status: New = In Progress

** Branch linked: lp:~marcustomlinson/unity-scopes-api/switch-to-net-cpp

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

Title:
  Queries to remote scopes time out

Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  I'm seeing this on Mako, image #63, devel-proposed.

  Periodically, the music scope fails to return any results, leaving a
  blank screen.

  Looking through the log files, I'm seeing tons of messages such as
  this:

  [2015-01-13 01:33:27.056262] INFO: SSRegistry: 
SmartScopesClient.get_remote_scopes(): GET 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes?locale=en_US
  [2015-01-13 01:33:27.057239] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes(): failed to read /custom/partner-id: 
unity::FileException: cannot open /custom/partner-id: No such file or 
directory (errno = 2)
  [2015-01-13 01:33:46.996259] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes(): Failed to retrieve remote scopes from 
uri: https://dash.ubuntu.com/smartscopes/v2/remote-scopes: 
unity::ResourceException: Request timed out: 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes?locale=en_US

  The request times out even though the remote end works fine. (Easy to
  confirm by pasting the same URL into the browser.)

  As an aside, the error about /custom/partner-id isn't an error: if the
  file doesn't exist (errno = 2), we should say nothing. That'll get rid
  of a lot of noise.

  In addition, when I run a query, I see all queries to remote scopes
  fail (see attached trace).

  I'm not familiar with the code. Looking through, I noticed this:

  HttpResponseHandle::SPtr response = 
http_client_-get(remote_scopes_uri.str(), [response_str](std::string const 
replyLine) {
  response_str += replyLine; // accumulate all reply lines
  }, headers);
  response-get();

  Following this through, it appears that response_str is being appended
  to from a different thread without any lock. That looks like it's
  wrong to me. But that doesn't explain the timeout exception that is
  thrown from response-get().

  I suspect a race condition somewhere because, occasionally, I get a
  query that works.

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

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


[Touch-packages] [Bug 1379375] Re: evince does not display ligatures

2015-01-19 Thread madbiologist
I could be wrong, but it seems to me that bug 1317599  was originally
filed about a document that is typeset predominately in Times/Times-
Roman.  After that bug was fixed by modifying fontconfig, this bug
remained for documents typeset in Helvetica.  See also comment #3 in
this bug.  The poppler patch described in comment's #5 and #6 of this
bug will fix both issues.

As a result of a fixed version of poppler being available, there are
comments in an upstream bug report to revert the changes in fontconfig
to avoid side-effects in LaTex and other programs using the TeX Gyre
fonts.

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

Title:
  evince does not display ligatures

Status in fontconfig package in Ubuntu:
  Confirmed

Bug description:
  While there's Bug #1325230 with the same title and the linked PDFs there are 
working fine here (displaying fi correctly) there seems to be still some bug 
regarding ligatures. 
  https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1325230

  I have some PDFs substituting Helvetica (and others) with TeX Gyre
  Heros and showing no fi ligature.  I attached a patch I derived from
  the patch in Bug #1325230 which is working fine. Now it uses Nimbus
  Sans L and the ligatures are fine.

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

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


[Touch-packages] [Bug 1317599] Re: Evince doesn't show fi-ligatures in a pdf file when tex-gyre is installed

2015-01-19 Thread Dweia
@madbiologist: thanksa lot! This fixes the bug for me in Ubuntu 12.04
(for both Times and Helvetica)

dweia@zeitlinie:~$ fc-match Helvetica
n019003l.pfb: Nimbus Sans L Regular
dweia@zeitlinie:~$ fc-match Times
n021003l.pfb: Nimbus Roman No9 L Regular

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

Title:
  Evince doesn't show fi-ligatures in a pdf file when tex-gyre is
  installed

Status in fontconfig package in Ubuntu:
  Confirmed

Bug description:
  When I open the attached pdf file, evince doesn't show the
  fi-ligatures, e.g. on page 17 I only see Preface to the   rst
  edition.

  But when I mark text and copy it, the fi is also in there. Also
  printing works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May  8 18:54:09 2014
  ExecutablePath: /usr/bin/evince
  InstallationDate: Installed on 2012-09-03 (612 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (20 days ago)

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

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


[Touch-packages] [Bug 1382071] Re: List of access points is empty after turning flightmode on and back off

2015-01-19 Thread Antti Kaijanmäki
jibel: if you still see this bug happening, could you attach the output
of

 $ sudo iwlist scan
 $ nmcli d wifi
 $ dbus-send --session --print-reply --dest=com.canonical.indicator.network
 /com/canonical/indicator/network org.gtk.Actions.DescribeAll
 $ dbus-send --session --print-reply --dest=com.canonical.indicator.network
/com/canonical/indicator/network/phone org.gtk.Menus.Start 
array:uint32:0,1

** Changed in: indicator-network (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  List of access points is empty after turning flightmode on and back
  off

Status in indicator-network package in Ubuntu:
  Incomplete

Bug description:
  14.09-proposed #109

  Test Case
  1. Open the network indicator
- Verify that the list of access point is not empty
  2. Turn flight mode on and wait a little bit
- Verify that cellular and wifi are disabled
  3. Turn flight mode off and wait a little bit
- Verify that cellular and wifi are enabled
- Verify that the list of AP is not empty

  Actual result
  The list of AP is empty after turning flightmode back on.

  nmcli dev wifi list shows the right list of access points

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: indicator-network 0.5.1+14.10.20141015-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: armhf
  Date: Thu Oct 16 16:05:38 2014
  InstallationDate: Installed on 2014-10-16 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141016-010328)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1366829] Re: 7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

2015-01-19 Thread Patrice
Hello,

I have just installed rsyslog version 7.4.4-1ubuntu2.5 in the OpenVZ container 
where rsyslogd were taking all CPU and I confirm that after the update it was 
not the case anymore.
Thanks everyone for fixing this issue!

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

Title:
  7.4.4-1ubuntu2.1 makes rsyslogd to take all the CPU in OpenVZ

Status in rsyslog package in Ubuntu:
  Fix Released
Status in rsyslog source package in Trusty:
  Fix Committed
Status in rsyslog source package in Utopic:
  Fix Committed

Bug description:
  Test Case
  -
  * Install rsyslog 7.4.4-1ubuntu2.1 on an Ubuntu system that runs inside an 
OpenVZ container (If necessary, use ProxMox to quickly establish an OpenVZ 
container environment)
  * Verify that '$KLogPermitNonKernelFacility on' is set in /etc/rsyslog.conf
  * Restart rsyslog to make sure any changes to the binaries/config are picked 
up
  * Run 'top' and observe that the rsyslogd process is running at 100% CPU. 
When working properly, the rsyslogd process should generally be idle.

  -

  After updating  rsyslog from 7.4.4-1ubuntu2 to 7.4.4-1ubuntu2.1 the rsyslogd 
process started to take all the CPU on my machine.
  The modification made by this release is described in #127, it is the 
activation of KLogPermitNonKernelFacility option.
  I don't know exactly the effect of this option but it seems to have a 
permanent effect : even after downgrading the package or manually removing the 
option from /etc/rsyslog.conf the issue remains.
  My syslog is full of :
  Sep  8 10:28:40 sentry rsyslogd: imklog: error reading kernel log - shutting 
down: Bad file descriptor
  Sep  8 10:28:40 sentry rsyslogd: message repeated 498 times: [imklog: error 
reading kernel log - shutting down: Bad file descriptor]
  Sep  8 10:28:46 sentry rsyslogd-2177: rsyslogd[internal_messages]: 519517 
messages lost due to rate-limiting
  I guess this is what causes the CPU load.

  I am running Ubuntu 14.04.1 LTS in an OpenVZ container on Proxmox 3.2. The 
kernel is 2.6.32-28-pve
  ---
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64DistroRelease: Ubuntu 14.04
  Package: rsyslog 7.4.4-1ubuntu2.1
  PackageArchitecture: amd64
  Tags:  trusty
  Uname: Linux 2.6.32-28-pve x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1379375] Re: evince does not display ligatures

2015-01-19 Thread Iain Lane
** Also affects: poppler (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

** Changed in: fontconfig (Ubuntu Trusty)
   Status: New = Won't Fix

** Changed in: fontconfig (Ubuntu Utopic)
   Status: New = Won't Fix

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

** Changed in: poppler (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: poppler (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: poppler (Ubuntu Trusty)
 Assignee: (unassigned) = Iain Lane (laney)

** Changed in: poppler (Ubuntu Utopic)
 Assignee: (unassigned) = Iain Lane (laney)

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

Title:
  evince does not display ligatures

Status in fontconfig package in Ubuntu:
  Confirmed
Status in poppler package in Ubuntu:
  Fix Released
Status in fontconfig source package in Trusty:
  Won't Fix
Status in poppler source package in Trusty:
  In Progress
Status in fontconfig source package in Utopic:
  Won't Fix
Status in poppler source package in Utopic:
  In Progress

Bug description:
  While there's Bug #1325230 with the same title and the linked PDFs there are 
working fine here (displaying fi correctly) there seems to be still some bug 
regarding ligatures. 
  https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1325230

  I have some PDFs substituting Helvetica (and others) with TeX Gyre
  Heros and showing no fi ligature.  I attached a patch I derived from
  the patch in Bug #1325230 which is working fine. Now it uses Nimbus
  Sans L and the ligatures are fine.

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

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


[Touch-packages] [Bug 1317599] Re: Evince doesn't show fi-ligatures in a pdf file when tex-gyre is installed

2015-01-19 Thread Iain Lane
Thanks madbiologist. I want to keep this bug for the Times issue and use
the other one for the general fix. Let's move over there (bug #1379375).

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

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

Title:
  Evince doesn't show fi-ligatures in a pdf file when tex-gyre is
  installed

Status in fontconfig package in Ubuntu:
  Fix Released

Bug description:
  When I open the attached pdf file, evince doesn't show the
  fi-ligatures, e.g. on page 17 I only see Preface to the   rst
  edition.

  But when I mark text and copy it, the fi is also in there. Also
  printing works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May  8 18:54:09 2014
  ExecutablePath: /usr/bin/evince
  InstallationDate: Installed on 2012-09-03 (612 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (20 days ago)

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

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


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

2015-01-19 Thread Andrea Azzarone
Works fine here. Is this still a problem?

** Changed in: unity/7.2
   Status: Triaged = Incomplete

** Changed in: unity
   Status: Triaged = Incomplete

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

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

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

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

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

  Dash scrollbars work fine in dash view instead.

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

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


[Touch-packages] [Bug 1412442] Re: Images are black when opened in gallery

2015-01-19 Thread Omer Akram
** Changed in: gallery-app (Ubuntu)
 Assignee: (unassigned) = Ugo Riboni (uriboni)

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

Title:
  Images are black when opened in gallery

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:
  image 202

  1. Take a picture from the camera
  2. Open the gallery app and tap on the new image's thumbnail

  What happens:
  The image does not open, rather a black screen is shown.

  Note: this issue only appears in gallery-app and does not show in
  photoroll of the camera. Also the thumbnails of photos show just fine
  in gallery as well.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: gallery-app (not installed)
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Mon Jan 19 13:34:55 2015
  InstallationDate: Installed on 2015-01-19 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20150119-030204)
  SourcePackage: gallery-app
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1412442] Re: Images are black when opened in gallery

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

** Changed in: gallery-app (Ubuntu)
   Status: New = Confirmed

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

Title:
  Images are black when opened in gallery

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:
  image 202

  1. Take a picture from the camera
  2. Open the gallery app and tap on the new image's thumbnail

  What happens:
  The image does not open, rather a black screen is shown.

  Note: this issue only appears in gallery-app and does not show in
  photoroll of the camera. Also the thumbnails of photos show just fine
  in gallery as well.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: gallery-app (not installed)
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Mon Jan 19 13:34:55 2015
  InstallationDate: Installed on 2015-01-19 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20150119-030204)
  SourcePackage: gallery-app
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 962082] Re: Profiles that require duplex audio like Head Set (HSP) and Hands Free (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

2015-01-19 Thread goliy
I confirm the bug is still here, HSP\HFP profile doesn't work
Tested with 2 bluetooth headsets

syslog says:
Jan 3 06:14:25 fitz123-laptop bluetoothd[745]: 
/org/bluez/745/hci0/dev_48_C1_AC_E0_2C_CF/fd0: fd(26) ready
Jan 3 06:14:25 fitz123-laptop rtkit-daemon[2277]: Successfully made thread 3043 
of process 2262 (n/a) owned by '1000' RT at priority 5.
Jan 3 06:14:25 fitz123-laptop rtkit-daemon[2277]: Supervising 4 threads of 1 
processes of 1 users.
Jan 3 06:14:25 fitz123-laptop bluetoothd[745]: Badly formated or unrecognized 
command: 
AT+XEVENT=USER-AGENT,COM.PLANTRONICS,PLT_Legend,115,34.06,1069b78391dca242aa1fc92c3794e7f6
Jan 3 06:14:25 fitz123-laptop bluetoothd[745]: Badly formated or unrecognized 
command: AT+BIA=0,0,0,1,1,1,0

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.10
Release:14.10
Codename:   utopic

$ usb-devices
T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=413c ProdID=8197 Rev=01.12
S: Manufacturer=Broadcom Corp
S: Product=BCM20702A0
S: SerialNumber=A4DB3020F62F
C: #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)

$ dmesg | grep Bluetooth
[ 14.799529] Bluetooth: Core ver 2.19
[ 14.799549] Bluetooth: HCI device and connection manager initialized
[ 14.799556] Bluetooth: HCI socket layer initialized
[ 14.799559] Bluetooth: L2CAP socket layer initialized
[ 14.799568] Bluetooth: SCO socket layer initialized
[ 14.803087] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.803091] Bluetooth: BNEP filters: protocol multicast
[ 14.803099] Bluetooth: BNEP socket layer initialized
[ 14.815372] Bluetooth: RFCOMM TTY layer initialized
[ 14.815382] Bluetooth: RFCOMM socket layer initialized
[ 14.815387] Bluetooth: RFCOMM ver 1.11

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

Title:
  Profiles that require duplex audio like Head Set (HSP) and Hands Free
  (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

Status in HWE Next Project:
  Fix Released
Status in bluez package in Ubuntu:
  Fix Released

Bug description:
  This problem seems to occur on every device that uses  the BCM20702A0
  Bluetooth hardware.

  How to reproduce:

  (1) Pair a bluetooth headset with a machine equipped with a BCM20702A0.
  (2) Activate the device.  Usually there is a button on the headset you should 
press to notify the bluetooth stack that you're ready to use the device.  This 
creates SCO link and the plumbs the audio components.
  (3) Open the sound settings tool and select the bluetooth device under the 
Input and Output tabs.  Under each tab you should see a table with an entry 
that has a headset icon on the left with the bluetooth device name to the 
right.  This is the item to select.

  Now, everything should be configured so that you can use your
  bluetooth device to hear and record audio.  Test this by:

  Testing Input:

  (1) In the sound settings tool, select the Input tab.
  (2) Make sure the Input Volume is not muted and the scale widget is not set 
to zero.
  (3) Make sounds into the headset mic -- you should see the Input Level bar 
raise.

  Testing Output:
  In the same program:
  (1) Select the Hardware tab.
  (2) In the box labeled Choose a device to configure, select your bluetooth 
device.
  (3) A combobox should appear at the bottom of the window labeled Settings 
for the selected device.  Choose Telephony Duplex (HSP/HFP).
  (4) Now click on the Test Speakers button to the right.
  (5) Run speaker test.  You should hear a sound.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/962082/+subscriptions

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


[Touch-packages] [Bug 1412419] Re: Visibility issues on rtm

2015-01-19 Thread Dave Morley
** Summary changed:

- Vissibility issues on rtm
+ Visibility issues on rtm

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

Title:
  Visibility issues on rtm

Status in bluez package in Ubuntu:
  New

Bug description:
  PRE_REQUISITES:
  Two phone with rtm on

  STEPS:
  1. On mako goto settings bluetooth
  2. On Krillin goto settings bluetooth
  3. Both phones should now discover each other
  4. Close both settings app
  5. Bootstrap Flash one phone so it has no record of the other
  6. Now open its settings bluetooth app
  7. It now discovers the other phone still.

  EXPECTATION:
  I only expect visibility to happen while the bt page is open.

  ACTUAL:
  It seems that once triggered nothing stops the visibility, the same may be 
true of vivid but I have only test this on rtm

  POSSIBLE SOLUTION:
  Have a toggle switch available in the indicator like there is on the desktop 
possibly.

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

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


[Touch-packages] [Bug 1055126] Re: dash preview animation is slow on high resolution screens (also fullscreen mode)

2015-01-19 Thread Andrea Azzarone
** Changed in: unity/6.0
Milestone: 7.3.1 = 6.16.0

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

Title:
  dash preview animation is slow on high resolution screens (also
  fullscreen mode)

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

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - 
About Ubuntu
  Description:  Ubuntu quantal (development branch)
  Release:  12.10

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  unity:
Installed: 6.6.0-0ubuntu1
Candidate: 6.6.0-0ubuntu1
Version table:
   *** 6.6.0-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
  100 /var/lib/dpkg/status
  compiz:
Installed: 1:0.9.8.2+bzr3377-0ubuntu1
Candidate: 1:0.9.8.2+bzr3377-0ubuntu1
Version table:
   *** 1:0.9.8.2+bzr3377-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen
  Animations should be smooth.

  4) What happened instead
  When I maximize the dash and right-click on an item with blur enabled the 
animation is almost
  not visible, because it isn't really smooth.
  If I disable blur everything is smooth. FYI scrolling is smooth with blur 
enabled.

  To my mind Unity seems to do some expansive operations, because my system 
should
  really be capable of running unity smooth, which is true for most parts of 
the shell.

  If you need more information, please let me know.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Sep 23 20:05:16 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120905.2)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1396244] Re: Unlocking the phone over fullscreen app is very slow

2015-01-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~gerboland/unity8/lockscreen-height-constant

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

Title:
  Unlocking the phone over fullscreen app is very slow

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Steps to repro:
  * have a pass{code,word}-protected phone
  * start dialer
  * lock the phone
  * unlock the phone

  Expected:
  * nothing much, stuff unlocks fluently and all

  Current:
  * fade out of the lockscreen takes like 2-3s, dialer and panel seem to fight 
over fullscreen vs. maximized surface size

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.01+15.04.20141117-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: armhf
  Date: Tue Nov 25 17:46:27 2014
  InstallationDate: Installed on 2014-11-25 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141125-020205)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1379375] Re: evince does not display ligatures

2015-01-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/fontconfig

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

Title:
  evince does not display ligatures

Status in fontconfig package in Ubuntu:
  Confirmed
Status in poppler package in Ubuntu:
  Fix Released
Status in fontconfig source package in Trusty:
  Won't Fix
Status in poppler source package in Trusty:
  In Progress
Status in fontconfig source package in Utopic:
  Won't Fix
Status in poppler source package in Utopic:
  In Progress

Bug description:
  [ Description ]

  Some ligatures (e.g. fi) are not displayed in certain fonts, because
  there are two different naming schemes in use in the wild.

  [ Fix ]

  Poppler upstream fixed this by adding a lookup table to fall back to
  the second scheme if necessary.

  [ QA ]

  1. Install tex-gyre
  2. Download 
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1317599/+attachment/4213588/+files/rfa1415_15sep_lect1.pdf
  3. Open the file in evince
  4. Look at Biometrics: file on page 3 

  If the fi ligature in file is not displayed, you have this bug.
  file should be displayed normally after it's fixed.

  [ Regression potential ]

  Since this patch implements a fallback only when lookup false, there
  shouldn't be any problems. Still, check all existing PDFs are still
  displayed correctly.

  [ Original report ]

  While there's Bug #1325230 with the same title and the linked PDFs there are 
working fine here (displaying fi correctly) there seems to be still some bug 
regarding ligatures.
  https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1325230

  I have some PDFs substituting Helvetica (and others) with TeX Gyre
  Heros and showing no fi ligature.  I attached a patch I derived from
  the patch in Bug #1325230 which is working fine. Now it uses Nimbus
  Sans L and the ligatures are fine.

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

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


[Touch-packages] [Bug 1389247] Re: Horizontal scrolling over an open indicator does not work

2015-01-19 Thread Andrea Azzarone
** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Horizontal scrolling over an open indicator does not work

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

Bug description:
  1. Open sound indicator menu
  2. Horizontally scroll over the indicator icon
  3. Menu should increase/decrease accordingly (as when the indicator menu is 
closed)

  Point 3 fails.

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

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


[Touch-packages] [Bug 1401911] Re: When the screen is locked edge barriers should be deactivated.

2015-01-19 Thread Andrea Azzarone
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  When the screen is locked edge barriers should be deactivated.

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

Bug description:
  If the screen is locked, launcher/panel edge barriers at the moment
  are active.

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

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


[Touch-packages] [Bug 1390562] Re: Moving the mouse out from the decoration hides the LIMs when Alt is pressed

2015-01-19 Thread Andrea Azzarone
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Moving the mouse out from the decoration hides the LIMs when Alt is
  pressed

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

Bug description:
  Prerequisite: from Appearance - Behavior - Set menu visible in
  window titlebar

  1. Open a window with menus
  2. Press and keep pressed the Alt key
  3. Menus will show
  4. Move the mouse over the window decoration
  5. Move the mouse out from the window decoration

  Actual behavior:
  6. Menus hides, also if the Alt key is pressed.

  Expected:
  6. Menus should stay visible until the Alt key is released.

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

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


[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-01-19 Thread Daniel d'Andrada
** Changed in: unity8 (Ubuntu)
   Status: New = In Progress

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

Title:
  Edge gestures still get lost

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  There are still cases where edge gestures are lost. Over the christmas
  holidays It happened about 5 times to me (in 2 weeks). Only way to
  recover is to reboot the phone. It always happened while the phone was
  in my pocket. When pulling it out of the pocket the edge gestures
  (launcher and right edge) were gone. This is most likely related to
  random taps on the screen, maybe in combination with the display
  toggling on/off.

  Haven't found a way yet to manually trigger it. Will keep on trying.

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

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


[Touch-packages] [Bug 1044927] Re: Laucher background not blurred when Dash is opened

2015-01-19 Thread Andrea Azzarone
** Changed in: unity (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Laucher background not blurred when Dash is opened

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

Bug description:
  The launcher background is occasionally left without blur (see
  attached screenshot). This is a regression after updating unity from
  version 6.2.0-0ubuntu4 to 6.4.0-0ubuntu1.

  Steps to reproduce:
  Make sure that launcher is set to autohide and it's not visible.
  1. Open dash pressing Super
  2. Notice that the launcher background is not blurred.

  This happens only when dash is opened pressing Super button. If
  launcher happens to be visible prior to opening dash, for example
  opening dash from BFB, the launcher background is blurred properly. If
  you open dash by using lens shortcuts (Super+F for example), the
  launcher background is blurred correctly most of the time.

  Also, if the launcher background has no blur and you click something
  with your mouse inside dash, the launcher background gets blurred.

  I think this is somehow related to bug 1044926 because the launcher
  background is never blurred if the dash is shown before the launcher.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Sep  2 10:37:48 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV620 [Mobility Radeon HD 3400 Series] 
[1002:95c4] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:19e2]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120807.1)
  MachineType: ASUSTeK Computer Inc. F5SR
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-11-generic 
root=UUID=40b6854e-96f6-477e-843b-810512211444 ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 210
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: F5SR
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.0
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr210:bd04/01/2009:svnASUSTeKComputerInc.:pnF5SR:pvr1.0:rvnPEGATRONCORPORATION:rnF5SR:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
  dmi.product.name: F5SR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

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

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


[Touch-packages] [Bug 1407928] Re: [phone] Does not auto-switch to available, known WiFi

2015-01-19 Thread Antti Kaijanmäki
** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [phone] Does not auto-switch to available, known WiFi

Status in indicator-network package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  This might not be the place for this bug, please reassign as
  appropriate.

  I was only able to reproduce this on mako/rtm, krillin/vivid seems to
  behave better (but I do remember the same issue there).

  Steps:
  * connect to a password-protected WiFi network
  * go out of range
  * make sure a GSM connection is established
  * go back in the WiFi range

  Expected:
  * phone connects to the known WiFi automatically

  Current:
  * phone does not connect to WiFi

  Please find attached network-test-session logs from when I toggled
  WiFi and Plane mode to get some data on the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: indicator-network 0.5.1+15.04.20141215~rtm-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Tue Jan  6 12:01:55 2015
  InstallationDate: Installed on 2014-12-18 (18 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141218-163635)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)
  indicator-network.log:
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
  upstart.indicator-network.log:
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered

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

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


[Touch-packages] [Bug 1407928] Re: [phone] Does not auto-switch to available, known WiFi

2015-01-19 Thread Antti Kaijanmäki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Tags added: rtm14

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

Title:
  [phone] Does not auto-switch to available, known WiFi

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  New

Bug description:
  This might not be the place for this bug, please reassign as
  appropriate.

  I was only able to reproduce this on mako/rtm, krillin/vivid seems to
  behave better (but I do remember the same issue there).

  Steps:
  * connect to a password-protected WiFi network
  * go out of range
  * make sure a GSM connection is established
  * go back in the WiFi range

  Expected:
  * phone connects to the known WiFi automatically

  Current:
  * phone does not connect to WiFi

  Please find attached network-test-session logs from when I toggled
  WiFi and Plane mode to get some data on the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: indicator-network 0.5.1+15.04.20141215~rtm-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Tue Jan  6 12:01:55 2015
  InstallationDate: Installed on 2014-12-18 (18 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141218-163635)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)
  indicator-network.log:
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
  upstart.indicator-network.log:
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407928/+subscriptions

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


  1   2   3   >