[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2016-02-27 Thread Thomas B . Rücker
The bug is STILL present and breaks libvirt-bin upon upgrade from 14.04
to 16.04

Performing the steps from comment 34 worked around the breakage.
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1386465/comments/34

** Changed in: libvirt (Ubuntu)
   Status: Expired => Confirmed

** Tags added: xenial

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

Title:
  apparmor profile prevents libvirtd from creating a socket

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

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


[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2016-02-27 Thread Thomas B . Rücker
The bug is STILL present and breaks libvirt-bin upon upgrade from 14.04
to 16.04

Performing the steps from comment 34 worked around the breakage.
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1386465/comments/34

** Changed in: libvirt (Ubuntu)
   Status: Expired => Confirmed

** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1386465

Title:
  apparmor profile prevents libvirtd from creating a socket

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1425370] Re: ubuntu-device-flash core images can't boot with UEFI

2015-05-18 Thread Thomas B . Rücker
As noted earlier on IRC:
qemu is 2.0.0+dfsg-2ubuntu1.10 and ovmf 0~20131112.2590861a-2
As present in 14.04

I'll comment later on why your assumptions on the second part are rather
wrong, don't have the time now.

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

Title:
  ubuntu-device-flash core images can't boot with UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy-ubuntu/+bug/1425370/+subscriptions

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


[Bug 1425370] Re: ubuntu-device-flash core images can't boot with UEFI

2015-05-18 Thread Thomas B . Rücker
I looked a bit deeper into things. I currently see several ways to
address this:

- User is forced to figure out and to go into UEFI firmware and configure 
system to prioritize booting from disk over EFI shell
- Set the boot order using efibootmgr, requires us to first boot /somehow/ 
/something/ (this is what most distros, including ubuntu, do)
- Utilize the startup.nsh fallback, either every time or for a first boot and 
then set things straight with efibootmgr
- some other option that I'm currently not aware of

I see this as a general issue. Not only does the default setup as created by 
virt-manager exhibit this behaviour, it's also the default firmware behaviour 
for x86_64 embedded systems like the MinowboardMax, Minnowboard and FRI2.
While you can set the boot priority on those through the firmware menu, it will 
reset itself, at least on the Max, if it ever boots without the boot media.

I'd personaly suggest the option of using efibootmgr and resolving the
first boot situation by falling back to a startup.nsh to execute
bootx64.efi. This should make the image boot out of the box on most, if
not all, hardware.

The script allows for variables, so it is possible to make it start the
right binary without knowing the filesystem identifier or UUID in
advance.


** Attachment added: Default machine config created by virt-manager on 14.04
   
https://bugs.launchpad.net/snappy-ubuntu/+bug/1425370/+attachment/4399386/+files/snappy-efi-test5.xml

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

Title:
  ubuntu-device-flash core images can't boot with UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy-ubuntu/+bug/1425370/+subscriptions

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


[Bug 1425370] Re: ubuntu-device-flash core images can't boot with UEFI

2015-05-13 Thread Thomas B . Rücker
Minor improvement, but still not fully there yet IMHO.

Fresh Vivid install, added PPA:
  deb http://ppa.launchpad.net/snappy-dev/tools/ubuntu vivid main
Installed:
  ubuntu-device-flash 0.21-1+173~ubuntu1 amd64
Generated image:
  sudo ubuntu-device-flash core rolling --output /mnt/amd64.img 
--developer-mode --channel edge
Created new virtual machine in virt-manager with firmware set to UEFI and disk 
image'amd64.img'.
  Boot failed. EFI floppy
  Boot failed. EFI floppy I
[... iPXE attempt, wait for keypress, etc]
  Shell
So it's stuck in the EFI shell.
Now I can do this:
  fs0:\EFI\BOOT\BOOTX64.EFI
Then the image will actually boot.

cf. The Vivid server install in the same type of qemu-kvm with UEFI
boots just fine without manual intervention.

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

Title:
  ubuntu-device-flash core images can't boot with UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy-ubuntu/+bug/1425370/+subscriptions

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


[Bug 1425370] Re: ubuntu-device-flash core images can't boot with UEFI

2015-04-30 Thread Thomas B . Rücker
I just tried to boot ubuntu-15.04-snappy-amd64-generic.img on a MinnowboardMax 
and ran into this bug.
What makes it even harder to understand is that the disk geometry and 
everything is in place. All that seems to be missing is the grubx64.efi bits.

I tried copying them over from a 15.04 server install, but had no luck.

If there is no plan to support x86_64 embedded systems (which most come
without legacy BIOS), then please at least document a workaround how an
image can be modified or rebuilt to gain EFI support.

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

Title:
  ubuntu-device-flash core images can't boot with UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy-ubuntu/+bug/1425370/+subscriptions

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


[Bug 901167] Re: init script doesn't play nice with Icecast chroot

2014-11-04 Thread Thomas B . Rücker
This is user error. WFM
The debian packaging has provisions for dealing with this situation. Look at 
/etc/default/icecast2, set user/group to root, change icecast config to do the 
chroot AND user/gid change, …, profit!

I propose to close this bug as it's invalid.

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

Title:
  init script doesn't play nice with Icecast chroot

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

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

[Bug 1247216] Re: Support for XMPP

2014-09-20 Thread Thomas B . Rücker
Just to add some context on the status quo:
What's working:
 - Telepathy framework, just make sure you have telepathy-gabble installed for 
XMPP support
 - You can manually add an account using mc-tool
 - You can use mc-tool to set the account online/offline
 - You can receive messages, BUT you only see them in notification and the 
message overview
What's missing/not working:
 - Messaging app needs work to understand more than text messages coming 
through telepathy from oFono
 - You can't reply to messages. Seems there is some logic that breaks that as 
it was written only with SMS based text messaging in mind.
 - Accounts plugin needs to be created to have a UI for managing the XMPP 
account(s)

JFTR: This actually applies also to all(?) other telepathy (and by
extension through haze also libpurple) messaging protocols like SIPe(MS
Lync/OCS), ICQ, GaduGadu, SIP/SIMPLE, …

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

Title:
  Support for XMPP

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

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

[Bug 1185771] Re: Mark libwebkitgtk-1.0-common as Multi-Arch: foreign

2014-03-06 Thread Thomas B . Rücker
I think we've drifted too much into the Citrix specifics in the recent
comments (as their packages are affected by this bug).

Yes, it's just the flag and we really hope to see this fixed for 14.04
as it's an LTS and we'll be rolling that out to many users.

To explain what I meant in my comment #9:
If you can't install libwebkitgtk-1.0-common:i386 on your system, but either 
force installation of Citrix client or ignore the dependency, then one part of 
it won't work. Namely this is the /opt/Citrix/ICAClient/selfservice binary 
which tries to dlopen libwebkit-1.0.so. This is a UI application that helps the 
user to log on to a Citrix environment.

What still works is the 'wfica' client binary itself, you just need to have a 
config file to feed to it. You can get that config file e.g. through logging on 
to the web interface of a citrix setup with a webbrowser.
So you can establish a remote session.

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

Title:
  Mark libwebkitgtk-1.0-common as Multi-Arch: foreign

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

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


[Bug 1185771] Re: Mark libwebkitgtk-1.0-common as Multi-Arch: foreign

2014-03-05 Thread Thomas B . Rücker
Yeah, if you don't need the UI, but go through a citrix web frontend,
then you can ignore that dependency, still it would be preferred to see
it fixed as it looks mildly useful.

Note that the 64bit Citrix package is a joke as it doesn't declare any
of its (32bit) dependencies. Still their packaging has come a long way,
so see it fail due to a ubuntu bug is unfortunate.

Sidenote: for us this affects 1000 users and we have to work around by
repackaging the binary and removing that dependency and functionality.

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

Title:
  Mark libwebkitgtk-1.0-common as Multi-Arch: foreign

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

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


[Bug 1241235] [NEW] do-release-upgrade - An unresolvable problem occurred while calculating the upgrade

2013-10-17 Thread Thomas B Homburg
Public bug reported:

$ sudo do-release-upgrade

...

An unresolvable problem occurred while calculating the upgrade

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
CrashDB: ubuntu
Date: Fri Oct 18 00:12:43 2013
InstallationDate: Installed on 2013-01-12 (278 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-17 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade raring

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

Title:
  do-release-upgrade - An unresolvable problem occurred while
  calculating the upgrade

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

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


[Bug 1153266] Re: nm-applet crashed with SIGSEGV in add_to_object_array_unique()

2013-03-14 Thread Thomas B . Rücker
** Information type changed from Private to Public

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

Title:
  nm-applet crashed with SIGSEGV in add_to_object_array_unique()

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

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


[Bug 1153272] Re: ubiquity crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.37 was not provided by any .service files

2013-03-14 Thread Thomas B . Rücker
** Information type changed from Private to Public

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

Title:
  ubiquity crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name
  :1.37 was not provided by any .service files

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

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


[Bug 1153266] Re: nm-applet crashed with SIGSEGV in add_to_object_array_unique()

2013-03-14 Thread Thomas B . Rücker
Attaching an RA dump for reference, just in case it helps.

** Attachment added: RA dump from the network the machine is connected to
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1153266/+attachment/3573991/+files/radvdump.txt

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

Title:
  nm-applet crashed with SIGSEGV in add_to_object_array_unique()

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

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


[Bug 1074279] Re: lightdm uses ~30 Mb of RAM

2013-01-18 Thread Thomas B.
how to disable the memory locking of lightdm ? or is it hard compiled
into binary package?

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

Title:
  lightdm uses ~30 Mb of RAM

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

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


[Bug 894782] Re: Newline injection in error.log

2012-11-15 Thread Thomas B . Rücker
Debian has 2.3.3 http://packages.debian.org/source/unstable/icecast2 -
how about updating the ubuntu package based on that?

After all the release fixes 3 security issues (out of which probably 2
apply to the default ubuntu package).

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

Title:
  Newline injection in error.log

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

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


[Bug 939868] Re: Sony VPCEL2S1E, some hotkeys not working

2012-11-02 Thread Thomas B Homburg
That is a very pretty laptop.

So you should use the first two steps of
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/939868/comments/11

Find the keyboard device with:
$ /lib/udev/findkeyboards

You should get some lines of input devices. For each of those you should
run:

$ /lib/udev/keymap -i input/eventX

(eg. $ /lib/udev/keymap -i input/event3)

And try pressing the missing keys.

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

Title:
  Sony VPCEL2S1E, some hotkeys not working

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

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


Re: [Bug 939868] Re: Sony VPCEL2S1E, some hotkeys not working

2012-10-24 Thread Thomas B Homburg
So what are the offending keys?

Could you provide an image of your keyboard and which keys are not
working.

On Wed, Oct 24, 2012 at 2:52 AM, giovano iannotti 939...@bugs.launchpad.net
 wrote:

 Sure, Thomas. Thank you!

 2012/10/23 Thomas B Homburg tho...@homburg.dk

  Hey Giovano
 
  Do you want help to fix your hotkeys on your VPC F234 FX?
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/939868
 
  Title:
Sony VPCEL2S1E, some hotkeys not working
 
  Status in “udev” package in Ubuntu:
Fix Released
 
  Bug description:
Trying with Ubuntu Daily 12.04 (20/2/2012),
 
Hotkey Fn+F1 (disable touchpad): Not working
Hotkey Fn+F2 (mute/unmute sound): Working
Hotkey Fn+F3/F4 (audio lower/higher): Working
Hotkey Fn+F5/F6 (brightness lower/higher): works, but also invokes the
  enable/disable external monitor (also changes resolution?)
Hotkey Fn+F7 (enable/disable external monitor): works but also appears
  to change resolution (using with HDMI)
Hotkey Fn+F12 (hibernate): Works fine (with open-source graphics
 driver,
  hangs if FGLRX is used)
 
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: udev 175-0ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Fri Feb 24 00:07:41 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64
  (20120220)
MachineType: Sony Corporation VPCEL2S1E
ProcEnviron:
 TERM=xterm
 PATH=(custom, no username)
 LANG=el_GR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic
  root=UUID=d729a379-b421-4cd5-80fc-a68a8d0678a3 ro quiet splash vt.
 handoff=7
SourcePackage: udev
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/13/2011
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: R0160E3
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias:
  dmi:bvnInsydeCorp.:bvrR0160E3:bd06/13/2011:svnSonyCorporation:
 pnVPCEL2S1E:pvrC90294ZC:rvnSonyCorporation:rnVAIO:rvrN/A:
 cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VPCEL2S1E
dmi.product.version: C90294ZC
dmi.sys.vendor: Sony Corporation
 
  To manage notifications about this bug go to:
 
 https://bugs.launchpad.net/ubuntu/+source/udev/+bug/939868/+subscriptions
 

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

 Title:
   Sony VPCEL2S1E, some hotkeys not working

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



-- 
Mvh Thomas B Homburg

http://thomas.homburg.dk

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

Title:
  Sony VPCEL2S1E, some hotkeys not working

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

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

[Bug 939868] Re: Sony VPCEL2S1E, some hotkeys not working

2012-10-23 Thread Thomas B Homburg
Hey Giovano

Do you want help to fix your hotkeys on your VPC F234 FX?

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

Title:
  Sony VPCEL2S1E, some hotkeys not working

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

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


[Bug 939868] Re: Sony VPCEL2S1E, some hotkeys not working

2012-08-08 Thread Thomas B Homburg
Hello


The file /usr/share/doc/udev/README.keymap.txt.gz describe steps to find the 
udev key mapping for your device. And if you find the correct keymap, the file 
also details how you can submit your keymap to the udev developers and fix the 
keyboard for all matching laptops in the future.

I don't have the exact same Sony VPC model (VPCCB4C5E) as the others
mentioned in this bug.

Steps to fix keymap  (that I used)

1. Find keyboard input device:
  $ /lib/udev/findkeyboards
  
AT keyboard: input/event2
module: input/event3
  

  The keys you are fixing might be from either of the devices, so you
should do the following steps for each device.

2. Find scan codes:
  $ /lib/udev/keymap -i input/event3 # And press the key(-combo) you are 
fixing, I pressed fn+f1
  ---
Press ESC to finish, or Control-C if this device is not your primary 
keyboard
scan code: 0x0C   key code: f21
  ---

  The scan code here (0x0C) is wrong! (At least on my system). You have to 
substract 7 from the code
  to get the usable value (for the keymap): 0x0C - 7 = 0x05

3. Find the key code:
  /usr/include/linux/input.h
  Search for the constants: KEY_ and convert the rest to lowercase:
KEY_F21  f21
KEY_BRIGHTNESSDOWN  brightnessdown
  Touchpad toggle: Do not use the KEY_touchpad_toggle. Instead use the f21 for 
toggling touchpad.
  This took me a long time to figure out.

4. Construct the keymap: /etc/udev/keymaps/module-sony-vpc
  Look at /lib/udev/keymaps/module-sony-vgn (or the attached module-sony-vpc) 
as an example.
  The format is:

scan code key code

   eg. 
   0x05 f21
   0x0A brightnessdown

5. Build the udev rule. The udev rule matches the laptop and execute the keymap 
on boot. My attached rule: sony-vpc.conf
should match all Sony VPC laptops: The VPC* pattern should match 
/sys/devices/virtual/dmi/id/product_name

6. The result should be:
  /etc/udev/keymaps/module-sony-vpc
  /etc/udev/rules.d/sony-vpc.rules

** Attachment added: sony vpccb... keymap
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/939868/+attachment/3253278/+files/module-sony-vpc

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

Title:
  Sony VPCEL2S1E, some hotkeys not working

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

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


[Bug 939868] Re: Sony VPCEL2S1E, some hotkeys not working

2012-08-08 Thread Thomas B Homburg
Attached vpc udev rule

** Attachment added: udev rules match Sony VPC laptops
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/939868/+attachment/3253279/+files/sony-vpc.rules

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

Title:
  Sony VPCEL2S1E, some hotkeys not working

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

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


[Bug 939868] Re: Sony VPCEL2S1E, some hotkeys not working

2012-08-03 Thread Thomas B Homburg
Hello

I have the same problem on Sony VPCCB4C5E

I have created a patch with an udev rule and a specific keymap for my
model

I will submit this after reading
/usr/share/doc/udev/README.keymap.txt.gz


You may try:
$ sudo /lib/udev/keymap input/eventX 0x05 f21

This should work for fn+f1 - touchpad toggle

To weird things:
*   $ sudo keymap -i writes scancodes + 7. So you have to subtract 7 to get 
the usable scan code: 
fn+f1: 0x0c - 0x05
*   KEY_TOUCHPAD_TOGGLE does nothing, you have to use KEY_F21 instead (hence 
f21)

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

Title:
  Sony VPCEL2S1E, some hotkeys not working

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

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


[Bug 889117] Re: new version of mediathekview -needs packaging

2012-06-19 Thread Thomas B.
hi @ all,

okay i will look into making a new package from Version = 3.0 of
MediathekView. For this purpose i have contacted the upstream author,
for giving me a hint wich exact version and tarball to use for packaging
as common base. Currently there is no tagged version in git repository.
I think repackaging older Versions makes no sense, because i have tried
v2.6 and it seems not working anymore.

Greetings
Thomas B.

** Changed in: mediathekview (Ubuntu)
 Assignee: (unassigned) = Thomas B. (lostis)

** Changed in: mediathekview (Debian)
 Assignee: (unassigned) = Thomas B. (lostis)

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

Title:
  new version of mediathekview -needs packaging

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

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


[Bug 990943] [NEW] update manager

2012-04-29 Thread Thomas B. Eskildsen
Public bug reported:

'E:Opening /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-
ppa-uploaders_crossover-standard_ubuntu.list - ifstream::ifstream (13:
Permission denied)'

** Affects: 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/990943

Title:
  update manager

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

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


Re: [Bug 990943] Re: update manager

2012-04-29 Thread Thomas B. Eskildsen
The problem occurred when choosing the Software up to date option in
Ubuntu 11.10, running on my netbook.

2012/4/30 Thomas Hotz thomas.h...@gmail.com

 Thank you for your bug report! Can you give us a more updated
 description how to reproduce this bug?

 ** Changed in: ubuntu
   Status: New = Incomplete

 ** Package changed: ubuntu = update-manager (Ubuntu)

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

 Title:
  update manager

 Status in “update-manager” package in Ubuntu:
  Incomplete

 Bug description:
  'E:Opening /etc/apt/sources.list.d/private-ppa.launchpad
  .net_commercial-ppa-uploaders_crossover-standard_ubuntu.list -
  ifstream::ifstream (13: Permission denied)'

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/990943/+subscriptions


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

Title:
  update manager

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

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

[Bug 850488] [NEW] Ubuntu 11.10 Beta 1 installer crashed

2011-09-14 Thread Thomas B
Public bug reported:

Halfway through an Ubuntu 11.10 Beta 1 installation, it displayed an
error message saying the installer crashed and said to open a terminal
and type ubuntu-bug ubiquity which I did to get this bug reporter. The
installation seems to work fine. There's just a funny extra icon on the
Launcher. (see attachment)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.7.25
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic i686
Architecture: i386
Date: Wed Sep 14 19:03:26 2011
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Ubuntu 11.10 Beta 1 installer crashed

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

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


[Bug 850488] Re: Ubuntu 11.10 Beta 1 installer crashed

2011-09-14 Thread Thomas B
** Attachment added: Extra Launcher icon
   
https://bugs.launchpad.net/bugs/850488/+attachment/2405214/+files/Screenshot%2520at%25202011-09-14%252019%253A14%253A34.png

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

Title:
  Ubuntu 11.10 Beta 1 installer crashed

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

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


[Bug 633883] Re: [needs packaging] Mediathek

2011-01-18 Thread Thomas B.
new upstream version 2.4.0

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/m/mediathekview
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/m/mediathekview/mediathekview_2.4.0-1.dsc

also contacted sponsor for uploading today

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

Title:
  [needs packaging] Mediathek

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


[Bug 633883] Re: [needs packaging] Mediathek

2011-01-18 Thread Thomas B.
new upstream version 2.4.0

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/m/mediathekview
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/m/mediathekview/mediathekview_2.4.0-1.dsc

also contacted sponsor for uploading today

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

Title:
  [needs packaging] Mediathek

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


[Bug 633883] Re: [needs packaging] Mediathek

2011-01-18 Thread Thomas B.
new upstream version 2.4.0

The package can be found on mentors.debian.net:
- URL
  http://mentors.debian.net/debian/pool/main/m/mediathekview
- Source repository:
  deb-src http://mentors.debian.net/debian unstable main contrib non-free

also contacted sponsor for uploading today

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

Title:
  [needs packaging] Mediathek

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


[Bug 633883] Re: [needs packaging] Mediathek

2011-01-18 Thread Thomas B.
new upstream version 2.4.0

The package can be found on mentors.debian.net:
- URL
  http://mentors.debian.net/debian/pool/main/m/mediathekview
- Source repository:
  deb-src http://mentors.debian.net/debian unstable main contrib non-free

also contacted sponsor for uploading today

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

Title:
  [needs packaging] Mediathek

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


[Bug 633883] Re: [needs packaging] Mediathek

2011-01-18 Thread Thomas B.
new upstream version 2.4.0

The package can be found on mentors.debian.net:
- URL
  mentors.debian.net/debian/pool/main/m/mediathekview
- Source repository:
  deb-src mentors.debian.net/debian unstable main contrib non-free

also contacted sponsor for uploading today

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

Title:
  [needs packaging] Mediathek

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


[Bug 656067] Re: Wacom Tablet mouse-wheel always scrolls down

2010-10-21 Thread Thomas B Homburg
@falcaf Thanks for the excellent explanation.

I solved this on my pc by installing kernel 2.6.36-maverick from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.36-maverick/

-- 
Wacom Tablet mouse-wheel always scrolls down
https://bugs.launchpad.net/bugs/656067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 580006] unsubscribe

2010-10-20 Thread Thomas B Homburg
On Sat, Oct 16, 2010 at 23:28, Alexander Shutyaev 580...@bugs.launchpad.net
 wrote:

 I have the same problem with ALC269 on my Acer Aspire 3810T laptop.
 model=quanta helped me.

 --
 Headphone jack sense missing on Realtek ALC269
 https://bugs.launchpad.net/bugs/580006
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
/thomas
http://thomas.homburg.dk

-- 
Headphone jack sense missing on Realtek ALC269
https://bugs.launchpad.net/bugs/580006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] [NEW] Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg
Public bug reported:

This was not a problem in Ubuntu Lucid 10.04 and earlier. The problem
appeared when I upgraded my Lucid installation to Maverick, using the
update-manager.

Symptom:
The wheel on the mouse for my Wacom Graphire 3 USB tablet only scrolls down.

How to repeat the problem:
Scroll up in any program in Ubuntu Maverick.

Expected behavior:
The page should scroll up.

Actualt result:
The page scrolls down.


According to xev, the scroll wheel generates a button 5 event when scrolling 
down and when scrolling up. I think it should generate separate button events.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-input-wacom 1:0.10.8-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.agp.card:
 Fast Writes:Supported
 SBA:Supported
 AGP Rates:  8x 4x 
 Registers:  0xff000e1b:0x1f000302
.proc.driver.nvidia.agp.host.bridge:
 Host Bridge:PCI device 1106:0204
 Fast Writes:Supported
 SBA:Supported
 AGP Rates:  8x 4x 
 Registers:  0x1f000a1b:0x0b02
.proc.driver.nvidia.agp.status:
 Status: Enabled
 Driver: AGPGART
 AGP Rate:   8x
 Fast Writes:Disabled
 SBA:Enabled
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  260.19.06  Mon Sep 13 06:35:06 
PDT 2010
 GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
Architecture: i386
Date: Sun Oct 17 21:48:32 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: Packard Bell NEC I-media 2346
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=5a3f6190-3a10-4c31-b4d0-bc893e60e939 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: xf86-input-wacom
dmi.bios.date: 06/24/2005
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 1.0v
dmi.board.name: K8M800-8237
dmi.board.vendor: NEC COMPUTERS INTERNATIONAL
dmi.chassis.type: 3
dmi.chassis.vendor: NEC COMPUTERS INTERNATIONAL
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr1.0v:bd06/24/2005:svnPackardBellNEC:pnI-media2346:pvrPB34220307:rvnNECCOMPUTERSINTERNATIONAL:rnK8M800-8237:rvr:cvnNECCOMPUTERSINTERNATIONAL:ct3:cvr:
dmi.product.name: I-media 2346
dmi.product.version: PB34220307
dmi.sys.vendor: Packard Bell NEC
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-22-generic

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick possible-manual-nvidia-install

-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] Re: Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg
$ xsetwacom --list dev

Wacom Graphire3 eraser ERASER
Wacom Graphire3 cursor CURSOR
Wacom Graphire3 stylus STYLUS

-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] Re: Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg


