[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Sebastien Bacher
What version of Ubuntu do you use? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Aaron Gyes
Dapper. I wasn't aware anything other than it had xchat-gnome in main. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Sebastien Bacher
Ubuntu 5.10 has xchat-gnome built without libsexy so without that feature, dapper has that feature and it works for everybody else apparently, maybe Guillaume who is upstream has an idea on the issue you are facing ... -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Guillaume Desmottes
Not really, it's very strange. Could you test with the test-spell-entry program of libsexy? You'll need to build it from package source. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Aaron Gyes
Occurs in the test too. I'm remarking this to be an issue with libsexy. ** Changed in: xchat-gnome (Ubuntu) Sourcepackagename: xchat-gnome => libsexy1 Binarypackagename: xchat-gnome => libsexy1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list de

[Bug 36931] Re: Spell checking not working.

2006-04-11 Thread Aaron Gyes
In the new version of xchat-gnome with the spellcheck config screen, I see nothing in the list of languages. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-12 Thread Guillaume Desmottes
Could you past the output of "enchant-lsmod -list-dicts" ? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Guillaume Desmottes
** Changed in: libsexy1 (Ubuntu) Sourcepackagename: libsexy1 => libsexy2 Binarypackagename: libsexy1 => libsexy2 ** Bug 39359 has been marked a duplicate of this bug -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Sebastien Bacher
** Changed in: libsexy2 (Ubuntu) Sourcepackagename: libsexy2 => libsexy -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread John Dong
I am having the same issue. [EMAIL PROTECTED] junk]$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) he_IL: 'hspell' (Hspell Provider) he: 'hspell' (Hspell Provider) -- Spell checking n

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Aaron Gyes
[EMAIL PROTECTED]:~$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lis

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
I think i found the bug. Try to install libenchant-dev and i should work fine. I'll try to fix this bug tonight. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bug

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
In fact the bug is in the enchant package. /usr/lib/libenchant.so is in libenchant-dev and not libenchant1c2a. So, if libenchant-dev isn't installed, libsexy can't open /usr/lib/libenchant.so and spellchecking is not working. ** Changed in: libsexy2 (Ubuntu) Status: Unconfirmed => Rejecte

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
** Attachment added: "Fix" http://librarian.launchpad.net/2121790/fix.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Sebastien Bacher
Guillaume, the packaging is current. The actual library and what you link to is libname.so.sonumber, the .so is just used for the build and so it's shipped with the -dev (that's true for any library), your fix is wrong -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Thanks for your feedback Sébastien. I don't know yet a lot about packaging stuff so thi kind of information is very useful for me. :) So, it's a libsexy bug. It shouldn't try to open libenchant.so. It seems fixed in HEAD version (or 0.1.8). I will backport that. ** Changed in: enchant (Ubuntu)

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
** Attachment added: "Fix for libsexy" http://librarian.launchpad.net/2124159/sexy.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
the soname has changed since, ".so.1" is not correct, but out of that it should work fine. Reassigning to dholbach ** Changed in: libsexy2 (Ubuntu) Assignee: Ubuntu Desktop Bugs => Daniel Holbach Target: None => ubuntu-6.06 -- Spell checking not working. https://launchpad.net/malone/

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Are you sure? $ dpkg -L libenchant1c2a | grep libenchant.so /usr/lib/libenchant.so.1.2.3 /usr/lib/libenchant.so.1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bu

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
I was thinking to the wrong lib :p -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-05-15 Thread Daniel Holbach
libsexy (0.1.7-0ubuntu5) dapper; urgency=low . * debian/patches/01_fix_enchant_lookup.patch: - fix Malone: #36931 ("Spell checking not working.") - thanks Guillaume Desmottes <[EMAIL PROTECTED]>. ** Changed in: libsexy2 (Ubuntu) Status: Confirmed => Fix Released -- Spell

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
libsexy 0.1.7-0ubuntu5 broke my xchat-gnome: it now segfaults on startup. See Malone #41445. Reverting to libsexy 0.1.7-0ubuntu4 fixes that problem. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
Sorry, I mentioned the wrong bug number. I was talking about #44991. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Adambuntu
Just wanted to mention that this bug (spell check as you type) was still present in "Xchat-GNOME 0.11" Ubuntu dapper -2.6.15-26-386. Installing libenchant-dev fixed it though. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Guillaume Desmottes
Adam, it's a dependency problem. See bug 48513 -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Sebastien Bacher
What version of Ubuntu do you use? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Aaron Gyes
Dapper. I wasn't aware anything other than it had xchat-gnome in main. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Sebastien Bacher
Ubuntu 5.10 has xchat-gnome built without libsexy so without that feature, dapper has that feature and it works for everybody else apparently, maybe Guillaume who is upstream has an idea on the issue you are facing ... -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Guillaume Desmottes
Not really, it's very strange. Could you test with the test-spell-entry program of libsexy? You'll need to build it from package source. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Aaron Gyes
Occurs in the test too. I'm remarking this to be an issue with libsexy. ** Changed in: xchat-gnome (Ubuntu) Sourcepackagename: xchat-gnome => libsexy1 Binarypackagename: xchat-gnome => libsexy1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list de

