2

gWaei used to run in 11.10, but in 12.04 I get a blank window to open and it just hangs from there, requiring a force-quit to close.

enter image description here

I submitted a bug to the gwaei launchpad bug report site and while there has been a response, I don't really understand much of it.

Can somebody explain to me in simple English how I can get this thing to work?

ish
  • 139,926
0d_billie
  • 518

3 Answers3

4

Known bug, fixed in Debian, please update from my PPA

This is a known bug with the gwaei version (3.2.0) bundled with Ubuntu 12.04 as you have noted. It has been fixed upstream (i.e. in Debian, where Ubuntu draws its packages from).

I have ported the fixed version 3.4.3 (and dependencies) to a PPA to allow Ubuntu users to easily solve this problem.

Note: If you are unfamiliar with installing third-party software from PPAs, you may want to refer to these questions:

Solution: here's how...

  1. Open the terminal with Ctrl+Alt+T
  2. Type/paste sudo apt-add-repository ppa:izx/bleeding -y
  3. Then type sudo apt-get update
  4. And finally, the below (press Y at the prompt):

    sudo apt-get install gwaei libwaei2 zlib1g
    

That's it -- gwaei should now work!

enter image description here

ish
  • 139,926
  • Great stuff, thanks :) Out of curiosity, are you on the gwaei team? Or just an interested party? – 0d_billie Jul 01 '12 at 15:57
  • @BillO'Dwyer, neither; just interested from the perspective of helping fix something useful that shouldn't have been broken in 12.04 in the first place... :) – ish Jul 01 '12 at 16:03
  • Well either way, you've been a great help - thanks!! – 0d_billie Jul 01 '12 at 16:06
  • Only a minor problem, but there appears to be no menu function anymore... Not an issue, as I got everything done from the opening dictionary installation dialogue; just wondered if it was something that affected Debian? – 0d_billie Jul 01 '12 at 16:33
  • It's done, Gwaei works with the menu now on Ubuntu 12.04. Please sudo apt-get update and sudo apt-get upgrade @BillO'Dwyer, thanks for your patience. – ish Jul 04 '12 at 12:53
1

I have finally released gWaei 3.6.1 which fixes these issues. I'm trying to get this package in the 12.04 LTS release now, though the Ubuntu guys will probably be busy getting 12.10 out the door.

devav2
  • 36,312
0

This is a terrible solution to me.

After I installed the software by

sudo apt-add-repository ppa:izx/bleeding -y
sudo apt-get update
sudo apt-get install gwaei libwaei2 zlib1g

The texlive packages were removed!

Moreover, I cannot re-install texlive package even I removed the repository of ppa:izx/bleeding and gwaei itself.

I am now have error information as below:

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: texlive-base : Depends: texlive-binaries (>= 2009-10) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

  • I successfully installed texlive-base by this command:

    sudo aptitude install texlive-base This command gives you options to select from many proposed solutions, one of which is to downgrade gwaei.

    – Xuefeng LIU Nov 11 '13 at 02:59