[Bug 1773174] Re: Dutch lowercase translation warnings

2019-05-05 Thread Timo Kluck
Mind if I bump this ticket?

FWIW, the fact that this is still there is testament to the inefficacy
of the warning. In my opinion, intrusive but ineffective warnings are a
misfeature that should be fixed in the code.

If you can't make time, would it help if I send a pull request?

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1773174] Re: Dutch lowercase translation warnings

2019-02-01 Thread Timo Kluck
@John, thanks for replying. I just double-checked and I stand corrected.
I can only reproduce with snap itself, not any more with apt. (The rest
of my comment still stands.)

Thanks for looking into this!

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1773174] Re: Dutch lowercase translation warnings

2019-02-01 Thread Timo Kluck
These warnings are still happening on the current Disco release.

Please take my remarks (see above) to heart. I'd imagine a "proper fix",
whatever that ends up being, has moderate/low priority, but meanwhile,
this is in my (and other Dutch users') faces multiple times per day. It
prints whatever message happens to be formatted "incorrectly", which in
this case is a message containing the phrase "(...) might be dangerous
(...)". This is printed for _every_ apt and snap action!

Please, please, I implore you, if you do nothing else, just remove these
warnings. The supposed benefit really can't be worth the cost.

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1773174] Re: Dutch lowercase translation warnings

2018-10-21 Thread Timo Kluck
Thanks for finding the source of this puzzling message! I noticed John
and Daniel made translation suggestions for both of the offending
messages; what needs to happen to merge them?

Moreover, if you'll allow me an additional comment on this:

I really like that you care so much about UX and copy quality that you
added a form of automatic testing for it. Having said that, the delivery
of the results of its is suboptimal:

 - this issue is not actionable for users (except for filing a bug report).
 - translators typically won't see these errors (or even realize that they 
caused it; it's really quite cryptic)
 - developers won't test very many locales

It's also quite scary to get a warning from your package manager -- "how
badly broken is my system?" -- and that's not really fitting for such a
harmless issue.

It might be wiser to put these kinds of warnings in a CI build that
deliberately scans all translations. And even if that's not in place
yet, I would err on the side of just suppressing this warning from the
end-user binary for now; it's not an effective tool for what it's trying
to do.

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1310186] [NEW] mediascanner prevents unmounting usb device

2014-04-20 Thread Timo Kluck
Public bug reported:

Trying to unmount a block device I just mounted, I get the following
error (sorry for not resetting the locale. It says Device is busy):

:~$ sudo umount /media/tkluck/tjk-backup 
umount2: Apparaat of hulpbron is bezig
umount: /media/tkluck/tjk-backup: apparaat is bezig
(Welke processen het apparaat gebruiken kan mogelijk
 gevonden worden met behulp van lsof(8) of fuser(1).)
umount2: Apparaat of hulpbron is bezig

I get the same error in a dialog window when trying to unmount from the
file manager.

Using lsof shows that the media-scanner daemon is the culprit:

tkluck@ultrabook-tjk:~$ lsof /media/tkluck/tjk-backup 
COMMANDPID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
mediascan 2898 tkluck   16r   DIR  252,3   2498562 
/media/tkluck/tjk-backup
mediascan 2898 tkluck   17r   DIR  252,3 4096 50855937 REDACTED
mediascan 2898 tkluck   18r   DIR  252,3 4096 39080372 REDACTED
mediascan 2898 tkluck   19r   DIR  252,312288 39080513 REDACTED
mediascan 2898 tkluck   20r   DIR  252,320480 39080525 REDACTED
mediascan 2898 tkluck   21r   DIR  252,3 4096 46792990 REDACTED
mediascan 2898 tkluck   22r   DIR  252,3 4096 46792991 REDACTED
mediascan 2898 tkluck   23r   DIR  252,316384 46793749 REDACTED
mediascan 2898 tkluck   24r   DIR  252,3 4096 47317994 REDACTED
mediascan 2898 tkluck   25r   DIR  252,3 4096 47317997 REDACTED
mediascan 2898 tkluck   26r   DIR  252,3 4096 47317999 REDACTED

Sending it

sudo kill -9 2898

solved this for me.

This is on Ubuntu GNOME 14.04. I uninstalled the mediascanner2.0 to
solve this once and for all (which has no other impact since I do not
use Unity).

My guess is that the scan usually finishes quickly after mounting. But
because this particular drive contains a big filetree, it doesn't,
resulting in the issue.

** Affects: mediascanner2 (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/1310186

Title:
  mediascanner prevents unmounting usb device

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-10-16 Thread Timo Kluck
I can corfirm that your latest test packages work. You rock, Joseph!

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-10-15 Thread Timo Kluck
Hi Joseph,

Thanks for taking the lead on this! I tested your kernel packages, but
unfortunately they didn't solve this for me. The behaviour is slightly
different: instead of booting into a black screen, your packages boot
into a black screen with three white pixels at rather random locations.

Timo

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-09-24 Thread Timo Kluck
This bug was introduced in 657445fe8660100ad174600ebfa61536392b7624
---
Author: Daniel Vetter daniel.vet...@ffwll.ch
Date:   Sat May 4 10:09:18 2013 +0200

Revert drm/i915: revert eDP bpp clamping code changes

This reverts commit 57c219633275c7e7413f8bc7be250dc092887458.

It's an ugly hack for a Haswell SDV platform where the vbt doesn't
seem to fully agree with the panel. Since it seems to cause issues on
real eDP platform let's just kill this hack again.

Reported-and-tested-by: Josh Boyer jwbo...@gmail.com
References: https://lkml.org/lkml/2013/5/3/467
Cc: Paulo Zanoni przan...@gmail.com
Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch
-
I'll investigate a bit, but this is not exactly my expertise.

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-09-24 Thread Timo Kluck
My very brief investigation shows that this piece of code has been
applied and reverted a few times already, apparently because some
hardware works with it and other hardware works without it.

I'll install the raring kernel on my own machine and use that for now; I
guess it's up to the ubuntu kernel team to decide how to handle this.
I'll stay available for testing!

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-09-24 Thread Timo Kluck
** Changed in: linux (Ubuntu Saucy)
   Status: Incomplete = Confirmed

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-09-23 Thread Timo Kluck
@Christopher: will do.

I'm in the process of bisecting. The problem has been introduced somewhere 
between v3.10-rc1 and v3.10-rc2. More precisely, it has been introduced between 
v3.10-rc1 and commit fea0f9f. Looking at the logs, the latter is a likely 
candidate:
---
Pull drm fixes from Dave Airlie:
 Just a few straggling fixes I hoovered up, and an intel fixes pull
  from Daniel which fixes some regressions, and some mgag200 fixes from
  Matrox.
---
I'm bisecting that branch now.

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-09-20 Thread Timo Kluck
I can confirm this issue. I can get to my desktop by attaching an
external monitor -- it is apparently only the internal display which
doesn't work. This is on a raring - saucy upgrade.

I also tried mainline kernel 3.11.1-031101-generic and it has the same
issue.

I will gladly help getting this fixed. I'm pretty proficient with git
and I did a kernel build before, so I could theoretically do a bisect.
If someone 'in the know' can give me some extra starting points (do I
build a .deb for each bisect step?), I can probably find the offending
commit.

Thanks!

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1121169] Re: crop temporarily hangs the app since simple-scan uses sqlite