[Bug 36931] Re: Spell checking not working.

2006-04-11 Thread Aaron Gyes
In the new version of xchat-gnome with the spellcheck config screen, I see nothing in the list of languages. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-12 Thread Guillaume Desmottes
Could you past the output of "enchant-lsmod -list-dicts" ? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Guillaume Desmottes
** Changed in: libsexy1 (Ubuntu) Sourcepackagename: libsexy1 => libsexy2 Binarypackagename: libsexy1 => libsexy2 ** Bug 39359 has been marked a duplicate of this bug -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Sebastien Bacher
** Changed in: libsexy2 (Ubuntu) Sourcepackagename: libsexy2 => libsexy -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread John Dong
I am having the same issue. [EMAIL PROTECTED] junk]$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) he_IL: 'hspell' (Hspell Provider) he: 'hspell' (Hspell Provider) -- Spell checking n

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Aaron Gyes
[EMAIL PROTECTED]:~$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lis

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
I think i found the bug. Try to install libenchant-dev and i should work fine. I'll try to fix this bug tonight. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bug

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
In fact the bug is in the enchant package. /usr/lib/libenchant.so is in libenchant-dev and not libenchant1c2a. So, if libenchant-dev isn't installed, libsexy can't open /usr/lib/libenchant.so and spellchecking is not working. ** Changed in: libsexy2 (Ubuntu) Status: Unconfirmed => Rejecte

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
** Attachment added: "Fix" http://librarian.launchpad.net/2121790/fix.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Sebastien Bacher
Guillaume, the packaging is current. The actual library and what you link to is libname.so.sonumber, the .so is just used for the build and so it's shipped with the -dev (that's true for any library), your fix is wrong -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Thanks for your feedback Sébastien. I don't know yet a lot about packaging stuff so thi kind of information is very useful for me. :) So, it's a libsexy bug. It shouldn't try to open libenchant.so. It seems fixed in HEAD version (or 0.1.8). I will backport that. ** Changed in: enchant (Ubuntu)

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
** Attachment added: "Fix for libsexy" http://librarian.launchpad.net/2124159/sexy.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
the soname has changed since, ".so.1" is not correct, but out of that it should work fine. Reassigning to dholbach ** Changed in: libsexy2 (Ubuntu) Assignee: Ubuntu Desktop Bugs => Daniel Holbach Target: None => ubuntu-6.06 -- Spell checking not working. https://launchpad.net/malone/

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Are you sure? $ dpkg -L libenchant1c2a | grep libenchant.so /usr/lib/libenchant.so.1.2.3 /usr/lib/libenchant.so.1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bu

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
I was thinking to the wrong lib :p -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-05-15 Thread Daniel Holbach
libsexy (0.1.7-0ubuntu5) dapper; urgency=low . * debian/patches/01_fix_enchant_lookup.patch: - fix Malone: #36931 ("Spell checking not working.") - thanks Guillaume Desmottes <[EMAIL PROTECTED]>. ** Changed in: libsexy2 (Ubuntu) Status: Confirmed => Fix Released -- Spell

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
libsexy 0.1.7-0ubuntu5 broke my xchat-gnome: it now segfaults on startup. See Malone #41445. Reverting to libsexy 0.1.7-0ubuntu4 fixes that problem. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
Sorry, I mentioned the wrong bug number. I was talking about #44991. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Sebastien Bacher
What version of Ubuntu do you use? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Aaron Gyes
Dapper. I wasn't aware anything other than it had xchat-gnome in main. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Sebastien Bacher
Ubuntu 5.10 has xchat-gnome built without libsexy so without that feature, dapper has that feature and it works for everybody else apparently, maybe Guillaume who is upstream has an idea on the issue you are facing ... -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Guillaume Desmottes
Not really, it's very strange. Could you test with the test-spell-entry program of libsexy? You'll need to build it from package source. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Aaron Gyes
Occurs in the test too. I'm remarking this to be an issue with libsexy. ** Changed in: xchat-gnome (Ubuntu) Sourcepackagename: xchat-gnome => libsexy1 Binarypackagename: xchat-gnome => libsexy1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list de

