[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2008-12-01 Thread Kazé
I've done ~50% of the job (i.e. porting KompoZer to Gecko 1.8.1).

You can grab pre-alpha builds in this directory: http://kompozer.net/zip/ (i.e. 
the 'kompozer-MMDD.tar.gz files).
Some features haven't been re-implemented yet (e.g. source tab, templates, 
spell checker).

Please don't report any bug on these snapshots yet, *except* if you find
a way to crash KompoZer with these snapshots. KompoZer's test team
couldn't crash these snapshots so far, so I believe the upcoming version
should be pretty stable.

I'm doing my best to release a public version before the end of this year.
Tony > is there a procedure to replace KompoZer 0.7.10 with KompoZer 0.8 in 
Intrepid?

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2008-12-02 Thread Kazé
Tim: you can’t match my setup because I’m running KompoZer from its
build directory, but you can extract the files of the *.tar.gz archive
wherever you want, it shouldn’t have any impact. I’d suggest
~/Documents for example.

When you say KompoZer-20081126 “freezed” after 20 minutes, did you mean
that it freezed (non-responding user interface) or that it crashed
(segmentation fault, KompoZer closes, like the 0.7.10 version)? Freezes
can happen at this state of the development (especially when working on
remote files), but crashes shouldn’t.

If you could give me a way to reproduce this bug, it’d help a lot.

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2008-12-02 Thread Kazé
Hi Tim,
thanks for your reply, I’m glad you confirm it doesn’t crash any more.
I’ll put a new build every week in the http://kompozer/zip/ directory.

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2008-11-16 Thread Kazé
I confirm this bug.
I'm not sure at all, but I suspect Gecko 1.7 (upon which KompoZer is built) is 
not compatible with GTK 2.14.
I've started to port KompoZer on a newer code base (Gecko 1.8.1), and this bug 
does not appear any more on Intrepid.

I'm afraid I don't have much time at the moment, neither to migrate to
Intrepid (still using Hardy and very happy with it) nor to find out what
has changed between gecko 1.7 and 1.8 that could have an effect with GTK
2.14. Maybe the guys at #ubuntu-mozillateam would have an idea?

Sorry for the trouble.
-Kaze (KompoZer's lead dev)

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373986] Re: No selection list when creating a new css style rule

2009-05-10 Thread Kazé
KompoZer 0.8a2 did have this feature, this is a regression in KompoZer 0.8a3.
Working on it, I’ll release KompoZer 0.8a4 as soon as possible to correct the 
regressions introduced by 0.8a3.

-- 
No selection list when creating a new css style rule
https://bugs.launchpad.net/bugs/373986
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2009-04-28 Thread Kazé
gandaran > yes, apparently the MOTU team has preferred to use KompoZer
0.7 instead of KompoZer 0.8 for this version. Looks like I’ve been
working for nothing.