-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] Re: Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg
$ for x in `seq 1 10`; do echo -n Button$x: ; xsetwacom --get Wacom
Graphire3 cursor Button$x;done;

Button1: 1
Button2: 2
Button3: 3
Button4: 4
Button5: 5
Button6: 6
Button7: 7
Button8: 8
Button9: 9
Button10: Button number does not exist on device.

-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] Re: Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg
$ xinput --list-props 12

Device 'Wacom Graphire3 cursor':
Device Enabled (117):   1
Coordinate Transformation Matrix (119): 1.00, 0.00, 0.00, 
0.00, 1.00, 0.00, 0.00, 0.00, 1.00
Device Accel Profile (238): 0
Device Accel Constant Deceleration (239):   1.00
Device Accel Adaptive Deceleration (240):   1.00
Device Accel Velocity Scaling (241):10.00
Wacom Tablet Area (261):0, 0, 10208, 7424
Wacom Rotation (262):   0
Wacom Serial IDs (264): 19, 0, 6, 0
Wacom TwinView Resolution (265):0, 0, 0, 0
Wacom Display Options (266):-1, 0, 1
Wacom Screen Area (267):0, 0, 1360, 768
Wacom Proximity Threshold (268):42
Wacom Capacity (269):   -1
Wacom Pressure Threshold (270): 27
Wacom Sample and Suppress (271):2, 4
Wacom Enable Touch (272):   0
Wacom Hover Click (273):1
Wacom Enable Touch Gesture (274):   0
Wacom Touch Gesture Parameters (275):   50, 20, 250
Wacom Tool Type (276):  CURSOR (8)
Wacom Button Actions (277): None (0), None (0), None (0), 
None (0), None (0), None (0), None (0), None (0), None (0), None 
(0), None (0), None (0), None (0), None (0), None (0), None (0)

