[Bug 1597415] Re: systemd-udevd: Error calling EVIOCSKEYCODE on device node '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

2017-01-18 Thread Michael Doube
This bug definitely depends on kernel version. Both the fix mentioned
above in #8
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1597415/comments/8
and mainline kernel after this commit (found with reverse bisect), are
required. Marking as linux bug. Would be very nice if fix could make it
into Ubuntu 16.04 LTS.

:~/linux/linux$ git bisect bad
e075b3c898e4055ec62a1f0ed7f3b8e62814bfb6 is the first bad commit
commit e075b3c898e4055ec62a1f0ed7f3b8e62814bfb6
Author: Pali Rohár 
Date:   Wed Jun 15 21:49:13 2016 +0200

dell-wmi: Generate one sparse keymap for all machines

This patch reworks code for generating sparse keymap and processing WMI
events. It unifies procedure for generating sparse keymap and also unifies
big switch code for processing WMI events of different types. After this
patch dell-wmi driver does not differ between "old" and "new" hotkey type.

It constructs sparse keymap table with all WMI codes. It is because on some
laptops (e.g. Dell Latitude E6440) ACPI/firmware send both event types (old
and new).

Each WMI code in sparse keymap table is prefixed by 16bit event type, so it
does not change functionality on laptops with "old" hotkey support (those
without scancodes in DMI).

This allow us to distinguish between same WMI codes with different types in
sparse keymap. Thanks to this WMI events of type 0x0011 were moved from big
switch into sparse keymap table too.

This patch also fixes possible bug in parsing WMI event buffer introduced
in commit 5ea2559726b7 ("dell-wmi: Add support for new Dell systems"). That
commit changed buffer type from int* to u16* without fixing code. More at:
http://lkml.iu.edu/hypermail/linux/kernel/1507.0/01950.html

Signed-off-by: Pali Rohár 
Tested-by: Michał Kępień 
Reviewed-by: Michał Kępień 
Tested-by: Gabriele Mazzotta 
Signed-off-by: Darren Hart 

:04 04 babec68576f8756c9b0ee28a7ca7496de1c3c41a
b2e0e8cffb710d6ef2bdb9d4634cbd8b65867a34 M  drivers


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597415

Title:
  systemd-udevd: Error calling EVIOCSKEYCODE on device node
  '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2017-01-11 Thread Michael Doube
Thanks for your help with this, looks like it's fixed for Xenial on
stock kernel v4.4 so I will not proceed with an SRU at this stage

:~$ uname -a
Linux Bethany 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

:~$ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0008 Version=0800
N: Name="AlpsPS/2 ALPS DualPoint TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
U: Uniq=
H: Handlers=mouse1 event7 
B: PROP=1
B: EV=b
B: KEY=e520 7 0 0 0 0
B: ABS=2608103

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597415] Re: systemd-udevd: Error calling EVIOCSKEYCODE on device node '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

2017-01-10 Thread Michael Doube
Fix may be dependent on kernel version; testing with stock kernel for
Ubuntu 16.04, v4.4, results in:

Jan 10 19:32:33 Bethany systemd-udevd[332]: Error calling EVIOCSKEYCODE
on device node '/dev/input/event11' (scan code 0x100150, key code 190):
Invalid argument

Previous testing used kernel v4.9 from here: http://kernel.ubuntu.com
/~kernel-ppa/mainline/?C=N;O=D

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597415

Title:
  systemd-udevd: Error calling EVIOCSKEYCODE on device node
  '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1597415] Re: systemd-udevd: Error calling EVIOCSKEYCODE on device node '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

2017-01-09 Thread Michael Doube
https://github.com/systemd/systemd/pull/5012

Change "KEYBOARD_KEY_150=f20" to "KEYBOARD_KEY_100150=f20" should fix
this issue.


Confirming this fix works here.

Editing /lib/udev/hwdb.d/60-keyboard.hwdb with the change above followed by
:~$ udevadm hwdb --update
~:$ udevadm trigger

Enables mic mute key.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597415

Title:
  systemd-udevd: Error calling EVIOCSKEYCODE on device node
  '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597415] Re: systemd-udevd: Error calling EVIOCSKEYCODE on device node '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

2017-01-09 Thread Michael Doube
I have the same on Dell Latitude 7370 on Zesty daily iso & 16.04.
Marking my other report as a duplicate of this one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597415

Title:
  systemd-udevd: Error calling EVIOCSKEYCODE on device node
  '/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654827] Re: Microphone mute Fn hotkey does not work on Dell Latitude 7370

2017-01-09 Thread Michael Doube
*** This bug is a duplicate of bug 1597415 ***
https://bugs.launchpad.net/bugs/1597415

I tested this just now using the Zesty daily iso, and my mic mute button
doesn't mute the mic. I see in my log:

Jan  9 10:46:18 ubuntu systemd-udevd[1086]: Error calling EVIOCSKEYCODE
on device node '/dev/input/event15' (scan code 0x150, key code 190):
Invalid argument

Which is the same one referenced in the pull request above.


** This bug has been marked a duplicate of bug 1597415
   systemd-udevd: Error calling EVIOCSKEYCODE on device node 
'/dev/input/event9' (scan code 0x150, key code 190): Invalid argument

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654827

Title:
  Microphone mute Fn hotkey does not work on Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654827] [NEW] Microphone mute Fn hotkey does not work on Dell Latitude 7370

2017-01-08 Thread Michael Doube
Public bug reported:

Mic mute hotkey (Fn+F4)on Dell Latitude 7370 does not work. It generates
a correct keycode but this is not translated into 'action'. Mic mute can
be activated in software by ticking the mute checkbox, and this
correctly activates the mic mute key's LED.

Also present in Zesty daily ISO.

:~$ acpi_listen 
button/micmute MICMUTE 0080  K
 PNP0C14:01 00d0 

:~$ sudo showkey -k
keycode 248 press
keycode 248 release

