[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+3.0 - 3.14.8-0ubuntu1

---
gtk+3.0 (3.14.8-0ubuntu1) vivid; urgency=medium

  * Fallback icon themes are deprecated  ignored upstream, drop the patch and
the setting in debian/settings.ini.
  * New upstream release.
+ Fixes XConvertSelection crashing GTK apps. (LP: #1395250)
  * 0001-Menu-items-force-loading-16x16-icons.patch,
0002-gtkimagemenuitem-create-widget-for-action-icons-lazi.patch: Drop,
applied in this release.
  * debian/patches/0001-css-Add-gtk-dpi-CSS-property-hack.patch,
debian/patches/0002-css-use-pre-3.16-gtk_css_style_property_register.patch:
Cherry-pick patches from upstream to fix apps responding to changes to the
value of the org.gnome.desktop.interface text-scaling factor key. (LP:
#1408212)
  * Bump version of a-i-t build-dep to get more icons required for reftests.
 -- Iain Lane iain.l...@canonical.com   Mon, 09 Feb 2015 18:00:35 +

** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1395250

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Fix Released

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2015-01-24 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1395250

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2015-01-19 Thread Bug Watch Updater
** Changed in: gtk
   Status: Fix Released = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1395250

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  New
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2015-01-19 Thread Iain Lane
Ok thanks, I'll look.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1395250

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2015-01-18 Thread Egmont Koblinger
Dear Ubuntu guys,

Is there any chance of you releasing an update?

Here's another report of presumably the same bug:
https://bugzilla.gnome.org/show_bug.cgi?id=743115

The reporter tried to copy-paste from gnome-terminal into supertuxkart,
causing all his work in gnome-terminal getting lost.

It's a critical bug with a known fix. Could you please release updated
packages?

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1395250

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1395250] Re: XConvertSelection crashes any Gtk+ app

2014-11-29 Thread Christopher M. Penalver
Trivially reproducible as per Bug Description without elevated permissions, 
across gtk based applications:
gnome-terminal: 
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1397502
gedit: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1397503


** Package changed: gnome-terminal (Ubuntu) = gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = High

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1395250

Title:
  XConvertSelection crashes any Gtk+ app

Status in GTK+ GUI Toolkit:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) apt-cache policy gnome-terminal
  gnome-terminal:
Installed: 3.6.2-0ubuntu1
Candidate: 3.6.2-0ubuntu1
Version table:
   *** 3.6.2-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one first installs the package 
libx11-dev , opens two terminal windows, highlights some text in one, and 
executes the following in the other, it does not crash:
  gcc -o run run.c -lX11  ./run

  Where run.c is a file containing the following:
  #include X11/Xlib.h

  int main()
  {
    Display* dpy = XOpenDisplay(0);
    Atom selection = XInternAtom(dpy, PRIMARY, False);
    Atom target = XInternAtom(dpy, STRING, False);
    Window table = RootWindow(dpy, 0);
    XConvertSelection(dpy, selection, target, None, table, CurrentTime);
    XSync(dpy, 0);
    return 0;
  }

  4) What happens instead is it crashes consistently.
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
  Uname: Linux 3.2.0-70-generic x86_64
  NonfreeKernelModules: blackmagic nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Nov 21 19:50:03 2014
  ExecutablePath: /usr/bin/gnome-terminal
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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