-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] Re: Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg
$ xsetwacom --get Wacom Graphire3 cursor AbsWDn
Property 'Wacom Wheel Buttons' does not exist on device.

$ xsetwacom --get Wacom Graphire3 cursor AbsWUp
Property 'Wacom Wheel Buttons' does not exist on device.

$ xsetwacom --get Wacom Graphire3 cursor RelWDn
Property 'Wacom Wheel Buttons' does not exist on device.

$ xsetwacom --get Wacom Graphire3 cursor RelWuP
Property 'Wacom Wheel Buttons' does not exist on device.

-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662356] Re: Wacom Graphire 3 wheel only scrolling down

2010-10-17 Thread Thomas B Homburg
$ xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft Wireless Optical Desktop® 1.00id=9[slave  
pointer  (2)]
⎜   ↳ Wacom Graphire3 eraserid=11   [slave  pointer  (2)]
⎜   ↳ Wacom Graphire3 cursorid=12   [slave  pointer  (2)]
⎜   ↳ Wacom Graphire3 stylusid=13   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Power Button  id=7[slave  keyboard (3)]
↳ Microsoft Microsoft Wireless Optical Desktop® 1.00id=8[slave  
keyboard (3)]
↳ CHICONY HP Basic USB Keyboard id=10   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=14   [slave  keyboard (3)]