:~$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:  Lid Switch
/dev/input/event1:  Power Button
/dev/input/event2:  Sleep Button
/dev/input/event3:  Power Button
/dev/input/event4:  AT Translated Set 2 keyboard
/dev/input/event5:  Video Bus
/dev/input/event6:  AlpsPS/2 ALPS DualPoint Stick
/dev/input/event7:  AlpsPS/2 ALPS DualPoint TouchPad
/dev/input/event8:  DELL Wireless hotkeys
/dev/input/event9:  ELAN Touchscreen
/dev/input/event10: Integrated_Webcam_HD
/dev/input/event11: HDA Intel PCH Headphone Mic
/dev/input/event12: HDA Intel PCH HDMI/DP,pcm=3
/dev/input/event13: HDA Intel PCH HDMI/DP,pcm=7
/dev/input/event14: HDA Intel PCH HDMI/DP,pcm=8
/dev/input/event15: Dell WMI hotkeys
Select the device event number [0-15]: 15
Input driver version is 1.0.1
Input device ID: bus 0x19 vendor 0x0 product 0x0 version 0x0
Input device name: "Dell WMI hotkeys"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
Event code 113 (KEY_MUTE)
Event code 114 (KEY_VOLUMEDOWN)
Event code 115 (KEY_VOLUMEUP)
Event code 148 (KEY_PROG1)
Event code 149 (KEY_PROG2)
Event code 161 (KEY_EJECTCD)
Event code 202 (KEY_PROG3)
Event code 203 (KEY_PROG4)
Event code 224 (KEY_BRIGHTNESSDOWN)
Event code 225 (KEY_BRIGHTNESSUP)
Event code 227 (KEY_SWITCHVIDEOMODE)
Event code 236 (KEY_BATTERY)
Event code 240 (KEY_UNKNOWN)
Event code 248 (KEY_MICMUTE)
Event code 431 (KEY_DISPLAYTOGGLE)
  Event type 4 (EV_MSC)
Event code 4 (MSC_SCAN)
Properties:
Testing ... (interrupt to exit)
Event: time 1483869894.006318, type 4 (EV_MSC), code 4 (MSC_SCAN), value 100150
Event: time 1483869894.006318, type 1 (EV_KEY), code 248 (KEY_MICMUTE), value 1
Event: time 1483869894.006318, -- SYN_REPORT 
Event: time 1483869894.006416, type 1 (EV_KEY), code 248 (KEY_MICMUTE), value 0
Event: time 1483869894.006416, -- SYN_REPORT 

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu13
Uname: Linux 4.9.0-040900-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: Unity
CustomUdevRuleFiles: 80-canon_mfp2.rules
Date: Sun Jan  8 10:07:22 2017
InstallationDate: Installed on 2016-05-15 (238 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Dell Inc. Latitude 7370
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.9.0-040900-generic 
root=UUID=d96256e6-13a6-46a5-ba80-2e121d8f8dab ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/31/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.9.3
dmi.board.name: 0MMWGJ
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.3:bd10/31/2016:svnDellInc.:pnLatitude7370:pvr:rvnDellInc.:rn0MMWGJ:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude 7370
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654827

Title:
  Microphone mute Fn hotkey does not work on Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2017-01-02 Thread Michael Doube
Bisected kernel, see below (where 'bad' means feature introduced and
functional)

aeaa881f9b17823028b464893b89c42db797b717 is the first bad commit
commit aeaa881f9b17823028b464893b89c42db797b717
Author: Ben Gamari 
Date:   Tue Oct 4 11:43:30 2016 -0700

Input: ALPS - set DualPoint flag for 74 03 28 devices

Here we introduce logic in alps_identify to set the ALPS_DUALPOINT flag
for touchpad hardware responding to E7 report with 73 03 28, as is found
in the Dell Latitude E7470.

Tested-by: Michal Hocko 
Signed-off-by: Ben Gamari 
Signed-off-by: Dmitry Torokhov 

:04 04 9e51f288b78352b4b7fca18f5e5f379cd1d4b90a
3b7eafa43208c2a7046be9d17f748fcd5dba18d8 M  drivers


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-12-28 Thread Michael Doube
Michael Doube, would you need a backport to a release prior to Zesty?
Yes, to 16.04 LTS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-12-26 Thread Michael Doube
Tested against today's Zesty CD Image and confirming that touchpad
detection is working there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-12-25 Thread Michael Doube
This is fixed upstream in mainline kernel 4.9.0-040900-generic

:~$ cat /proc/bus/input/devices

I: Bus=0011 Vendor=0002 Product=0008 Version=0800
N: Name="AlpsPS/2 ALPS DualPoint TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
U: Uniq=
H: Handlers=mouse1 event7 
B: PROP=1
B: EV=b
B: KEY=e520 7 0 0 0 0
B: ABS=2608103


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: kernel-fixed-upstream kernel-fixed-
upstream-4.9.0-040900-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-12-22 Thread Michael Doube
Added linux package because device is not correctly detected and
debugging instructions say

" If Touchpad is not detected then the following will appear:

Name="ImPS/2 Generic Wheel Mouse"

In this case the bug must be a kernel issue."

https://wiki.ubuntu.com/DebuggingTouchpadDetection

:~$ cat /proc/bus/input/devices

I: Bus=0011 Vendor=0002 Product=0005 Version=
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input7
U: Uniq=
H: Handlers=mouse1 event8 
B: PROP=1
B: EV=7
B: KEY=7 0 0 0 0
B: REL=103


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-11-14 Thread Michael Doube
** Summary changed:

- 'ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370
+ ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641451

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1641451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1641451] [NEW] 'ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-11-13 Thread Michael Doube
Public bug reported:

Touchpad is detected but appears to be running some generic drivers
which mean the full suite of multi-touch controls and disabling touchpad
while typing are missing.

Laptop model directly from the sticker of the computer.
Dell Latitude 7370
Reg Model P67G

Manufacturer of the Touchpad.
Alps

