[Bug 1055030] Re: 12.10 should be released with gWaei 3.6.x

2013-01-03 Thread Zachary Dovel
gWaei 3.6.2 is out. The localized menus are back and a few other things have been polished up. It would be nice if this could be used in 12.4 and 12.10 instead of the version that isn't running at all. :-/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1055030] [NEW] 12.10 should be released with gWaei 3.6.x

2012-09-23 Thread Zachary Dovel
Public bug reported: 3.6.x is specially made to work with Unity and its global menu. 3.6.1 should be coming though the pipeline on the Debian repositories soon. 3.6.1 will also fix the broken gWaei on 12.04 LTE. The current version of gWaei in Ubuntu is broken and I would rather not keep getting

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-22 Thread Zachary Dovel
The source code for gWaei 3.6.1 has been released. >From what I can tell, the ipadic issues were caused by the gtk global menu code being buggy (doing a double free). ipadic being available just happened to mitigate the situation by pure chance. So in any case, I wrote some wrapper code around t

Re: [Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-22 Thread Zachary Dovel
Bah 3.6.1 is released. I'm pretty sure the ipadic problem was actually caused by Ubuntu's and gtk's buggy menu code. I reworked my code around it and I am not seeing that problem anymore. In any case, it should be good enough for the Ubuntu people. On Thu, 2012-09-20 at 22:28 +, Norbert Pr

Re: [Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-21 Thread Zachary Dovel
Norbert, I have most of the issues fixed now on the git repo. Just trying to reproduce the mecab issue again. For some reason I can't now. Expect a release this weekend. :D Zach On Thu, 2012-09-20 at 22:28 +, Norbert Preining wrote: > Hi > > > This seems to be an ubuntu issue (I was able

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-20 Thread Zachary Dovel
> crashes? I didn't have it installed, so morphologic analysis didn't work, but I could use gwaei otherwise. This seems to be an ubuntu issue (I was able to reproduce) which I am going to try to fix in the C code. It is unrelated to the deb configuration though you could make it not crash by forc

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-20 Thread Zachary Dovel
I am seeing 3 issues still. Crashes when running with no ipadic installed Changing the menubar causes a crash (which happens when you open the vocabulary window) Dictionary shortcuts not working (alt/ctrl-1 etc) The last 2 are caused by all these new menu systems everybody is using and they are

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-19 Thread Zachary Dovel
Here are the debian experimental packages for gWaei 3.6.0 compiled for AMD64: http://packages.debian.org/experimental/libwaei2 http://packages.debian.org/experimental/gwaei With 12.04 it should work. I'm going to test with the 12.10 beta in the next few days. -- You received this bug notificat

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-18 Thread Zachary Dovel
Thank you, Janne. :) Just did the gWaei 3.6 release. It took a bit more testing than I had wanted. Hopefully it will have packages in the next few days. This version should be more functional with Ubuntu and I have done some direct testing. Between how the gtk guys have redone menus and Ubuntu

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-16 Thread Zachary Dovel
Janne, worst case senario, you can install the new package from the Debian SID repositories. It should still be point and click. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971240 Title: Won't lo

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-09-16 Thread Zachary Dovel
I'm releasing gWaei 3.6 today in order to try to preempt the next Ubuntu release. It doesn't require the upped zlib version like 3.4. I would backport some of these changes, but none of the Ubuntu maintainers have made very good contact. I do bug fix releases for problems like this but they neve

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-07-06 Thread Zachary Dovel
Thank you guys for the work. For Yvon's patch, I would recommend someone update the searchwindow.ui glade file with glade and change the Packing->Pack type to End for everything but the menubar so that when the menubar is readed, it will be on the top when people are not using Unity on Ubuntu. Th

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-04-23 Thread Zachary Dovel
You should switch g_assert(menu != NULL); to if (menu != NULL) { } where the {} surround the menu add/remove statements because not all windows will have a menu. g_assert is used to detect programming mistakes so it is inappropriate here. In the vocabularywindow.ui in version 3.2.x, "menubar1

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-04-22 Thread Zachary Dovel
You can apply the patch as given in the instructions on this webpage: http://stackoverflow.com/questions/3418277/how-to-apply-git-diff-patch or The webpage to get the development code if you install "git": http://sourceforge.net/projects/gwaei/develop or You can always just look at the patch fi

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-04-22 Thread Zachary Dovel
In any case, I applied the patch to all of the current gWaei branches. You can do a git pull on the 3.2.x branch if you prefer the access it that way. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9712

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-04-22 Thread Zachary Dovel
After reading I decided to start reparenting the widget manually. Is someone on Ubuntu could tell me if it works, I'll add it to the upstream code. ** Patch added: "reparent.patch" https://bugs.launchpad.net/ubuntu/+source/gwaei/+bug/97124

[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-04-21 Thread Zachary Dovel
Yes. Only the gwaei.c file changed between 3.2.0->3.2.1.I am not totally sure how Unity works, but the current version of gtk reparent the xml to a GwWindow type of widget that extends GtkWindow. If there is a way to possibly fix it for Unity, it will be in src/gwaei/window.c. -- You recei

[Bug 571369] Re: gWaei 1.2.1 segfaults on any action (lucid_x64)

2010-06-22 Thread Zachary Dovel
Hey, SevenMachines. That looks about right for a minimal patch. You have my blessing :-p -- gWaei 1.2.1 segfaults on any action (lucid_x64) https://bugs.launchpad.net/bugs/571369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 571369] Re: gWaei 1.2.1 segfaults on any action (lucid_x64)

2010-05-08 Thread Zachary Dovel
Uploaded a deb file to the server for people to try. It isn't official though, so please watch for when that does filter through eventually. https://sourceforge.net/projects/gwaei/files/gwaei/1.2.2/gwaei-1.2.2-1.i386.deb/download Feel free to to submit problems with the deb here. You can also v

[Bug 571369] Re: gWaei 1.2.1 segfaults on any action (lucid_x64)

2010-05-06 Thread Zachary Dovel
I did a new release of gWaei today that has no crashes with Ubuntu 10.05. It is available here: https://sourceforge.net/projects/gwaei/files/gwaei/1.2.2/gwaei-1.2.2.tar.gz/download If someone could do some testing, it would be appreciated. I am going to poke my package maintainer. -- gWaei 1.

[Bug 571369] Re: gWaei 1.2.1 segfaults on any action (lucid_x64)

2010-05-03 Thread Zachary Dovel
In the next week, I'll be releasing 1.2.2 for you guys so you have something that doesn't crash. I don't know how quickly it will make it into the repositories though. Zachary -- gWaei 1.2.1 segfaults on any action (lucid_x64) https://bugs.launchpad.net/bugs/571369 You received this bug notific

[Bug 571369] Re: gWaei 1.2.1 segfaults on any action (lucid_x64)

2010-05-03 Thread Zachary Dovel
Hi, I'm the upstream programmer of gWaei. This was fixed in gWaei 1.3 when I was informed of it on Fedora (which runs the same version of gtk). Getting and setting the gtk_buildable names using gtk_widget_set_name was depricated in gtk which is causing the problem. I haven't been able to get in

[Bug 237295] Re: [needs-packaging] F-Spot Importer AddOn for Thunderbird

2009-09-21 Thread Zachary Dovel
Not sure if I am misreading it. But the syncropated reads in the description, Syncropated! is an application for syncing music player (Rhythmbox, Banshee, Amarok, iTunes, Window Media Player, ...) generated playlists, as well as photo albums (F-spot, Picasa) with mass storage devices such as the

[Bug 237295] Re: [needs-packaging] F-Spot Importer AddOn for Thunderbird

2009-09-03 Thread Zachary Dovel
Hey John Vivirito. You took so long, I had a server change. :) The new address is http://personalpages.tds.net/~jdovel/index.html I need to start updating the extension for Thunderbird 3 soon methinks. -- [needs-packaging] F-Spot Importer AddOn for Thunderbird https://bugs.launchpad.net/bugs/

[Bug 296028] Re: AisleRiot FreeCell Soltaire Fullscreen bug

2009-07-15 Thread Zachary Dovel
Can anyone tell me if turning on disable_workarounds under metacity->general in gconf-editor fixes this? -- AisleRiot FreeCell Soltaire Fullscreen bug https://bugs.launchpad.net/bugs/296028 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 335960] [NEW] [needs-packaging] gWaei needs-packaging

2009-02-28 Thread Zachary Dovel
Public bug reported: gWaei is a GPL licensed Japanese-English dictionary program for GNOME. It's similar to Gjiten, but has a more modern feeling. Lately it has been getting a bit popular and is included in the repos of a number of source based distributions (gentoo, arch, netbsd, etc). While t

[Bug 237295] Re: [needs-packaging] F-Spot Importer AddOn for Thunderbird

2008-08-18 Thread Zachary Dovel
Hello, I'm the creator of the F-Spot Importer Addon. After doing some updates I was just googling the extension name to get an idea how useful it is to people. (This page came up as third btw.) If someone needs something special to be done to be included in the Ubuntu repo's please email me [EMAI