-- 
Wacom Graphire 3 wheel only scrolling down
https://bugs.launchpad.net/bugs/662356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 651469] Re: No image after suspend

2010-09-30 Thread Thomas B Homburg
I don't think I use the 180 graphics driver...

I have used 173 (standard for the hardware) before and installed
current/195 as an attempt to solve the problem.

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

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


[Bug 651469] Re: No image after suspend

2010-09-30 Thread Thomas B Homburg
$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86 Kernel Module  195.36.24  Thu Apr 22 09:18:20 PDT 
2010
GCC version:  gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)

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

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


[Bug 651469] [NEW] No image after suspend

2010-09-29 Thread Thomas B Homburg
Public bug reported:

Binary package hint: xorg

My computer wakes up after suspend, but there is not image.

The monitor wakes up, but the image is black.

I cannot switch to terminals with Ctrl+Alt+F#

I have created a dmesg output file using:

$ sudo sh -c sync; echo 1  /sys/power/pm_trace; pm-suspend

from https://wiki.ubuntu.com/DebuggingKernelSuspend

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep 29 22:05:19 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: Packard Bell NEC I-media 2346
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic 
root=UUID=5a3f6190-3a10-4c31-b4d0-bc893e60e939 ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 06/24/2005
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 1.0v
dmi.board.name: K8M800-8237
dmi.board.vendor: NEC COMPUTERS INTERNATIONAL
dmi.chassis.type: 3
dmi.chassis.vendor: NEC COMPUTERS INTERNATIONAL
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr1.0v:bd06/24/2005:svnPackardBellNEC:pnI-media2346:pvrPB34220307:rvnNECCOMPUTERSINTERNATIONAL:rnK8M800-8237:rvr:cvnNECCOMPUTERSINTERNATIONAL:ct3:cvr:
dmi.product.name: I-media 2346
dmi.product.version: PB34220307
dmi.sys.vendor: Packard Bell NEC
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-25-generic

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


** Tags: apport-bug i386 lucid

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

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


[Bug 651469] Re: No image after suspend

2010-09-29 Thread Thomas B Homburg

** Attachment added: output from pm_trace
   https://bugs.launchpad.net/bugs/651469/+attachment/1654834/+files/dmesg.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654835/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654836/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654837/+files/Dependencies.txt

** Attachment added: DkmsStatus.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654838/+files/DkmsStatus.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654839/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654840/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654841/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654842/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654843/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654844/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654845/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654846/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654847/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654848/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654849/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654850/+files/UdevLog.txt

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654851/+files/XorgConf.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654852/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654853/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654854/+files/Xrandr.txt

** Attachment added: glxinfo.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654855/+files/glxinfo.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654856/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/651469/+attachment/1654857/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/651469/+attachment/1654858/+files/xkbcomp.txt

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

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


[Bug 651469] Re: No image after suspend

2010-09-29 Thread Thomas B Homburg

** Attachment added: pm_trace output
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/651469/+attachment/1654860/+files/dmesg.txt

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

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


[Bug 651468] [NEW] No image after suspend

2010-09-29 Thread Thomas B Homburg
Public bug reported:

Binary package hint: xorg

My computer wakes up after suspend, but there is not image.

The monitor wakes up, but the image is black.

I cannot switch to terminals with Ctrl+Alt+F#

I have created a dmesg output file using:

$ sudo sh -c sync; echo 1  /sys/power/pm_trace; pm-suspend

from https://wiki.ubuntu.com/DebuggingKernelSuspend

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep 29 22:05:19 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: Packard Bell NEC I-media 2346
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic 
root=UUID=5a3f6190-3a10-4c31-b4d0-bc893e60e939 ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 06/24/2005
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 1.0v
dmi.board.name: K8M800-8237
dmi.board.vendor: NEC COMPUTERS INTERNATIONAL
dmi.chassis.type: 3
dmi.chassis.vendor: NEC COMPUTERS INTERNATIONAL
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr1.0v:bd06/24/2005:svnPackardBellNEC:pnI-media2346:pvrPB34220307:rvnNECCOMPUTERSINTERNATIONAL:rnK8M800-8237:rvr:cvnNECCOMPUTERSINTERNATIONAL:ct3:cvr:
dmi.product.name: I-media 2346
dmi.product.version: PB34220307
dmi.sys.vendor: Packard Bell NEC
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-25-generic

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


** Tags: apport-bug i386 lucid

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

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


[Bug 651468] Re: No image after suspend

2010-09-29 Thread Thomas B Homburg

** Attachment added: output from pm_trace
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654809/+files/.xsession-errors.old

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654810/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654811/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654812/+files/Dependencies.txt

** Attachment added: DkmsStatus.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654813/+files/DkmsStatus.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654814/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654815/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654816/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654817/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654818/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654819/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654820/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654821/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654822/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654823/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654824/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654825/+files/UdevLog.txt

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654826/+files/XorgConf.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654827/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654828/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654829/+files/Xrandr.txt

** Attachment added: glxinfo.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654830/+files/glxinfo.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654831/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/651468/+attachment/1654832/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/651468/+attachment/1654833/+files/xkbcomp.txt

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

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


[Bug 633883] Re: [needs packaging] Mediathek

2010-09-19 Thread Thomas B.
- your copyright is now included
- proposed it for debian unstable at mentors.debian.net
- updated package to upstream version 2.1.5, now it is compatible with openJDK 
again ;)

-- 
[needs packaging] Mediathek
https://bugs.launchpad.net/bugs/633883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633883] Re: [needs packaging] Mediathek

2010-09-19 Thread Thomas B.
** Changed in: ubuntu
   Status: Confirmed = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Thomas B. (lostis)

-- 
[needs packaging] Mediathek
https://bugs.launchpad.net/bugs/633883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633883] Re: [needs packaging] Mediathek

2010-09-12 Thread Thomas B.
thx for your helpful response :)

- let's stick to plain debhelper 7 and source format 3.0
+ i don't see why?
- also stick to the rest of the best-practice from 
http://pkg-java.alioth.debian.org
+ yes i know that, i took nearly all my java packaging knowledge from there ;)
- modifications to the source should be made as patch (- build.xml)
+ fixed, learned how to patch with quilt
- we shouldn't ship libs that are already packaged or aren't directly from 
upstream and deserve a own package
+ build librome in my ppa, too. so i could remove it from the package now
- additional binary files should be in the debian dir and get an include the 
source format 3.0 way
+ fixed


 mediathekview (2.1.4-0ubuntu1~lucid~ppa10) lucid; urgency=low
 .
   * deleted all included libs in this package
   * created manpage of MediathekView
   * added pdf manual from the orginal author
   * corrected build.xml patch
   * fixed all lintian issues
   * fixed to single icon