When the symptom first appeared.
Since installing Ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xserver-xorg-input-synaptics 1.8.2-1ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sun Nov 13 20:08:03 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
InstallationDate: Installed on 2016-05-15 (182 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Dell Inc. Latitude 7370
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic.efi.signed 
root=UUID=d96256e6-13a6-46a5-ba80-2e121d8f8dab ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-input-synaptics
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/14/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 01.05.03
dmi.board.name: 0MMWGJ
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr01.05.03:bd07/14/2016:svnDellInc.:pnLatitude7370:pvr:rvnDellInc.:rn0MMWGJ:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude 7370
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Nov 12 17:24:12 2016
xserver.configfile: default
xserver.errors:

xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5217
 vendor SHP
xserver.version: 2:1.18.4-0ubuntu0.1

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubuntu xenial

** Attachment added: "Windows device data"
   
https://bugs.launchpad.net/bugs/1641451/+attachment/4776962/+files/LatitudeTouchpadWindowsDiagnostics.txt

** Description changed:

+ Touchpad is detected but appears to be running some generic drivers
+ which mean the full suite of multi-touch controls and disabling touchpad
+ while typing are missing.
+ 
  Laptop model directly from the sticker of the computer.
  Dell Latitude 7370
  Reg Model P67G
  
  Manufacturer of the Touchpad.
  Alps
  
- When the symptom first appeared. 
+ When the symptom first appeared.
  Since installing Ubuntu
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-input-synaptics 1.8.2-1ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 13 20:08:03 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  InstallationDate: Installed on 2016-05-15 (182 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Dell Inc. Latitude 7370
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic.efi.signed 
root=UUID=d96256e6-13a6-46a5-ba80-2e121d8f8dab ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.05.03
  dmi.board.name: 0MMWGJ
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.05.03:bd07/14/2016:svnDellInc.:pnLatitude7370:pvr:rvnDellInc.:rn0MMWGJ:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 7370
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
 

[Bug 1592367] [NEW] Comments bar is too narrow on HiDPI screens

2016-06-14 Thread Michael Doube
Public bug reported:

My new laptop has a HiDPI screen (13", 3200×1800), which is becoming
usual or even standard these days.

LibreOffice displays the comments bar far too narrow to be useful,
almost as though it has a hard-coded pixel width. I've set 2× scaling in
the display settings. There doesn't seem to be a way to increase the
width in user settings. Ideally, comments would take up variable or
maximal available space beside the page.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libreoffice-core 1:5.1.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jun 14 12:04:16 2016
ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
InstallationDate: Installed on 2016-05-15 (30 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hidpi xenial

** Attachment added: "screenshot showing very narrow comments bar"
   
https://bugs.launchpad.net/bugs/1592367/+attachment/4683467/+files/Screenshot%20from%202016-06-14%2012-11-05.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592367

Title:
  Comments bar is too narrow on HiDPI screens

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1296270] Re: Have to login twice after suspending

2016-06-05 Thread Michael Doube
** Also affects: gnome-screensaver (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296270

Title:
  Have to login twice after suspending

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] BootDmesg.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561928/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] Lsusb.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1536555/+attachment/4561933/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] ProcCpuinfo.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561935/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] UdevLog.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561941/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] ProcModules.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561938/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] UdevDb.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1536555/+attachment/4561940/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] WifiSyslog.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561942/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] ProcEnviron.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561936/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] PulseList.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561939/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] ProcInterrupts.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561937/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] CurrentDmesg.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561930/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] Re: USB3 devices are not active early in boot

2016-02-02 Thread Michael Doube
apport information

** Tags added: apport-collected

** Description changed:

  
  lsb_release -rd
  Description:  Ubuntu 14.04.3 LTS (up-to-date packages)
  Release:  14.04
  
  USB3-plugged devices do not function early in the boot process. This
  includes USB2 devices plugged into USB3 ports, but does not include USBx
  devices plugged into USB2 ports (these work fine).
  
  To reproduce:
  1. plug keyboard into USB3 port, computer off
  2. boot
  3. attempt to select options in the GRUB menu
  
  Observed outcome:
  Selection of boot options is not possible
  
  Expected outcome:
  Selection of boot options is possible
  
  Also, a few people have noticed that they can't boot from media plugged
  into their USB3 ports, for example a flash drive with a Live CD image on
  it. (e.g. http://ubuntuforums.org/showthread.php?t=1628665)
  
  I guess this has something to do with whether the usb3 drivers are
  available at this early stage of boot: later on, after the full kernel
  is loaded, USB3 works fine.
  
- I know I could plug my keyboard into a USB2 port as it was before, but I
- have these new monitors that have got only USB3 ports on them, and it's
- physically more convenient to plug keyboard & mouse into them than the
- workstation itself (Dell T7600), which is a bit far for the cables to
- reach.
+ I know I could plug my keyboard into a USB2 port as it was before, but I have 
these new monitors that have got only USB3 ports on them, and it's physically 
more convenient to plug keyboard & mouse into them than the workstation itself 
(Dell T7600), which is a bit far for the cables to reach.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  mdoube 2897 F pulseaudio
+  /dev/snd/controlC1:  mdoube 2897 F pulseaudio
+  /dev/snd/controlC0:  mdoube 2897 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=8629e880-0342-46f8-9392-7b5444e0ef96
+ InstallationDate: Installed on 2015-10-12 (112 days ago)
+ InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64+mac 
(20150805)
+ MachineType: Dell Inc. Precision T7600
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-47-generic 
root=UUID=7ce67a28-3ea8-4919-8a6e-f57670d56652 ro quiet splash
+ ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-47-generic N/A
+  linux-backports-modules-3.19.0-47-generic  N/A
+  linux-firmware 1.127.20
+ RfKill:
+  
+ Tags:  trusty
+ Uname: Linux 3.19.0-47-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/29/2014
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A12
+ dmi.board.asset.tag: RVCDoube0
+ dmi.board.name: 082WXT
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A01
+ dmi.chassis.asset.tag: RVCDoube0
+ dmi.chassis.type: 7
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd09/29/2014:svnDellInc.:pnPrecisionT7600:pvr01:rvnDellInc.:rn082WXT:rvrA01:cvnDellInc.:ct7:cvr:
+ dmi.product.name: Precision T7600
+ dmi.product.version: 01
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561927/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] Lspci.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1536555/+attachment/4561932/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] CRDA.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1536555/+attachment/4561929/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] IwConfig.txt