2013-09-07 Thread Timo Kluck
thanks for testing, Joseph! Can you also confirm that autosave works?
You can simulate a crash by hitting Ctrl C in the console.

I'm interested to hear whether the necessary auto save database upgrade
has gone well.

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

Title:
  crop temporarily hangs the app since simple-scan uses sqlite

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1121169/+subscriptions

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


[Bug 1132741] [NEW] update failure for gtk2-engines-pixbuf

2013-02-25 Thread Timo Kluck
*** This bug is a duplicate of bug 1132720 ***
https://bugs.launchpad.net/bugs/1132720

Public bug reported:

On Ubuntu Raring, the package gtk2-engines-pixbuf fails to upgrade from
version 2.24.14-0ubuntu1 to version 2.24.16-1ubuntu1. The error I'm
getting is the following:

$ LANG=C sudo apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  gtk2-engines-pixbuf
The following packages will be upgraded:
  gtk2-engines-pixbuf
1 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
3 not fully installed or removed.
Need to get 0 B/131 kB of archives.
After this operation, 742 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 305808 files and directories currently installed.)
Preparing to replace gtk2-engines-pixbuf:amd64 2.24.14-0ubuntu1 (using 
.../gtk2-engines-pixbuf_2.24.16-1ubuntu1_amd64.deb) ...
Unpacking replacement gtk2-engines-pixbuf:amd64 ...
dpkg: error processing 
/var/cache/apt/archives/gtk2-engines-pixbuf_2.24.16-1ubuntu1_amd64.deb 
(--unpack):
 trying to overwrite shared '/usr/share/doc/gtk2-engines-pixbuf/README.gz', 
which is different from other instances of package gtk2-engines-pixbuf:amd64
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/gtk2-engines-pixbuf_2.24.16-1ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Maybe it is relevant to mention that I also have gtk2-engines-
pixbuf:i386 installed, which upgraded without problems.

Some more version information:
$ dpkg -s gtk2-engines-pixbuf
Package: gtk2-engines-pixbuf
Status: install ok installed
Priority: optional
Section: graphics
Installed-Size: 1413
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Architecture: amd64
Multi-Arch: same
Source: gtk+2.0
Version: 2.24.14-0ubuntu1
Depends: libc6 (= 2.14), libcairo2 (= 1.6.4-6.1), libgdk-pixbuf2.0-0 (= 
2.22.0), libglib2.0-0 (= 2.27.3), libgtk2.0-0 (= 2.24.14-0ubuntu1), 
libgtk2.0-common
Description: pixbuf-based theme for GTK+ 2.x
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the pixbuf theme engine.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org

 $ dpkg -s gtk2-engines-pixbuf:i386
Package: gtk2-engines-pixbuf
Status: install ok unpacked
Priority: optional
Section: graphics
Installed-Size: 684
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Architecture: i386
Multi-Arch: same
Source: gtk+2.0
Version: 2.24.16-1ubuntu1
Config-Version: 2.24.14-0ubuntu1
Depends: libc6 (= 2.3.6-6~), libcairo2 (= 1.6.4-6.1), libgdk-pixbuf2.0-0 (= 
2.22.0), libglib2.0-0 (= 2.27.3), libgtk2.0-0 (= 2.24.16-1ubuntu1), 
libgtk2.0-common
Description: pixbuf-based theme for GTK+ 2.x
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the pixbuf theme engine.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

** This bug has been marked a duplicate of bug 1132720
   package gtk2-engines-pixbuf 2.24.14-0ubuntu1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/doc/gtk2-engines-pixbuf/README.gz', 
which is different from other instances of package gtk2-engines-pixbuf:amd64

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

Title:
  update failure for gtk2-engines-pixbuf

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

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


[Bug 1132720] Re: package gtk2-engines-pixbuf 2.24.14-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/gtk2-engines-pixbuf/README.gz', which is different from other insta

2013-02-25 Thread Timo Kluck
My theory is as follows. It appears that the two packages gtk2-engines-
pixbuf:i386 and gtk2-engines-pixbuf:amd64 offer those same documentation
files. Apparently, APT is okay with that as long as those files are
identical, and therefore they can be installed along side eachother. But
during upgrade, one of them is upgraded first, which breaks the other
package. APT cannot recover from that, and your system is left in a
broken state which even apt-get -f install cannot fix.

My workaround was to remove the relevant i386 packages:

# temporarily remove the i386 package
$ sudo dpkg --remove --force-depends gtk2-engines-pixbuf:i386 
ia32-libs-multiarch ia32-libs
# let apt-get repair everything
$ sudo apt-get install -f
# install the 32bit libraries again
$ sudo apt-get install ia32-libs

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

Title:
  package gtk2-engines-pixbuf 2.24.14-0ubuntu1 failed to
  install/upgrade: trying to overwrite shared '/usr/share/doc/gtk2
  -engines-pixbuf/README.gz', which is different from other instances of
  package gtk2-engines-pixbuf:amd64

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

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


[Bug 1072390] [NEW] hadoop's rcc conflicts with libqt4-dev-bin

2012-10-28 Thread Timo Kluck
Public bug reported:

Both the package hadoop and the package libqt4-dev-bin contain an
executable called rcc. Hadoop's one is in /usr/sbin so it takes priority
over qt4's. This breaks compilation of some qt4 programs, like LyX, if
hadoop is installed.