i missed to include your copyright, srry will be in next release

Now running lintian...
W: mediathekview source: uploader-not-full-name bojo42
Finished running lintian.
- so make a real name ;)

actually there is a bug/regression open in this program version from 2.1.2 to 
2.1.3
see project forum - help section, the author knows about so debian building is 
correct

when maverick appear i can drop a few workaround from build.xml due to
ant version

so now i am quite happy for my first package ;)

-- 
[needs packaging] Mediathek
https://bugs.launchpad.net/bugs/633883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633883] Re: [needs packaging] Mediathek

2010-09-10 Thread Thomas B.
In my opionion its ready for the daily use

sudo add-apt-repository ppa:lostis/stable
sudo apt-get update
sudo apt-get install mediathekview

changelog:

mediathekview (2.1.4-0ubuntu1~lucid~ppa8) lucid; urgency=low

  * fixed compiling shared libs

 -- Thomas B. los...@gmx.net  Fri, 10 Sep 2010 10:35:54 +0200

mediathekview (2.1.4-0ubuntu1~lucid~ppa7) lucid; urgency=low

  * need-packaging Bug (LP: #633883)
  * fixed dependencies problems in lucid
  * merged with uploader bojo42 and added in debian/control
  * fixed build.xml
  * desktop file categories and comment

 -- Thomas B. los...@gmx.net  Fri, 10 Sep 2010 02:27:49 +0200

mediathekview (2.1.4-0ubuntu1~lucid~ppa6) lucid; urgency=low

  * added watch file for uscan
  * changed to debian/rules file change to cdbs
  * change directory structure to fit with .orig.tar.gz from upstream
  * added include-binaries whitelist
  * changed build.xml src-directory-path

 -- Thomas B. los...@gmx.net  Thu, 09 Sep 2010 12:44:58 +0200

-- 
[needs packaging] Mediathek
https://bugs.launchpad.net/bugs/633883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633883] Re: [needs packaging] Mediathek

2010-09-09 Thread Thomas B.
done :)

see my ppa

https://launchpad.net/~lostis/+archive/experimental

I have packeged it and announced to the upstream author Xaver W.

how do i purpose for official Ubuntu Universe Repo?

Greetings,
Thomas B.

-- 
[needs packaging] Mediathek
https://bugs.launchpad.net/bugs/633883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633883] Re: [needs packaging] Mediathek

2010-09-09 Thread Thomas B.
yes not the best timing for us two :-)
i will also see for
   a watch file
   little cdbs stuff in rules 
   patch targets
   uupdates
this will be ~ppa6 in a few minutes in my repo

I also take a look on your debs, so we can make a package for the MOTU
in the end

-- 
[needs packaging] Mediathek
https://bugs.launchpad.net/bugs/633883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 609139] [NEW] No jack sense on ThinkPad SL410

2010-07-23 Thread Thomas B Homburg
Public bug reported:

The title pretty much says it all.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  thomas23277 F pulseaudio
  thomas25003 F alsamixer
 /dev/snd/pcmC0D0p:   thomas23277 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf2a0 irq 22'
   Mixer name   : 'Intel G45 DEVCTG'
   Components   : 'HDA:10ec0269,17aa212a,0014 
HDA:80862802,80860101,0010'
   Controls  : 17
   Simple ctrls  : 9
Date: Fri Jul 23 15:21:31 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: alsa-driver
dmi.bios.date: 03/01/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6JET73WW (1.31 )
dmi.board.name: 28747UG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6JET73WW(1.31):bd03/01/2010:svnLENOVO:pn28747UG:pvrThinkPadSL410:rvnLENOVO:rn28747UG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 28747UG
dmi.product.version: ThinkPad SL410
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug lucid

-- 
No jack sense on ThinkPad SL410
https://bugs.launchpad.net/bugs/609139
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 609139] Re: No jack sense on ThinkPad SL410

2010-07-23 Thread Thomas B Homburg

** Attachment added: https://wiki.ubuntu.com/ALSA/JackSense;
   http://launchpadlibrarian.net/52366982/codec.no_hp.txt

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/52366686/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/52366687/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/52366688/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/52366689/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/52366690/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.3.txt
   http://launchpadlibrarian.net/52366691/Card0.Codecs.codec.3.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/52366692/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52366693/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/52366694/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/52366695/ProcCpuinfo.txt

-- 
No jack sense on ThinkPad SL410
https://bugs.launchpad.net/bugs/609139
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 609139] Re: No jack sense on ThinkPad SL410

2010-07-23 Thread Thomas B Homburg

** Attachment added: https://wiki.ubuntu.com/ALSA/JackSense;
   http://launchpadlibrarian.net/52367006/codec.hp.txt

-- 
No jack sense on ThinkPad SL410
https://bugs.launchpad.net/bugs/609139
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 609139] Re: No jack sense on ThinkPad SL410

2010-07-23 Thread Thomas B Homburg
Trying workaround from #580006

** Description changed:

- The description pretty much says it all.
+ The title pretty much says it all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  thomas23277 F pulseaudio
-   thomas25003 F alsamixer
-  /dev/snd/pcmC0D0p:   thomas23277 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  thomas23277 F pulseaudio
+   thomas25003 F alsamixer
+  /dev/snd/pcmC0D0p:   thomas23277 F...m pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xf2a0 irq 22'
-Mixer name : 'Intel G45 DEVCTG'
-Components : 'HDA:10ec0269,17aa212a,0014 
HDA:80862802,80860101,0010'
-Controls  : 17
-Simple ctrls  : 9
+  Card hw:0 'Intel'/'HDA Intel at 0xf2a0 irq 22'
+    Mixer name : 'Intel G45 DEVCTG'
+    Components : 'HDA:10ec0269,17aa212a,0014 
HDA:80862802,80860101,0010'
+    Controls  : 17
+    Simple ctrls  : 9
  Date: Fri Jul 23 15:21:31 2010
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=da_DK.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=da_DK.utf8
+  SHELL=/bin/bash
  SourcePackage: alsa-driver
  dmi.bios.date: 03/01/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6JET73WW (1.31 )
  dmi.board.name: 28747UG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6JET73WW(1.31):bd03/01/2010:svnLENOVO:pn28747UG:pvrThinkPadSL410:rvnLENOVO:rn28747UG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 28747UG
  dmi.product.version: ThinkPad SL410
  dmi.sys.vendor: LENOVO

-- 
No jack sense on ThinkPad SL410
https://bugs.launchpad.net/bugs/609139
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 609139] Re: No jack sense on ThinkPad SL410

2010-07-23 Thread Thomas B Homburg
I tested the two cases, before installing from ppa:ubuntu-audio-dev/ppa:

1. Headphone jack sense:
The internal speakers are not muted, when I connect the headphones

2. Microphone jack sense
The internal microphone is not muted, when I connect an external
microphone. In fact, the external microphone does not capture any
audio. (Tested with gnome-volume-control, audacity and Skype).


Will test again, when I have installed from the ppa

-- 
No jack sense on ThinkPad SL410
https://bugs.launchpad.net/bugs/609139
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 604942] [NEW] Wrong maximization on left second monitor

2010-07-13 Thread Thomas B Homburg
Public bug reported:

Binary package hint: compiz

# Description

## Steps to reproduce
1. Boot up the laptop with no extra monitor connected
2. Attach the extra monitor to the VGA port
3. Switch monitor layouts by pressing Fn+F5 (twice)
4. start `gnome-display-properties`
5. Use GDP to move the second monitor from the left to the right of the screen
6. maximize any window on the second monitor


### Alternative steps
from step 2. use xrandr commands:
( LVDS = Laptop display, VGA-0 = VGA output to second monitor )

#!/bin/bash

xrandr --output LVDS --mode 1280x800
xrandr --output VGA-0 --mode 1680x1050
xrandr --output VGA-0 --left-of LVDS


# Workaround
Deactive and activate the second monitor:

#!/bin/bash