2016-02-02 Thread Michael Doube
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1536555/+attachment/4561931/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536555] [NEW] USB3 devices are not active early in boot

2016-01-21 Thread Michael Doube
Public bug reported:


lsb_release -rd
Description:Ubuntu 14.04.3 LTS (up-to-date packages)
Release:14.04

USB3-plugged devices do not function early in the boot process. This
includes USB2 devices plugged into USB3 ports, but does not include USBx
devices plugged into USB2 ports (these work fine).

To reproduce:
1. plug keyboard into USB3 port, computer off
2. boot
3. attempt to select options in the GRUB menu

Observed outcome:
Selection of boot options is not possible

Expected outcome:
Selection of boot options is possible

Also, a few people have noticed that they can't boot from media plugged
into their USB3 ports, for example a flash drive with a Live CD image on
it. (e.g. http://ubuntuforums.org/showthread.php?t=1628665)

I guess this has something to do with whether the usb3 drivers are
available at this early stage of boot: later on, after the full kernel
is loaded, USB3 works fine.

I know I could plug my keyboard into a USB2 port as it was before, but I
have these new monitors that have got only USB3 ports on them, and it's
physically more convenient to plug keyboard & mouse into them than the
workstation itself (Dell T7600), which is a bit far for the cables to
reach.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536555

Title:
  USB3 devices are not active early in boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-11-24 Thread Michael Doube
Oops - spoke too soon. Bug still present. Seems to be not quite 100%
reproducible - correct behaviour occurs for some programs and some
window configurations (maximised vs windowed), and possibly depending on
how many programs have been opened since boot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-11-21 Thread Michael Doube
For other reasons, I just moved all my ~/.* config files to a backup
directory, rebuilt and reinstalled the NVIDIA driver (from NVIDIA's
package), and this bug is gone, on my workstation at least.

Both laptop and workstation were upgraded from 12.04 to 14.04 (apt-get
dist-upgrade) , so perhaps some stale config is the cause?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-10-21 Thread Michael Doube
Hi Stephen,

I had the same thought, but the devices are very different - a laptop with
Intel graphics and a workstation with NVIDIA graphics and two monitors (one
rotated 90°), so it seems unlikely to be just a config problem. Is there
some debug / config info that would help test your idea?


On 17 October 2014 14:43, Stephen M. Webb stephen.w...@canonical.com
wrote:

 This sounds remarkably like an X11 configuration issue.  The only time
 I've ever seen anything like it is when a monitor gives incorrect EDID
 information or physical screens are explicitly placed incorrectly within
 the X11 virtual screen using xrandr.

 Could this possibly be a themeing issue?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1371590

 Title:
   Global menu bar snatches defeat from the jaws of victory, à la Windows
   95 Start button

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-10-17 Thread Michael Doube
I just noticed that on a fresh boot, with only 'Videos' application
open, expected behaviour occurs (menu items appear with cursor hard to
top of screen).

BUT - when I open another application (Thunderbird) both it and 'Videos'
go back to the buggy behaviour - menu items only appear with cursor
slightly away from absolute top of screen. So behaviour is somewhat
inconsistent.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-09-24 Thread Michael Doube
Thanks for looking at this. It's 100% consistent for me, on two very
different devices, so I'm surprised that everyone else is having such
trouble reproducing it.

Perhaps the cursors are the problem, and the pointer is more pointy than
expected, after the upgrade?

I wanted to attach screenshots but I see now the cursor is excluded from
the capture, unlike previous versions. It's literally a one pixel row
difference in position that hides the menu bar items. It almost looks as
though the cursor point itself is extending beyond the top limit of the
monitor (i.e. into negative y values).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-09-24 Thread Michael Doube
OK, here's a little video from my phone showing the menu disappearing
and reappearing as the cursor goes over it.

** Attachment added: 14090026.mp4
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1371590/+attachment/4214025/+files/14090026.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1371590] Re: Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-09-23 Thread Michael Doube
Yes, it's 100% reproducible. The global menu bar does appear, but only if
the mouse is a little bit (one pixel or so) away from the top, and not
right at the top of the screen.

The global menu bar menu items disappear when the mouse is pushed to the
very top of the screen and reappear when the mouse cursor is brought back
down.

It affects a multi-monitor setup on NVIDIA's proprietary drivers (Dell
T7600 with GTX 680) and my single-monitor laptop (Vaio SZ650) with really
old Intel GM965 open drivers. Both machines were upgraded from Ubuntu 12.04
LTS to 14.04 LTS.

On 22 September 2014 14:08, Andrea Azzarone 1371...@bugs.launchpad.net
wrote:

 It works here. Is this 100% reproducible?

 ** Changed in: unity
Status: New = In Progress

 ** Changed in: unity (Ubuntu)
Status: New = Incomplete

 ** Changed in: unity
Status: In Progress = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1371590

 Title:
   Global menu bar snatches defeat from the jaws of victory, à la Windows
   95 Start button

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1371590] [NEW] Global menu bar snatches defeat from the jaws of victory, à la Windows 95 Start button

2014-09-19 Thread Michael Doube
Public bug reported:

There is a really old usability bug relating to mouse accuracy, which
Ubuntu 14.04 has rediscovered in its global menu.

Basically, it's super easy to move your pointer fast and hard to the
extreme edge and corners of the screen, so you can hit targets placed
there quickly. But the global menu only activates if the cursor is a
pixel or two from the top of the screen. This is a massive usability
bug.

The example from the 90s (yes, 20 years ago) is that Win 95's start
button was offset from the bottom left corner by a couple of pixels.
That made it hard for people to hit, and if they'd only put it flush
with the bottom left it would have been way way easier to click. Hence
snatching defeat from the jaws of victory - e.g. in this post from
2000 http://www.joelonsoftware.com/uibook/chapters/fog63.html

Hopefully this is an easy fix: extend the mouseover activation area for
the global menu to the top of the screen. Right to the top zeroth row of
pixels. Please?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371590

Title:
  Global menu bar snatches defeat from the jaws of victory, à la Windows
  95 Start button

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 984088] Re: Upon resuming from suspend messages appear in tty