The good news is, Ubuntu will use Giuseppe’s work for future releases
(i.e. they'll sync his Debian package). So this problem will be solved
with Karmic Koala and the next LTS release.

Meanwhile, you can try KompoZer 0.8a2, or wait another week for KompoZer
0.8a3, or add Giuseppe's PPA account to your sources.list.

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2008-12-21 Thread Kazé
@ amosbatto

Could be, since I've built KompoZer on a 32-bit environment.
There's a source tarball here: http://kompozer.net/zip/kompozer-20081217.tar.bz2

Refer to the official Mozilla build instructions if you've never built any 
Mozilla app. Basically:
 * you'll need the right .mozconfig file (see attachment): I'd recommend to 
copy it as ~/.mozconfig, but you can put it in the kompozer/mozilla directory 
if you prefer.
 * in the mozilla directory, issue the following command:
make -f client.mk build
 * this will create a build in an 'obj-*' directory next to the mozilla one, 
kompozer itself will be in obj-*/dist/bin.

You'll need a few dev-libs: libgtk-dev, libidl-dev and probably others.
Feel free to report the whole list of the required development libraries
in this tracker.

At the moment I'm afraid there's a mistake in the chrome registration: the 
first time you'll launch your KompoZer build, you'll have errors in the main 
window (red ^ characters in the bottom of the window + menus not responding). 
To correct this:
 * go to the obj-*/dist/bin/chrome directory
 * open the app-chrome.manifest file in your favorite text editor
 * comment all lines (i.e. insert an '#' at the beginning of each non-empty 
line)
 * restart KompoZer (obj-*/dist/bin/kompozer), everything should work fine now.

Sorry, I still haven't updated the SVN repository, it takes a damn lot
of time with my internet connection. I'll update this SVN tree as soon
as I've fixed this chrome registration bug.

** Attachment added: "mozconfig file for Ubuntu Hardy and following"
   http://launchpadlibrarian.net/20620570/mozconfig.hardy

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2008-12-11 Thread Kazé
WARNING: again, these versions are in *alpha* stage.
They should work already much better than the official Intrepid version, but 
I've changed a lot of things that could affect the profile and I'll change a 
lot more before it looks like a releasable version to me. In other words:

1> Backup your profile directory (~/.kompozer) before you install the new 
version.
2> If KompoZer 0.7.99-alpha starts with an error, remove your profile directory.

parq > you can't use these alpha versions with an extension or a langpack for 
now.
As soon as I get something usable by end-users, I'll drop a message to all 
localization teams and extension developers. If you really need a spanish 
langpack to use KompoZer 0.7.99, send a request to ProyectoNAVE or Mozilla 
Hispano.
I do understand most users want a localized version (I'm not a native English 
speaker either), but I don't have the time to do it myself and it's a little 
too soon to involve localization teams.

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2009-04-08 Thread Kazé
I’ve just published KompoZer 0.8a2:
https://sourceforge.net/project/downloading.php?group_id=170132&filename=kompozer-0.8a2-gcc4-i686.tar.gz&a=35778284

A lot of bugs have been corrected, among which:
 * broken cut/copy
 * missing toolbar icons and other bugs in the CSS editor
 * “getIntPref” error in the font preferences window
 * non-working “View > HTML source” menu item

There’s a little more information on my weblog:
http://kazhack.org/?post/2009/04/02/KompoZer-0.8a2

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 365163] Re: kompozer keeps crashing

2009-08-10 Thread Kazé
*** This bug is a duplicate of bug 263441 ***
https://bugs.launchpad.net/bugs/263441

Orionds > your bug report is not enough.

Please send an attachment with a sample file, as well as a step-by-step
procedure to reproduce the bug, if you want me to work on it.

-- 
kompozer keeps crashing
https://bugs.launchpad.net/bugs/365163
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411386] Re: Javascript corruption with 0.8a4?

2009-08-10 Thread Kazé
I’m afraid I need more information to work on this.

If I’ve understood correctly:
 * “Hot Potatoes” is a Java-based tool to create HTML tutorials / quizzes: 
http://web.uvic.ca/hrd/halfbaked/
 * you’ve created a dynamic web page with it (HTML+CSS) that works fine in your 
browser
 * after editing this page with KompoZer 0.8a4, it doesn’t work any more

If that’s correct, please send two attachments:
 * the HTML file that has been created with “Hot Potatoes”
 * the HTML file after it has been edited with KompoZer 0.8a4
…and tell me what web browser you’ve used.

I confess I haven’t tested KompoZer with JavaScript yet, but as far as I
know KompoZer shouldn’t modify the JavaScript code.

Just guessing: if you’re editing XHTML pages, a common problem with KompoZer 
0.8a4 pages is that it creates  elements in the head node, which is 
perfectly XHTML-compliant but not understood by Firefox 3+ if the XHTML page is 
sent as text/html instead of application/xhtml+xml (or if it doesn’t have an 
*.xhtml extension for a local file).
This bug will be addressed during the beta-stage: I’ll just force KompoZer to 
use  instead of , even in XHTML.

-- 
Javascript corruption with 0.8a4?
https://bugs.launchpad.net/bugs/411386
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 392821] Re: Kompozer undoes code order

2009-08-10 Thread Kazé
KompoZer will always reformat your HTML markup. The only thing I can do
about it is to work on KompoZer so it reformats it better.

I agree that’s an irritating problem with KompoZer (or SeaMonkey
Composer and any Mozilla-based wysiwyg editor). I’ll try to use a better
serializer (htmlTidy comes to mind) so KompoZer outputs a well-indented
markup with an adjustable line wrapping, but this will be addressed in
the beta-stage… or later.

I used to make an Nvu extension to link KompoZer with htmlTidy. It
worked quite well with Nvu and KompoZer 0.7.10 but I need to rewrite it
from scratch for KompoZer 0.8: http://fabiwan.kenobi.free.fr/HandCoder/

See also:
http://sourceforge.net/tracker/?func=detail&aid=2545308&group_id=170132&atid=853125

