[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 465968] Re: [Dell Inc. Inspiron 1501] suspend/resume failure

2010-02-02 Thread Dovel
Well all is as fixed as I can make it this morning. Downgraded to 9.04. It's fantastic! Everything bloody works!!! Didn't realise how much I was beginning to hate Ubuntu with all the Karma it was dishing out at me and my computers. If Lucid isn't any better I'll be crossing over to Debian like sev

[Bug 465968] Re: [Dell Inc. Inspiron 1501] suspend/resume failure

2010-01-21 Thread Dovel
The only hardware options I think for the 1501 were the wifi card and screen type/size. Screen should really not be an issue. As far as wifi is concerned, I have the Broadcom BCM4311 and I'm using the B43 driver. -- [Dell Inc. Inspiron 1501] suspend/resume failure https://bugs.launchpad.net/bugs/

[Bug 465968] Re: [Dell Inc. Inspiron 1501] suspend/resume failure

2010-01-19 Thread Dovel
I guess that no-one is interested. Krappy Koala (as it is becoming known in various places) certainly will not hibernate on my 1501. Yes I do my updates. -- [Dell Inc. Inspiron 1501] suspend/resume failure https://bugs.launchpad.net/bugs/465968 You received this bug notification because you are a

[Bug 481056] Re: Dell Vostro 1000 laptop goes into hibernation whenever I plug in the power cord as if battery is dead

2010-01-11 Thread Dovel
I have the same issue on a Dell Inspiron 1501. Running Krappy-Koala. Battery does not have to be near empty and it doesn't happen every time. This machine fails to resume from hibernation ever since upgrade to Krappy-Koala. -- Dell Vostro 1000 laptop goes into hibernation whenever I plug in the p

[Bug 465968] Re: [Dell Inc. Inspiron 1501] suspend/resume failure

2010-01-04 Thread Dovel
This bug really does affect the usefulness of our computers and affects several people. Is no-one interested anymore? -- [Dell Inc. Inspiron 1501] suspend/resume failure https://bugs.launchpad.net/bugs/465968 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 468219] Re: [Dell Inc. Inspiron 1501] suspend/resume failure

2009-12-21 Thread Dovel
*** This bug is a duplicate of bug 465968 *** https://bugs.launchpad.net/bugs/465968 ** This bug has been marked a duplicate of bug 465968 [Dell Inc. Inspiron 1501] suspend/resume failure -- [Dell Inc. Inspiron 1501] suspend/resume failure https://bugs.launchpad.net/bugs/468219 You receiv

[Bug 471091] Re: [Dell Inc. Inspiron 1501] late resume failure [non-free: vboxnetadp vboxnetflt vboxdrv]

2009-12-21 Thread Dovel
*** This bug is a duplicate of bug 465968 *** https://bugs.launchpad.net/bugs/465968 ** This bug has been marked a duplicate of bug 465968 [Dell Inc. Inspiron 1501] suspend/resume failure -- [Dell Inc. Inspiron 1501] late resume failure [non-free: vboxnetadp vboxnetflt vboxdrv] https://b

[Bug 473066] Re: [Dell Inc. Inspiron 1501] hibernate/resume failure

2009-12-21 Thread Dovel
*** This bug is a duplicate of bug 465968 *** https://bugs.launchpad.net/bugs/465968 ** This bug has been marked a duplicate of bug 465968 [Dell Inc. Inspiron 1501] suspend/resume failure -- [Dell Inc. Inspiron 1501] hibernate/resume failure https://bugs.launchpad.net/bugs/473066 You rece

[Bug 446146] Re: Several Huawei USB dongle don't work with kernel 2.6.31-12.40 (2.6.31.1 update related)

2009-11-22 Thread Dovel
In regards to comment #291. I actually have found the e169 to work. Yesterday after I upgraded to 2.6.31-15. I was so shocked as I had tested it after the upgrade and a couple of boots. My friend just plugged it in and it worked. It got a bad connection and I reconnected it. It worked. Then strange

[Bug 476466] Re: Not able to use Huawei E169 USB Modem Wireless Internet in UBUNTU 9.10

2009-11-17 Thread Dovel
Not sure if this may be the same issue. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/446146 -- Not able to use Huawei E169 USB Modem Wireless Internet in UBUNTU 9.10 https://bugs.launchpad.net/bugs/476466 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 476466] Re: Not able to use Huawei E169 USB Modem Wireless Internet in UBUNTU 9.10

2009-11-17 Thread Dovel
** Bug watch added: GNOME Bug Tracker #602253 https://bugzilla.gnome.org/show_bug.cgi?id=602253 ** Also affects: network-manager via https://bugzilla.gnome.org/show_bug.cgi?id=602253 Importance: Unknown Status: Unknown -- Not able to use Huawei E169 USB Modem Wireless Internet in

[Bug 475985] Re: Rhythmbox unable to play mp3 files in the music library

2009-11-08 Thread Dovel
This is a bug with pulseaudio, not rhythmbox. I presume the the gconf error I experienced before (gnome-volume-control) is separate to this one. Audio is fine now after I removed pulseaudio. -- Rhythmbox unable to play mp3 files in the music library https://bugs.launchpad.net/bugs/475985 You rece