2014-07-07 Thread Michael Doube
blacklist mei workaround seems to help so far on this kernel. New kernel
just released, will test that one too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984088

Title:
  Upon resuming from suspend messages appear in tty

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 984088] Re: Upon resuming from suspend messages appear in tty

2014-07-04 Thread Michael Doube
This (or something very much like it) still occurs in relation to
failing resume from suspend on my Dell T7600.

watchdog complaint is echoed to tty and resume fails.

This is on an up to date Ubuntu 12.04, and has affected the last few
kernels (a few months I think, but haven't kept the old ones so can't
easily test when it was introduced)

:~$ uname -a
Linux 3.2.0-65-generic #98-Ubuntu SMP Wed Jun 11 20:27:07 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

currently trying the mei blackist workaround, will feedback here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984088

Title:
  Upon resuming from suspend messages appear in tty

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305877]

2014-04-16 Thread Michael Doube
Dear Eike, m.a.risov and Christopher,

Thanks for taking your time with this.

As a programmer concerned about user experience (which sometimes I get
to practise, when not battling with spreadsheets), the userland
behaviour is pretty weird. Why is there an apostrophe in the input line
and not in the cell? That breaks all my assumptions about the
relationship between the input line and the cell. For example, if I
enter a ' into the input line, when a Text formatted cell is selected, I
get a ' in the cell. Suddenly making a ' appear in the input line
without it being in the cell is strange. Current behaviour seems like a
cheap hack to get out of doing some actual conversion logic and user
interaction. e.g.

1. Cell chars are all numerals, looks like an integer, no problem - integer
2. Cell chars might look like a decimal number maybe with a , or a . or an E: 
ask the user what to do (locale-dependent sensible default required)
3. Function text is included (e.g. =, SUM(A1:A10), etc.) if it parses, - no 
problem
4. Something else is there, random text, whatever. Then just apply number 
format to the cell and behave as though the user typed the same string of chars 
into the cell.

I hope that you can see that these solutions are, from a user
perspective, somewhat more appealing than the current behaviour which is
something like:

prepend a ', but only display it in the input line and not in the cell.
Don't warn the user that this has happened because of an unwillingness
to change the underlying datatype of the cell. Also don't tell them that
they have to apply an obscure, terse regex to get rid of the ' and make
the data how they want it: let them try to find it on the wiki (assumes
motivation and a working internet connection). Allow them to waste their
time working out how to reenter their data / figure out the correct
combination of copy-paste options.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305877

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305877]

2014-04-13 Thread Michael Doube
For the record I'd like to note that this is a bizarre, unintuitive
intended behaviour, and the fix you propose is equally bizarre and
unintuitive. Having to install an extension seems way over the top for
what should be a core functionality (I guess at some point someone was
so desperate to do this that they resorted to coding the extension!).

I first attempted a find-replace for ' - [empty], which didn't work.
Your regex example will be totally opaque to nearly all users.

The answer to the pasting some data from a website problem is to Paste
Special... get the delimiters right and make sure to check the box to
detect special numbers (my data are here:
http://physics.nist.gov/PhysRefData/XrayMassCoef/ComTab/pyrex.html ).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305877

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305877] Re: ' prepended when applying Number Category to Text Category cell with a number in it

2014-04-11 Thread Michael Doube
** Bug watch added: freedesktop.org Bugzilla #77317
   https://bugs.freedesktop.org/show_bug.cgi?id=77317

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=77317
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305877

Title:
  ' prepended when applying Number Category to Text Category cell with a
  number in it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305877] [NEW] ' prepended when applying Scientific or Number format to Text format cell

2014-04-10 Thread Michael Doube
Public bug reported:

When I paste some numerical data the cell format is set to Text.
ALternatively I could type some number into a cell with Text format.

When I change the format to Scientific or Number, a ' gets prepended
to the cell content and is therefore not recognised as a number.

To replicate:

Open calc
Set the cell format to 'Text'
Enter into the cell a numerical value, such as 1 or 1E1
Change the format to Number or Scientific

Note that the cell is shown as left-justified and without an extra ',
and in the function bar it is shown with a ' prepended (e.g. '1 or
'1E1). This bug only occurs when the cell format is set to Text prior to
the content being added.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libreoffice-calc 1:3.5.7-0ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
Uname: Linux 3.2.0-60-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Apr 10 14:10:51 2014
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
MarkForUpload: True
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

** Summary changed:

- ' prepended when applying Scientific format to cell
+ ' prepended when applying Scientific or Number format to Text format cell

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305877

Title:
  ' prepended when applying Scientific or Number format to Text format
  cell

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Re: [Dell Precision T7600] LiveCD/USB will not boot in UEFI mode

2014-01-03 Thread Michael Doube
I can boot in UEFI mode from a daily build iso flashed to a USB stick,
using the A10 BIOS update.

Steps:
1. Download and install BIOS update A10 from Dell (in Win 7 - I dual boot)
2. Download the daily build iso from ubuntu.com and make a bootable USB stick
3. Reboot the computer holding down F12
4. When the boot menu appears, choose to boot from USB with UEFI mode
5. Boot into Ubuntu (I'm 'trying without installing')

Seems OK now, can anyone verify?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  [Dell Precision T7600] LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-26 Thread Michael Doube
** Bug watch added: GNOME Bug Tracker #679522
   https://bugzilla.gnome.org/show_bug.cgi?id=679522

** Also affects: gstreamer via
   https://bugzilla.gnome.org/show_bug.cgi?id=679522
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-23 Thread Michael Doube
** Bug watch added: GNOME Bug Tracker #706649
   https://bugzilla.gnome.org/show_bug.cgi?id=706649

** Also affects: totem via
   https://bugzilla.gnome.org/show_bug.cgi?id=706649
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-23 Thread Michael Doube
** Tags added: precise quantal raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-21 Thread Michael Doube
Still reproducible in 12.04.

It seems that the QuickTime file format uses a 3x3 transformation matrix
to encode a mapping from 'camera space' to 'display space'. In the case
of simple 90° and 180° rotations that matrix is all zeros and (minus)
ones. So, this should just be a case of getting the bytes of the
transformation matrix and working out which way to do the rotation.

https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP4939-CH204-56313

https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFChap4/qtff4.html#//apple_ref/doc/uid/TP4939-CH206-18737

An algorithm might go like:
parse bytes looking for 'mvhd'
skip ahead 36 bytes
read the next 36 bytes into a 3x3 matrix (4 bytes per element)
calculate the rotation
do the rotation during playback

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1198118] [NEW] Drive benchmark displays ambiguous units: MB/s and Mb/s