[Bug 36931] Re: Spell checking not working.

2006-04-11 Thread Aaron Gyes
In the new version of xchat-gnome with the spellcheck config screen, I see nothing in the list of languages. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-12 Thread Guillaume Desmottes
Could you past the output of "enchant-lsmod -list-dicts" ? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Guillaume Desmottes
** Changed in: libsexy1 (Ubuntu) Sourcepackagename: libsexy1 => libsexy2 Binarypackagename: libsexy1 => libsexy2 ** Bug 39359 has been marked a duplicate of this bug -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Sebastien Bacher
** Changed in: libsexy2 (Ubuntu) Sourcepackagename: libsexy2 => libsexy -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread John Dong
I am having the same issue. [EMAIL PROTECTED] junk]$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) he_IL: 'hspell' (Hspell Provider) he: 'hspell' (Hspell Provider) -- Spell checking n

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Aaron Gyes
[EMAIL PROTECTED]:~$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lis

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
I think i found the bug. Try to install libenchant-dev and i should work fine. I'll try to fix this bug tonight. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bug

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
In fact the bug is in the enchant package. /usr/lib/libenchant.so is in libenchant-dev and not libenchant1c2a. So, if libenchant-dev isn't installed, libsexy can't open /usr/lib/libenchant.so and spellchecking is not working. ** Changed in: libsexy2 (Ubuntu) Status: Unconfirmed => Rejecte

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
** Attachment added: "Fix" http://librarian.launchpad.net/2121790/fix.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Sebastien Bacher
Guillaume, the packaging is current. The actual library and what you link to is libname.so.sonumber, the .so is just used for the build and so it's shipped with the -dev (that's true for any library), your fix is wrong -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Thanks for your feedback Sébastien. I don't know yet a lot about packaging stuff so thi kind of information is very useful for me. :) So, it's a libsexy bug. It shouldn't try to open libenchant.so. It seems fixed in HEAD version (or 0.1.8). I will backport that. ** Changed in: enchant (Ubuntu)

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
** Attachment added: "Fix for libsexy" http://librarian.launchpad.net/2124159/sexy.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
the soname has changed since, ".so.1" is not correct, but out of that it should work fine. Reassigning to dholbach ** Changed in: libsexy2 (Ubuntu) Assignee: Ubuntu Desktop Bugs => Daniel Holbach Target: None => ubuntu-6.06 -- Spell checking not working. https://launchpad.net/malone/

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Are you sure? $ dpkg -L libenchant1c2a | grep libenchant.so /usr/lib/libenchant.so.1.2.3 /usr/lib/libenchant.so.1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bu

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
I was thinking to the wrong lib :p -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Adambuntu
Just wanted to mention that this bug (spell check as you type) was still present in "Xchat-GNOME 0.11" Ubuntu dapper -2.6.15-26-386. Installing libenchant-dev fixed it though. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Guillaume Desmottes
Adam, it's a dependency problem. See bug 48513 -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-05-15 Thread Daniel Holbach
libsexy (0.1.7-0ubuntu5) dapper; urgency=low . * debian/patches/01_fix_enchant_lookup.patch: - fix Malone: #36931 ("Spell checking not working.") - thanks Guillaume Desmottes <[EMAIL PROTECTED]>. ** Changed in: libsexy2 (Ubuntu) Status: Confirmed => Fix Released -- Spell

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
libsexy 0.1.7-0ubuntu5 broke my xchat-gnome: it now segfaults on startup. See Malone #41445. Reverting to libsexy 0.1.7-0ubuntu4 fixes that problem. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
Sorry, I mentioned the wrong bug number. I was talking about #44991. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Adambuntu
Just wanted to mention that this bug (spell check as you type) was still present in "Xchat-GNOME 0.11" Ubuntu dapper -2.6.15-26-386. Installing libenchant-dev fixed it though. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Guillaume Desmottes
Adam, it's a dependency problem. See bug 48513 -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-05-15 Thread Daniel Holbach
libsexy (0.1.7-0ubuntu5) dapper; urgency=low . * debian/patches/01_fix_enchant_lookup.patch: - fix Malone: #36931 ("Spell checking not working.") - thanks Guillaume Desmottes <[EMAIL PROTECTED]>. ** Changed in: libsexy2 (Ubuntu) Status: Confirmed => Fix Released -- Spell

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
libsexy 0.1.7-0ubuntu5 broke my xchat-gnome: it now segfaults on startup. See Malone #41445. Reverting to libsexy 0.1.7-0ubuntu4 fixes that problem. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 36931] Re: Spell checking not working.

