[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2012-07-27 Thread Andrew Chadwick
MyPaint doesn't even use the history buffer, or at least it doesn't
invoke gdk_device_get_history() anywhere I can see. Could we be seeing
two separate bugs here?

Mypaint bug: https://gna.org/bugs/?19896

Anyway, sorry for the noise on a long-fixed bug.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 258078] Re: empathy contact list position after closing/re-opening

2010-02-01 Thread Andrew Chadwick
*** This bug is a duplicate of bug 155101 ***
https://bugs.launchpad.net/bugs/155101

As Josh Smith notes, this seems to be a well-known compiz problem: Bug
#155101.

** This bug has been marked a duplicate of bug 155101
   Applications that save position re-open at wrong location (shifted by window 
decorations)

-- 
empathy contact list position after closing/re-opening
https://bugs.launchpad.net/bugs/258078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 258078] Re: empathy contact list position after closing/re-opening

2010-02-01 Thread Andrew Chadwick
*** This bug is a duplicate of bug 155101 ***
https://bugs.launchpad.net/bugs/155101

Marked as dup since the keeps moving down and down behaviour is
completely typical of a window unmapped and then re-mapped with
NorthWest window gravity under Compiz (even the Karmic one), and because
the OP didn't seem too certain about what WM he was using (sorry
lsmobrian! but gdm is not a window manager. A better question would be
is it still happening, and do you have Desktop Effects turned on?) :)

-- 
empathy contact list position after closing/re-opening
https://bugs.launchpad.net/bugs/258078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 119769] Hot Keys feature: special shell characters not escaped in %f macros

2007-06-10 Thread Andrew Chadwick
Public bug reported:

Binary package hint: gthumb

The Feisty version of gthumb does not escape all special shell
characters passed via the %f macro of the new Hot Keys feature. In
particular  and  are not escaped, although spaces and other
special characters are.

Might be a security issue if users are receiving files with these
characters from an untrusted source.

Steps to reproduce:

  ; Open a Terminal. In it type:
  $ mkdir /tmp/a
  $ cd /tmp/a
  $ cp /var/www/apache2-default/apache_pb.png 'foobif bam.png'
  ; you can of course copy any image file you like.
  $ gthumb 'foobif bam.png'
  ; In GThumb, navigate to EditPreferencesHot Keys,
  ; then change hot-key 0 to:
  ; echo %f
  ; and press Close.
  ; Click on the displayed image to select it.
  ; Press numpad-zero.
  ; Note nothing is echoed to the terminal.
  ; Press ctrl+w to exit.
  $ ls -l
  total 8
  -rw-rw 1 testuser users   11 2007-06-10 23:18 bif bam.png
  -rw-r- 1 testuser users 1385 2007-06-10 23:16 foobif bam.png
  $ cat 'bif bam.png'
  /tmp/a/foo
  $

Expected behaviour:

The full path of the file is echoed to the terminal, and no new file is
created in the test directory.

Observed behaviour:

Nothing is echoed to the Terminal, and a new file is created within the
directory.

More observations:

It's useless to quote the %f with either single or double quotes: this
doesn't result in anything the shell will expand to the correct
filename. It doesn't work like that; note that spaces are escaped
properly before passing to the shell. Further playing around reveals
behaviour corresponding to $, |, and spaces being escaped properly,
but not angle brackets.

** Affects: gthumb (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Hot Keys feature: special shell characters not escaped in %f macros
https://bugs.launchpad.net/bugs/119769
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gthumb in ubuntu.

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