I didn't need Hadoop anymore so I just uninstalled it, but I think that
in general, a more robust solution is needed.

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

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

** Also affects: qt4-x11 (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/1072390

Title:
  hadoop's rcc conflicts with libqt4-dev-bin

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

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


[Bug 1033783] Re: Wacom stylus and touch not recognised on Lenovo X220t

2012-10-01 Thread Timo Kluck
The #31 does work for me on a HP tm2 laptop. Anton, perhaps you could
use uname -r and  dpkg -s linux-image-3.5.0-16-generic to verify
that you are running the right kernel with package version
3.5.0-16.25~lp1033783v1 ?

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

Title:
  Wacom stylus and touch not recognised on Lenovo X220t

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

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


[Bug 1045000] Re: Wacom touchscreen in HP tm2 laptop not works in Ubuntu 12.10

2012-09-16 Thread Timo Kluck
I'm trying Anton's suggestion of installing 3.6 now. I will report back
to confirm whether this solves the issue.

Anton, do you have a source for your statement? That may help people
identify the right changeset and maybe backport it to 3.5.

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

Title:
  Wacom touchscreen in HP tm2 laptop not works in Ubuntu 12.10

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

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


[Bug 1045000] Re: Wacom touchscreen in HP tm2 laptop not works in Ubuntu 12.10

2012-09-16 Thread Timo Kluck
I can confirm that installing the 3.6rc5 mainline kernel solves this
issue. I'm marking this bug as affecting the kernel and I'm marking it
invalid for the other packages.

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

** Changed in: xf86-input-wacom
   Status: New = Invalid

** Changed in: linux (Ubuntu)
   Status: New = Invalid

** Changed in: linux (Ubuntu)
   Status: Invalid = New

** Changed in: evdev
   Status: New = Invalid

** Changed in: xserver-xorg-input-wacom (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  Wacom touchscreen in HP tm2 laptop not works in Ubuntu 12.10

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

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-28 Thread Timo Kluck
Mathieu: How do you feel about the upstream suggestion to drop gnome-
shell/f65826b3ba2cf03a859819e6706046fff376c65c and get native network
messages?

By the way, I've got a patch for nm-applet too (I wrote that earlier).
However, that might also affect the Unity experience, so my guess was
that that would be a lot harder to get merged.

I'll put my merge request on work in progress in the mean time.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

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

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-22 Thread Timo Kluck
Upstream bug is https://bugzilla.gnome.org/show_bug.cgi?id=672636.

** Bug watch added: GNOME Bug Tracker #672636
   https://bugzilla.gnome.org/show_bug.cgi?id=672636

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

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

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-03-20 Thread Timo Kluck
** Branch linked: lp:~tkluck/ubuntu/precise/gnome-shell/lp883443

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

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

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


[Bug 662957] Re: wacom tablet pc: single touch registers as two-finger tap

2012-03-19 Thread Timo Kluck
Hi Chase,

This works now. I think it was already fixed in Oneiric. Sorry for not
having closed it earlier. I'm marking it fix released.

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

** No longer affects: linux

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

Title:
  wacom tablet pc: single touch registers as two-finger tap

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

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


[Bug 941617] Re: FFe: Update clutter/cogl to 1.9

2012-03-14 Thread Timo Kluck
I'm attaching what is probably the required patch. I'm currently setting
up a cross-compile environment to verify. Then I'll make a debdiff.

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

Title:
  FFe: Update clutter/cogl to 1.9

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

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


[Bug 941617] Re: FFe: Update clutter/cogl to 1.9

2012-03-14 Thread Timo Kluck
** Patch added: 03_build_on_armel.patch
   
https://bugs.launchpad.net/ubuntu/+source/clutter-1.0/+bug/941617/+attachment/2868666/+files/03_build_on_armel.patch

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

Title:
  FFe: Update clutter/cogl to 1.9

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

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


[Bug 941617] Re: FFe: Update clutter/cogl to 1.9

2012-03-14 Thread Timo Kluck
I didn't manage to create the pbuilder-dist environment because of some
missing public keys. I'll just attach the debdiff and hope that it is a
helpful starting point for someone who knows how arm things work.

Hope this gets fixed. It would be great if gnome-shell 3.4 could make it
into precise.

** Patch added: fix-build-on-armel.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/clutter-1.0/+bug/941617/+attachment/2868784/+files/fix-build-on-armel.debdiff

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

Title:
  FFe: Update clutter/cogl to 1.9

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

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-02-15 Thread Timo Kluck
At least part of this is ubuntu specific. The distribution patch

lp341684_device_sensitive_disconnect_notify.patch

in the package network-manager-applet sets this notification importance
to NOTIFY_URGENCY_CRITICAL. I can confirm that if you change this to
NOTIFY_URGENCY_NORMAL, the notification disappears after the timeout

Apparently, gnome-shell keeps on showing NOTIFY_URGENT_CRITICAL
notifications, even if they are marked as transient. The ubuntu-
specific patch assumes the unity behavior. This is probably the cause of
the bug.

I'm marking network-manager-applet as affected.

** Also affects: network-manager-applet (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/883443

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

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

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


[Bug 788128] Re: gestures are not rotated by evdev coordinate transformation matrix

2012-02-03 Thread Timo Kluck
Off the top of my head: I think that the changes to utouch-grail and
utouch-frame have been committed to trunk, so they are probably in
precise too. I don't think the patch to xserver-xorg-input-evdev (taking
advantage of it) ever got applied.

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

Title:
  gestures are not rotated by evdev coordinate transformation matrix

To manage notifications about this bug go to:
https://bugs.launchpad.net/utouch-grail/+bug/788128/+subscriptions

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


[Bug 918208] Re: Connection switches in Bluetooth menu are not functioning

2012-02-01 Thread Timo Kluck
I can confirm that the new gnome-shell packages in oneiric-proposed work
and fix this bug.

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

Title:
  Connection switches in Bluetooth menu are not functioning

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

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


[Bug 752674] Re: GtkRecentChooserMenu always selects first entry

2012-02-01 Thread Timo Kluck
** Changed in: appmenu-gtk
   Status: New = Confirmed

** Changed in: indicator-appmenu
   Status: New = Confirmed

** Changed in: inkscape
   Status: Confirmed = Invalid

** Changed in: openshot
   Status: Confirmed = Invalid

** Changed in: gitg (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  GtkRecentChooserMenu always selects first entry

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

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


[Bug 752674] Re: GtkRecentChooserMenu always selects first entry

2012-02-01 Thread Timo Kluck
I've marked this as Invalid for all packages that are not directly
related to the AppMenu.

That is not to say that is is not a confirmed bug and that it shouldn't
be fixed! Thank you, Jonathan, for taking the time to give steps to
reproduce.

But it is clear what the underlying bug is, and it is in the AppMenu and
not in any of the other packages. Therefore, it is only the AppMenu
developers that could possibly fix this. I have tried to look into it
myself, but it was a bit too intricate for me to mess with.

I'll try contacting people who may be able to actually do something. In
the mean time, it's probably no use to file this bug against any other
packages further up in the stack.

** Changed in: inkscape (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  GtkRecentChooserMenu always selects first entry

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

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


[Bug 918208] Re: Connection switches in Bluetooth menu are not functioning

2012-01-30 Thread Timo Kluck
It seems like the new gnome-shell package creates a new binary package
gnome-shell-common. It is not in the -proposed repo yet, and I don't see
any mention of it at the oneiric-proposed part of

https://launchpad.net/ubuntu/+source/gnome-shell

(except for Note: Some binary packages for this source are not yet
published in the repository., but that seems to refer to the i386
build).

This currently prevents me from installing the updated version.

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

Title:
  Connection switches in Bluetooth menu are not functioning

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

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


[Bug 918208] Re: Connection switches in Bluetooth menu are not functioning

2012-01-28 Thread Timo Kluck
** Description changed:

  [Impact]
  The device connection switches in the gnome-shell bluetooth menu can be 
toggled but don't work: their status is independent from the actual connection 
status.
  
  [Development Fix]
  This is a known bug with a trivial patch, and it has already been fixed in 
master:
  https://bugzilla.gnome.org/show_bug.cgi?id=662384
  
  [Stable Fix]
  It would be nice if the trivial fix could be incorporated into the Ubuntu's 
3.2.1 package.
  
- [Text Case]
+ [Test Case]
  Enable bluetooth. Connect to an external device. In the gnome-shell bluetooth 
menu, toggle the device's connected switch. Open System SettingsBluetooth. 
Confirm that the toggle status is the same.
  
  [Regression Potential]
- fill me in with a discussion of likelihood and potential severity of 
regressions and how users could get inadvertently affected. 
+ The regression potential is minimal: the change is very local and would not 
affect anything outside of the function _buildDeviceSubMenu in 
ui/status/bluetooth.js. No new objects are created.
+ The possible regression impact would be limited to the bluetooth device menu. 
The function _buildDeviceSubMenu also takes care of options such as Send 
files... (for obex devices) and Sound settings (for headphones). If anything 
were to go wrong, these are the things that are most likely to be affected.
+ (Of course, there is also the general regression potential for things going 
wrong with packaging, upgrading, etc).
  
  [Original Report]
  The device connection switches in the gnome-shell bluetooth menu can be 
toggled but don't work: their status is independent from the actual connection 
status.
  
  This is a known bug with a trivial patch, and it has already been fixed in 
master:
  https://bugzilla.gnome.org/show_bug.cgi?id=662384
  
  It would be nice if the trivial fix could be incorporated into the
  Ubuntu's 3.2.1 package.

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

Title:
  Connection switches in Bluetooth menu are not functioning

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

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


[Bug 883443] Re: GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now offline

2012-01-24 Thread Timo Kluck
I think this has to do with the persistency of the notification. My
guess is that the ubuntu network manager (or some other software) sends
the notification with the 'persistent' flag set. In Unity, this doesn't
matter (all notifications are transient), but in gnome-shell, it makes a
difference.

Can you confirm that this only happens when you have been disconnected
before? Also, does ik go away when you click it? That's the behaviour
I'm observing.

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

Title:
  GNOME Shell 3.2.0 falsely states: Network Disconnected - you are now
  offline

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

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


[Bug 918208] Re: Connection switches in Bluetooth menu are not functioning

2012-01-24 Thread Timo Kluck
** Description changed:

  The device connection switches in the gnome-shell bluetooth menu can be
  toggled but don't work: their status is independent from the actual
  connection status.
  
  This is a known bug with a trivial patch, and it has already been fixed in 
master:
  https://bugzilla.gnome.org/show_bug.cgi?id=662384
  
  It would be nice if the trivial fix could be incorporated into the
  Ubuntu's 3.2.1 package.
  
  [Test Case]
- Disable bluetooth in System SettingsBluetooth. Make sure that the bluetooth 
icon in the top right shows bluetooth as turned off. Enable bluetooth in System 
SettingsBluetooth and make sure the top right bluetooth icon shows that 
Bluetooth was turned on.
+ Enable bluetooth. Connect to an external device. In the gnome-shell bluetooth 
menu, toggle the device's connected switch. Open System SettingsBluetooth. 
Confirm that the toggle status is the same.

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

Title:
  Connection switches in Bluetooth menu are not functioning

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

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


[Bug 918208] [NEW] Connection switches in Bluetooth menu are not functioning

2012-01-18 Thread Timo Kluck
Public bug reported:

The device connection switches in the gnome-shell bluetooth menu can be
toggled but don't work: their status is independent from the actual
connection status.

This is a known bug with a trivial patch, and it has already been fixed in 
master:
https://bugzilla.gnome.org/show_bug.cgi?id=662384

It would be nice if the trivial fix could be incorporated into the
Ubuntu's 3.2.1 package.

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

** Branch linked: lp:~tkluck/ubuntu/oneiric/gnome-shell/fix-bluetooth-
device-switch

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

Title:
  Connection switches in Bluetooth menu are not functioning

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

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


[Bug 858954] Re: [needs-packaging] goocanvas 2.0

2012-01-16 Thread Timo Kluck
The package should be okay for Debian now, but it probably won't make it
in time for the sync. I'll make a package for precise, too. Hopefully,
Sebastien can review + upload it.

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

Title:
  [needs-packaging] goocanvas 2.0

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

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


[Bug 858954] Re: [needs-packaging] goocanvas 2.0

2012-01-16 Thread Timo Kluck
** Branch unlinked: lp:~tkluck/ubuntu/oneiric/goocanvas/v2

** Branch linked: lp:~tkluck/ubuntu/precise/goocanvas/v2.0

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

Title:
  [needs-packaging] goocanvas 2.0

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

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


Re: [Bug 858954] Re: [needs-packaging] goocanvas 2.0

2011-12-15 Thread Timo Kluck
 * dh_install: usr/lib/python2.7/site-packages/gi/overrides/GooCanvas.py
 exists in debian/tmp but is not installed to anywhere

 - you need to install this one
This one is only created if you have python-gobject-2-dev installed,
which is deprecated. Do you think I should add a build dependency on
that one regardless? For now, I've added --disable-python to
debian/rules.


 * the  libgoocanvas-2.0 dummy packages should be dropped, dynamic
 libraries can't get the current version, they get the current -dev and
 depends on the version they built again, if you want to depend on a new
 version you need a rebuild which will pick the updated soname depends
 for you
Done.

I just pushed a new version to launchpad.

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

Title:
  [needs-packaging] goocanvas 2.0

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

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

Re: [Bug 858954] Re: [needs-packaging] goocanvas 2.0

2011-12-08 Thread Timo Kluck
Another question: in addition to libgoocanvas-2.0-9, should there be a
metapackage called libgoocanvas-2.0 that always depends on the current
version? Should this package be made from the same source package?

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

Title:
  [needs-packaging] goocanvas 2.0

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

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


Re: [Bug 858954] Re: [needs-packaging] goocanvas 2.0

2011-12-07 Thread Timo Kluck
Can you explain (or find a link) where the soname number comes from?
In this case, the libtool library version info is equal to 11:0:2.
Where does the 9 come from? Guess: it's 11 - 2, but why?

Relatedly, should I manually rename the binary package (and only the
binary package?) to libgoocanvas-2.0-9 in debian/control, or should I
do it with some variable substitution?

[1] https://www.gnu.org/s/libtool/manual/html_node/Updating-version-
info.html

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

Title:
  [needs-packaging] goocanvas 2.0

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

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


Re: [Bug 858954] Re: [needs-packaging] goocanvas 2.0

2011-11-24 Thread Timo Kluck
What's the standard here? I've already renamed the binary package to
libgoocanvas-2.0{,-common,-dev}. Should the source package just be
goocanvas-2.0 ? (I'm kind of confused by the existence of a
libgoocanvas3 package which just contains version 0.15).

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

Title:
  [needs-packaging] goocanvas 2.0

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

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


[Bug 831466] Re: dash sumetimes runs below windows

2011-10-19 Thread Timo Kluck
I can reproduce this bug; see the attached screenshots. The windows are
rendered on top of the dash, and also on top of the alt+tab dialog.
However, you can click through them, and the dash also has keyboard
focus.

For me, I can reproduce this 100% with maximized windows, and most of
the time with normal windows.

My graphics are intel i915. Package versions:

unity: 4.22.0-0ubuntu3
compiz: 1:0.9.6+bzr20110929-0ubuntu5

Let me know if I can get the developers extra debugging info.

** Attachment added: Schermafdruk op 2011-10-19 16:36:47.png
   
https://bugs.launchpad.net/unity/+bug/831466/+attachment/2560522/+files/Schermafdruk%20op%202011-10-19%2016%3A36%3A47.png

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

Title:
  dash sumetimes runs below windows

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

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


[Bug 831466] Re: dash sumetimes runs below windows

2011-10-19 Thread Timo Kluck
** Attachment added: Schermafdruk op 2011-10-19 16:37:39.png
   
https://bugs.launchpad.net/unity/+bug/831466/+attachment/2560523/+files/Schermafdruk%20op%202011-10-19%2016%3A37%3A39.png

** Changed in: unity
   Status: Incomplete = Confirmed

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

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

Title:
  dash sumetimes runs below windows

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

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


[Bug 831466] Re: dash sumetimes runs below windows

2011-10-19 Thread Timo Kluck
For me, it happens immediately after login with a firefox window. I
don't need any steps to reproduce it (this is obviously unworkable, so
I'm using gnome-shell at the moment).

I've tried to experiment with this a bit more.

 * This happens every time at logon. The first window is always above the dash 
if it is maximized, and sometimes if it is not. It seems that either all or no 
windows are on top of the dash.
 * I cannot seem to find any reproducible steps to stop this behaviour, even 
though it occasionally disappears and comes back during a session.
 * The problem disappears after running unity --replace in a terminal window.

I've attached my .xsession-errors of a session showing this behaviour.

I can get you some info about X / compiz internal state if you tell me
what debug packages to install, where to set a breakpoint and what to
look for.

** Attachment added: .xsession-errors
   
https://bugs.launchpad.net/unity/+bug/831466/+attachment/2560776/+files/.xsession-errors

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

Title:
  dash sumetimes runs below windows

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

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


[Bug 872186] Re: notification state continues to oscillate between on and off

2011-10-15 Thread Timo Kluck
Found it: this was due to the key `idle-delay` in
org.gnome.desktop.session being set to 1 second. I don't think I set
that myself, but it is not the default value.

Marking this as invalid.

** Changed in: gnome-shell (Ubuntu)
   Status: New = Invalid

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

Title:
  notification state continues to oscillate between on and off

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

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


[Bug 872186] [NEW] notification state continues to oscillate between on and off

2011-10-11 Thread Timo Kluck
Public bug reported:

When I set the notifications to on, the switch stays on for about two
seconds, then goes back off for about two seconds, comes on again, and
so on. This also means that my visible status on Empathy keeps on
switching, which is probably very annoying for the people who have me in
their contacts list.

Perhaps there is a program that suppresses notifications every now and
then, but I'm not running anything other than the default startup
applications. I've attached the output of ps -A for reference.

This is happening on Oneiric with up-to-date packages as of October 10.
gnome-shell=3.2.0-0ubuntu1

** Affects: gnome-shell (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/872186

Title:
  notification state continues to oscillate between on and off

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

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


[Bug 872186] Re: notification state continues to oscillate between on and off

2011-10-11 Thread Timo Kluck
** Attachment added: ps-A.txt
   https://bugs.launchpad.net/bugs/872186/+attachment/2536162/+files/ps-A.txt

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

Title:
  notification state continues to oscillate between on and off

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

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


[Bug 868318] Re: [needs-packaging] version 1.5.6

2011-10-05 Thread Timo Kluck
** Attachment added: pyparsing-1.5.2-to-1.5.6.debdiff.gz
   
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/868318/+attachment/2512717/+files/pyparsing-1.5.2-to-1.5.6.debdiff.gz

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

Title:
  [needs-packaging] version 1.5.6

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

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


[Bug 868318] Re: [needs-packaging] version 1.5.6

2011-10-05 Thread Timo Kluck
** Patch added: pyparsing-1.5.2-to-1.5.6.debdiff
   
https://bugs.launchpad.net/bugs/868318/+attachment/2512706/+files/pyparsing-1.5.2-to-1.5.6.debdiff

** Patch removed: pyparsing-1.5.2-to-1.5.6.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/868318/+attachment/2512706/+files/pyparsing-1.5.2-to-1.5.6.debdiff

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

Title:
  [needs-packaging] version 1.5.6

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

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


[Bug 868318] [NEW] [needs-packaging] version 1.5.6

2011-10-05 Thread Timo Kluck
Public bug reported:

New upstream version. Debdiff attached. (I am relatively new to
packaging; please check my work carefully)

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


** Tags: debdiff needs-packaging

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

Title:
  [needs-packaging] version 1.5.6

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

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


[Bug 858954] [NEW] [needs-packaging] goocanvas 2.0

2011-09-25 Thread Timo Kluck
Public bug reported:

The new version goocanvas 2.0 hasn't been packaged yet. It can be
installed concurrently with goocanvas-0.15.

I've started a packaging branch. It works on my computer but I'm no
packaging wizard. Please check my work.

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


** Tags: needs-packaging

** Branch linked: lp:~tkluck/ubuntu/oneiric/goocanvas/v2.0.0

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

Title:
  [needs-packaging] goocanvas 2.0

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

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


[Bug 800315] Re: light-themes don't fully support Gnome Shell

2011-09-21 Thread Timo Kluck
I'm marking this as affecting mutter, because it's easy to distro-patch
mutter to ignore the shadow and padding arguments. I'm attaching a
debdiff.

I'm not familiar with all procedures yet, but I'll try to find a sponsor
for this.

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

** Patch added: ignore-shadow-and-padding.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/800315/+attachment/2437465/+files/ignore-shadow-and-padding.debdiff

** Branch linked: lp:~tkluck/ubuntu/oneiric/mutter/ignore-shadow-and-
padding

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

Title:
  light-themes don't fully support Gnome Shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/800315/+subscriptions

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


[Bug 800315] Re: light-themes don't fully support Gnome Shell

2011-09-21 Thread Timo Kluck
Andrea: Thanks for your comments!

1) yes, this was a mistake.
2) the new patch implements what you suggest.

** Patch added: ignore-shadow-and-padding-v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/800315/+attachment/2437727/+files/ignore-shadow-and-padding-v2.debdiff

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

Title:
  light-themes don't fully support Gnome Shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/800315/+subscriptions

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


[Bug 788128] Re: gestures are not rotated by evdev coordinate transformation matrix

2011-09-15 Thread Timo Kluck
** Also affects: xserver-xorg-input-evdev (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: New = In Progress

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

Title:
  gestures are not rotated by evdev coordinate transformation matrix

To manage notifications about this bug go to:
https://bugs.launchpad.net/utouch-grail/+bug/788128/+subscriptions

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


[Bug 753642] Re: impossible to type message or reply

2011-09-01 Thread Timo Kluck
Samuel: by 'source directory', I meant the one that contains the files
that you extracted. It is the directory that contains the file named
autogen.sh.

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

Title:
  impossible to type message or reply

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

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


[Bug 824594] Re: Cannot login unless ~/.Xauthority is removed

2011-08-16 Thread Timo Kluck
I am experiencing the bug that Barry Warsaw describes: I cannot login
unless I login to a virtual terminal first (which, possibly relatedly,
mounts my ecryptfs partition).

I could attach additional debugging info. Please let me know if you need
this, and also whether I should open an new bug for that.

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

Title:
  Cannot login unless ~/.Xauthority is removed

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

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


[Bug 753642] Re: impossible to type message or reply

2011-08-10 Thread Timo Kluck
Ngassam Nkwenga: the new version of webkit will be in the upcoming
version 11.10 of Ubuntu. Postler doesn't have this issue on the alpha
version.

I haven't seen any activity on this on the webkit packaging front, so my
guess is that we'll just have to wait for the Oneiric release.

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

Title:
  impossible to type message or reply

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

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


[Bug 777506] Re: Open Recent menu items all open the most recent one

2011-07-19 Thread Timo Kluck
*** This bug is a duplicate of bug 752674 ***
https://bugs.launchpad.net/bugs/752674

** This bug is no longer a duplicate of bug 708185
   all recent items open the same recent image no matter what is selected
** This bug has been marked a duplicate of bug 752674
   GtkRecentChooserMenu always selects first entry

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

Title:
  Open Recent menu items all open the most recent one

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

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


[Bug 708185] Re: all recent items open the same recent image no matter what is selected

2011-07-19 Thread Timo Kluck
*** This bug is a duplicate of bug 752674 ***
https://bugs.launchpad.net/bugs/752674

** This bug has been marked a duplicate of bug 752674
   GtkRecentChooserMenu always selects first entry

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

Title:
  all recent items open the same recent image no matter what is selected

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

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


[Bug 752674] Re: GtkRecentChooserMenu always selects first entry

2011-07-19 Thread Timo Kluck
** Also affects: appmenu-gtk
   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/752674

Title:
  GtkRecentChooserMenu always selects first entry

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

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-07-18 Thread Timo Kluck
I have been running Bryce's patched version of Xorg for a while. I still
experience occasional crashes. However, I haven't succeeded in crashing
X by moving my stylus along the screen like a madman (like what I
described earlier).

I found out that I can reliably produce a crash by running the
fingerpaint example of qt4, (apt-get install qt4-demos) and touching the
screen. I have attached a backtrace.

These may be two unrelated bugs since one involves the stylus and the
other involves touch input. Let me know if I should file a second bug
report.

** Attachment added: gdb-Xorg.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/764700/+attachment/2215581/+files/gdb-Xorg.txt

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-07-18 Thread Timo Kluck
Bryce: before you spend too much time on it: I cannot immediately
reproduce this last crash in Oneiric. So perhaps you only want to take a
superficial look at it.

I may be able in the near future to switch to Oneiric for 'production';
from that point onwards I'll be able too see if the incidental
unpredictable crashes will also stop happening.

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-07-07 Thread Timo Kluck
Thank you Bryce for finding a possible cause. I'm building your patched
version now. (I couldn't use the ppa because its version doesn't
supersede the version I have installed (2:1.10.2-1ubuntu1.2~utouch1), so
it would cause all drivers to be removed). I will call back here as soon
as I can give more information.

It may take a while before I find time to get back to the two-computer
setup I need for obtaining backtraces, but I will try to do so.

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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

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


[Bug 760313] Re: [STAGING] Pressing the wireless toggle button on an HP ProBook 4520s freezes the system

2011-06-13 Thread Timo Kluck
Same problem on HP TouchSmart tm2, with a slightly different lspci:

lspci -vvx:

03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless 
LAN Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 145c
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at c240 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: brcm80211
Kernel modules: brcm80211

 Let me know if there's more debugging info I can provide.

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

Title:
  [STAGING] Pressing the wireless toggle button on an HP ProBook 4520s
  freezes the system

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

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-06-13 Thread Timo Kluck
Turns out I can more or less reliably reproduce a crash by frantically
moving my pen along the tablet for about a minute or two. That allowed
me to attach gdb and get a backtrace (attached).

It seems that I get a different backtrace at different times. For
simplicity, I will assume it is all related to the same bug. So I will
post here.

It is important to say that I downgraded to libutouch-
grail1=1.0.20-0ubuntu4 because that's the version that has debugging
symbols in ddebs.ubuntu.com.

** Attachment added: backtrace xorg
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/764700/+attachment/2167694/+files/backtrace%20xorg

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-05-22 Thread Timo Kluck
Here's Xorg.0.log.old right after a crash. I did install debugging
symbols but I don't see them in the backtrace it contains. Are there any
utouch specific debugging symbol packages I should install?

I could not find the core dump that is mentioned in
https://wiki.ubuntu.com/X/Backtracing. I also cannot use gdb, because
the crash is too unpredictable for me at this point.

** Attachment added: Xorg.0.log.old
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/764700/+attachment/2138598/+files/Xorg.0.log.old

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-05-20 Thread Timo Kluck
Thanks, I installed the debug symbol packages and will call back here
when I have a backtrace.

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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


[Bug 764700] Re: Xorg crashed with SIGABRT in utouch_frame_sync()

2011-05-19 Thread Timo Kluck
Hi Chase,

Thanks for taking a look. I still have occasional X crashes ( every 3 -
4 days) with the utouch and utouch-unstable repositories enabled (in
particular, I am using the wacom-dkms module from unstable, and I
uninstalled xserver-xorg-input-wacom). I have no way of telling whether
these are all this same bug, especially since the bug reporting tool
usually doesn't catch it.

If you can point me to some info about what to do next time a crash
occurs, so that I can get some information you can work with, please let
me know.

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

Title:
  Xorg crashed with SIGABRT in utouch_frame_sync()

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


[Bug 737015] Re: white-listed indicators appear on wrong display

2011-05-19 Thread Timo Kluck
Felix: I think this was default behaviour back then, I didn't do
anything to get it.

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

Title:
  white-listed indicators appear on wrong display

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


[Bug 753642] Re: impossible to write the message body

2011-05-04 Thread Timo Kluck
HernĂ¡n: I haven't managed to do so yet. I wanted to use the launchpad
recipe feature, but it imports the entire webkit source modification
history (~30Gb) so it just takes to much time and bandwidth for me to
properly write and test a recipe. Perhaps someone with more know-how
about daily ppas (ie someone who knows how to do this without recipes)
can help us out.

In the mean time, if you have difficulty following the above
instructions, just let me know and I'll try to help you out.

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

Title:
  impossible to write the message body

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

[Bug 753642] Re: impossible to write the message body

2011-04-27 Thread Timo Kluck
** Also affects: webkit (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/753642

Title:
  impossible to write the message body

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


[Bug 742567] Re: multitouch events do not respect swap/invert axes properties

2011-04-18 Thread Timo Kluck
Chase, sorry for not having had time to provide the files that you
requested. But I can confirm that the issue with the coordinate matrix
has been fixed (by you?) in a recent update (xserver-xorg-input-
evdev=1:2.6.0-1ubuntu12 right now).  Thanks!

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Re: multitouch events do not respect swap/invert axes properties

2011-03-31 Thread Timo Kluck
Chase: do you have any guess as to why the touch input would be
normalized differently (I'm guessing [-0.5, 0.5]) than the pen input
([0.0, 1.0]) ?

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Re: multitouch events do not respect swap/invert axes properties

2011-03-31 Thread Timo Kluck
Wait, I mean [0.0, 0.5] for the touch input.

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Re: multitouch events do not respect swap/invert axes properties

2011-03-30 Thread Timo Kluck
Chase: thanks for the wiki article, it is very helpful! I have found
that on my devices, the affine coordinate translation is done in
normalized floating point coordinates and not in pixel coordinates. And
the normalization is different for different devices. For example, to
rotate 180 degrees, I need the following matrix for Wacom Pen input:

xinput set-prop $ID Coordinate Transformation Matrix -1.0 0.0 1.0 0.0
-1.0 1.0 0.0 0.0 1.0

(which is very reasonable, and stable even under resolution change --
this would be my preferred behaviour).  However, for Wacom Touch input,
i need the following:

xinput set-prop $ID Coordinate Transformation Matrix -1.0 0.0 0.5 0.0
-1.0 0.5 0.0 0.0 1.0

Should I file a new bug about this?

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Re: multitouch events do not respect swap/invert axes properties

2011-03-28 Thread Timo Kluck
** Also affects: utouch
   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/742567

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 736500] Re: very jumpy cursor with wacom-dkms

2011-03-25 Thread Timo Kluck
I can reproduce this problem on a fresh daily live-usb with only xournal
and ppa:utouch-team/unstable as extra software. I uninstalled xserver-
xorg-input-wacom to make the evdev driver take over.

I can reproduce it both with my tablet's built-in wacom, and with my
girlfriend's Bamboo PenTouch. I attached her device's properties in
case it is of any use.

Please let me know if there's anything I can do to help track this down.

** Attachment added: wacom-bamboo-pen.prop
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/736500/+attachment/1939840/+files/wacom-bamboo-pen.prop

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

Title:
  very jumpy cursor with wacom-dkms

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


[Bug 736500] Re: very jumpy cursor with wacom-dkms

2011-03-25 Thread Timo Kluck
This trivial patch to xournal is a workaround. The surrounding code (a
function called 'fix_xinput_coordinates') suggests that this bug has
existed (in xinput? gdk?) for some time already. It just manifests
itself slightly differently with these new packages, which makes
Xournal's workaround fail.

I will submit this patch to Xournal.

** Patch added: workaround-xinput-gdk-bug.patch
   
https://bugs.launchpad.net/utouch/+bug/736500/+attachment/1940306/+files/workaround-xinput-gdk-bug.patch

** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  very jumpy cursor with wacom-dkms

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


[Bug 736500] Re: very jumpy cursor with wacom-dkms

2011-03-25 Thread Timo Kluck
** Bug watch added: SourceForge.net Tracker #3244118
   http://sourceforge.net/support/tracker.php?aid=3244118

** Also affects: xournal via
   http://sourceforge.net/support/tracker.php?aid=3244118
   Importance: Unknown
   Status: Unknown

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

Title:
  very jumpy cursor with wacom-dkms

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


[Bug 742567] [NEW] multitouch events do not respect swap/invert axes properties

2011-03-25 Thread Timo Kluck
Public bug reported:

Binary package hint: xserver-xorg-input-evdev

I'm using the (unstable) evdev driver from the utouch ppa 
(1:2.6.0-1ubuntu11~utouch2). The bug title says it all: touch and multitouch 
events are not translated according to the swap/invert axes properties.
--- 
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
CompositorRunning: compiz
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800
 edid-base64: 
AP///wBMo0FNAAASAQOAGhB4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhsASVAgNjAQMBMABaMQAAAZDwAAACOHAmQA/gBTQU1TVU5HCiAgICAg/gAxMjFBVDA5LUgwMQogAB4=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DistUpgraded: Log time: 2011-03-08 23:26:42.377455
DistroCodename: natty
DistroRelease: Ubuntu 11.04
DistroVariant: ubuntu
DkmsStatus:
 wacom, 1.0.6, 2.6.38-6-generic, x86_64: installed 
 wacom, 1.0.6, 2.6.38-7-generic, x86_64: installed 
 acpi_call, 0.1, 2.6.38-6-generic, x86_64: installed 
 acpi_call, 0.1, 2.6.38-7-generic, x86_64: installed
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1486]
 ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] [1002:68e0] 
(rev ff) (prog-if ff)
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: Hewlett-Packard HP TouchSmart tm2 Notebook PC
Package: xserver-xorg-input-evdev 1:2.6.0-1ubuntu11~utouch2
PackageArchitecture: amd64
ProcEnviron:
 LANGUAGE=nl_NL:en
 PATH=(custom, user)
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=20f96611-95a2-48ec-a115-4b01027ce3ae ro splash 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
Renderer: Unknown
Tags:  natty running-unity ubuntu compiz-0.9
Uname: Linux 2.6.38-7-generic x86_64
UnreportableReason: Dit is geen authentiek Ubuntu-pakket.
UpgradeStatus: Upgraded to natty on 2011-03-25 (0 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 06/03/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.05
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1486
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 83.15
dmi.chassis.asset.tag: CNU0281PMS
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.05:bd06/03/2010:svnHewlett-Packard:pnHPTouchSmarttm2NotebookPC:pvr048A20252A2000112:rvnHewlett-Packard:rn1486:rvrKBCVersion83.15:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP TouchSmart tm2 Notebook PC
dmi.product.version: 048A20252A2000112
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.4git20110322-0ubuntu5
version.libdrm2: libdrm2 2.4.23-1ubuntu5
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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


** Tags: apport-collected compiz-0.9 natty running-unity ubuntu

** Tags added: apport-collected compiz-0.9 natty running-unity ubuntu

** Description changed:

  Binary package hint: xserver-xorg-input-evdev
  
- I'm using the (unstable) evdev driver from the utouch ppa
- (1:2.6.0-1ubuntu11~utouch2). The bug title says it all: touch and
- multitouch events are not translated according to the swap/invert axes
- properties.
+ I'm using the (unstable) evdev driver from the utouch ppa 
(1:2.6.0-1ubuntu11~utouch2). The bug title says it all: touch and multitouch 
events are not translated according to the swap/invert axes properties.
+ --- 
+ Architecture: amd64
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
+ CompositorRunning: compiz
+ DRM.card0.LVDS.1:
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1280x800
+  edid-base64: 
AP///wBMo0FNAAASAQOAGhB4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhsASVAgNjAQMBMABaMQAAAZDwAAACOHAmQA/gBTQU1TVU5HCiAgICAg/gAxMjFBVDA5LUgwMQogAB4=
+ DRM.card0.VGA.1:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes: 
+  edid-base64:
+ DistUpgraded: Log 

[Bug 742567] BootDmesg.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940411/+files/BootDmesg.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] CurrentDmesg.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940412/+files/CurrentDmesg.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Dependencies.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940413/+files/Dependencies.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] GconfCompiz.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940414/+files/GconfCompiz.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Lspci.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940415/+files/Lspci.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Lsusb.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940416/+files/Lsusb.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] ProcCpuinfo.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940417/+files/ProcCpuinfo.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] ProcModules.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940419/+files/ProcModules.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] UdevDb.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940420/+files/UdevDb.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] ProcInterrupts.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940418/+files/ProcInterrupts.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] UdevLog.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940421/+files/UdevLog.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] UnitySupportTest.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940422/+files/UnitySupportTest.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] XorgLog.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940423/+files/XorgLog.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] XorgLogOld.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940424/+files/XorgLogOld.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] Xrandr.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940425/+files/Xrandr.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] locale.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: locale.txt
   https://bugs.launchpad.net/bugs/742567/+attachment/1940426/+files/locale.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] monitors.xml.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: monitors.xml.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940427/+files/monitors.xml.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] peripherals.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940428/+files/peripherals.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


[Bug 742567] setxkbmap.txt

2011-03-25 Thread Timo Kluck
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/742567/+attachment/1940429/+files/setxkbmap.txt

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

Title:
  multitouch events do not respect swap/invert axes properties

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


  1   2   >