xrandr --output VGA-0 --off`
xrandr --output LVDS --mode 1280x800
xrandr --output VGA-0 --mode 1680x1050
xrandr --output VGA-0 --left-of LVDS

# Notes
I have had this problem with Ubuntu 9.10 as well.

Se attached image for illustration of problem

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
Uname: Linux 2.6.34-020634-generic i686
Architecture: i386
Date: Tue Jul 13 11:19:10 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.34-020634-generic

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


** Tags: apport-bug i386 lucid

-- 
Wrong maximization on left second monitor
https://bugs.launchpad.net/bugs/604942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 604942] Re: Wrong maximization on left second monitor

2010-07-13 Thread Thomas B Homburg

** Attachment added: Unable to maximize windows over the scrambled left 
rectangle of the screen.
   http://launchpadlibrarian.net/51861811/IMAG0027.jpg

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51861647/Dependencies.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/51861648/RelatedPackageVersions.txt

-- 
Wrong maximization on left second monitor
https://bugs.launchpad.net/bugs/604942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty

2010-05-04 Thread Thomas B Homburg
Google Docs works for FF3.6.3, but i still get the same output on
http://www.asquare.net/javascript/tests/KeyCode.html

-- 
javascript key events for diacritics generates 0 keycode on danish qwerty
https://bugs.launchpad.net/bugs/569557
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562138] Re: radeon KMS causes corrupt VGA output on X1400

2010-05-03 Thread Thomas B Homburg
I have this problem as well:
Laptop w ati graphics:
VGA out is wavy if I have KMS enabled. But works fine, when KMS is not 
enabled.

It seems this
https://bugs.launchpad.net/ubuntu/lucid/+source/linux/+bug/537640
is a duplicate as well. From comment #25 on

Haven't tried newer kernels yet.

-- 
radeon KMS causes corrupt VGA output on X1400
https://bugs.launchpad.net/bugs/562138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 537640] Re: [RV530] Video problem: External monitor wavy, unreadable. ati radeon [Needs pll quirk]

2010-05-03 Thread Thomas B Homburg
I solved the second screen flicker/wavy-problem by installing kernel
2.6.34 rc6 from mainline.

I think this problem may be a duplicate of this
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/562138

-- 
[RV530] Video problem: External monitor wavy, unreadable. ati radeon [Needs pll 
quirk]
https://bugs.launchpad.net/bugs/537640
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 569557] [NEW] javascript key events for diacritics generates 0 keycode on danish qwerty

2010-04-24 Thread Thomas B Homburg
Public bug reported:

Binary package hint: firefox

Discovery:
I found this bug when trying to write é in the new google docs version (the 
etherpad version).
When i type é, the letter appears and the disappears instantly.
This applies to ë, ê and other as well.

I reported this error to google docs, and tried to read the keycode for
the key, as I guessed that this was a javascript error.

I have used this page to test key codes:
http://www.asquare.net/javascript/tests/KeyCode.html


How to reproduce:
Ubuntu Linux 10.04
Firefox 3.6.3
Danish QWERTY keyboard

Go to:
http://www.asquare.net/javascript/tests/KeyCode.html

Press ` one time:

Expected behavior:
See attached output:
windows7_danish_qwerty_firefox3_jsevents.png

Actual behavior:
See attached output:
ubuntu_danish_qwerty_firefox3_jsevents.png


Notes:
The output in chrome in linux is correct:
ubuntu_danish_qwerty_chrome5_jsevents.png
But the output in the Arora (from the reps) browser is the same as FF3

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.3+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Apr 24 22:34:46 2010
FirefoxPackages:
 firefox 3.6.3+nobinonly-0ubuntu4
 firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
 firefox-branding 3.6.3+nobinonly-0ubuntu4
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 PATH=(custom, user)
 LANG=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

-- 
javascript key events for diacritics generates 0 keycode on danish qwerty
https://bugs.launchpad.net/bugs/569557
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty

2010-04-24 Thread Thomas B Homburg

** Attachment added: Bug js output
   
http://launchpadlibrarian.net/45229606/ubuntu_danish_qwerty_firefox3_jsevents.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/45228640/Dependencies.txt

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/45228641/profile_default_pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/45228642/profiles.ini.txt

-- 
javascript key events for diacritics generates 0 keycode on danish qwerty
https://bugs.launchpad.net/bugs/569557
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty

2010-04-24 Thread Thomas B Homburg

** Attachment added: Correct js output (chrome5)
   
http://launchpadlibrarian.net/45229631/ubuntu_danish_qwerty_chrome5_jsevents.png

-- 
javascript key events for diacritics generates 0 keycode on danish qwerty
https://bugs.launchpad.net/bugs/569557
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty

2010-04-24 Thread Thomas B Homburg

** Attachment added: Correct js output (FF3 in Windows)
   
http://launchpadlibrarian.net/45229675/windows7_danish_qwerty_firefox3_jsevents.png

-- 
javascript key events for diacritics generates 0 keycode on danish qwerty
https://bugs.launchpad.net/bugs/569557
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509664] [NEW] K3b doesn't load svcd project file (k3b)

2010-01-19 Thread Thomas B
Public bug reported:

Binary package hint: k3b

I have successfully created a svcd with K3B.

After saving the k3b project file K3B hangs when i try to reload it
again (with 100% processor use).

ProblemType: Bug
Architecture: amd64
Date: Tue Jan 19 15:41:41 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/k3b
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: k3b 1.68.0~alpha3-0ubuntu1
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: k3b
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
K3b doesn't load svcd project file (k3b) 
https://bugs.launchpad.net/bugs/509664
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

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


[Bug 509664] Re: K3b doesn't load svcd project file (k3b)

2010-01-19 Thread Thomas B

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38087371/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/38087372/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/38087373/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38087374/XsessionErrors.txt

-- 
K3b doesn't load svcd project file (k3b) 
https://bugs.launchpad.net/bugs/509664
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

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


[Bug 482985] Re: openshot won't open in Ubuntu 9.10

2010-01-19 Thread Thomas B
For me it solfed the error after i created this symbolic link (Ubuntu
9.10/ 64 Bit):

sudo ln -s /usr/lib/libmlt++.so.0.4.10 /usr/lib/libmlt++.so.2

Best regards 
Thomas

-- 
openshot won't open in Ubuntu 9.10
https://bugs.launchpad.net/bugs/482985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 482985] Re: openshot won't open in Ubuntu 9.10

2010-01-18 Thread Thomas B
I have followed these steps:

1) Remove OpenShot and MLT using Synaptic.
2) Then, look for the following files and delete them if you find them:
 - mlt.py
 - _mlt.so
 - mlt_wrap.o

But i can't find these files on my system...
After installing with Synaptec i got the same error message:

Added /usr/share/openshot to system path

   OpenShot (version 1.0.0)

*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/lib/python2.6/threading.py, line 525, in __bootstrap_inner
self.run()
  File /usr/share/openshot/classes/thumbnail.py, line 174, in run
mlt.Factory().init()
NameError: global name 'mlt' is not defined

---
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install

-- 
openshot won't open in Ubuntu 9.10
https://bugs.launchpad.net/bugs/482985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467991] [NEW] Closing the Install New Software window in Eclipse leads to Crash

2009-11-01 Thread Thomas B
Public bug reported:

(Error lists package as 6b16-1.6.1-1ubuntu3 but that says it does not
exist in Ubuntu when I try to report it as that package.)

In Eclipse:
1) Click on the Help Menu
2) Click on Install New Software
3) Click on the (x) to close that new window.
Voila, Eclipse crashes.

Here's a message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00b3a856, pid=6721, tid=3077985984
#
# JRE version: 6.0-b16
# Java VM: OpenJDK Client VM (14.0-b16 mixed mode, sharing linux-x86 )
# Distribution: Ubuntu karmic (development branch), package 6b16-1.6.1-1ubuntu3
# Problematic frame:
# C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36
#
# An error report file with more information is saved as:
# /home/thomas/hs_err_pid6721.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted

Error report file is attached.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Closing the Install New Software window in Eclipse leads to Crash
https://bugs.launchpad.net/bugs/467991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467991] Re: Closing the Install New Software window in Eclipse leads to Crash

2009-11-01 Thread Thomas B

** Attachment added: hs_err_pid6721.log
   http://launchpadlibrarian.net/34841077/hs_err_pid6721.log

-- 
Closing the Install New Software window in Eclipse leads to Crash
https://bugs.launchpad.net/bugs/467991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 449623] [NEW] WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xcb/0xe0()

2009-10-12 Thread Thomas B
Public bug reported:

N/A

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  thomas 1808 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd240 irq 22'
   Mixer name   : 'Conexant CX20551 (Waikiki)'
   Components   : 'HDA:14f15047,103c30a5,0010'
   Controls  : 15
   Simple ctrls  : 7
