[Bug 423492] Re: memaker crashed with GError in __init__()

2010-06-26 Thread fberger
This bug is still present in the download from the memaker launchpad front page (http://launchpad.net/memaker/trunk/1.5/+download/memaker-1.5.tar.gz) released on 2009-08-26 and in the bzr checkout done with $ bzr branch lp:memaker Why did you fix that for Ubuntu only? Please reopen this bug

[Bug 423492] Re: memaker crashed with GError in __init__()

2010-06-26 Thread Joseph Walton-Rivers
My patch doesn't work with trunk. I'll re-do the changes and generate a new patch. -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 423492] Re: memaker crashed with GError in __init__()

2010-06-26 Thread Joseph Walton-Rivers
Here is the patch for trunk ** Patch added: patch for the current trunk http://launchpadlibrarian.net/50945644/423492-trunk.patch -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 423492] Re: memaker crashed with GError in __init__()

2010-06-26 Thread Joseph Walton-Rivers
** Branch linked: lp:memaker -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 423492] Re: memaker crashed with GError in __init__()

2010-06-26 Thread Brian Murray
** Tags added: patch -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/memaker -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-05 Thread Joseph Walton-Rivers
Hello, Here is the Diff you requested. Webpigeon. ** Attachment added: The diff which was requested http://launchpadlibrarian.net/33025525/memaker-karmic.diff -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-05 Thread Andrew Starr-Bochicchio
Thanks Joseph! I've applied the patch to the Ubuntu package. -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package memaker - 1.5-0ubuntu3 --- memaker (1.5-0ubuntu3) karmic; urgency=low * debian/patches/lp423492.dpatch: - Make IDs of GUI components unique within data/memaker.ui Fixes crash on start up. (LP: #423492) Thanks to Joseph Walton-Rivers. *

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-03 Thread Andrew Starr-Bochicchio
Seems like something we should cherry pick for Karmic. Could you please provide a unified diff ('diff -Nru')? It makes it much easier to review and sponsor a change. ** Changed in: memaker (Ubuntu) Status: Confirmed = In Progress ** Changed in: memaker (Ubuntu) Assignee: (unassigned)

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-02 Thread Luis Pratas
I've tried this patch and it worked. -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-01 Thread Joseph Walton-Rivers
** Changed in: memaker Assignee: (unassigned) = Joseph Walton-Rivers (webpigeon) -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-10-01 Thread Joseph Walton-Rivers
** Changed in: memaker Status: New = Fix Committed ** Changed in: memaker Importance: Undecided = Medium -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-09-30 Thread Joseph Walton-Rivers
I have tracked the issue to the memaker.ui file, the IDs of your GUI components are not unique within the file. This is causing GTK to though a tantrum. Renaming the IDs to something else (possibly more related to the job of the UI element (ie. image1 - gtk-save-as-image) would probably fix this

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-09-30 Thread Joseph Walton-Rivers
Diff Attached. ** Attachment added: Diff of the upstream ui file and my modified ui file. http://launchpadlibrarian.net/32743187/memaker.ui.diff -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-09-15 Thread Joseph Walton-Rivers
** Also affects: memaker Importance: Undecided Status: New -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-09-14 Thread Joseph Walton-Rivers
Added another duplicate as it had the same debug information, changed to confirmed as there are three duplicates (+ myself) ** Changed in: memaker (Ubuntu) Status: New = Confirmed -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-09-13 Thread Joseph Walton-Rivers
webpig...@joseph-laptop:~$ memaker Traceback (most recent call last): File /usr/bin/memaker, line 39, in module app = MeMakerGui.MeMakerGui() File /usr/lib/python2.6/dist-packages/MeMaker/MeMakerGui.py, line 84, in __init__ self.meMakerWin.add_from_file(gtkbuilderfile) glib.GError:

[Bug 423492] Re: memaker crashed with GError in __init__()

2009-09-11 Thread Murat Güneş
** Visibility changed to: Public -- memaker crashed with GError in __init__() https://bugs.launchpad.net/bugs/423492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com