[Bug 475985] Re: Rhythmbox unable to play mp3 files in the music library

2009-11-08 Thread Dovel
I found this bug appeared after an upgrade to Karmic from Jaunty. The autoaudiosink plugin should be in gstreamer-plugins-good, which is installed and I also tried re-installing it to no avail. None of the other players work either and gnome-volume-control can't start up - says it can't find the so

[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 356761] Re: dvd player reports "do not have permision" error

2009-05-23 Thread Dovel
I'm running Jaunty on a Dell 1501 Inspiron. Same deal. Most DVD's play fine. I use mplayer from terminal or Dragon Player. I ran into this issue while trying to play two DVD's from one particular store. About one time in ten Movie Player will play it. Mplayer says "no stream to handle url dvd://2"

[Bug 283278] Re: When FUSA applet has shutdown/logout items are duplicated in "System" menu

2009-03-30 Thread Dovel
Thank you Martin, now I can see that you guys have put in better work than I appreciated before. My apologies. -- When FUSA applet has shutdown/logout items are duplicated in "System" menu https://bugs.launchpad.net/bugs/283278 You received this bug notification because you are a member of Ubuntu

[Bug 283278] Re: When FUSA applet has shutdown/logout items are duplicated in "System" menu

2009-03-29 Thread Dovel
I am sure that, like many users who are used to logging out from the System menu (which is a pretty standard way to do things across many desktop environments!) I find using the applet quite annoying. Why can't there be more than one way to do things? When we start restricting the ways in which use

[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 252079] Re: firefox locks up when trying to print, print page opens but is blank,

