Package: winpdb
Version: 1.4.8-2
Followup-For: Bug #757718

Dear Maintainer,

Apparently gnome-terminal (>=3.10) aborts when passed --disable-factory.

https://mail.gnome.org/archives/commits-list/2013-September/msg05584.html

Simply removing that option fixes the issue.
I've included a simple patch to rpdb2.py.

Kind regards,
Frederik


*** remove_--disable-factory.patch
--- rpdb2.py    2010-08-17 21:12:52.000000000 +0200
+++ /usr/lib/python2.7/dist-packages/rpdb2.py   2014-09-14 20:21:18.263813768 
+0200
@@ -1780,7 +1780,7 @@
     NT_DEBUG: 'start "rpdb2 - Version ' + get_version() + ' - Debuggee 
Console" cmd.exe /K ""%(exec)s" %(options)s"', 
     POSIX: "%(term)s -e %(shell)s -c '%(exec)s %(options)s; %(shell)s' &", 
     'Terminal': "Terminal --disable-server -x %(shell)s -c '%(exec)s 
%(options)s; %(shell)s' &", 
-    GNOME_DEFAULT_TERM: "gnome-terminal --disable-factory -x %(shell)s -c 
'%(exec)s %(options)s; %(shell)s' &", 
+    GNOME_DEFAULT_TERM: "gnome-terminal -x %(shell)s -c '%(exec)s %(options)s; 
%(shell)s' &", 
     MAC: '%(exec)s %(options)s',
     DARWIN: '%(exec)s %(options)s',
     SCREEN: 'screen -t debuggee_console %(exec)s %(options)s'


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (912, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages winpdb depends on:
ii  python     2.7.8-1
ii  python2.7  2.7.8-6

Versions of packages winpdb recommends:
ii  gnome-terminal [x-terminal-emulator]  3.12.3-2
ii  python-crypto                         2.6.1-5+b1
ii  python-wxgtk2.8                       2.8.12.1+dfsg2-2
ii  python-wxversion                      3.0.0.0+dfsg-4
ii  xterm [x-terminal-emulator]           310-1

winpdb suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to