2013-07-05 Thread Michael Doube
Public bug reported:

Drive benchmark reports give results in units of megabytes per second
(MB/s) on the y axis of the graph but in megabits per second (Mb/s) in
the summary text. The values are the same.

So, I don't know if my RAID array is running about as fast as it should,
or way slower.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-disk-utility 3.0.2-2ubuntu7
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Fri Jul  5 10:51:44 2013
ExecutablePath: /usr/bin/palimpsest
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-disk-utility
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-disk-utility (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

** Attachment added: Screenshot from 2013-07-05 10:53:44.png
   
https://bugs.launchpad.net/bugs/1198118/+attachment/3725682/+files/Screenshot%20from%202013-07-05%2010%3A53%3A44.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198118

Title:
  Drive benchmark displays ambiguous units: MB/s and Mb/s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1198118/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1025283] Re: LiveCD/USB will not boot in UEFI mode

2013-01-18 Thread Michael Doube
The only current workaround for this bug is to avoid UEFI altogether and
install and boot both Windows and Ubuntu in legacy mode, if dual booting
those OSes.


On 17 January 2013 16:43, Douglas Russell r...@dpwrussell.com wrote:

 I have also tested daily build as of the 17th of Jan 2013, same error as
 above poster and my original error. Sorry for long abscence.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1025283

 Title:
   LiveCD/USB will not boot in UEFI mode

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1099369] [NEW] Singapore, Singapore missing from timezone Locations list

2013-01-14 Thread Michael Doube
Public bug reported:

I want to see the time in Singapore (the city-state Republic of
Singapore, South-East Asia) in my list of time zones in the dock clock
application. But Singapore (SE Asia) is not listed. Neighbouring cities
in Malaysia are listed, however. I expect to see Singapore listed so I
can quickly check the time there.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.2-0ubuntu0.8
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
Date: Mon Jan 14 11:41:00 2013
ExecutablePath: /usr/bin/gnome-control-center
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
MarkForUpload: True
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3.1
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity

** Description changed:

- I want to see the time in Singapore (the city-sate Republic of
+ I want to see the time in Singapore (the city-state Republic of
  Singapore, South-East Asia) in my list of time zones in the dock clock
  application. But Singapore (SE Asia) is not listed. Neighbouring cities
  in Malaysia are listed, however. I expect to see Singapore listed so I
  can quickly check the time there.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.8
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  Date: Mon Jan 14 11:41:00 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  ProcEnviron:
-  SHELL=/bin/bash
-  PATH=(custom, no user)
-  LANGUAGE=en_GB:en
-  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANGUAGE=en_GB:en
+  LANG=en_GB.UTF-8
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
-  activity-log-manager-control-center 0.9.4-0ubuntu3.1
-  deja-dup22.0-0ubuntu2
-  gnome-bluetooth 3.2.2-0ubuntu5
-  indicator-datetime  0.3.94-0ubuntu2
+  activity-log-manager-control-center 0.9.4-0ubuntu3.1
+  deja-dup22.0-0ubuntu2
+  gnome-bluetooth 3.2.2-0ubuntu5
+  indicator-datetime  0.3.94-0ubuntu2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099369

Title:
  Singapore, Singapore missing from timezone Locations list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1099369/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1096852] [NEW] Needs version update

2013-01-07 Thread Michael Doube
Public bug reported:

Ubuntu is shipping a more than three-year-old version of libQGLViewer
(version 2.3.4 released in September 2009).

This means that modern software fails to run or build on Ubuntu: one
must download from the project homepage a recent version instead of
using the official repository version.

http://www.libqglviewer.com/

Please update this package.

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


** Tags: upgrade-software-version

** Description changed:

- Ubuntu is shipping a more than three-year-old version of libQGLviewer
+ Ubuntu is shipping a more than three-year-old version of libQGLViewer
  (version 2.3.4 released in September 2009).
  
  This means that modern software fails to run or build on Ubuntu: one
  must download from the project homepage a recent version instead of
  using the official repository version.
  
  http://www.libqglviewer.com/
  
  Please update this package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1096852

Title:
  Needs version update

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Re: LiveCD/USB will not boot in UEFI mode

2013-01-02 Thread Michael Doube
Testing today's daily build of Raring on a Dell T7600, USB startup disk
created just now.

Initial loading results in repeated killing of modprobe, then eventually
into a purple graphical shell with ubuntu logo and five white / orange
dots underneath. Let it run for a couple of minutes but nothing happens.

No activity on my USB stick LED, either so it looks to have hanged.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] apport information

2013-01-02 Thread Michael Doube
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 5357 F pulseaudio
 /dev/snd/controlC0:  ubuntu 5357 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfb52 irq 79'
   Mixer name   : 'Realtek ALC269VB'
   Components   : 'HDA:10ec0269,10280495,00100100'
   Controls  : 26
   Simple ctrls  : 14
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfb08 irq 36'
   Mixer name   : 'Nvidia GPU 40 HDMI/DP'
   Components   : 'HDA:10de0040,38423687,00100100'
   Controls  : 24
   Simple ctrls  : 4
CasperVersion: 1.315
DistroRelease: Ubuntu 12.04
IwConfig:
 lono wireless extensions.
 
 eth1  no wireless extensions.
 
 eth0  no wireless extensions.
LiveMediaBuild: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
MachineType: Dell Inc. Precision T7600
Package: linux (not installed)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-29-generic N/A
 linux-backports-modules-3.2.0-29-generic  N/A
 linux-firmware1.79
RfKill:
 