Date: Mon Oct 12 10:24:30 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=a89940ab-3a3e-4878-9884-a4f21e0f4479
MachineType: Hewlett-Packard HP Pavilion dv5000 (ET773UA#ABA)
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-11-generic 2.6.31-11.38
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=bcedebef-10ce-4112-aecf-339ee923bff6 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.21
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xcb/0xe0()
Uname: Linux 2.6.31-11-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 09/07/2007
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.24
dmi.board.name: 30A7
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 56.48
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.24:bd09/07/2007:svnHewlett-Packard:pnHPPaviliondv5000(ET773UA#ABA):pvrF.24:rvnHewlett-Packard:rn30A7:rvr56.48:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv5000 (ET773UA#ABA)
dmi.product.version: F.24
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xcb/0xe0()
https://bugs.launchpad.net/bugs/449623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 449623] Re: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xcb/0xe0()

2009-10-12 Thread Thomas B

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/33521926/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/33521927/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/33521928/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/33521930/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33521931/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/33521932/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33521934/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/33521935/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/33521940/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/33521941/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/33521943/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/33521950/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/33521951/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/33521952/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/33521953/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/33521954/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/33521955/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/33521956/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/33521957/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xcb/0xe0()
https://bugs.launchpad.net/bugs/449623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448920] Re: at-spi-registryd assert failure: ERROR:orbit-object.c:149:do_unref: assertion failed: (robj-refs ORBIT_REFCOUNT_MAX robj-refs 0)

2009-10-11 Thread Thomas B
*** This bug is a duplicate of bug 432252 ***
https://bugs.launchpad.net/bugs/432252

It says I am not allowed to view bug #432252. How can I tell if I have
anything to add to 432252, and how can I add to 432252 if I do?

-- 
at-spi-registryd assert failure: ERROR:orbit-object.c:149:do_unref: assertion 
failed: (robj-refs  ORBIT_REFCOUNT_MAX  robj-refs  0)
https://bugs.launchpad.net/bugs/448920
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-13 Thread Thomas B
please file a separate bug if you have issues on another HP Mini model

Sorry for any confusion I caused.

The discussions above ultimately reveal that the HP mini 100 uses the
same sound hardware and faces the same bug. I originally made it sound
like the HP 100 behaved differently, but our discussion on that
eventually concluded that the difference was my fault.

I know you don't want to mislead Mini 100 users to make them think that
these solutions were designed with that model in mind, but I think we've
now established that the sound chips there are the same, and that the
bug that model faces is the same.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413181] [NEW] HP Mini 100, IDT 92HD81B1X5, no sound from speakers

2009-08-13 Thread Thomas B
Public bug reported:

1) Ubuntu 9.04
2) Alsa as packaged with 9.04 (1.12? pending confirmation...)
3) expected sound via speakers
4) no sound via speakers

Symptoms, discussion and workaround found here:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/318942?comments=all

Members of that thread have requested the bugs be separated.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
HP Mini 100, IDT 92HD81B1X5, no sound from speakers
https://bugs.launchpad.net/bugs/413181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-13 Thread Thomas B
I have submitted another bug for the Mini 100 here:
https://bugs.launchpad.net/ubuntu/+bug/413181

I respectfully disagree that the bugs should be separate, as they
feature the same hardware, same symptoms, and same workaround. That
dissent noted, it is apparently in the minority, so you have your new
bug.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413181] Re: HP Mini 100, IDT 92HD81B1X5, no sound from speakers

2009-08-13 Thread Thomas B
** Description changed:

  1) Ubuntu 9.04
- 2) Alsa as packaged with 9.04 (1.12? pending confirmation...)
+ 2) Alsa as packaged with 9.04 (1.19? pending confirmation...)
  3) expected sound via speakers
  4) no sound via speakers
  
  Symptoms, discussion and workaround found here:
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/318942?comments=all
  
  Members of that thread have requested the bugs be separated.

-- 
HP Mini 100, IDT 92HD81B1X5, no sound from speakers
https://bugs.launchpad.net/bugs/413181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-01 Thread Thomas B
Using Mauricio's suggestions on kernel -14 and ALSA -20, but still no luck. I 
was working through the Sound Troubleshooting guide when I noticed something 
interesting.
( https://help.ubuntu.com/community/SoundTroubleshooting )

The guide helps you generate a long ALSA info page. My ALSA info page is here:
http://www.alsa-project.org/db/?f=1dee76a881f8e3dfa53fed17b931f8b6a2508ffd

It lists my codec as IDT 92HD81B1X5, even though aplay -l makes it
look like my codec should have something like STAC92xx in it.

I couldn't find the IDT codec for any more detailed kernel support here: 
http://is.gd/1Xdjf (git alsa project kernel configuration guide).

So I was stopped short of completing the troubleshooter.

Anything jump out about this that's fishy? I appreciate all the help I'm
getting trying to debug this issue.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-01 Thread Thomas B
SOUND! WOOHOO!

I finally added options snd-hda-intel model=ref to /etc/modprobe.d
/alsa-base

I have been editing alsa-base.conf, but it was the edit in alsa-base
without the .conf extension that did the trick.

Other than that one line, alsa-base is empty, so I thought people
editing that without the .conf just made a typo. On the other hand,
maybe my alsa-base file was overriding the .conf file somehow.

Anyway, works now, for anyone else for whom Mauricio's solution doesn't,
you might start by checking your alsa-base without the .conf extension.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-01 Thread Thomas B
Strange, my alsa-base already had a line in it, setting options snd-
hda-intel model=ref to some other value before I changed it. I think it
was laptop, but I'm not 100%.

I suspect that I made a typo early on trying to fix this problem, dumped
a line in an empty file I created, and then forgot it was there to undo
it.

What's strange is that this early typo blocked my other attempts to fix
the problem. Might be that alsa defines some static variables for its
options, and gives priority to these files that probably shouldn't ever
exist.

So what about Liam's success? If his fix wasn't being blocked, why did
creating the file help? Well, it sounds like he created alsabase with
no hyphen. Maybe that's one step up in the priority, and by placing a
line there, it overrides that setting in either alsa-base or alsa-
base.conf.

If I'm right, Liam will be able to check those three files (alsabase,
alsa-base and alsa-base.conf) for options snd-hda-intel model=.
Harmonizing the .conf version to whatever file he just created and
then deleting the new alsabase file should leave him with working
sound if I'm right.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-07-29 Thread Thomas B
Skype's a separate issue, but you can go into Skype's Options-Sound
Devices and uncheck Allow Skype to Automatically Adjust Mixer Levels
to fight that problem.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-07-26 Thread Thomas B
@Mauricio

Thanks for your feedback, good to know the hardware appears the same.

I tried model=hp-m4, laptop, ref, no-jd, ref-no-jd, and dell-m4-1, then
tried these with alsa .20, but still no luck.

Made sure the packages were installed. Is there any way to verify the
make/configure/installs are working correctly?

In System-Prefs-Sound I changed the first four options to ALSA, then
even tried changing the fifth option to ALSA as well, in case we somehow
had different options there.

One thing I may not be following correctly, though, jasonq's instructions:
- In volume control, you'll want to set the input sources to line and front 
mic for the HDA Intel (Alsa mixer).

In volume control, I used preferences to make sure every source is
visible, unmuted everything and pumped it up before testing sound. I
think the settings for input sources are under the Options tab. But when
I go to the options tab, my options don't permit jason's suggestions. I
see three drop down menus.

The first is labeled Mono Mux, and it has the options DAC0, DAC1, and
Mixer. It is currently on DAC0.

The second is Digital Input Source, and it has: Analog Inputs, Digital
Mic 1, Digital Mic 2. It is currently set on Analog Inputs.

The third dropdown is exactly the same as the second. Digital Input
Source, same options, same setting.

Is there an option I'm missing? Am I in the wrong tab?

Thanks for the help, 
Thomas

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-07-26 Thread Thomas B
Ooh, maybe jasonq meant:

System-Preferences-Sound:
Devices tab:
Default Mixer Tracks section:
Device: HDA Intel (ALSA Mixer): 

select Front Mic and Line In

Should anything besides those two be selected? It seems to only let me
select two actually. So is it Line In? And not Master or anything
else?

I selected those, closed the Sound Preferences, but did not immediately
get sound. Maybe rebooting...

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-07-24 Thread Thomas B
HP110, Ubuntu Netbook Remix here, 2.6.28-13-generic. No sound without
headphones.

Arnaud's solution did not change my situation, I still got headphone
sound, but nothing in speakers.

Mauricio's solution left me without sound even when using headphones.
(Actually, if I plug the headphones half way in, I can hear sound, but
when they are flush, I get nothing).

Did not find Import0 Mux, but checked all the other inputs and cranked
all their volumes, still only get sound when headphone jack is partway
in.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-07-24 Thread Thomas B
Trying to cycle through options after
options snd-hda-intel model=
in /etc/modprobe.d/alsa-base.conf, since that seems to work for some.
So far laptop and hp-m4 fail.

