Reply
Thread Tools
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#991
Originally Posted by rebhana View Post
Have you followed all the instructions in http://wiki.maemo.org/Easy_Debian#Localization ? If so, what precisely is happening?
Found the file inside debian (autostart file), tried to edit it but it would not save. How do i go about that

Thanks for the pointer rebhana

e: It was in leafpad. So how do go about getting in the debian chroot to edit that file

Last edited by Dousan; 2010-04-09 at 12:55.
 
Posts: 1,873 | Thanked: 4,529 times | Joined on Mar 2010 @ North Potomac MD
#992
qole,

Well, I decided to give ubuntu one more try (warts and all). It turns
out that it comes with OO3.1. I do not know why I got OO2.4 with the previous try (see #967). Perhaps something related to my previous downgrade to get the equation editor to work with the debian version and then not uninstalling properly. Anyways, I then tried

aptitude -t lenny-backports install openoffice.org

as you suggested and instead of downgrading the version stayed the same and the equation editor worked! I was surprised with this result because I was using a debian repository.
I guess because ubuntu is built on debian it worked. Hopefully
this will give some clues as to why the install on debian does not work or downgrades.

In regards to performance, the start-up of OO takes longer on ubuntu, about 20 seconds longer then debian, but it seems to work ok once past that stage.


Rebhana,

In regards to starting a new thread concerning "Speculations about a possible release date for a new Easy Debian image with OO 3.2"
I think I'll pass. But I might add that I was able to download and install OO3.2 with no hitches on my IMAC. Perhaps a conspiracy theorist could pick up on that. Personally I'm afraid to...
 

The Following 2 Users Say Thank You to mscion For This Useful Post:
Posts: 13 | Thanked: 1 time | Joined on Apr 2010
#993
Hi.
Kompozer is in the menu under internet and programming but when launched I get 10 seconds full cpu showing and then nothing. When I sudo kopozer I get

(process:2202) Gtk-WARNING **: Locale not supported by C library.

Using fallback `C´locale.

(kompozer-bin:2202) : GLib-WARNING **: g_set_prgname () called multiple times

(kompozer_bin:2202) : Gdk-WARNING ** : locale not supported by C library

/usr/lib/kompozer/run_mozilla.sh: line 131: 2202 Segmentation fault "$prog" ${1+"$@"}
sh-4.1$

Last edited by taptap; 2010-04-09 at 15:55.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#994
taptap: "Segmentation fault" is bad. That means it is just crashing. I wonder what version of Mozilla they're using. Because if they're using the engine for Firefox 2, then it will never work on armel; they never fixed Firefox 2.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#995
Originally Posted by Dousan View Post
Found the file inside debian (autostart file), tried to edit it but it would not save. How do i go about that

Thanks for the pointer rebhana

e: It was in leafpad. So how do go about getting in the debian chroot to edit that file
You should start the editor from the Debian chroot terminal (the app with red swirl). That gives you root permissions.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#996
Originally Posted by taptap View Post
Hi.
Kompozer is in the menu under internet and programming but when launched I get 10 seconds full cpu showing and then nothing. When I sudo kopozer I get

(process:2202) Gtk-WARNING **: Locale not supported by C library.

Using fallback `C´locale.

(kompozer-bin:2202) : GLib-WARNING **: g_set_prgname () called multiple times

(kompozer_bin:2202) : Gdk-WARNING ** : locale not supported by C library

/usr/lib/kompozer/run_mozilla.sh: line 131: 2202 Segmentation fault "$prog" ${1+"$@"}
sh-4.1$
I had similar problems recently with another program (gramps, see above) which I could resolve by starting LXDE from XTerminal by
Code:
sudo debian su - user -c xephwm5
If you instead started using "debbie ...", perhaps try "sudo debian su - user -c ...." instead. In my case it did however work using debbie out of the box, only LXDE had a problem.

Last edited by rebhana; 2010-04-09 at 17:34.
 

The Following 2 Users Say Thank You to rebhana For This Useful Post:
Posts: 13 | Thanked: 1 time | Joined on Apr 2010
#997
Hi Rebhana Im not getting it yet i tried to open LXDE in terminal as you say, tried both instances in the menu, same, when I sudo kompozer I get

(kompozer-bin:3530) : GLib-WARNING **: g_set_prgname () called multiple times

/usr/lib/kompozer/run_mozilla.sh: line 131: 3530Segmentation fault "$prog" ${1+"$@"}
sh-4.1$

Debbie
hrmm

Hi Qole, are you saying this wont happen because of line 131 in the firefox¿?

from kompozer site :
Latest stable version: 0.7.10 (2007-08-30)
Warning: this version does NOT work with recent GNU/Linux distros.
KompoZer 0.7 is not compatible with GTK ≥ 2.14 — expect crashes. If you’re using a Linux distro that ships KompoZer 0.7.10 with GTK ≥ 2.14, please inform the package maintainers about this.

does that scuper me plans?

Last edited by taptap; 2010-04-09 at 19:00.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#998
Originally Posted by taptap View Post
from kompozer site :
Latest stable version: 0.7.10 (2007-08-30)
Warning: this version does NOT work with recent GNU/Linux distros.
KompoZer 0.7 is not compatible with GTK ≥ 2.14 — expect crashes. If you’re using a Linux distro that ships KompoZer 0.7.10 with GTK ≥ 2.14, please inform the package maintainers about this.

does that scuper me plans?
If the problem is specifically with Mozilla, perhaps you can still use it with epiphany? This browser is also installed in Easy Debian.
 

The Following User Says Thank You to rebhana For This Useful Post:
Posts: 13 | Thanked: 1 time | Joined on Apr 2010
#999
ok how do i go about that?

Last edited by taptap; 2010-04-09 at 19:23.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1000
Originally Posted by taptap View Post
ok how do i go about that?
I was just thinking that the script /usr/lib/kompozer/run_mozilla.sh may be modified to use a different browser. But I don't know anthing about kompozer, I'm just guessing.

EDIT: Wow! Post no. 1000
 

The Following 3 Users Say Thank You to rebhana For This Useful Post:
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 22:32.