StagingDrivers: mei
Tags:  precise staging precise staging
Uname: Linux 3.2.0-29-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 07/05/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A02
dmi.board.name: 0VHRW1
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd07/05/2012:svnDellInc.:pnPrecisionT7600:pvr01:rvnDellInc.:rn0VHRW1:rvrA03:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision T7600
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] AcpiTables.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472736/+files/AcpiTables.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] AlsaDevices.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472737/+files/AlsaDevices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] AplayDevices.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472738/+files/AplayDevices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] ArecordDevices.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472739/+files/ArecordDevices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] BootDmesg.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472740/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Card0.Amixer.values.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472741/+files/Card0.Amixer.values.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Card0.Codecs.codec.0.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472742/+files/Card0.Codecs.codec.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Card1.Amixer.values.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472743/+files/Card1.Amixer.values.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Card1.Codecs.codec.0.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472744/+files/Card1.Codecs.codec.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] CurrentDmesg.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472745/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Lspci.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1025283/+attachment/3472746/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] Lsusb.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1025283/+attachment/3472747/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] PciMultimedia.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472748/+files/PciMultimedia.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] ProcCpuinfo.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472749/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] ProcInterrupts.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472750/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] ProcModules.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472751/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] UdevDb.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1025283/+attachment/3472752/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] UdevLog.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472753/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025283] WifiSyslog.txt

2013-01-02 Thread Michael Doube
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1025283/+attachment/3472754/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025283

Title:
  LiveCD/USB will not boot in UEFI mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584529] Re: Thunderbird complains there is no connection on resume from suspend, when there is a connection

2012-07-01 Thread Michael Doube
Another version combination where this bug is still present:

Ubuntu 11.04 with Thunderbird 13.0.1 (from the PPA)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/584529

Title:
  Thunderbird complains there is no connection on resume from suspend,
  when there is a connection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 694488] Re: Facebook publication dialog is in geographical language not system language

2011-11-09 Thread Michael Doube
This bug still exists in Shotwell 0.9.3.

See attached screenshot showing input locale set to English but the
Facebook login dialog set to German.

This is on a laptop with language set to English and located in Germany.

** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/694488/+attachment/2590725/+files/Screenshot.png

** Changed in: shotwell (Ubuntu)
   Status: Fix Released = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694488

Title:
  Facebook publication dialog is in geographical language not system
  language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 694488] Re: Facebook publication dialog is in geographical language not system language

2011-11-09 Thread Michael Doube
Actually it looks like this is fixed upstream in a later version.

** Changed in: shotwell (Ubuntu)
   Status: Incomplete = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694488

Title:
  Facebook publication dialog is in geographical language not system
  language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 567025] Re: Compiz borks when tooltips are wider than screen

2011-09-15 Thread Michael Doube
Seems to be fixed in 11.04 (LibreOffice + Zotero 3.0). Tooltip is long,
contains no text and is translucent but at least doesn't crash Compiz. I
normally run now with Tools-Options-General-Tips unchecked, and don't
miss those long tooltips at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/567025

Title:
  Compiz borks when tooltips are wider than screen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
This still exists, waiting for some attention.  Expiring old bugs
because nothing changed is lame.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: Expired = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
Set of movies in all 4 orientations.  Note, it is an ordinary, not anti-
gravity, cat.

** Attachment added: IMG_0081.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404629/+files/IMG_0081.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
** Attachment added: IMG_0082.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404630/+files/IMG_0082.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
** Attachment added: IMG_0084.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404634/+files/IMG_0084.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
** Attachment added: IMG_0083.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404632/+files/IMG_0083.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-07-09 Thread Michael Doube
Pedro,

Thanks for giving this bug some attention.  Yes, this bug is still
present in 11.04, and super annoying.  I can at least tip my notebook on
its side, but that's a bit more challenging for large desktop flat
panels (or worse, old CRTs).

** Tags added: natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 602049] Re: Suspend to RAM fails due to tpm_tis kernel module (regression)

2011-04-11 Thread Michael Doube
 I am baffled as to why this hasn't been fixed yet.
It hasn't been dealt with upstream.
https://bugzilla.kernel.org/show_bug.cgi?id=20132

Your assistance there is needed if you would like this bug to be fixed.
You can help by testing development versions and providing debug output
to the developers.  At the very least, please log a 'me too' report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602049

Title:
  Suspend to RAM fails due to tpm_tis kernel module (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367941] Re: 3D acceleration broken on Sony Vaios with dual graphics adapters

2011-03-28 Thread Michael Doube
I stopped caring about a fix for this since I almost always use the
Intel adapter these days.  But, while testing a new HDTV I was fiddling
with different modes and find that this bug still exists for Ubuntu
10.10, and reverting is the same as in the description (manual
extraction and copying of library).

** Tags added: maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/367941

Title:
  3D acceleration broken on Sony Vaios with dual graphics adapters

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602049] Re: Suspend to RAM fails due to tpm_tis kernel module (regression)

2011-02-14 Thread Michael Doube
Andy, as far as I'm aware, this bug is not fixed upstream (Linus
mainline v2.6.37) so I see no reason that pulling this commit will fix
it downstream.

Unfortunately my TPM died completely so I'm unable to test on my machine
(a Sony Vaio with Infineon TPM) and am relying on others to do further
testing for this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602049

Title:
  Suspend to RAM fails due to tpm_tis kernel module (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 658198] Re: Fn key control of backlight broken after upgrade to 10.10

2011-02-04 Thread Michael Doube
Tim - pre-proposed kernel fixes this bug:

mdoube@doris:~$ uname -a
Linux doris 2.6.35-26-generic #46pre201102030901-Ubuntu SMP Thu Feb 3 09:22:35 
UTC 2011 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/658198

Title:
  Fn key control of backlight broken after upgrade to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712824] Re: Massive tooltips from Reference Marks are uninformative at best and trigger bugs at worst

2011-02-04 Thread Michael Doube
** Bug watch added: OpenOffice.org Issue Tracker #116800
   http://qa.openoffice.org/issues/show_bug.cgi?id=116800

** Also affects: openoffice via
   http://qa.openoffice.org/issues/show_bug.cgi?id=116800
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712824