2006-05-16 Thread Marius Gedminas
Sorry, I mentioned the wrong bug number. I was talking about #44991. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Adambuntu
Just wanted to mention that this bug (spell check as you type) was still present in "Xchat-GNOME 0.11" Ubuntu dapper -2.6.15-26-386. Installing libenchant-dev fixed it though. -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu

[Bug 36931] Re: Spell checking not working.

2006-08-04 Thread Guillaume Desmottes
Adam, it's a dependency problem. See bug 48513 -- Spell checking not working. https://launchpad.net/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Sebastien Bacher
What version of Ubuntu do you use? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-01 Thread Aaron Gyes
Dapper. I wasn't aware anything other than it had xchat-gnome in main. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Sebastien Bacher
Ubuntu 5.10 has xchat-gnome built without libsexy so without that feature, dapper has that feature and it works for everybody else apparently, maybe Guillaume who is upstream has an idea on the issue you are facing ... -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Guillaume Desmottes
Not really, it's very strange. Could you test with the test-spell-entry program of libsexy? You'll need to build it from package source. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 36931] Re: Spell checking not working.

2006-04-02 Thread Aaron Gyes
Occurs in the test too. I'm remarking this to be an issue with libsexy. ** Changed in: xchat-gnome (Ubuntu) Sourcepackagename: xchat-gnome => libsexy1 Binarypackagename: xchat-gnome => libsexy1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list de

[Bug 36931] Re: Spell checking not working.

2006-04-11 Thread Aaron Gyes
In the new version of xchat-gnome with the spellcheck config screen, I see nothing in the list of languages. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-12 Thread Guillaume Desmottes
Could you past the output of "enchant-lsmod -list-dicts" ? -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Guillaume Desmottes
** Changed in: libsexy1 (Ubuntu) Sourcepackagename: libsexy1 => libsexy2 Binarypackagename: libsexy1 => libsexy2 ** Bug 39359 has been marked a duplicate of this bug -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Sebastien Bacher
** Changed in: libsexy2 (Ubuntu) Sourcepackagename: libsexy2 => libsexy -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread John Dong
I am having the same issue. [EMAIL PROTECTED] junk]$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) he_IL: 'hspell' (Hspell Provider) he: 'hspell' (Hspell Provider) -- Spell checking n

[Bug 36931] Re: Spell checking not working.

2006-04-13 Thread Aaron Gyes
[EMAIL PROTECTED]:~$ enchant-lsmod -list-dicts en: 'aspell' (Aspell Provider) en_CA: 'aspell' (Aspell Provider) en_GB: 'aspell' (Aspell Provider) en_US: 'aspell' (Aspell Provider) -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lis

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
I think i found the bug. Try to install libenchant-dev and i should work fine. I'll try to fix this bug tonight. -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bug

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
In fact the bug is in the enchant package. /usr/lib/libenchant.so is in libenchant-dev and not libenchant1c2a. So, if libenchant-dev isn't installed, libsexy can't open /usr/lib/libenchant.so and spellchecking is not working. ** Changed in: libsexy2 (Ubuntu) Status: Unconfirmed => Rejecte

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Guillaume Desmottes
** Attachment added: "Fix" http://librarian.launchpad.net/2121790/fix.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-14 Thread Sebastien Bacher
Guillaume, the packaging is current. The actual library and what you link to is libname.so.sonumber, the .so is just used for the build and so it's shipped with the -dev (that's true for any library), your fix is wrong -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- de

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Thanks for your feedback Sébastien. I don't know yet a lot about packaging stuff so thi kind of information is very useful for me. :) So, it's a libsexy bug. It shouldn't try to open libenchant.so. It seems fixed in HEAD version (or 0.1.8). I will backport that. ** Changed in: enchant (Ubuntu)

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
** Attachment added: "Fix for libsexy" http://librarian.launchpad.net/2124159/sexy.patch -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
the soname has changed since, ".so.1" is not correct, but out of that it should work fine. Reassigning to dholbach ** Changed in: libsexy2 (Ubuntu) Assignee: Ubuntu Desktop Bugs => Daniel Holbach Target: None => ubuntu-6.06 -- Spell checking not working. https://launchpad.net/malone/

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Guillaume Desmottes
Are you sure? $ dpkg -L libenchant1c2a | grep libenchant.so /usr/lib/libenchant.so.1.2.3 /usr/lib/libenchant.so.1 -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bu

[Bug 36931] Re: Spell checking not working.

2006-04-15 Thread Sebastien Bacher
I was thinking to the wrong lib :p -- Spell checking not working. https://launchpad.net/malone/bugs/36931 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

  1   2   >