aplay -l showed STAC92xx Analog, so I gunzipped  /usr/share/doc/alsa-
base/driver/HD-Audio-Models.txt.gz and consulted it, hoping for some
suggestions.

No luck so far, but those sources might give help to people with other
cards/configs.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346912] Re: Tracker index corruption (was Tracker does not stop indexing)

2009-05-08 Thread Thomas B
I would humbly submit that this bug priority should be raised to High,
if not Critical.

a) One of the bugs that was merged into this one had a priority of high.
b) Medium status is not preferred, see https://dev.launchpad.net/BugTriage
c) Most importantly, this bug keeps a large number of users from completing 
crucial tasks (ie, using their system). 

That actually seems a potential description of critical, but since
there's no data loss, and it may not be universal, and there may be
workarounds, I can see that being bumped down to High. I cannot see why
Medium should be used, though.

-- 
Tracker index corruption (was Tracker does not stop indexing)
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 346912] Re: Tracker index corruption (was Tracker does not stop indexing)

2009-05-08 Thread Thomas B
Ah, thanks for the correction, and for your work on this. Sorry if I added
to any confusion.

On Fri, May 8, 2009 at 4:24 PM, Chris Coulson
chrisccoul...@googlemail.comwrote:

 Thomas - the issue about the repeated notifications, and inability to
 recover from the index corruption via reindexing is covered by a
 separate bug report (bug 361205), which is already high priority and I'm
 working on fixing that.

 The actual corruption (this bug here) is most likely going to be wontfix
 for Jaunty, as it requires significant changes in tracker.

 --
 Tracker index corruption (was Tracker does not stop indexing)
 https://bugs.launchpad.net/bugs/346912
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.


-- 
Tracker index corruption (was Tracker does not stop indexing)
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 361560] Re: Corrupted tracker index causes persistent applet error popup

2009-04-24 Thread Thomas B
After experiencing this bug, my system drops to a crawl, it becomes
basically unusable.

Since it also seems to be hitting a lot of people, should the importance
be bumped to critical?

-- 
Corrupted tracker index causes persistent applet error popup
https://bugs.launchpad.net/bugs/361560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335993] Re: [Jaunty 9.04 alpha5] DeprecationWarning: when starting Hellanzb

2009-04-19 Thread Thomas B
Possible fix?:

http://www.hellanzb.com/trac/hellanzb/ticket/419


** Bug watch added: www.hellanzb.com/trac/hellanzb/ #419
   http://www.hellanzb.com/trac/hellanzb/ticket/419

-- 
[Jaunty 9.04 alpha5] DeprecationWarning: when starting Hellanzb
https://bugs.launchpad.net/bugs/335993
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158931] Re: scim hotkeys doesn't work

2009-03-29 Thread Thomas B
Ubuntu 8.10; SCIM 1.4.7

I had been having difficulties with the SCIM hotkeys as well, but trying
to test them, the problems disappeared.

Over the last few days, I've noticed that when I press Ctrl+Shift+Right
or Ctrl+Shift+Left to highlight a word in a textbox, this combo would
sometimes trigger SCIM to switch input methods. Around 60% of the time,
but not always. (Perhaps due to the KeyRelease event in one of the
triggers?)

Also, Ctrl+Alt+Right, defaulted in SCIM to Show input method menu,
really just switches the active desktop. That's just a collision.

After switching some keybindings, I noticed that I could not get SCIM to
recognize Super+Space, even though I use the Super key as a mod for
hotkeys just fine in other applications.

Other than that, all my new bindings, built around F2, F3, etc like OP,
worked as expected.

Before I got started, I deleted all the alternate keybindings for those
actions, so maybe that helped somehow.

It'd be interesting to know if your problems persist when you strip all
the alternate keybindings out like I did.

-- 
scim hotkeys doesn't work
https://bugs.launchpad.net/bugs/158931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158931] Re: scim hotkeys doesn't work

2009-03-29 Thread Thomas B
I can't get it to not work anymore. I sort of wish I could break it
again somehow.

For reference, my current keybindings are:
Trigger: F2
On: Ctrl+F3
Off: Ctrl+Shift+F3
Next IM: Ctrl+F2
Previous: Ctrl+Shift+F2
Show menu: F3

How I change input methods:
When I start my system, the floating SCIM bar is not visible. Even though it is 
not visible, I can press Ctrl+F2 to change input methods, and the bar becomes 
visible with the new input method selected. I can do this when gedit has focus, 
when this text box in Firefox has focus, or even when the desktop background 
has focus. I can instead press F2 or Ctrl+F3 to make the bar visible, then 
change input methods with either Ctrl+F2 or Ctrl+Shift+F2. 

I only have English/European, and the first option under Chinese
Simplified enabled (it's a pinyin input method, but I cannot yet read
its name).

我是美国人。我说的不好。

How I change my keybindings:

I display the floating SCIM window by pressing F2. I right click on that
bar and click SCIM setup to enter change my keybindings. I click Global
Setup under FrontEnd. Under Hotkeys, I click the ... button next
to Trigger. I highlight an entry under Selected Keys and click the
Delete button, alternating until the Selected Keys box is empty.  I
click the ... next to Key Code. The Grabbing a Key popup opens. I
press F2, and that popup closes. I click Add. I click Ok. I click
Apply. I click Ok. I click Ok on the warning window.

My new keybindings have now taken effect, even without restarting SCIM.

How are you changing your key bindings if you cannot access SCIM?

-- 
scim hotkeys doesn't work
https://bugs.launchpad.net/bugs/158931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 158931] Re: scim hotkeys doesn't work

2009-03-29 Thread Thomas B
Just noticed that the SCIM commands don't always work when I've selected
the desktop background, only when there's some sort of text box in the
foreground. Terminal works for that purpose.

Also, if there is a collision, if a couple of the commands have F2
tied to them, then it only executes one of those commands.

-- 
scim hotkeys doesn't work
https://bugs.launchpad.net/bugs/158931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248721] Re: Huge color blobs in PDF export and print

2009-03-17 Thread Thomas B
Confirming here as well in 8.10 using print preview, Inkscape 0.46.

Things I noticed that may or may not be relevant:
1) When I open the svg in Image Viewer, it is mostly transparent with a lot of 
black blotches obscuring the boxes. The pdf looks fine, looks like the svg as 
seen from within Inkscape (no blotches). Was that intended? Is this unique on 
my machine?
2) There are four strange red circles on the print preview. Of these:
a) two of them seem to be filled in versions of the red circle with speaker 
graphic from the main image.
b) the other two are connected to the above, as if shadows. If you move the 
speaker icons, these shadows move a proportional distance on the page.

The other shapes seem to correspond to nearby text objects of that
color.

-- 
Huge color blobs in PDF export and print
https://bugs.launchpad.net/bugs/248721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248721] Re: Huge color blobs in PDF export and print

2009-03-17 Thread Thomas B
Attached, a stripped down version of the image file which might
illustrate whatever the bug is more cleanly.

In Inkscape, I see a blank canvas with one layer.

In Print Preview, I see a single red circle in the middle of the page.

In Image Viewer, I see a blank canvas with transparency, no circle.

In the Print Preview from Image Viewer, I see a blank white page, no
circle.

Looks like an Inkscape bug to me. Why is Inkscape showing something to
the printer that it's not showing to the user, and that Image Viewer
cannot see at all?

-- 
Huge color blobs in PDF export and print
https://bugs.launchpad.net/bugs/248721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248721] Re: Huge color blobs in PDF export and print

2009-03-17 Thread Thomas B
Attached, a stripped down version of the image file which might
illustrate whatever the bug is more cleanly.

In Inkscape, I see a blank canvas with one layer.

In Print Preview, I see a single red circle in the middle of the page.

In Image Viewer, I see a blank canvas with transparency, no circle.

In the Print Preview from Image Viewer, I see a blank white page, no
circle.

Looks like an Inkscape bug to me. Why is Inkscape showing something to
the printer that it's not showing to the user, and that Image Viewer
cannot see at all?

** Attachment added: simple red circle.svg
   http://launchpadlibrarian.net/23977066/simple%20red%20circle.svg

** Changed in: inkscape
   Status: New = Confirmed

-- 
Huge color blobs in PDF export and print
https://bugs.launchpad.net/bugs/248721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 40709] Re: Bootloaders fail to install for dual boot HP notebook.

2009-03-17 Thread Thomas B
I cannot reproduce this bug in 8.10 with the same hardware. I'm not sure
whether it got solved along the way, or if it was a phantom at the time,
or if I'm doing something differently, but the bug should probably be
killed/shelved until someone else reports a repeatable issue.

Thanks for your time and attention here.

-- 
Bootloaders fail to install for dual boot HP notebook.
https://bugs.launchpad.net/bugs/40709
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


  1   2   >