Title:
  Massive tooltips from Reference Marks are uninformative at best and
  trigger bugs at worst

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 567025] Re: Compiz borks when tooltips are wider than screen

2011-02-03 Thread Michael Doube
A slightly late me-too: this bug affects Zotero in-text citations in
OpenOffice when the citation contains 7+ individual citations.  When
hovering on such a citation the tooltip is a ridiculous unreadable list
of database links, long enough to trigger Compiz to bail out.  I'll have
a word with the Zotero developers, but it's clear from this report that
it's not really their bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/567025

Title:
  Compiz borks when tooltips are wider than screen

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 667336] Re: weird compiz crash, pointer on top of a long url in pidgin, compiz crashes

2011-02-03 Thread Michael Doube
Is this a dupe of bug #567025 ? It sure looks similar.  I get similar
misbehaviour when hovering on large in-text citations in Zotero /
OpenOffice.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/667336

Title:
  weird compiz crash, pointer on top of a long url in pidgin, compiz
  crashes

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712824] [NEW] Massive tooltips from Reference Marks are uninformative at best and trigger bugs at worst

2011-02-03 Thread Michael Doube
Public bug reported:

Binary package hint: openoffice.org

Zotero uses Open Office Writer's ReferenceMarks to store and display in-
text citations.  When the mouse hovers over a citation, the field code
of the ReferenceMark is shown in a tooltip.  For a single citation, this
text takes up the entire width of the screen; for a few citations (about
7), the field code text makes the tooltip long enough to freak out
Compiz and cause the display to fall back to Metacity (bug #567025, bug
#667336).

So, in the best case the field code data is distracting and
uninformative for users and shouldn't be displayed.  In the worst case,
it causes buggy behaviour due to other software's not unreasonable
expectation that a tooltip should fit on the screen.

Why are field codes of ReferenceMarks shown on screen as tooltips?  It
seems that in this case there is no justification that they should be
displayed.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: openoffice.org-core 1:3.2.1-7ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
Architecture: i386
Date: Thu Feb  3 23:36:29 2011
ExecutablePath: /usr/lib/openoffice/program/soffice.bin
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: openoffice.org

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712824

Title:
  Massive tooltips from Reference Marks are uninformative at best and
  trigger bugs at worst

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 712824] Re: Massive tooltips from Reference Marks are uninformative at best and trigger bugs at worst

2011-02-03 Thread Michael Doube

** Attachment added: Tooltip from a single ReferenceMark Zotero citation
   
https://bugs.launchpad.net/bugs/712824/+attachment/1828288/+files/Screenshot.png

** Description changed:

  Binary package hint: openoffice.org
  
  Zotero uses Open Office Writer's ReferenceMarks to store and display in-
  text citations.  When the mouse hovers over a citation, the field code
  of the ReferenceMark is shown in a tooltip.  For a single citation, this
  text takes up the entire width of the screen; for a few citations (about
  7), the field code text makes the tooltip long enough to freak out
- Compiz and cause the display to fall back to Metacity.
+ Compiz and cause the display to fall back to Metacity (bug #567025, bug
+ #667336).
  
  So, in the best case the field code data is distracting and
  uninformative for users and shouldn't be displayed.  In the worst case,
  it causes buggy behaviour due to other software's not unreasonable
  expectation that a tooltip should fit on the screen.
  
  Why are field codes of ReferenceMarks shown on screen as tooltips?  It
  seems that in this case there is no justification that they should be
  displayed.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: openoffice.org-core 1:3.2.1-7ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic i686
  Architecture: i386
  Date: Thu Feb  3 23:36:29 2011
  ExecutablePath: /usr/lib/openoffice/program/soffice.bin
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_GB.utf8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
  SourcePackage: openoffice.org

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712824

Title:
  Massive tooltips from Reference Marks are uninformative at best and
  trigger bugs at worst

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 602049] Re: Suspend to RAM fails due to tpm_tis kernel module (regression)

2011-01-30 Thread Michael Doube
Roberto,

Could you please check out the upstream bug report
https://bugzilla.kernel.org/show_bug.cgi?id=20132 and the thread on the
tpmdd-devel list http://linux.derkeiler.com/Mailing-
Lists/Kernel/2010-11/msg12474.html

The X200's have a similar but not quite same bug as Vaios

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602049

Title:
  Suspend to RAM fails due to tpm_tis kernel module (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602049] Re: Suspend to RAM fails due to tpm_tis kernel module (regression)

2011-01-20 Thread Michael Doube
** Bug watch added: Red Hat Bugzilla #530393
   https://bugzilla.redhat.com/show_bug.cgi?id=530393

** Also affects: linux (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=530393
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602049

Title:
  Suspend to RAM fails due to tpm_tis kernel module (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 438559] Re: Disabling killswitch after restart does not enable wifi , iwl4965

2011-01-14 Thread Michael Doube
** Bug watch added: Linux Kernel Bug Tracker #26682
   http://bugzilla.kernel.org/show_bug.cgi?id=26682

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=26682
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/438559

Title:
  Disabling killswitch after restart does not enable wifi , iwl4965

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] [NEW] iPod and iPhone movies are played with incorrect orientation

2011-01-05 Thread Michael Doube
Public bug reported:

Movies made with iPods and iPhones are encoded with orientation
information, because users hold them in arbitrary positions when
recording movies (they are meant to, there is no right way to hold an
iDevice, apparently.  Unless you are making a call on an iPhone 4).  At
the moment I see upside-down and sideways movies sent from iPhones and
iPods.

If you hold the device on its side while recording a movie, playback
should recognise this and have gravity in the recording represented in
the most sensible representation on the display device (in most fixed
monitors I guess this is positive on the Y axis, if (0,0) is on the top
left).  I.e. match gravity in the recording to gravity on playback.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: libgstreamer0.10-0 0.10.30-1build2
Uname: Linux 2.6.37-rc8-linus x86_64
Architecture: amd64
Date: Wed Jan  5 17:08:02 2011
ExecutablePath: /usr/bin/totem
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100412)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gstreamer0.10

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-01-05 Thread Michael Doube


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >