[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package evince - 3.2.1-0ubuntu2

---
evince (3.2.1-0ubuntu2) oneiric-proposed; urgency=low

  * Fix --disable-gestures/-g option (LP: #873866)

evince (3.2.1-0ubuntu1) oneiric-proposed; urgency=low

  * New upstream release
- Make sure page labels are valid utf-8 strings in PostScript
  backend (LP: #677971, Carlos Garcia Campos)
- Update and extend man page, Added documentation for the
  --page-index command line switch, and improved wording a bit at
  various places (Wouter Bolsterlee)
- Small fixes to markup in help pages (Tiffany Antopolski)
- Updated transations
 -- Chase DouglasMon, 17 Oct 2011 11:57:56 -0700

** Changed in: evince (Ubuntu Oneiric)
   Status: Fix Committed => Fix Released

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Released
Status in “evince” source package in Oneiric:
  Fix Released

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-31 Thread Pedro Villavicencio
I've followed the test case and the package in proposed is not exhibit
the warning anymore, can't tell though if the gestures are working
(don't have a capable hw) but at least from the normal evince behavior
it seems to work fine. Marking it as verification-done. Thanks all.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Released
Status in “evince” source package in Oneiric:
  Fix Committed

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package evince - 3.2.1-0ubuntu2

---
evince (3.2.1-0ubuntu2) oneiric-proposed; urgency=low

  * Fix --disable-gestures/-g option (LP: #873866)

evince (3.2.1-0ubuntu1) oneiric-proposed; urgency=low

  * New upstream release
- Make sure page labels are valid utf-8 strings in PostScript
  backend (LP: #677971, Carlos Garcia Campos)
- Update and extend man page, Added documentation for the
  --page-index command line switch, and improved wording a bit at
  various places (Wouter Bolsterlee)
- Small fixes to markup in help pages (Tiffany Antopolski)
- Updated transations
 -- Chase DouglasMon, 17 Oct 2011 11:57:56 -0700

** Changed in: evince (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Released
Status in “evince” source package in Oneiric:
  Fix Committed

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/evince

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed
Status in “evince” source package in Oneiric:
  Fix Committed

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-19 Thread Jean-Baptiste Lallement
** Changed in: evince (Ubuntu Oneiric)
   Status: Fix Released => Fix Committed

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed
Status in “evince” source package in Oneiric:
  Fix Committed

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-18 Thread melchiorre
** Changed in: evince (Ubuntu Oneiric)
   Status: Fix Committed => Fix Released

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed
Status in “evince” source package in Oneiric:
  Fix Released

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-18 Thread Chris Halse Rogers
Hello tisep, or anyone else affected,

Accepted evince into oneiric-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: evince (Ubuntu Oneiric)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed
Status in “evince” source package in Oneiric:
  Fix Committed

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-17 Thread Chase Douglas
** Description changed:

+ SRU Justification:
+ ==
+ [Impact]
+ Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.
+ 
+ [Development Fix]
+ The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.
+ 
+ [Stable Fix]
+ See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.
+ 
+ [Test Case]
+ Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads
+ 
+ [Regression Potential]
+ Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.
+ 
+ Original bug report:
+ 
  The --disable-gestures flag does not work due to two issues:
  
  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.
  
  The first issue causes the following warning in the console:
  
  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist: construct
  property "enable-gestures" for object `EvView' can't be set after
  construction
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed
Status in “evince” source package in Oneiric:
  Triaged

Bug description:
  SRU Justification:
  ==
  [Impact]
  Gesture support in applications currently requires a tradeoff when dealing 
with two touch scrolling on trackpads. There may be users who would prefer to 
operate evince without gesture support. Currently, --disable-gestures/-g does 
not work.

  [Development Fix]
  The bug has been fixed in the development branch by modifying the libgrip 
gestures distro patch. Version 3.2.1-0ubuntu2 released in precise has the fix.

  [Stable Fix]
  See http://bazaar.launchpad.net/~ubuntu-desktop/evince/ubuntu/revision/133.

  [Test Case]
  Run evince at the console. The warning about the "enable-gestures" property 
will show. Run with --disable-gestures and the warning will still appear, and 
gestures will still be enabled. The list of evince gestures are: two touch 
pinch to zoom and rotate on touchpads and touchscreens, and two touch drag to 
scroll on touchscreens. Note this only works with multitouch gesture capable 
hardware, such as Macbook trackpads and Magic Trackpads

  [Regression Potential]
  Minimal. The patch is extremely straightforward. The enable-gestures property 
is now checked before registering for gestures, and the unnecessary 
G_PARAM_CONSTRUCTION_ONLY flag on the property has been removed.

  Original bug report:
  
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8

[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-17 Thread Chase Douglas
** Summary changed:

- Evince Warning
+ --disable-gestures does not work

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed

Bug description:
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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


[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-17 Thread Chase Douglas
I have committed a fix to the evince branch for the current development
release (precise). It should be uploaded sometime in the next week.

** Changed in: evince (Ubuntu)
   Importance: Undecided => Medium

** Changed in: evince (Ubuntu)
   Status: Confirmed => Fix Committed

** Description changed:

- When I open a pdf file, the terminal displays the following warning:
+ The --disable-gestures flag does not work due to two issues:
  
+ 1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
+ 2. The property value is not checked before registering for gestures.
  
- (evince:23456): GLib-GObject-WARNING **: g_object_set_valist: construct 
property "enable-gestures" for object `EvView' can't be set after construction
+ The first issue causes the following warning in the console:
  
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
- `GDK_IS_WINDOW (window)' failed
- 
- (evince:23456): Gdk-CRITICAL **: gdk_window_get_pointer: assertion 
`GDK_IS_WINDOW (window)' failed
- --
- 
- It is really annoying and I just need to know what is causing the warning and 
how do I fix it. Thanks!
- BTW, I just dist-updated to 11.10 Ocelot.
+ (evince:23456): GLib-GObject-WARNING **: g_object_set_valist: construct
+ property "enable-gestures" for object `EvView' can't be set after
+ construction
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
-  SHELL=/bin/bash
-  PATH=(custom, no user)
-  LANG=en_CA.UTF-8
-  LANGUAGE=en_CA:en
+  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_CA.UTF-8
+  LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

** Also affects: evince (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: evince (Ubuntu Oneiric)
   Status: New => Triaged

** Changed in: evince (Ubuntu Oneiric)
   Importance: Undecided => Medium

** Changed in: evince (Ubuntu Oneiric)
Milestone: None => oneiric-updates

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed
Status in “evince” source package in Oneiric:
  Triaged

Bug description:
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus

[Desktop-packages] [Bug 873866] Re: --disable-gestures does not work

2011-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/evince/ubuntu

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

Title:
  --disable-gestures does not work

Status in “evince” package in Ubuntu:
  Fix Committed

Bug description:
  The --disable-gestures flag does not work due to two issues:

  1. The enable-gestures gobject class property of the EvView object is created 
with the G_PARAM_CONSTRUCT_ONLY flag.
  2. The property value is not checked before registering for gestures.

  The first issue causes the following warning in the console:

  (evince:23456): GLib-GObject-WARNING **: g_object_set_valist:
  construct property "enable-gestures" for object `EvView' can't be set
  after construction

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Fri Oct 14 02:10:49 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)

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

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