2009-01-21 Thread Dovel
I managed to fix this problem in my setup (reported in https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/291073";>bug #291073). Try going into the FF config by entering about:config in the URL field. From there delete all references to printers. Worked for me. ** Changed in: firefox-3.0 (Ubun

[Bug 313940] Re: Problems printing in firefox - network attached printer

2009-01-21 Thread Dovel
*** This bug is a duplicate of bug 252079 *** https://bugs.launchpad.net/bugs/252079 ** This bug has been marked a duplicate of bug 252079 firefox locks up when trying to print, print page opens but is blank, -- Problems printing in firefox - network attached printer https://bugs.launchpa

[Bug 291073] Re: Firefox 3.03 freezes when the Print dialog is accessed.

2009-01-21 Thread Dovel
*** This bug is a duplicate of bug 252079 *** https://bugs.launchpad.net/bugs/252079 ** This bug has been marked a duplicate of bug 252079 firefox locks up when trying to print, print page opens but is blank, -- Firefox 3.03 freezes when the Print dialog is accessed. https://bugs.launchpa

[Bug 206564] Re: firefox crash while printing

2009-01-21 Thread Dovel
Jason Hazlett, this bug concerns a problem printing one page only. Other websites pages print ok. Are you sure that your problem is this bug? I lodged a bug report on the print function crashing FF https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/291073";>here. Am currently looking for other

[Bug 291073] Re: Firefox 3.03 freezes when the Print dialog is accessed.

2009-01-21 Thread Dovel
Problem can be fixed by manually deleting all references to system printers in about:config. This is a very tiresome task. Is it really necessary for FF to store such detailed printer info? Isn't that what CUPS is there for? ** Description changed: Binary package hint: firefox Using Firef

[Bug 304954] Re: IO errors when inserting a disc

2008-12-18 Thread Dovel
** Attachment added: "dmesg_excerpt" http://launchpadlibrarian.net/20554191/dmesg_excerpt -- IO errors when inserting a disc https://bugs.launchpad.net/bugs/304954 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 304954] Re: IO errors when inserting a disc

2008-12-18 Thread Dovel
As written above, my main issue is with CD-R's with images stored on them. It seems that they all use the Joliet format. Have attached excerpts from my dmesg and kern.log ** Attachment added: "kern.log_excerpt" http://launchpadlibrarian.net/20554164/kern.log_excerpt -- IO errors when insertin

[Bug 304954] Re: IO errors when inserting a disc

2008-12-18 Thread Dovel
I can confirm this on Ubuntu Intrepid, running all the latest updates as of 19/12/08. My main issue is when trying to mount cd's with image files on them. Have to mount them from the terminal, and then it still takes a minute or two to mount. Will post more in the morning. dov -- IO errors when

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-25 Thread Dovel
Daniel Chen As much as I do not want to be drawn into a useless debate, the driver would seem to be successful if it does as intended with the hardware - BIOS included - provided by the vendor. The question of which of the two - the hardware's BIOS or the driver designed to work with it has the bu

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-24 Thread Dovel
If it is indeed a BIOS bug, why wasn't it present in the last version of Ubuntu? My BIOS certainly has not changed. It also doesn't explain why one filesystem was affected and one wasn't. The driver most likely ha changed. So why is it a BIOS bug if it worked fine before? The question here is this

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-24 Thread Dovel
If it was purely an issue caused by ALSA. Does ALSA have a specific relationship with pulseaudio that is different to other sound servers? How is it different? I do not get this issue at all when using ESD, another sound server. Is someone able to test Robb's idea with the IPV6? Ie. disabling IPV6

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-24 Thread Dovel
I am afraid I have some mixed results. The bug no longer occurs on my laptop as I am now running enlightenment 16 with esd and have removed most of gnome and it's glug - including Pulseaudio. My problem is solved. The bug is still present on my Father's computer (73 years old and wanting to lear

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-23 Thread Dovel
Just a note on the upgraded installation Intrepid 1 above, I do a fresh install each 2-3 releases of Ubuntu, so either Gutsy or Hardy would have been a fresh install from CD. Both of those systems had IPV6 enabled didn't they? While the bug is quite likely with alsa/pulseaudio, it is brought to our

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-23 Thread Dovel
Interesting Robb. I have two installations of Intrepid on my laptop (which as I said has no Intel hardware, so should not be affected by any bios or driver bug suggested by Daniel Chen above). The one which I upgraded from Hardy does not show this fault, but the one which I installed from the CD do

[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up

2008-11-23 Thread Dovel
I must say also that Robb seems to be doing some good thinking here. I have no intel hardware at all on my laptop, but this bug appeared. Is there any difference in the way that network connections are configured at a base level in Intrepid that may affect this bug? -- MASTER storing ALSA mixer e

[Bug 282604] Re: Ubuntu fails to shut down

2008-11-22 Thread Dovel
*** This bug is a duplicate of bug 274995 *** https://bugs.launchpad.net/bugs/274995 ** This bug has been marked a duplicate of bug 274995 MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up -- Ubuntu fails t

[Bug 288863] Re: Intrepid Ibex hangs when shutting down or restarting...

2008-11-22 Thread Dovel
*** This bug is a duplicate of bug 274995 *** https://bugs.launchpad.net/bugs/274995 ** This bug has been marked a duplicate of bug 274995 MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up -- Intrepid Ibex

[Bug 273756] Re: Suspend and hibernate stopped working on dell inspiron 1501 : Intrepid Alpha6

2008-11-03 Thread Dovel
** Changed in: linux (Ubuntu) Status: New => Fix Released -- Suspend and hibernate stopped working on dell inspiron 1501 : Intrepid Alpha6 https://bugs.launchpad.net/bugs/273756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 291073] Re: Firefox 3.03 freezes when the Print dialog is accessed.

2008-10-30 Thread Dovel
Just checked and the cups error log doesn't show anything. The access log shows that access was successful at the time I last tried to print from firefox. -- Firefox 3.03 freezes when the Print dialog is accessed. https://bugs.launchpad.net/bugs/291073 You received this bug notification because y

[Bug 291073] [NEW] Firefox 3.03 freezes when the Print dialog is accessed.

2008-10-30 Thread Dovel
Public bug reported: Binary package hint: firefox Using Firefox 3.03 on Intrepid. I normally use the print function in Firefox to print receipts etc to pdf. When I select print now though I get an empty dialog window popping up which I cannot close. Firefox fully freezes and I have to force quit.

[Bug 290161] Re: Cannot enable compiz using open source driver for ATI Radeon in Intrepid

2008-10-28 Thread Dovel
Sorry guys, it seems to work now even if I do reject fglrx. ** Changed in: ubuntu Status: New => Invalid -- Cannot enable compiz using open source driver for ATI Radeon in Intrepid https://bugs.launchpad.net/bugs/290161 You received this bug notification because you are a member of Ubuntu

[Bug 290161] Re: Cannot enable compiz using open source driver for ATI Radeon in Intrepid

2008-10-28 Thread Dovel
Tried rolling jockey-gtk and jockey-common back to version 0.5~beta3-0ubuntu3_all.deb, but that didn't work as that is the first Intrepid version that jockey had fglrx (I think). In the end, I rebooted and tried again to enable advanced desktop effects in the Appearance dialog. As jockey made it'

[Bug 290161] [NEW] Cannot enable compiz using open source driver for ATI Radeon in Intrepid

2008-10-27 Thread Dovel
Public bug reported: I have been using the open source driver for my ATI Radeon Xpress 1150 ever since I installed Intrepid around the start of October and have been able to use compiz desktop effects just fine. Yesterday (27/10) I tried installing the fglrx driver using jockey-gtk. It install

[Bug 287886] [NEW] Cannot add extensions to openoffice 3.0

2008-10-22 Thread Dovel
Public bug reported: I recently added openoffice 3.0 to Intrepid Beta through backports. When I try to add extensions (like the pdfimport extension) via the Extension Manager, I can select the extension file, but it will not complete installing. Instead a warning message comes up with, "unable to

[Bug 270017] Re: ACPI: EC: GPE storm detected, disabling EC GPE

2008-10-13 Thread Dovel
I can say that this is fixed in the latest kernel upgrade to 2.6.27-7. Did the upgrade today and no probs since. Gnome power manager seems to know what the battery is doing as well. dov -- ACPI: EC: GPE storm detected, disabling EC GPE https://bugs.launchpad.net/bugs/270017 You received this bug

[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