** Bug watch added: SourceForge.net Tracker #2545308
   http://sourceforge.net/support/tracker.php?aid=2545308

-- 
Kompozer undoes code order
https://bugs.launchpad.net/bugs/392821
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 467874] Re: Kompozer bloqueado

2009-11-01 Thread Kazé
If you’re using KompoZer 0.8a4, be sure to use a language pack for this
version: http://kompozer.sourceforge.net/l10n/langpacks/kpz-0.8a4/

To get rid of this error, just remove your KompoZer profile:
  rm -rf ~/.kompozer.net/

Hope this helps.

-- 
Kompozer bloqueado
https://bugs.launchpad.net/bugs/467874
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 467874] Re: Kompozer bloqueado

2009-11-01 Thread Kazé
Errr, sorry: my last message is out of topic.

It looks like there's a problem with the MIME-type of these langpacks on
the server side (at SourceForge.net). We’re working on it, in the
meanwhile please download the langpacks from this directory:
http://kompozer.sourceforge.net/l10n/langpacks/kompozer-0.8a4/

Sorry for the trouble.

-- 
Kompozer bloqueado
https://bugs.launchpad.net/bugs/467874
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 420118] Re: kompozer crashed

2009-09-01 Thread Kazé
This is another duplicate of bug #263441:
https://bugs.launchpad.net/ubuntu/+source/kompozer/+bug/263441/

Please upgrade to KompoZer 0.8, using Derevko's PPA repositories:

Hardy:
 deb http://ppa.launchpad.net/giuseppe-iuculano/ppa/ubuntu hardy main
 deb-src http://ppa.launchpad.net/giuseppe-iuculano/ppa/ubuntu hardy main

Intrepid:
 deb http://ppa.launchpad.net/giuseppe-iuculano/ppa/ubuntu intrepid main
 deb-src http://ppa.launchpad.net/giuseppe-iuculano/ppa/ubuntu intrepid main

Jaunty:
 deb http://ppa.launchpad.net/giuseppe-iuculano/ppa/ubuntu jaunty main
 deb-src http://ppa.launchpad.net/giuseppe-iuculano/ppa/ubuntu jaunty main

-- 
kompozer crashed
https://bugs.launchpad.net/bugs/420118
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 428191] Re: Using KompoZer in Ubuntu 9.04: Program Disappears while using Mouse on Various Menu Options

2009-09-12 Thread Kazé
This is a duplicate of bug #263441:
https://bugs.launchpad.net/ubuntu/+source/kompozer/+bug/263441/

Confirmed with Ubuntu 8.10 and 9.04. KompoZer 0.7.10 is not compatible
with GTK ≥ 2.14, please use KompoZer 0.8 instead.

-- 
Using KompoZer in Ubuntu 9.04:  Program Disappears while using Mouse on Various 
Menu Options
https://bugs.launchpad.net/bugs/428191
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 432753] Re: kompozer crashes on jaunty when rolling over pop-up menus

2009-09-20 Thread Kazé
*** This bug is a duplicate of bug 428191 ***
https://bugs.launchpad.net/bugs/428191

Clark: I’m not sure to understand what you’re trying to do here.

About the bug you’ve reported: this is another duplicate of bug #263441
As mentioned on http://kompozer.net/ this is solved by KompoZer 0.8. You’ll 
find binaries and PPA repos here: http://kompozer.net/download.php
If you’re not happy with the way KompoZer’s source is shipped, you can 
apt-source it instead.

If you’re trying to build KompoZer, I’d suggest to have a look at this page 
first: http://kompozer.sourceforge.net/dev/
The source tarball doesn't ship *one* .mozconfig file, it ships 6 of them (see 
mozilla/composer/config), one of them being specific to Ubuntu…
You’ll find a quick how-to, an explanation about the *.mozconfig files and some 
links to a more exhaustive documentation.

-- Kazé, KompoZer lead dev and happy Ubuntu user since Dapper Drake

-- 
kompozer crashes on jaunty when rolling over pop-up menus
https://bugs.launchpad.net/bugs/432753
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 381085] Re: Kompozer crashes indiscriminately

2009-09-22 Thread Kazé
*** This bug is a duplicate of bug 263441 ***
https://bugs.launchpad.net/bugs/263441

This is also a duplicate of bug #263441.
Please upgrade to KompoZer 0.8a4, the PPA repositories are listed here: 
http://kompozer.net/download.php

-- 
Kompozer crashes indiscriminately
https://bugs.launchpad.net/bugs/381085
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs