Re: Creating a local repos

2007-05-25 Thread Chris Halls
On Friday 25 May 2007 09:15, Abu Zaher wrote:
 Does apt-proxy store the packages in hierarchical order like apt-move
 (i.e. a real mirror).

Yes, it mirrors the mirror structure exactly.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How do I use openoffice.org-gtk-gnome?

2004-12-03 Thread Chris Halls
On Thu, 2004-12-02 at 19:15 -0500, William Ballard wrote:
 When I install openoffice.org-gtk-gnome OpenOffice looks exactly the 
 same.  I've tried googling vclplug or seeing how to enable them,
 but no luck.
 
 How do you use this feature?

Normally OOo will detect that you are using gnome automatcially.  If
this fails, try using OOO_FORCE_DESKTOP.  To test:

OOO_FORCE_DESKTOP=gnome openoffice

If that works, you might want to uncomment the relevant line
in /etc/openoffice/openoffice.conf

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How do I use openoffice.org-gtk-gnome?

2004-12-03 Thread Chris Halls
On Fri, 2004-12-03 at 03:38 -0600, Ron Johnson wrote:
 Does it use the GNOME/gtk file-picker?

yes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How do I use openoffice.org-gtk-gnome?

2004-12-03 Thread Chris Halls
On Thu, 2004-12-02 at 19:40 -0500, William Ballard wrote:
 I run FluxBox but prefer the Gnome interface.  Can I set this somewhere
 in my profile but not system-wide?  What do I need to be running for
 OpenOffice to pick the Gnome interface?

I don't know how exactly it detects the Gnome interface, but looking at
the code it seems it looks for gnome session manager, nautilus (perhaps)
or a running gnome-panel.

To override the detection export OOO_FORCE_DESKTOP=gnome from your user
profile.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OOo Printer Setup Frustration

2004-12-02 Thread Chris Halls
On Wed, 2004-12-01 at 18:59 -0500, Thomas H. George wrote:
 The other box does not find its attached printer and insists on using a 
 generic printer which only spits out dozens of blank pages.  If, 
 instead, I comment out export SAL_DISABLE_CUPS=1  openoffice finds the 
 attached printer but it is not possible to set the paper size and 
 nothing prints.

I'm afraid the version in testing still has several problems.  If you
can manage it, try upgrading to the version I just uploaded to unstable,
which fixes many printing bugs.  It'll be a while until this gets into
testing since we have to wait for dependencies with the KDE integration.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Openoffice Setup Fails after Upgrade on Sid

2004-11-30 Thread Chris Halls
On Mon, 2004-11-29 at 21:50 -0500, Carl Brown wrote:
 ~# openoffice
 OpenOffice.org for Debian - see /usr/share/doc/openoffice.org/README.Debian.gz
 running openoffice.org setup...
 /usr/bin/openoffice: line 281: 13905 Aborted (core 
 dumped) /usr/lib/openoffice${VER}/program/setup -nogui 
 -R:/etc/openoffice${VER}/autoresponse.conf
 setup failed (code 0).. abort
 
 I followed the instructions in README.Debian.gz so now I have debug output. 
 This output means little to me, however, due to my cluelessness in such 
 matters. 
 
 Any advice on how to proceed would be appreciated.

Please post your debug information to
[EMAIL PROTECTED], or file a new bug (using reportbug)
for the openoffice.org package.

Chris
OOo Packager


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Openoffice Problem ID'd, Not Solved

2004-11-26 Thread Chris Halls
On Fri, 2004-11-26 at 11:16 -0500, Thomas H. George wrote:
 In printer settings, paper the field for the paper size is blank

Aaah, that's a known problem, caused by a bug in the native CUPS
backport in 1.1.2.  You have two options to try:

1. Try removing any extra CUPS instances that you have for the printer.
2. See /usr/share/doc/openoffice.org/README.Debian.gz and follow the
instructions to disable the native CUPS support code.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Openoffice Bug

2004-11-25 Thread Chris Halls
On Thu, 2004-11-25 at 17:18 -0500, Matt Price wrote:
 1.1.3 is still stuck in experimental, the debian-openoffice has I
 think been working pretty hard on perfecting 1.1.2 for sarge.  
 matt 

Actually we're trying to get 1.1.3 into a good enough state to upload to
unstable now.  We've given up trying to perfect 1.1.2 since it has some
nasty document import bugs that are too important to ignore, and the
best way to fix those is to upgrade to 1.1.3.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[announce] Openoffice 1.9.62 .debs

2004-11-23 Thread Chris Halls
I have put up a set of .debs of the upcoming OpenOffice.org 2.0 version
here:

http://people.debian.org/~halls/openoffice/test/ooo1.9-java/

These are .debs generated by the new openoffice 'native installer'
system, and are not of the same quality or caliber as Debian users would
normaly expect to see.  In particular:

  * There are no proper package Dependencies as there is no support
in the upstream build system for these at the moment.  I built
these on a mostly Sarge system with mostly internal libraries.  
  * pkgcheck gives some errors about *.dpkg-tmp when
installing/upgrading.  Just ignore them, and this step is going
to be removed from the postinstall scripts soon anyway.
  * There is no system integration - menu entries or scripts
in /usr/bin.  Start OOo
with /opt/openoffice1.9.62/program/soffice

I hardcoded the package generation routine to generate .debs instead
of .rpm.  This will change in the future when the installer generation
script has been changed to accept a format flag.  There is a diff of the
changes I made to generate the .diffs here:

http://people.debian.org/~halls/openoffice/test/ooo1.9-java/m62_generate_debs.diff

If you encounter problems with the resulting build, please file bug
reports in OOo's upstream issuezilla.  And, if anyone has time to help
us, I'd really appreciate it if we could have some help in testing the
bugs filed in the Debian bug tracker, to see if they have already been
fixed in the 1.9x builds:

http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=maintdata=debian-openoffice%40lists.debian.orgarchive=nopend-exc=forwardedpend-exc=pending-fixedpend-exc=fixedpend-exc=donesev-exc=criticalsev-exc=gravesev-exc=serioussev-exc=importantsev-exc=wishlistsev-exc=fixedexclude=woodyexclude=moreinfoexclude=pending

You can find me or Rene on irc.debian.org, in channel #debian-oo.

Have fun,
Chris


signature.asc
Description: This is a digitally signed message part


Re: Defoma Fontconfig Openoffice Truetype...

2004-01-14 Thread Chris Halls
On Sat, 2004-01-10 at 22:23, Rainer Kiehne wrote:
 fc-list lists the font
 
 openoffice seems not to know about the
 font at all :-(

 Is there any step-by-step howto to get
 a .ttf file into openoffice.org

Are you using the .debs?  Because they include Ximian's fontconfig
integration, which should mean that all fonts listed by 'fc-list' will
be available in OOo.  If you are using the .debs and still

 (including printing it?)

Which printing backend?  If you use CUPS, you need to install cupsys-bsd
for OOo to notice your print queues.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: font problem in OO

2004-01-09 Thread Chris Halls
On Fri, 2004-01-09 at 11:15, Kevin Coyner wrote:
 I recently did a new install on a laptop of unstable.  I also loaded up
 openoffice 1.1.0.
 
 For the first time I actually brought up OO yesterday, and was surprised
 when all of the menu headings, etc. were mostly vertical rectangles.
 Only the hot keys were actual letters.

I assume that you are not using KDE or Gnome?  If that was the case, OOo
would use the same font as your desktop, and you shouldn't have
problems.

It sounds like OOo has picked a font for the user interface that does
not have a mapping for western letters.

The mappings are in /usr/lib/openoffice/share/registry/data/org/openoffice/VCL.xcu

OOo looks at the SANS_UI entry for your locale to determine which entry
to use, taking the first font that exists.  Assuming you are using the
locale settings you posted, I think it will use this entry:

   prop oor:name=UI_SANS oor:op=replace oor:type=xs:string
valueAndale Sans UI;Arial Unicode MS;Lucida Sans
Unicode;Tahoma;Interface User;WarpSans;Geneva;Tahoma;MS Sans
Serif;Helv;Dialog;Albany;L
ucida;Helvetica;Charcoal;Chicago;Arial;Helmet;Interface System;Sans
Serif;Luxi Sans;Bitstream Vera Sans/value
   /prop

(Note: your entry will have Bitstream Vera further forward in the list -
I'm running a prerelease of the next packages).

It would be helpful for us if you could find out which font OOo is using
on your system.  Which is the first font in this list that OOo has
available in its list of fonts?

Andale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma;Interface
User;WarpSans;Geneva;Tahoma;MS Sans Serif;Helv;Dialog;Albany;L
ucida;Helvetica;Charcoal;Chicago;Arial;Helmet;Interface System;Sans
Serif;Luxi Sans;Bitstream Vera Sans

One way to work around the problem is to add a font substitution for
'Andale Sans UI' to map to a font that you have - then OOo will always
pick that font for the menus.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: font problem in OO

2004-01-09 Thread Chris Halls
On Fri, 2004-01-09 at 15:09, Kevin Coyner wrote:
  I assume that you are not using KDE or Gnome?  If that was the case, OOo
  would use the same font as your desktop, and you shouldn't have
  problems.
 
 Not using KDE or Gnome for a desktop/wm.  Using fluxbox.

OK.

  It sounds like OOo has picked a font for the user interface that does
  not have a mapping for western letters.
 
 My locales that I compiled into my kernel we show up in dpkg-reconfigure
 locales are:

I don't think that has anything to do with it.

 Second, I looked at my VCL.xcu file, and here's what it had for UI_SANS:
 
 prop oor:name=UI_SANS oor:op=replace oor:type=xs:string
 valueAndale Sans UI;Arial Unicode MS;Lucida Sans
 Unicode;Tahoma;Bitstream Vera Sans;Interface
 User;WarpSans;Geneva;Tahoma;MS Sans Serif;Helv;Dialog;
 Albany;Lucida;Helvetica;Charcoal;Chicago;Arial;Helmet;Interface
 System;Sans Serif/value
 /prop
 
 Now, much higher in the file, the first prop entry was for
 name=LATIN_DISPLAY, and it's first font was Albany.  Not sure if that
 matters, but thought I'd mention it.

No, we're talking about the user interface font which is name UI_SANS. 
LATIN_DISPLAY is used for something else.

  It would be helpful for us if you could find out which font OOo is using
  on your system.  Which is the first font in this list that OOo has
  available in its list of fonts?
 
 I'm not exactly sure what you mean by this question.  Do you mean of
 the fonts listed in my VCL.xcu file under prop oor:name=UI_SAN, what
 is the first font that I have available on my system for OO to use?

Well, yes, except I meant specificly from within OOo.  I.e. open the
Format-Character menu item and look through the list of fonts you see
there.  I think this list will be the same as the list you get from the
'fc-list' command, which lists all of the fontconfig fonts available,
but I haven't verified it.

 If so, I have found that I have Andale Mono, but not specifically Andale
 Sans UI per se.  To be honest, when it comes to playing with fonts in
 Linux/Debian, I haven't learned the ropes yet.  They don't seem to be
 just in one place and there seems to be at least a couple of different
 config type programs for them.  I'm not complaining as having lots of
 flexibility with fonts is a good thing, but I just have figured it out
 yet nor have I found anything comprehensive that covers the topic well
 but in layman's terms.  

Well, it's nice of you to give the benefit of the doubt, but really this
is just a pain, not knowing where all your fonts are and having to do
all this manual stuff.  It should all 'just work', right?  Well,
thankfully work is underway to improve the situation, and that is where
fontconfig comes in.  Apps that use the fontconfig library all get their
fonts in the same way, and you just have to drop the font in your
~/.fonts or /usr/local/share/fonts difectory, and the rest is done for
you.  The Debian OOo packages use fontconfig.

  One way to work around the problem is to add a font substitution for
  'Andale Sans UI' to map to a font that you have - then OOo will always
  pick that font for the menus.
 
 This sounds promising, but I've no idea about how to add a font
 substitition.  Is that with defoma, or fonts-conf, or something else?
 Sorry to be such a klutz in this respect, but I suspect I'm not alone
 when it comes to fonts.

Whenever you have problems you should read the README.  In fact we even
print a message when you run OOo for the first time:

OpenOffice.org for Debian - see /usr/share/doc/openoffice.org/README.Debian.gz

That file doesn't contain random uninteresting thoughts from the package
developers.  It contains solutions to real world problems brought up by
various users of the packages.  Oh, guess what.  It also tells you how
to substitute your menu fonts.  So GO AND READ THE README!!  Even if you
missed the message, you should *always* check in
/usr/share/doc/packagename when you are trying to solve a problem. 
Before writing to the mailing list.  That way, you can save the
developers from having to write the same thing over and over, and they
can go and fix bugs instead and help get Sarge out :)

Thanks,
Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: italics in openoffice not being displayed

2004-01-08 Thread Chris Halls
On Thu, 2004-01-08 at 16:25, martin f krafft wrote:
 The problem is quite simple: When I format text in OpenOffice.org as
 italic, it is displayed as normal text. However, when I open the
 document on the same OpenOffice.org veersion on another machine, the
 italics is displayed. Thus, it looks to me like a fonts problem.
 
 The problem is: where is the problem. The machine is 1000 km away
 from me and I can't go through excessive error-search procedures
 over a dial-up link.

Not even enough to check open bugreports for openoffice.org?  The
problem is bug 214588 and happens because OOo tries to use a Vera font
that does not have an italic face.  Your options:

 Install msttcorefonts

 or remove bitsream-vera fonts

 or move the references to vera to the end of the line in: 
/usr/lib/openoffice/share/registry/data/org/openoffice/VCL.xcu

 or wait until 1.1.0-4 (which isn't ready yet)

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: emergency: Openoffice, Fonts, what a mess

2004-01-07 Thread Chris Halls
Hi Christian,

On Wed, 2004-01-07 at 03:12, Christian Schnobrich wrote:
 today, I did the usual apt-get update  apt-get upgrade on my
 girfriend's machine.
 In the process, the Openoffice backport was upgraded from 1.0.xx to
 1.1.xx. This has severe side effects.

I'm sorry to hear this.  This particular upgrade has had a longer period
of testing than most versions do, so I'm surprised that no-one else has
reported this.  It has been available since December 15th, and judging
by the number of places I saw people talking about the 'woody-test'
repo, it seems to have been downloaded and in use in quite a few places
already.  I moved 'woody-test' to 'woody' yesterday, so that would have
caused your upgrade and subsequent problems.

The font management for 1.1.0 has changed quite a bit in the
testing/unstable branches and now uses the 'fontconfig' library to
provide fonts.  But because Woody does not have fontconfig, the backport
you installed is supposed to still use the same mechanisms as before to
find fonts and you should not have noticed a difference.

So you have the options of downgrading the packages or fixing the
problem.  If you are able to contact me directly it might be quickest to
fix the problem.  You can reach us on IRC, server irc.freenodenet,
channel #debian-oo.  Otherwise a downgrade will probably take longer but
be safer than spending hours trying to work around the problem.  I do
have a few suggestions further down, though.

Downgrading
---
I kept the old packages on the master server, so I have recreated the
repository as it was before the upgrade for you, and named it
woody-old.  Judging by your mail headers you are in Germany, so use the
freenet.de server, which I have been updating while writing this mail. 
Change your openoffice line in sources.list to read:

deb http://ftp.freenet.de/pub/debian-openoffice/ woody-old main contrib

and run apt-get update.  Apt will _not_ downgrade OOo automatically, so
you'll need to do it by hand.  You need to downgrade at least these
packages: openoffice.org, openoffice.org-bin,
openoffice.org-l10-[language], where I guess you'll have -en or -de
installed, and openoffice.org-debian-files.  Downgrades are not tested
so you might find it easiest to remove the packages first and then
reinstall.  The backport does not require newer versions of libraries,
so you should find that you can downgrade OOo without needing to change
versions of anything else.

Also, you may find that the upgraded user settings do not work properly
or cause problems - if things still look wrong trying moving
~/.sversionrc and ~/.openoffice somewhere else and restarting OOo, which
will reset the user settings back to their defaults.

 My own approach to the problem will be to install as many fonts as I can
 in the hope that things will be in order once the fonts she originally
 used are available again. However, I don't know where to get them other
 than by picking packages through aptitude. I think I installed
 everything that seemed appropriate for western europe, but I'll look
 again after this is sent.

My guess would be that it is not missing fonts that is the problem, but
instead that OOo is no longer finding your already-installed fonts.

 
 In the meantime, she'll start going over her files manually.
 
 She says the fonts she used were Times and Symbol.
 IIRC, those were from Microsoft. 

You should be able to find out which fonts she had by moving the cursor
over the text, and looking at the font name.  If she was really using
Times and Symbol, those are not fonts from Microsoft (MS have Times New
Roman and Wingdings), and they are bitmapped fonts, which are very poor
quality and not suitable for presentation work.  If that really is the
case, you might find that you can use the 'font substitution' feature to
substitute Times New Roman for Times.

 Someday, I had a package that
 downloaded them. I don't even know which package that was, or why they
 now seem to be gone.

It is msttcorefonts, and they should be available to OOo as long as you
have x-ttcidfont-conf installed too.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OO1.1 fails to start

2003-12-28 Thread Chris Halls
On Sat, 2003-12-27 at 17:45, Stephen Liu wrote:
 /usr/lib/openoffice/program/libvos3gcc3.so(_ZN3vos14OSignalHandler5raiseElPv
 +0x26)[0x40b403c0]
 /usr/lib/openoffice/program/libtl645li.so[0x409be120]
 /usr/lib/openoffice/program/libtl645li.so(_ZN6ResMgr4InitERK6String+0x24)
 [0x409be2fe]
 /usr/lib/openoffice/program/libvcl645li.so(_ZN6ResMgrC1EPK6String+0x7e)
 [0x400dc75a]
 /usr/lib/openoffice/program/
 libsfx645li.so(_ZN14SfxApplication15InitLabelResMgrEPKc+0x82)[0x43d02104]

That stack trace looks like the one in bug #171623

 Kindly advise how to fix it.  TIA

Install openoffice.org 1.1.0-3

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt Fehlermeldung: The package lists or status file could not be parsed or opened

2003-12-12 Thread Chris Halls
On Fri, 2003-12-12 at 15:39, Heino Tiedemann wrote:
 | Reading Package Lists... Error!
 | E: Encountered a section with no Package: header
 | E: Problem with MergeList
 | 
 /var/lib/apt/lists/ftp.freenet.de_pub_debian-openoffice_dists_woody_main_binary-i386_Packages
 | E: The package lists or status file could not be parsed or opened.

Ooops, meine Schuld, ich schaue nach sorry

Chris


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: openoffice.org and ispell

2003-11-14 Thread Chris Halls
On Fri, 2003-11-14 at 19:10, [EMAIL PROTECTED] wrote:
 I have tried to install openoffice, but it wouldn't peacefully coexist
 with ispell and related dictionaries; it conflicts with them - I am
 quite anxious to know why on earth.

It certainly doesn't do that.  I guess you must have misread something
somewhere.  It does conflict with the older myspell format packages, but
has nothing to do with ispell.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: openoffice.org 1.1 spellchequer MS word look

2003-11-12 Thread Chris Halls
On Wed, 2003-11-12 at 17:36, Ben Edwards wrote:
 Just upgraded to OpenOffice 1.1 (Debian).  
 
 Cant work out how to get the spellcheck working, any ideas?

apt-get install myspell-lang

where lang is whatever language you want to spellcheck in.
'apt-cache search myspell' would give you a list of available
dictionaries you can install.

 Also when talking to the developers at a conference they mentioned
 something about havein a setting so it behaves  has menues like MS Word
 (usefull for weening people of m$).  Anyway, anyone know how to do this.

I've not heard of this at all; it is not something in our packages.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: need advice on default font size in X app menus

2003-11-11 Thread Chris Halls
On Tue, 2003-11-11 at 01:10, mike wrote:
 oops - after an upgrade to Xfree86 where I wasn't paying enough
 attention to the prompts telling me which config files were going to
 be overwritten I have a problem. The font of the menus in many X
 windows applications such as openoffice, mozilla browser ect. are too
 large and clumsy to work with. 

If you upgraded openoffice.org to 1.1.0-2 and are not using KDE or
Gnome, you'll find the fonts are larger than normal, due to a failed
attempt at fixing another bug by me.  Normal service will be resumed in
-3 (I hope :)

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-proxy still maintained?

2003-10-22 Thread Chris Halls
On Wed, 2003-10-22 at 10:00, Thomas Gebhardt wrote:
 I have not noticed any release of the python apt-proxy v2 yet.
 Apart from the mentioned flaw I'm very satisfied with apt-proxy
 which helps to save a lot of bandwith. So I'd rather stay with
 apt-proxy if I would have the hope that the problem is going to
 be fixed.

Manuel, who wrote ap2, has been very busy working on his diploma.  He
finished it a couple of weeks ago and is on holiday for a few weeks.  He
then plans to start work on ap2 again and hopes to maybe be ready for
the Sarge release.

I have been very busy with OpenOffice in Debian and have not spent much
time on ap1.  I did actually make modifications to fix the above
problem, but ended up breaking other parts and abandoned them.

ap2 didn't get uploaded as promised earler because there was a serious
problem, where downloads would simply hang without reason.  I was not
able to find a problem in the ap2 code and Manuel was too busy to look. 
In fact, it was probably a problem in either twisted or python, because
it now seems to work well with the current unstable and python 2.3.

One of us will make some packages available soon; until then you can 
try it out by building a package based on a checkout from CVS.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian Sarge schon freeze ?

2003-10-21 Thread Chris Halls
On Tue, Oct 21, 2003 at 11:26:46AM +0200, Andreas Metzler wrote:
  Wird Sarge neuere Versionen der genannten Programme enthalten? Wird
  es OpenOffice auch noch nach Sarge schaffen ? Ich weiß, Fragen über
  Fragen...
 
 Imho ja. Alles Sachen, die mehr oder weniger auf der TODO Liste fuer
 sarge stehen. Nur bei Oo bin ich mir nicht sicher, ist das schon in
 main oder immer noch contrib.

openoffice.org 1.1.0-1 ist in contrib und ist momentan in Sarge und Sid auf
i386, powerpc, s390 und sparc.

openoffice.org 1.1.0-2 wird ohne Java Support gebaut und wird in Kürze nach
Sid/main hochgeladen.

Chris



pgp0.pgp
Description: PGP signature


Re: Xinerama and OO and Mozilla

2003-10-15 Thread Chris Halls
On Thu, Oct 09, 2003 at 03:14:27PM -0700, Bill Moseley wrote:
 It's like instead of placing the text at position(x,y) it's ending up at
 position(x+screen_width,y).
 
 Anyone else see that?
 
 Should I suspect Xinerama code?  My video driver (Matrox G550)?

I'm seeing that on the same setup, but upgrading libxrender1 to
0.8.3-2 seems to have solved it.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Use of apt-proxy with net install of sarge

2003-10-13 Thread Chris Halls
On Sat, Oct 11, 2003 at 10:15:54PM -0600, Paul E Condon wrote:
 But, I can't figure out what I should tell the netinstall software when it
 asks me to specify a mirror. Some particulars of my system:

 The url of the host running apt-proxy is cmn.lan.gnu .
 A sample line in a using host sources.list is 
 deb http://cmn.lan.gnu:/main woody main contrib non-free

 What do I type on a newly attached machine to get it to make use
 of the apt-cache for a net install of sarge? Or is this proto-feature
 not implemented?

Quoting from apt-proxy's README:

-
Q: What else is apt-proxy known to work with?  How do I configure it?
[...]
A2: debootstrap, which uses wget.  This means you can easily install new
machine using the packages out of your apt-proxy cache.  In boot floppies,
specify http://APTPROXY:/main as your debian mirror (replacing APTPROXY
with the name or IP address of the machine where apt-proxy is running).
-

In your case, tell it your debian mirror is at:

  http://cmn.lan.gnu:/main

Chris


pgp0.pgp
Description: PGP signature


Re: apt-proxy und Error 404

2003-09-26 Thread Chris Halls
On Tue, Sep 23, 2003 at 11:16:57PM +0200, Oliver Vecernik wrote:
 Nach Vorschlag von Uwe steht jetzt in apt-proxy.conf:
 add_backend /debian/  \
   $APT_PROXY_CACHE/debian/\
   http://ftp.de.debian.org::debian/   \
   http://ftp2.de.debian.org::debian/

Die sine keine glutige URLs, also:

add_backend /debian/\
$APT_PROXY_CACHE/debian/\
http://ftp.de.debian.org/debian/\
http://ftp2.de.debian.org/debian/

USW
Chris


pgp0.pgp
Description: PGP signature


Re: [OT] Why does X need so much CPU power?

2003-09-03 Thread Chris Halls
On Tue, Sep 02, 2003 at 04:28:02PM -0500, Alan Shutko wrote:
 fonts.  So, if you have a new font, you may need to tell
 OpenOffice.org about it, X about it, GS about it
 
 This is gradually getting better now that we have fontconfig, which
 hopefully gives all the info all apps needs, but to suggest that xfs
 is sufficient merely shows you haven't done much with fonts.

FYI, I'm just playing with the fontconfig patch from Ximian for the next
openoffice.org package.  If all goes well, it'll end up in unstable soon.

Chris
(OOo packager)


pgp0.pgp
Description: PGP signature


Re: gifs, the Gimp, various viewers, and Impress

2003-08-14 Thread Chris Halls
On Tue, Aug 12, 2003 at 09:47:15PM +0100, Peter Karlsson wrote:
 Why not PNG? For navigational buttons, PNG would be the obvious choice. 
 JPEGs have a tendency to distort that kind of images quite a lot.

PNG isn't included in the available options.

Chris


pgp0.pgp
Description: PGP signature


Re: Probelms with apt-proxy

2003-08-14 Thread Chris Halls
On Wed, Aug 06, 2003 at 06:46:30PM +0200, Roberto Sanchez wrote:
 Thanks.  I just needed to add 'apt-proxy : LOCAL, 192.168.0.0/255.255.255.0'
 to my /etc/hosts.allow.  I can connect to my local proxy now with no problem,
 however I now get this error:

Hmm, your config looks ok to me.  Can you set DEBUG=true and look at the
output in /var/log/apt-proxy.log?  Post it if it doesn't help you and I'll
take a look.

Chris


pgp0.pgp
Description: PGP signature


Re: apt-proxy

2003-08-14 Thread Chris Halls
On Tue, Aug 05, 2003 at 11:08:56PM +0200, Frank Langanke wrote:
 This works for apt-get, how do I enable such a login-procedure for
 apt-proxy ? I tried to set the http_proxy and ftp_proxy variables like
 ftp_proxy=ftp://firewall_user:[EMAIL PROTECTED]/, but
 with no success.

apt-proxy just uses wget for http/ftp, so if it works with wget it should
work with apt-proxy.  You need to place the http_proxy line at the bottom of
apt-proxy.conf, as shown in the example distributed with the package:

#   HTTP/FTP proxy:  apt-proxy uses wget to retreive files.  Wget uses
#   the http_proxy and ftp_proxy environment variables, which can be set
#   like this:
#export http_proxy=http://proxy:8080/
#export ftp_proxy=http://proxy:8080/

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gif's, the Gimp, various viewers, and Impress

2003-08-14 Thread Chris Halls
On Tue, Aug 12, 2003 at 03:40:19PM -0500, Doug MacFarlane wrote:
  I don't know what version of OOo you're using, but on 1.1rc I get the option to
  export the graphics as JPG, which should be better quality and should
  actually work.
 
 There is an option for creating jpg's when you export, and I select it. 
 But that seems to only pertain to the slides themselves.  The buttons
 for moving forward and back through the slideshow are still exported as
 .gifs.

Oh, that's not so good :(  I didn't look at the buttons.  On 1.1 at least
there is a checkbox 'Text only' on the page 'Select button style'.  The
buttons then appear as text - you could try that.

 I'm running OOo 1.0.3 - if there is an apt source for a newer rev in the
 testing distribution, let me know!!!

We've only just uploaded 1.1rc to unstable, and it is sitting waiting for
manual processing.

You could try installing it from the 'unstable' section of our repository,
although you'll need to upgrade a few libraries to the unstable version:

http://openoffice.debian.net/mirrors.html

 So, they are compressed gifs, and there must be some library that all
 these different apps (the viewers, galeon, gimp) depend on and it got
 upgraded and . . . .  OK - I get it now.

OOo doesn't use a library - the patented source is directly in OOo, and I
had to remove it before uploading the sources to Debian.

Chris


pgp0.pgp
Description: PGP signature


Re: gif's, the Gimp, various viewers, and Impress

2003-08-14 Thread Chris Halls
On Tue, Aug 12, 2003 at 09:27:40PM +0100, Pigeon wrote:
  I'm sorry to say, the code to create the compressed .gifs is patented and we
  had to disable it.  I wasn't actually aware that Impress has the option to
  create GIFs for export, although I won't have time to look at disabling it
  for a while.
 
 The patent's expired now...

...in certain countries.  It lives on until 2004 in others.

Chris


pgp0.pgp
Description: PGP signature


Re: gif's, the Gimp, various viewers, and Impress

2003-08-14 Thread Chris Halls
On Tue, Aug 12, 2003 at 11:54:59AM -0500, Doug MacFarlane wrote:
 I used OpenOffice.org's Impress (a power-point-like application) to make
 a really nice slide show, and exported it to html.  
 
 It works great.
 
 Except that the slide control buttons, a series of .gif's, are messed up
 somehow.  Or my computer is messed up somehow.

I'm sorry to say, the code to create the compressed .gifs is patented and we
had to disable it.  I wasn't actually aware that Impress has the option to
create GIFs for export, although I won't have time to look at disabling it
for a while.

I don't know what version of OOo you're using, but on 1.1rc I get the option to
export the graphics as JPG, which should be better quality and should
actually work.

Chris


pgp0.pgp
Description: PGP signature


Re: Probelms with apt-proxy

2003-08-10 Thread Chris Halls
Hi Roberto,

On Wed, Aug 06, 2003 at 04:29:14PM +0200, Roberto Sanchez wrote:
 This is the error I get when I run apt-get update:
 
 (from the Woody box)
 Err http://localhost stable/updates/main Packages
   Connection failed
 
 (from the Unstable box)
 Err http://P-Pro-200 unstable/main Packages
   Connection failed

This shows that apt is unable to establish a connection to apt-proxy.
Normally you should see inetd listening on that port for you: 

$ sudo netstat -nlp | grep 
tcp0  0 0.0.0.0:0.0.0.0:*   LISTEN  
883/inetd

My guess is that you will not have anything listening there.  Maybe you need
to restart inetd?  Or change your hosts.allow/.deny, see tcpd(8).  If tcpd
accepts a connection you should see a message in /var/log/daemon.log like
this:

Aug  6 17:01:40 hostname apt-proxy[29869]: connect from 127.0.0.1

You won't see anything in apt-proxy.log until a connection is sucessfully
established and inetd starts apt-proxy.

Also, if you have configured firewall rules you may want to check that the
connection packet is not being dropped.

Chris


pgp0.pgp
Description: PGP signature


Re: XFree86 4.3 in Woody

2003-07-18 Thread Chris Halls
On Fri, Jul 18, 2003 at 04:43:29PM +0100, Antony Gelberg wrote:
 Sorry, but the following packages have unmet dependencies:
   openoffice.org-bin: Depends: libfreetype6 ( 2.1.0) but 2.1.3-7 is to
   be installed
   E: Sorry, broken packages
   brain:/var/cache/apt/archives# 
 
 I need the later libfreetype6.  I'll have to have a word with the
 openoffice.org maintainers and see if there's a workaround.

It's not just openoffice - there are several apps that have problems if they
were compiled with freetype 2.0.x and you upgrade libfreetype.  You should
have a word with the maintainers of the backport that insists you upgrade
libfreetype, since that is the cause of problems.  We put the conflicts in
to prevent people's systems from breaking mysteriously under them..

Chris


pgp0.pgp
Description: PGP signature


Re: openoffice hangs machine

2003-07-14 Thread Chris Halls
On Fri, Jul 11, 2003 at 02:31:26PM +, James Mathers wrote:
 I recently installed Debian 3.0 on my laptop, and have installed
 openoffice from both a apt source, and compiled the program myself,
 with the same issue. As soon as I load the application it hangs mt
 whole machine, no responce to any input including cntl-alt-backspace,
 and any attemp to end x or even view another terminal. I'm not sure
 what the issue could be, i'm pretty shure I have all the pakages
 needed to run the program, as I would have thought the compile/install
 process would check for these, and my X seems to run fine in all other
 applications inluding video watching.

What is your graphics card? It sounds like an S3 - see
/usr/share/doc/openoffice.org/README.Debian.gz

Chris


pgp0.pgp
Description: PGP signature


Re: apt-proxy mit eigenem repostitory auf localhost

2003-06-18 Thread Chris Halls
Hi Steffen,

On Wed, Jun 18, 2003 at 10:43:14AM +0200, Steffen Lorch wrote:
 ,[ /etc/apt-proxy/apt-proxy.conf auf Server 192.168.1.4 ]
 | 
 | # eigenes Repository ;)
 | add_backend /eigenes/   \
 | $APT_PROXY_CACHE/eigenes/   \
 | http://localhost/~steffen/debian/
 `
 
 Weiß jemand was hier bei mir falsch ist?

Sieht alles in ordnung aus.  Alledings funktioniert '~' in Backendnamen nur
ab Version 1.3.2 (Woody hat 1.3.0).  Du kannst ruhig 1.3.6 aus
testing/unstable auf Woody installieren ohne weitere Abhängigkeiten.

Chris


pgp0.pgp
Description: PGP signature


Re: Printer installed with CUPS- Unable to print

2003-06-18 Thread Chris Halls
On Tue, Jun 17, 2003 at 09:52:35PM +0530, SRIKANTH NS wrote:
 So, my orignal question : How to get the option of printing using
 cups in other programs like kword or openoffice?

$ apt-cache show openoffice.org | grep cups

Suggests: openoffice.org-spellcheck, openoffice.org-help, menu,
 ooqstart-gnome, unixodbc, cupsys-bsd, libsane, gs
  * cupsys-bsd: Allows OpenOffice.org to detect your CUPS printer queues


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Setting Menu fonts with OpenOffice

2003-06-02 Thread Chris Halls
On Sun, Jun 01, 2003 at 10:03:13PM -0700, [EMAIL PROTECTED] wrote:
 Does someone know where the fonts are selected for the menus in OO?

It's documented in /usr/share/doc/openoffice.org/README.Debian.gz

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OpenOffice.org 1.1 Beta release

2003-03-27 Thread Chris Halls
On Thu, Mar 27, 2003 at 09:08:13AM -0500, christophe barbe wrote:
 I saw today that Ximian is working on a gnome version of OO.
http://www.gnome.org/~michael/XimianOOo/img0.html
 
 Are you aware of that? 

Yes, Rene  I were in the room when Michael gave that talk.

 Do you intent to package it?

It's not actually available at the moment, and is unlikely to be until XD2
is actually released.  Don't worry we're in close contact with Michael and 
will hear as soon as things become available.

Chris


pgp0.pgp
Description: PGP signature


OpenOffice.org 1.1 Beta release

2003-03-26 Thread Chris Halls
In case anyone is interested, the 1.1 OpenOffice.org Beta is out now.  There
is a problem which can cause this version to exit with an IO error message
on machines that do not have a domain name set.  See this issue for details:

  http://www.openoffice.org/issues/show_bug.cgi?id=11777

You can work around this problem by exporting the enviroment variable
STAR_OVERRIDE_DOMAINNAME=some valid domain name in your user profile.

For example,

  STAR_OVERRIDE_DOMAINNAME=my.domain.net openoffice

Rene Engelhard  I are currently working on the source for version 1.0.3,
which is due out in a few weeks.  After that, we will start working to
create Debian packages for the 1.1 releases.  Any extra help would be gladly
appreciated!

Thanks,
Chris

- Forwarded message from Sander Vesik [EMAIL PROTECTED] -

From: Sander Vesik [EMAIL PROTECTED]
Subject: [ooo-announce] Announcing OpenOffice.org 1.1 Beta
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Reply-To: [EMAIL PROTECTED]

Announcing OpenOffice.org 1.1 Beta

We are glad to announce that the next OpenOffice.org version
(OpenOffice.org 1.1) has reached an important milestone and is now
available for download as OpenOffice.org 1.1 Beta. It represents a
significant advance in the application and incorporates the features and
changes introduced in the developer builds over the past year. The release
includes a massive amount of new and exciting functionality, features and
bugfixes, the highlights are:

* Many new import/export formats like PDF, Macromedia Flash,
  DocBook, several PDA Office file formats, flat XML and XHTML
* Support for Complex Text Layout (CTL) and vertical writing
  languages, such as Thai, Hindi, Arabic, Hebrew
* Enhanced integration with Java, with up to 10 times better performance
* Support for Accessibility throughout the entire suite
* Support for add-on components
* Initial support for recovering damaged OOo files
* Support for a new data source type - MySQL
* Improved online help

For a more complete list of features please see:

http://www.openoffice.org/dev_docs/source/1.1beta/features.html

While OpenOffice.org 1.1 beta is ready for day-to-day use and we would
like as many people as possible to test it we must be stress that this is
still a beta version and thus contains more bugs than a final version
would. The QA project wants all bug-submitters to keep in mind that they
should rember to pick the right version number (1.1 beta) when
submitting bugs to IssueZilla (http://www.openoffice.org/project_issues.html).

Thanks for supporting the OpenOffice.org project.

---

Sander

Humans love to categorize and organize things. We break up time into
hours, days and years. Everything has to have a name, a history, an
understanding of it's origins and must be indexed somewhere on Google.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

- End forwarded message -

-- 


pgp0.pgp
Description: PGP signature


Re: Openoffice-Installation

2003-03-06 Thread Chris Halls
On Thu, Mar 06, 2003 at 10:11:04PM +0100, Rene Engelhard wrote:
 Wenn Du stable benutzt, benutz die offizielle libfreetype-Version in stable
 und alles sollte laufen.
 
 Wenn Du sarge benutzt, muss ich Dich erstmal enntäuschen. Entweder die
 fraglichen Pakete aus sid holen (was die glibc und libstlport4.5c102
 (also gcc-3.2 transition) nachzieht) oder selber kompilieren (ca. 10-12
 Std je nach Rechner, 3-5 GB Plattenplatz)

Auf testing/sarge von unsere Mirrors hab' ich noch OOo 1.0.2-1 gelassen.
Diese version hat seine eigene (hässlich) libfreetype das keine Konflikte
auslöst.

Chris


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: debian on laptop w/ limited ram/speed/HD

2003-03-02 Thread Chris Halls
On Fri, Feb 28, 2003 at 10:05:05PM -0500, Matt Price wrote:
 So does anyone have suggesions about 
 -tweaks to get debian to run optimally on a (relatively) small
 memory/processing speed budget;
 -if necessary, alternatives to / modifications of OpenOffice that
 don't require quite so much room to work as the standard OO
 installation needs?
 
 Would it perhaps be useful to compile stuff from scratch, rather than
 use generic debian packages?  

It wouldn't help you to compile OOo from scratch - it will waste a lot of
time and I optimise the packages for Pentium Pro  later, since the majority
of users have these class processors.

Although OOo is a memory hog, it is actually mostly the startup time that is
annoying, so just keeping one window open somewhere or other will keep it in
memory (or swapped out on your swap partition) and prevent the long startup
times.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Vertrauen in inoffizielle .deb?

2003-02-21 Thread Chris Halls
On Fri, Feb 21, 2003 at 12:44:35PM +0100, Markus Hansen wrote:
 deb http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openoffice/ stable main contrib
 
 Ist da irgendwas gefährliches von zu erwarten?

Diese Repository ist von mir gemacht; also es ist genauso sicher - oder
gefährlich - wie openoffice in unstable.

Chris



msg37244/pgp0.pgp
Description: PGP signature


Re: Ist Windows Emulation innerhalb von Debian zu empfehlen?

2003-02-12 Thread Chris Halls
On Wed, Feb 12, 2003 at 10:41:21AM +0100, Andreas Pakulat wrote:
 MS-Office kannst du wegschmeisse, dafür gibts Openoffice. Das sieht
 MSOffice recht ähnlich und kann die vorhandenen Dokumente nahezu
 vollständig übernehmen (es gibt ein paar Probleme mit exotischeren
 Fonts wie Arial Unicode aus Office XP). Ich hatte bis jetzt noch kein
 MS-Dokument das irgendwie anders aussah.

Es gibt bei 1.0.x noch einige Formatierungsprobleme beim
Importieren/Exportieren von Word Tablellen.  Die Bugs sind schon für 1.1
behoben (kommt erst in einige Montaen raus).

Chris


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: apt-proxy backup question

2003-02-10 Thread Chris Halls
Hi Richard,

On Sat, Feb 08, 2003 at 06:24:09PM +1300, Richard Hector wrote:
 Is /var/cache/apt-proxy self contained? If I back up that directory,
 together with /etc/apt-proxy, can I then just reinstall apt-proxy
 and unpack those 2 to be back where I was? Or are there some indexes
 or something hidden away?

Backing up those two directories is all you need.  There are some indexes in
'hidden' directories, but those are under /var/cache/apt-proxy/backend.
So backing up those two trees should be all you need.

One thing to note: apt-proxy uses the last access time (atime) of the files
to determine when they should be cleaned up.  If your backup/restore does
not save those (e.g. tar does not, star can save them), you may find that
some files stay around for longer than you expect.  This is probably only a
concern if your disk space is limited.

I'll add this information to the FAQ in the package.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [newbie] multiusers problems

2003-02-10 Thread Chris Halls
On Mon, Feb 10, 2003 at 11:25:30AM -0300, Gilberto Garcia Jr. wrote:
 and what about OpenOffice?

Did you install from the upstream .tar.gz or from our packages?  If so,
which version of the packages?

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [newbie] multiusers problems

2003-02-10 Thread Chris Halls
On Mon, Feb 10, 2003 at 01:37:09PM -0300, Gilberto Garcia Jr. wrote:
 OpenOffice I had installed from tar.gz, from the last one you can download
 on openoffice site.

Maybe you didn't use the -net flag for setup?

You might find it easier to use the Debian packages:

http://www.linux-debian.de/openoffice/mirrors.html

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: openoffice

2003-02-07 Thread Chris Halls
On Fri, Feb 07, 2003 at 09:56:33PM +0100, Calber Chainy wrote:
 And in Woody???
 
 El vie, 07-02-2003 a las 21:32, florin gheorghiu escribió:
  How can I make the truetypes fonts avaible in openoffice 1.0.2 in my box sid 

The Debian packages already automatically add known font paths to OOo's
search path.  This is currently:

# Default font path.  This is used if SAL_FONTPATH_USER is not defined.
DEBOO_FONTPATH=/usr/lib/X11/fonts/misc/;/usr/lib/X11/fonts/cyrillic/;\
/usr/lib/X11/fonts/100dpi/:unscaled;/usr/lib/X11/fonts/75dpi/:unscaled;\
/usr/lib/X11/fonts/Type1/;/usr/lib/X11/fonts/CID;/usr/lib/X11/fonts/Speedo/;\
/usr/lib/X11/fonts/100dpi/;/usr/lib/X11/fonts/75dpi/;\
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType;\
/usr/lib/X11/fonts/TrueType;\
/usr/share/fonts/truetype/kochi;\
/usr/lib/X11/fonts/TrueType/larabie-straight;\
/usr/lib/X11/fonts/TrueType/larabie-uncommon

If you have secial requirements specific to your box, set SAL_FONTPATH_USER
to all the font paths that you require.

All fonts that are registered with defoma are automatically available to OOo
if you install x-ttcidfont-conf (Recommended by the openoffice.org package).

If you have fonts installed from other packages that do not have defoma
integration, you can file a wishlist bug for openoffice.org stating the
name of the font package, and I will see if I can add that too.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Openoffice und locale

2003-02-03 Thread Chris Halls
On Mon, Feb 03, 2003 at 02:22:07PM +0100, Markus Vetter wrote:
 Ich habe ein Gemisch aus Sarge und Sid.

Welche Version von openoffice.org-debian-files hast du?

Chris


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Openoffice und locale

2003-02-03 Thread Chris Halls
On Mon, Feb 03, 2003 at 03:37:23PM +0100, Markus Vetter wrote:
  Welche Version von openoffice.org-debian-files hast du?
 
 Version 1.0.2-1+1

Hmm, also kein schon bekannte Bug.

Was sagt 'locale -a'?

Und, kannst du bitte

~/.openoffice/1.0.2/user/config/registry/instance/org/openoffice/Setup.xml

oder wenn es nicht existiert,

~/.openoffice/1.0.1/user/config/registry/instance/org/openoffice/Setup.xml

an [EMAIL PROTECTED] mailen?

Danke,
Chris


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: OpenOffice 1.0.2 font ugliness

2003-01-31 Thread Chris Halls
On Thu, Jan 30, 2003 at 11:12:29AM -0500, Matt Price wrote:
 On Mon, Jan 27, 2003 at 10:21:46AM -0800, Jeff wrote:
  Matt Price, 2003-Jan-27 12:22 -0500:
   just upgraded to OpenOffice 1.0.2, and the fonts are _exceedingly_
   ugly, despite the fact that I installed the x-ttcidfont-conf as
   suggested by the openoffice package, and up

Well, 'exceeding ugly' is quite a subjective statement so I can't be sure
what you see.  Perhaps you are talking about the fact that we reverted back
to the internal libfreetype used in OOo instead of the Debian version, due
to many problems experienced by users?   This is documented in the
changelog. 

We are testing a fix to this problem so I hope to be able to re-enable the
newer version again soon.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: OpenOffice language locale

2003-01-08 Thread Chris Halls
On Wed, Jan 08, 2003 at 01:01:42PM +, Chris Lale wrote:
 language is set to English(UK). The problem is that it will not save 
 the language locale setting as English (UK) when closed - it reverts to 
 English (USA) and for Locale setting and Default languages for 
 documents. Strangely, Default currency keeps my chosen value of GBP 
 £ English(UK)

This was a problem with the package openoffice.org-debian-files that should
have been corrected in the latest version in unstable.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: OpenOffice-Problem

2002-12-29 Thread Chris Halls
On Fri, Dec 27, 2002 at 07:29:36PM +0100, Jochen von der Wall wrote:
 Grafik-Controller: VIA Twister K mit integr. S3 Savage4
 (VT8362) 2D/3D Grafikbeschleuniger .
 
 Problem: Bereits bei der Ausführung des Setup-Programms oder bei einem
 Neustart und Aufrufen von OO bilden sich zunächst horizontale Streifen und
 dann schwarz/gelbe Rechtecke, die immer mehr werden.

Aus /usr/share/doc/openoffice.org/README.Debian.gz:

X server crash / freeze with S3 cards

If you are running XFree86  4.2 and have an S3 Savage chip, you must use
this workaround.  Export this variable before starting openoffice:
SAL_DO_NOT_USE_INVERT50=true
export SAL_DO_NOT_USE_INVERT50

If you do not do this, OOo will not work and the Xserver will eventually
hang.  If you are very unlucky, the machine must be _powered off_ and
rebooted to clear the problem!

Alternatively, you can install the XFree86 4.2 packages, or update the driver
to version 1.1.20 or above from http://www.probo.com/timr/savage40.html


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Darstellung von OpenOffice

2002-12-16 Thread Chris Halls
On Mon, Dec 16, 2002 at 09:28:57AM +0100, Andreas Hoppe wrote:
  Gehe mal in Optionen - Schriftenersetzung. Da kannst du
  die Schift user interface durch eine andere ersetzen.
 
 Tu ich einfach, die Schrift user interface ist nicht vorhanden ...

Aus /usr/share/doc/openoffice.org/README.Debian:

Changing the user interface font

(This is repeated from README.gz.  If your current font does not work at all,
e.g. you see '' or nothing at all, you may need to trim down your font path
as explained in the toubleshooting FAQ.)

In OpenOffice.org you can change the font used for screen display and printing
by replacing it with a different font installed on your system. This can be
done using the font replacement function. Choose Tools - Options -
OpenOffice.org - Font Replacement to access this function.

To change the font of the OpenOffice.org user interface, you have to replace
the default font Andale Sans UI with another font and mark the always
setting for this replacement.  Andale Sans UI is not selectable and has to be
typed in. The replacement font has to be a font which supports the requested
locale ( e.g for korean language the replacement font has to be a font
including korean characters).

Refer to the OpenOffice.org Help for a detailed explanation of the font
replacement dialog.


Chris


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Openoffice upgrade no menu fonts

2002-12-13 Thread Chris Halls
On Thu, Dec 12, 2002 at 04:21:03PM -0600, Dale Hair wrote:
 After upgrading openoffice I have no fonts in the menus but I do in the
 document.  My XF86Config-4 is correct and I am using the defoma TrueType
 fonts.
 
 If I run it as su everything is fine.
 If I run it as sudo it is the same as running as user.
 
 What's wrong and how can I fix this?

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172448

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Openoffice upgrade no menu fonts

2002-12-13 Thread Chris Halls
On Fri, Dec 13, 2002 at 10:46:25AM -0600, Dale Hair wrote:
 I read this and everything else I found on google, everything on my
 system seems to be correct.  I also reinstalled msttcorefonts and
 x-ttcidfont-conf.

Did you downgrade libfreetype6 to the version in Woody?

 What I don't understand is that it works fine when run as root, which is
 what I had to resort to in order to print a document I needed.  When run
 as user or sudo I have no menu fonts.  So is this an environment issue
 or what?

I don't really know since I can't see your system.  There are a few things
that could be different on your system - OOo creates caches of fonts and
maybe there is something different there (see pspfontcache files), or maybe
you have some fonts which are only readable by root.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: complete system lock up

2002-12-10 Thread Chris Halls
On Tue, Dec 10, 2002 at 12:31:11PM +, Ben Thompson wrote:
 or another way is to load up and start using
 openoffice. 

Did you check /usr/share/doc/openoffice.org/README.Debian.gz already?  There
are several known problems with certain chipsets.

It would help if you give a summary of the hardware you have and kernel /
software versions.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: openoffice on testing

2002-12-09 Thread Chris Halls
Hi,

On Mon, Dec 09, 2002 at 06:41:06AM +0530, Sridhar M.A. wrote:
 Currently I am running sarge. Yesterday I upgraded the openoffice.org
 suite of programs. Now when I run openoffice, I get this eror,
 
   $ openoffice
   OpenOffice.org for Debian - see
   /usr/share/doc/openoffice.org/README.Debian.gz
   running openoffice.org setup...
   /usr/bin/openoffice: line 125:  3986 Aborted
   /usr/lib/openoffice/program/setup -R:/etc/openoffice/autoresponse.conf
   setup failed.. abort

There are some known problems which may affect you.  Please have a look at
the currently open bugs at:

   http://bugs.debian.org/src:openoffice.org

Maybe one of these is true:

- OOo has a problem with your window manager (Oroborus, Fluxbox and possibly
   others) Bug #171556

- You do not have the English or German langpack installed, and your LANG
  environment is set to a different language to the language pack that you
  installed.  Bug #171623

Chris



msg17824/pgp0.pgp
Description: PGP signature


Re: openoffice on testing

2002-12-09 Thread Chris Halls
On Mon, Dec 09, 2002 at 06:21:19PM +0530, Sridhar M.A. wrote:
 - OOo has a problem with your window manager (Oroborus, Fluxbox and
 possibly others) Bug #171556
 
 Right on target. Maybe I should I have tried it first and then posted.
 A similar behaviour was noticed even with xcircuit. Changing to wmaker
 solved the problem.

So what was your window manager?

 - You do not have the English or German langpack installed, and your LANG
   environment is set to a different language to the language pack that you
   installed.  
 
 What is the package that provides this? 

I don't quite understand your question.  These are the langpacks that work
without setting LANG or LC_ALL:

openoffice.org-l10n-en
openoffice.org-l10n-de

These need you to set LANG:

openoffice.org-l10n-ar
openoffice.org-l10n-da
openoffice.org-l10n-el
openoffice.org-l10n-es
openoffice.org-l10n-fr
openoffice.org-l10n-it
openoffice.org-l10n-ja
openoffice.org-l10n-ko
openoffice.org-l10n-nl
openoffice.org-l10n-pl
openoffice.org-l10n-pt
openoffice.org-l10n-ru
openoffice.org-l10n-sv
openoffice.org-l10n-tr
openoffice.org-l10n-zh-cn
openoffice.org-l10n-zh-tw

Chris



msg17863/pgp0.pgp
Description: PGP signature


Re: openoffice on testing

2002-12-09 Thread Chris Halls
On Mon, Dec 09, 2002 at 08:49:23PM +0530, Sridhar M.A. wrote:
 Just curious, which program is faulty here: fluxbox/openoffice?

Openoffice.  See:

http://www.openoffice.org/issues/show_bug.cgi?id=5445

We promised not to upload the openoffice.org packages to unstable very
often, because they are so large.  When we do upload next time, it will
include a backport of the fix.

Chris



msg17876/pgp0.pgp
Description: PGP signature


Re: Graphics Linux

2002-12-03 Thread Chris Halls
On Tue, Dec 03, 2002 at 02:38:30PM +0100, Holger Rauch wrote:
  Just add the following into your sources.list, to get it from one of the
  mirrors.
  deb http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openoffice/ unstable
  main contrib
 
 Do you know whether it's also available for stable (Woody)?

Yes, see the download page:

http://www.linux-debian.de/openoffice/mirrors.html

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Testing; openoffice installed but I can not find the setup program in any menu.(solved)

2002-11-27 Thread Chris Halls
On Tue, Nov 26, 2002 at 11:20:36AM -0600, John Foster wrote:
 Well go figure this I restarted the system and the entire batch of
 OpenOffice applications are now working. Is this something new??  I have
 never noticed this as a requirement before on ANY Linux system with he
 exception of updating a kernel.

KDE caches the menus for a certain amount of time.  You were probably looking
in the then out-of-date cache, even though the menu files were already
there.

Chris



msg15603/pgp0.pgp
Description: PGP signature


Re: apt/apt-proxy: tilde in sources.list

2002-11-23 Thread Chris Halls
On Sat, Nov 23, 2002 at 12:58:29PM +0100, andreas well wrote:
   Also scheinen apt und auch apt-proxy generell ja keine Probleme mit
   der tilde oder mit deren Quotierung zu haben, nur warum
   funktioniert dann das Zusammenspiel der beiden nicht?
 
  Welche Version setzt Du ein? Ich verwende hier die Version aus sid.
 
 ~$ dpkg -l apt-proxy apt | grep ^ii | cut -b5-34
 apt-proxy  1.3.0
 apt   0.5.4

apt-proxy (1.3.2) unstable; urgency=low

[...]
  * Accept '~' characters in URLs
  * Clean up URLs used internally

Sorry Andreas, diese Problem hatte ich erst spaeter gemerkt.  Hol' dir am
besten apt-proxy aus testing oder unstable.  Beide Versionen sind auf Woody
ohne extra abhaengichkeiten installierbar.  Die Doku/Beispele sind auch dort
viel besser.

Chris



msg26026/pgp0.pgp
Description: PGP signature


Re: apt-proxy - ich war zu bloed :-)

2002-11-20 Thread Chris Halls
On Tue, Nov 19, 2002 at 11:51:18PM +0100, [EMAIL PROTECTED] wrote:
 Ich habe irgendwann einmal aus Versehen die /var/log/apt-proxy.log
 gelöscht. Danach habe ich wohl apt-proxy noch einmal installiert (ich
[...]
 Ausserdem fehlte in meiner apt-proxy.conf noch die Definition von
 APT_PROXY_CACHE. Ohne geht's natürlich nicht :-)
 
  P.S. apt-proxy v2 wird viel leichter zu konfigurieren sein :)
 
 Prima. Ob Du es allerdings gegen solche genialen Aktionen wie meine
 absichern kannst ... :-)

Ja, beide Problemen gibt es in ap2 nicht :)

Chris



msg25736/pgp0.pgp
Description: PGP signature


Re: apt-proxy - ich bin immer noch zu bloed

2002-11-19 Thread Chris Halls
On Mon, Nov 18, 2002 at 11:14:59PM +0100, [EMAIL PROTECTED] wrote:
 ich habe mittlerweile Deine Anregungen und die von Frank Schmitz
 umgesetzt. Leider funktioniert es immer noch nicht.
 
 Erst mal eine minimale /etc/apt/sources.list :
 
 --8--
 deb http://localhost:/debian woody main contrib non-free
 --8=--
 
 Die /etc/apt-proxy/apt-proxy.conf sieht mittlerweile so aus :
 
 --8--
 add_backend /main/ \
$APT_PROXY_CACHE/debian/\
http://ftp.de.debian.org/debian/  \

s/main/debian/, also:

 add_backend /debian/ \
$APT_PROXY_CACHE/debian/\
http://ftp.de.debian.org/debian/  \

Chris
P.S. apt-proxy v2 wird viel leichter zu konfigurieren sein :)



msg25552/pgp0.pgp
Description: PGP signature


Re: Preload Openoffice.org at X startup

2002-11-14 Thread Chris Halls
On Wed, Nov 13, 2002 at 09:30:28PM -0500, Mark L. Kahnt wrote:
 There is ooqstart-gnome, which on my system sometimes keeps Gnome from
 starting (ack!), but it is essentially the concept that is being asked
 for

Also, have a look at this document, which explains the available command
line parameters.  We are working to integrate these into the openoffice
manpage.

http://www.openoffice.org/files/documents/25/60/Command_line_arguments_in_OpenOffice.html

Chris



msg12922/pgp0.pgp
Description: PGP signature


OpenOffice.org new unstable packages available for testing

2002-11-11 Thread Chris Halls
Prerelease packages for OpenOffice.org are now available from the unstable
section of our mirrors (http://www.linux-debian.de/openoffice/mirrors.html).

Please let us know if you have any problems with this version other than the
problems already known in the BTS.

Changelog for this release:

openoffice.org (1.0.1-5.6rc1) unstable; urgency=low

  * fixed Dependencies (closes: #162240)
  * changed Depends: from openoffice.org-l10n-* to openoffice.org
to Recommends: (closes: #165036)
  * Remove -fno-rtti compiler flag for PPC
  * In debian/rules use dpkg-architecture to set $ARCH.
  * Set maintainer to debian-openoffice mailing list
  * Clean up Build-Dependencies (closes: #162428)
  * Revert back to internal libstlport until after the gcc transition.
(029_stlport_stolen_from_OO642C, 030_stlport_gcc32_includes)
  * Fix window titles (030_WM_CLASS_property from Mandrake)
  * Remove obsolete patches: 004_zipdep_not_found,
011_link_against_stlport_gcc_3.1)
  * Revert back to compiling i386 with -mcpu=pentiumpro, since it will make
OOo run faster on the majority of machines (P5 generation is too
slow for OOo, but it will still work fine if someone really wants to run
it).
  * Fix naming of X: s/XWindows/X Window/ (028_fix_x_naming)
  * Remove diversion of bug submissions for subpackages to openoffice.org, now
that they are no longer unknown to the BTS.
  * Clean up debian/rules a little
  * Include regcomp binary
  * Title of About box is translated now (closes: #162984)
  * Work around dpkg warning 'i386-none not found in mapping table'
  * Debian specific files (man pages, wrapper script, ...) split out
to separate source package (openoffice.org-debian-files)
  * Add patch from Mandrake to fallback to English help if translated help is
not available, thanks to Gwenole Beauchesne.  028_help_fallback_en.diff
(closes: #156044)
  * Fix problem in clean rule when using pbuilder, thanks to Nicolas Boos
  * Add pre/post-install/rm hooks into openoffice.org-debian-files
  * Improve detection of JDK path

openoffice.org-debian-files (1.0.1-5+6rc1) unstable; urgency=low

  * Initial Release.
  * chamged spadmin to oopadmin in README (thanks to Ken Shaw)
  * New ways to run OOo -- oohelp and oomaster
  * Support $LC_ALL for user interface language
  * update README.Debian with more information about common problems,
including the msttcorefonts upgrade, user interface problems and
common reasons that OOo crashes (closes: #163407)
  * Update TODO
  * The Wrapper script and manpage now mentions README.Debian
  * added README.japanese which describes how to use japanese fonts
(thanks to Masatoshi Iwasaki)

If no problems are found with these packages we will upload to unstable.

Thanks,
Chris Halls
Debian OpenOffice.org team



msg12323/pgp0.pgp
Description: PGP signature


Re: Installing TrueType fonts

2002-11-09 Thread Chris Halls
On Fri, Nov 08, 2002 at 10:52:32AM +, Chris Lale wrote:
 I am not an expert - just a recipe-follower. I expect that I could have 
 modified something without realising! The ttf fonts are in 
 /usr/share/fonts/truetype/. Here is the ttf font path in 
 /etc/X11/XF86Config-4; it is commented out:
[...]
 Section Files
   FontPathunix/:7101 # ttf fonts preferred
   FontPathunix/:7100 # local font server
 # FontPath/usr/share/fonts/truetype

I guess you did restart your X server after you commented it out?

 I suppose I could check by stopping the xfs and xfstt servers, but I 
 don't know how to do this without removing the packages. Could I move 
 xfs and xfstt out of /etc/init.d and reboot?

/etc/init.d/xfs stop

(assuming xfs is the name of the init script)

Or just kill it - use ps to find the process id.

Chris



msg11979/pgp0.pgp
Description: PGP signature


Re: mirroring configured with apt sources.list lines?

2002-11-06 Thread Chris Halls
On Tue, Nov 05, 2002 at 09:46:49PM -0500, Daniel Barclay wrote:
 apt-proxy seems to cache what you install; it's not clear whether 
 it can pre-cache a whole subtree.

You are right, it only caches the packages that you request and does not
have the ability to 'pre-cache' built in.  Although you could probably add
one with a simple script that reads the Filename field in the Packages files
in /var/lib/apt/lists and requests each file from apt-proxy with wget (which
would cause apt-proxy to fetch the file and place it in its cache).

Chris



msg11318/pgp0.pgp
Description: PGP signature


Re: Installing TrueType fonts

2002-11-06 Thread Chris Halls
On Wed, Nov 06, 2002 at 11:06:53AM -0500, Hall Stevenson wrote:
 In a magazine I've found a CD with many ttf files for the use
 with Photoshop under windows.
 What's the straightforward way to install those ttf files under debian
 woody for the use with gnome 1.4, OpenOffice, and - above all - the
 Gimp?
[..]
 snip
 
 Is all that necessary ?? Especially the xfs and xfstt packages ?? XFree86 
 v4 handles TT fonts on it's own just fine. In fact, I'm 99% positive I have 
 neither xfs nor xfstt packages installed and can use TT fonts.

I'm afraid the situation is even uglier - the xfs protocol does not supply
enough information about the fonts and OpenOffice writer can not use them.

Chris



msg11362/pgp0.pgp
Description: PGP signature


Re: Openoffice.org debs on sarge/sid - any unofficial sources?

2002-11-04 Thread Chris Halls
On Fri, Nov 01, 2002 at 02:31:07PM +, [EMAIL PROTECTED] 
wrote:
 I used to use the freenet.de mirror of vpn-junkies.de to get my OO.o 
 debs, but some wierd dependancy errors have started cropping up 
 recently when I try to dist-upgrade.
 
 Does anyone have a hybrid testing/unstable box working _and_upgrading_ 
 with that source, or is it fubar'd wrt. current testing/unstable?

I use mainly hybrid boxes with the 'unstable' repository, which should be
fine on testing, too.  the 'stable' and 'testing' lines should be OK too,
but don't use more than one at once because the '+woody' version suffix
makes apt think those packages are newer than the 'unstable' version.
Please post some information about what exactly is going wrong if you want
more detailed help.

 If it is shafted, can anyone suggest any alternative sources, or a word 
 about when the debs are expected to make it into unstable?  I know that 
 /something/ happened with them a bit ago, 'cos debianplanet told me so 
 ... :-)

Please see my last update:

  http://lists.debian.org/debian-openoffice/2002/debian-openoffice-200210/msg00016.html

I'll be uploading test versions of the new package to vpn-junkies in the
next few days.

Chris



msg10875/pgp0.pgp
Description: PGP signature


File locking in Openoffice.org (was Re: Running script on logout from KDE)

2002-10-30 Thread Chris Halls
Hi Marius,

On Sun, Oct 27, 2002 at 06:43:04PM +0800, marius rogn wrote:
 My real problem is that I'm having problems with users sharing files
 (OpenOfffice.org files). On my fileserver I have a directory where all my
 users have a commnon directory, there they store their projectfiles
 (OpenOffice.org format), every now and then two users tries to write/view
 the same file simultaniously, resulting in strange things happening, most
 noticably that newly written text dissapearing (very bad).

You might like to try using OpenOffice.org's locking, provided that you do
not use Solaris with the NFS share.  From the README:

---
File Locking

In the default setting, file locking is turned off in OpenOffice.org. To
activate it, you have to set th e appropriate environment variables
SAL_ENABLE_FILE_LOCKING=1 and export SAL_ENABLE_FILE_LOCKING. These
entries are already in disabled form in the soffice script file.

Warning: The activated file locking feature can cause problems with Solaris
2.5.1 and 2.7 used in conjun ction with Linux NFS 2.0. If your system
environment has these parameters, we strongly recommend that yo u avoid
using the file locking feature. Otherwise, OpenOffice.org will hang when you
try to open a file from a NFS mounted directory from a Linux computer.
---

You can turn file locking on by editing the soffice script file, or if you
are using the Debian packages, like this:

su
echo 'export SAL_ENABLE_FILE_LOCKING=1'  /etc/openoffice/openoffice.conf

This method will survive package updates.

You need to enable file locking on each client machine I guess.  Please let
us know if that works - I have not had any reports back so far from people
using the file locking.

Chris



msg10050/pgp0.pgp
Description: PGP signature


Re: OpenOffice

2002-10-17 Thread Chris Halls

On Wed, Oct 16, 2002 at 08:33:25PM -0700, Patrick Lane wrote:
 Recently, all of my OpenOffice applications seem to have lost their
 fonts. What I mean by this, is that all text in the applications is
 missing. Menu text, text typed in by a user...ALL TEXT. It's odd. This
 happened a couple of days ago and I'm just now getting around to trying
 to fix it. 

This will have happened last time you upgraded msttcorefonts.  Does this
work for you?

- Make sure the package x-ttcidfont-conf is installed
- In /etc/X11/XF86Config-4, section Files:
Comment out this line:

# FontPath/usr/X11R6/lib/X11/fonts/TrueType/

Add this line if you don't already have it:
  FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

- Restart your X server.

For for information, see the bug reports for msttcorefonts.

Chris



msg07555/pgp0.pgp
Description: PGP signature


Re: openoffice error

2002-10-02 Thread Chris Halls

On Wed, Oct 02, 2002 at 10:18:01AM +0200, Francois Chenais wrote:
   I can't use openoffice because of errors.
   It aborts.

You probably have a font problem.  Did you follow the troubleshooting
procedure in /usr/share/doc/openoffice.org/README.Debian?

Setup does not work - abort
---
You may have a font that causes setup to crash.  Run this command to find out
which was the last font that setup tried to read:
[...]

Chris



msg04731/pgp0.pgp
Description: PGP signature


Re: Wohin mit 400 Adressen?

2002-09-27 Thread Chris Halls

On Thu, Sep 26, 2002 at 09:54:23PM +0200, H. Felder wrote:
 Woher bekomme ich mehr Informationen welche Adressbücher von OpenOffice
 wie unterstützt werden? Auf den Seiten von Openoffice finde ich auf
 Anhieb nix...

OOo unterstützt Mozilla Addressbuch.  Ich habe es selbst nicht getestet, ob
es in unsern .debs funktioniert.

Andere Quellen (unter Tools-Data Sources) sind Adabas, JDBC, ODBC, Dbase,
Text, Spreadsheet.

Chris



msg19728/pgp0.pgp
Description: PGP signature


Re: OpenOffice.org auf sarge, keine Autopiloten

2002-09-13 Thread Chris Halls

On Thu, Sep 12, 2002 at 07:38:38PM +0200, Karin Gerbrich wrote:
 Es funktioniert nicht:e
 - die Rechtschreibprüfung, die ist zwar installiert, aber sie zeigt
 keine Rechtschreib-Fehler auf

Das funktioniert schon - es muß irgendwo an deiner Einstellungen liegen (wie
Rene schon gesagt hat).  Hast du wirklich Deusche als Dokumentsprache
ausgewällt (unter Format-Zeichen-Sprache)?

 - die Autopiloten: Wenn ich das Menü /Datei/AutoPilot öffne, so ist das
 schon mal das einzige Menü mit englischsprachigen Befehlen, wenn ich nun
 z.B. Letter aufrufe und in diesem Ablauf sämtliche Angaben mache, so
 endet das nach Fertigstellung mit einem komplett leeren Blatt Papier.

Hier ist wohl einen Problem mit den Paketen - wir wissen noch nicht warum es
schief lauft aber ist warscheinlich irgendwas mit dem Langpacks -l10n-* zu
tun.  Wir arbeiten dran.

Chris



msg18649/pgp0.pgp
Description: PGP signature


Re: Sid Openoffice (user interface font not working)

2002-09-12 Thread Chris Halls

Hi Michael!

On Thu, Sep 12, 2002 at 05:09:34PM +0200, Michael Meskes wrote:
 I just upgraded my testing machine to unstable and installed KDE3.0.3.
 All worked well except that openoffice no longer shows a single
 character. That is there is no longer any character in the menues,
 windows, etc.
 
 Did anyone else have such an effect? Yes, I know this is pre-unstable,
 but it better does not happen once the packages come up to sid. :-)

Yours is the third such report I've seen today - something must've gone
wrong with fonts somewhere.  The person I spoke on on IRC found that he
could get it to work by removing fonts from the font path until it started,
then changing the user interface font a la README.gz.  That makes OOo use
the font you ask for instead of automatically looking for a font... and
finding one that doesn't work properly.

It would be good to find out which font is being picked on these problem
machines.  I can't reproduce it here.

Chris



msg02001/pgp0.pgp
Description: PGP signature


Re: keine Hilfedateien in OpenOffice.org (openoffice.org-help-de)

2002-09-11 Thread Chris Halls

Hallo Juergen,

On Wed, Sep 11, 2002 at 06:18:37PM +0200, Juergen Beier wrote:
 ich habe gerade unter debian woody openoffice 1.0.1 installiert, aber
 openoffice sieht die Hilfedateien nicht.

Es tut mir leid - openoffice.org-help-de war eine Testversion und nicht die
richtige.  Ich lade jetzt eine neue openoffice.org-help-de hoch - wird bis
24 Stunden da sein.

   14212352 Sep 11 20:19 openoffice.org-help-de_0.20020222-1.1_all.deb

Chris



msg18535/pgp0.pgp
Description: PGP signature


Re: typo error

2002-09-10 Thread Chris Halls

On Tue, Sep 10, 2002 at 10:13:59AM +0200, Jan-Hendrik Palic wrote:
 To solve that, please grap Torsten's libstlport packages from:
 http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openoffice/pool/main/stlport/
 
 and then reinstall OpenOffice.org.

Well, alternatively just downgrade libstlport in place; that way you do not
need to reinstall the openoffice packages.

I've uploaded a new openoffice.org package which conflicts with the problem
version of libstlport, to make this more obvious.

Chris



msg01575/pgp0.pgp
Description: PGP signature


Re: Nachtrag -- OpenOffice 1.0.0|1 stürtz auf Sarge System dauernd ab.

2002-08-26 Thread Chris Halls

On Sun, Aug 25, 2002 at 08:40:46PM +0200, Elimar Riesebieter wrote:
  - Gnome Integration

Gnome?

Es gibt ein bekannten Problem mit Gnome.  Probier mal, openoffice vom
Commandozeile zu starten, und vorher 'unset SESSION_MANAGER' auszufurhren,
z.B:

unset SESSION_MANAGER; /opt/OpenOffice1.0.1/program/soffice

Mehr information unter

  http://www.openoffice.org/issues/show_bug.cgi?id=4494

Chris Halls
--
Debian OpenOffice team
http://www.linux-debian.de/openoffice



msg16658/pgp0.pgp
Description: PGP signature


Re: apt-proxy-import

2002-08-22 Thread Chris Halls

On Thu, Aug 22, 2002 at 01:48:59PM +0200, Malte Thoma wrote:
 Die backend filelists werden beim 'apt-get update' erzeugt.  Hast du das
 schon gemacht?
 
 Ja, habe ich, wo soll denn was erzeugt werden, muß ich vorher noch 
 irgendeinen Dämon starten?

In /var/cache/apt-proxy/backend/.apt-proxy-filelists

Du mußt keinen Dämon starten - inetd startet apt-proxy wenn einen apt Client
eine verbindung versucht.

Wie sieht dein sources.list aus?  Du muß über apt-proxy verbinden, also:

deb http://apt-proxy hostname:/debian sarge main contrib non-free

usw.

Siehst du irgendwas in /var/log/apt-proxy.log?  Wenn nicht, stimmt irgendwas
mit deinem apt client Konfiguration nicht.

Chris



msg16464/pgp0.pgp
Description: PGP signature


[announce] openoffice.org 1.0.1-4 uploaded and ftp.vpn-junkies.de is depreciated

2002-08-02 Thread Chris Halls

Hi all,

Several people complained about the files in /etc/openoffice disappearing -
it seems that 1.0.1-3 had duplicate entries which caused the files to be
deleted somehow, so I've uploaded -4 which fixes that.  I'm really hoping
now that I can push this version into the 'testing' archive, so everyone is
using 1.0.1.

The owner of ftp.vpn-junkies.de is going to make this mirror only accessible
to other mirrors, and I have already mailed the mirror owners with details
needed.  He has arranged for ftp.freenet.de to mirror our packages; they
have even more bandwidth/availability than ftp.vpn-junkies.de, so there
should be no problems there.  People who have been using vpn-junkies in
their sources.list need to change their deb lines to:

- testing package -
deb http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openoffice/ testing main contrib
- unstable package -
deb http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openoffice/ unstable main contrib

For mirrors in the rest of the world, see:
http://www.linux-debian.de/openoffice/mirrors.html

Here is the changelog for 1.0.1-4.  Only the openoffice.org .deb has
changed; the -bin and language pack versions are unchanged.  It will take up
to 24 hours for all the mirrors to get the new version.

-- openoffice.org (1.0.1-4) experimental; urgency=low

  * In README.Debian, document Xserver bug with Matrox and X Windows look 
feel (thanks Philip Armstrong).  Add more information about locales and
language packs, including the known issues.  Explain why fonts in writer
are not available if served by a font server.
  * link /usr/bin/ooffice - openoffice for consistency with other command
names, other distro packages and for Evolution (thanks Jack Howarth)
  * Redirect bug reports for subpackages to openoffice.org until the BTS knows
about the packages
  * debian/rules: create 2 new clean targets to recover disk space without
cleaning the whole build: clean-debdir (850M) and clean-instsetoo (2.5Gb).
Remove package/DEBIAN directories on rerun of target, so conffiles don't
appear multiple times.
  * In TODO, explain what is needed for an upload to contrib

Thanks,
Chris Halls




msg14453/pgp0.pgp
Description: PGP signature


Re: apt-proxy errors (woody)

2002-07-31 Thread Chris Halls

Hi Dieter,

On Wed, Jul 31, 2002 at 08:34:23AM +0200, Dieter Tremel wrote:
 seit einiger Zeit läuft apt-proxy bei mir :-), aber nicht ganz problemlos:
 
 Get:9 http://moosach testing/main Packages
 Get:10 http://moosach testing/main Release [81B]
 Hit http://moosach testing/contrib Packages
 
 gzip: stdin: unexpected end of file
 Err http://moosach testing/main Packages
   Sub-process gzip returned an error code (1)
 Get:11 http://moosach testing/contrib Release
 Hit http://moosach testing/non-free Packages
 Get:12 http://moosach testing/non-free Release [85B]
 
 
 dieser Fehler tritt bei einem zweiten apt-get update nicht mehr auf, dann
 werden die fehlenden Positionen sofort, ohne Nachladen vom Netz,
 geholt. An der Leitung T-DSL kann es wohl nicht liegen, ich vermute
 dass die Maschine AMD K6-2 300MHz nicht flott genug ist.

 Woran kann es liegen?

Es ist einen Problem mit dem 'Streaming' von apt-proxy - beim erste Download
letitet apt-proxy die Daten an apt weiter, wahrend sie noch im Cache 
gespeichert werden.  Das Downloaden funktioniert, aber Streaming aus
irgendein grund nicht.  Welche backends hast du in deinem apt-proxy.conf
wo dieser Fehler auftritt?

Ich denke nicht das es an der Processortakt liegt.

 Work around?

Eventuell einen anderen Protocol oder Backend benutzen, daswegen frage ich
nach deinem apt-proxy.conf.

Chris



msg14146/pgp0.pgp
Description: PGP signature


Re: apt-proxy errors (woody)

2002-07-31 Thread Chris Halls

Hi anreas,

On Wed, Jul 31, 2002 at 11:41:52AM +0200, andreas well wrote:
 ich bin zwar nicht der Fragesteller aber da ich das Problem bei mir 
 auch beobachten kann würde mich das mit den backends bzw. Protokolen 
 auch interessieren.

Dieter und ich tauschen gerade Informationen/Logfiles und ich werde mich
wieder melden, falls ich etwas finden kann.

 Soweit ich die manpages verstanden habe ist 
 ftp2.de.debian.org::debian/ ein rsync backend;  
 ftp://ftp2.de.debian.org/debian/; ein ftp backend und 
 http://ftp2.de.debian.org/debian/; ein http backend oder liege ich da 
 falsch?

Richtig.  Ich habe beim neueste Version (1.3.3) apt-proxy.conf erweitert mit
vorschäge für http Backends.

 Gibt es da eine generelle Empfehlung z.B http; ftp oder rsync? 

Wenn möglich, http (Verbindingsaufbau ist schneller und Serverlast webiger),
aber Packages kann mann auch per rsync holen wenn sie groß sind.  Z.B:

add_backend /debian/\
$APT_PROXY_CACHE/debian/\
http://ftp.de.debian.org/debian/\
http://ftp2.de.debian.org/debian/\
+ftp.de.debian.org::debian/

ftp ist nicht zu empfehlen, es sei denn es gibt kein http oder rsync.

 Die relevanten Einträge in apt-proxy.conf sehen bei mir so aus:

Ich wurde dir empfehlen, http statt rsync zu benutzen.  Ich hatte in 1.3.0
noch rsync empfohlen, weil http Support neu war aber es klappt doch ganz
gut.

Chris



msg14174/pgp0.pgp
Description: PGP signature


Re: OpenOffice

2002-07-26 Thread Chris Halls

On Fri, Jul 26, 2002 at 07:41:03PM +0200, Karin Gerbrich wrote:
 Bitte kann mir jemand seine
 /etc/openoffice/autoresponse.conf
 posten?

...oder die Quellen?

http://cvs.debian.org/~checkout~/oo-deb/debian/local/rsfile.local.txt?rev=1.6content-type=text/plaincvsroot=debian-openoffice

Chris



msg13693/pgp0.pgp
Description: PGP signature


Re: OOo 1.0.1

2002-07-25 Thread Chris Halls

On Wed, Jul 24, 2002 at 08:52:33PM +0200, Uwe Kerstan wrote:
 Die schöne Bandbreite, da kommt ganz schön was zusammen
 für etwas, was man dann doch nicht nutzt. :-(

Dann sollst du bitte die 'testing' statt 'unstable' apt source nehmen - sie
wird nicht so oft aktualisiert, und nur dann wenn alle fehler wie diesen
schon behoben sind.

Chris



msg13585/pgp0.pgp
Description: PGP signature


Re: apt-proxy install: ich schaff es nicht

2002-07-10 Thread Chris Halls

Hallo Dieter,

On Wed, Jul 10, 2002 at 10:07:51AM +0200, Dieter Tremel wrote:
 APT_PROXY_CACHE=/master/work2/var/cache/apt-proxy
 add_backend /main/  \
 $APT_PROXY_CACHE/debian/\
 ftp://ftp.de.debian.org::debian/

Hmmm...

$ wget ftp://ftp.de.debian.org::debian/
ftp://ftp.de.debian.org::debian/: Bad port number.

Du brauchst ein URL, also:

 add_backend /main/  \
 $APT_PROXY_CACHE/debian/\
 ftp://ftp.de.debian.org/debian/

Aber noch schneller ist:

 add_backend /main/  \
 $APT_PROXY_CACHE/debian/\
 http://ftp.de.debian.org/debian/

Chris


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: apt-proxy und proposed-updates (was: Re: dist-upgrade und tschüß!)

2002-07-08 Thread Chris Halls

On Mon, Jul 08, 2002 at 01:23:33PM +0200, frank paulsen wrote:
 Janto Trappe [EMAIL PROTECTED] writes:
 
  deb http://ftp.de.debian.org/debian/ woody-proposed-updates main contrib 
non-free
  deb-src http://ftp.de.debian.org/debian/ woody-proposed-updates main contrib 
non-free

 wie binde ich das sauber in sources.list und apt-proxy.conf ein?

Angenomen, 'main' ist dein Backend:

deb http://APTPROXY:/main/ woody-proposed-updates main contrib non-free

Chris



msg12186/pgp0.pgp
Description: PGP signature


Re: apt-get durch proxy - ich schaffe es nicht

2002-07-07 Thread Chris Halls

On Sun, Jul 07, 2002 at 01:37:32PM +, J Meyer wrote:
 P.s: Nein, ich habe die Nase voll von den staendigen timeouts bei der
 Verwendung von apt-proxy - der ist also nicht die Loesung:(

Welche timeouts?

Chris



msg12103/pgp0.pgp
Description: PGP signature


Re: [apt-proxy] wget per default

2002-07-01 Thread Chris Halls

On Sun, Jun 30, 2002 at 08:49:04PM +0200, Jens Benecke wrote:
 apt-proxy benutzt by design rsync, das läßt sich IIRC nicht ändern.

Nein, seit 1.3.0 kann Mann http, rsync oder ftp benutzen (1.3.0 ist in
Woody).  Man apt-proxy.conf(5).

Chris



msg11522/pgp0.pgp
Description: PGP signature


Re: apt-proxy and security.debian.org

2002-06-26 Thread Chris Halls
On Wed, Jun 26, 2002 at 08:54:08AM -0400, Jason Bleazard wrote:
 I've recently started using apt-proxy, and today discovered that I
 apparently don't have the settings quite right for security.  The other
 settings all have been okay so far, so apt-proxy does work for me. 
 Also, apt-get update seems to work okay and find the package lists, but
 it can't actually fetch the package for upgrade.  I'm guessing that
 there's just something with the rsync syntax that I'm not getting here.

Hi Jason,

Actually, its a bug the version of apt-proxy you have.  The file that is
requested is actually a link to the file in pool, and the rsync command that
apt-proxy uses copies the link instead of the file.  You have a couple of
options:

 * Update apt-proxy to 1.3.2, which fixes the bug, and is mainly bug fixes,
   so a good idea anyway

 * Switch your backend to http instead of rsync.  This is a good idea too,
   because it is quicker than rsync.  The default apt-proxy.conf has rsync
   for historical reasons :)

add_backend /security/ \
  $APT_PROXY_CACHE/security/ \
  http://security.debian.org/ 
  
HTH,
Chris


pgp0dr4q3F04d.pgp
Description: PGP signature


Re: apt-file apt-proxy

2002-06-25 Thread Chris Halls

On Tue, Jun 25, 2002 at 05:03:54PM +0200, Dirk Haage wrote:
 Hi Miteinander!
 ICh wollte grad mal wieder apt-file updaten und habe gemerkt, dass mit
 apt-proxy die Dateien nicht zu bekommen sind. Gibt es da irgendeine
 Möglichkeit? Oder muss ich etwa dafür extra einmal meine sources.list
 anpassen?

Es ist ein bug in apt-file - sehe

  http://bugs.debian.org/128850

Als anhang füge ich eine apt-file Patch - du kannst ihn so benutzen:

[Anhang als apt-file.patch speichern]
# patch /usr/bin/apt-file apt-file.patch

Chris


diff -ur apt-file-0.2.5/apt-file apt-file-0.2.5.cjh1/apt-file
--- apt-file-0.2.5/apt-file Thu May  9 15:47:50 2002
+++ apt-file-0.2.5.cjh1/apt-fileThu Jun  6 01:46:29 2002
 -189,7 +189,7 
 foreach ($urls) {
my $uri = URI-new ($_/Contents-$Conf{'arch'}.gz);
my %opt = (
-  HOST = $uri-host(),
+  HOST = $uri-host_port(),
   PATH = dirname($uri-path()),
   FILE = basename($uri-path()),
   );
 -224,7 +224,7 
 
 foreach ($uris) {
my $uri = URI-new ($_/Contents-$Conf{'arch'}.gz);
-   my $file = $Conf{'cache'} . / . uri_escape($uri-host()
+   my $file = $Conf{'cache'} . / . uri_escape($uri-host_port()
   . dirname($uri-path()). /
   .basename($uri-path()));
if (-f $file) {
 -256,7 +256,7 
 
 foreach ($uris) {
my $uri = URI-new ($_/Contents-$Conf{'arch'}.gz);
-   my $file = $Conf{'cache'} . / . uri_escape($uri-host()
+   my $file = $Conf{'cache'} . / . uri_escape($uri-host_port()
   . dirname($uri-path()). /
   .basename($uri-path()));
if (-f $file) {



msg11220/pgp0.pgp
Description: PGP signature


Re: OpenOffice

2002-06-25 Thread Chris Halls
On Mon, Jun 24, 2002 at 09:11:24AM -0700, David Richmond wrote:
 Sorry to jump in, but I'm a bit confused.  The OpenOffice.org packages 
 current on http://www.linux-debian.de/openoffice installed fine on my woody 
 systemalthough I may have grabbed some packages from sid as necessary.  
 These were the extra packages that were installed upon apt-get install 
 openoffice.org, with lines in sources.list for the UK mirror of the OOo 
 debian mirror and for sid:

 libfreetype6
 libgcc1

These two libs are the problem - if you build on sid, the dependencies
generated mean you have to get the sid versions of these packages.  Now, I
have copied these two .debs in to the openoffice mirror, so Woody users do
get a seemless install now, but those two libs are not Woody versions.
Gerard is trying to produce a package that will install and depend only on
packages from Woody.

The package that had to have a fix backported was debhelper (there was a bug
in dh_install that was fixed in 4.0.9).

 libstlport4.5gcc3

This is libstlport4.5 that has been compiled with gcc3 and is binary
incompatible with the package in Woody.  The soname of the library needs
changing so it can coexist with libstlport4.5.

Chris


pgpff8J0rZnVy.pgp
Description: PGP signature


Re: OpenOffice

2002-06-24 Thread Chris Halls
On Fri, Jun 21, 2002 at 12:12:53PM +1000, John Griffiths wrote:
 potato users left out again?

Unfortunately, yes.

OOo needs several tools which are too old in Potato, such as bison, to
build.  Upstream do builds on machines with custom sets of packages
installed, which is why they do not have the same problem.  Their
precompiled version is installable on Potato, so you may like to try that
out.

If you're wondering why I haven't tried creating Potato packages, it is
because I would need 10 Gig of disk space and 10 hours of build time.

$ df -H
FilesystemSize  Used Avail Use% Mounted on
/dev/hda5  17G   14G  3.1G  81% /

Gerfried Fuchs has been attempting to build OOo packages on Woody, but
there, one of the build dependencies for our package was too buggy and we
had to backport a fix.  He hasn't given up yet :)

For the latest information about our packages, and a list of available
mirrors, see:

http://www.linux-debian.de/openoffice

Chris Halls
OpenOffice.org packaging team


pgp4mUK9V18EL.pgp
Description: PGP signature


Re: apt-proxy 111 connection refused

2002-06-19 Thread Chris Halls
On Tue, Jun 18, 2002 at 01:22:12PM -0700, Paul Scott,,, wrote:
 When I run apt-get update on the other machine I get 111 connection refused.
 
 Do I need something in /etc/exports or /etc/hosts.allow?

A quote from the README:

Q: A connection cannot be established with apt-proxy on a remote machine.
   Nothing appears in the apt-proxy.log file.

A: apt-proxy is run by tcpd, which may deny connections depending on how it is
   set up.  If a connection is denied by tcpd, you will find a log message in
   /var/log/daemon.log such as:
   apt-proxy[]: refused connect from hostname

   You should check /etc/hosts.allow and hosts.deny.  For example, the standard
   ALL: PARANOID in /etc/hosts.deny will deny acess to clients whose hostname
   cannot be looked up.

HTH,
Chris


pgpjuN2a64kM8.pgp
Description: PGP signature


Re: Foreign Language with OpenOffice?

2002-06-15 Thread Chris Halls
On Fri, Jun 14, 2002 at 03:44:40PM -0600, Jorge Santos wrote:
  Kent West [EMAIL PROTECTED] writes:
   I appreciate your response. Could any one give me any guidance as to
   how this is done? Do I use the standard OpenOffice (English version)
   that I already have and just do something with locales or with kbd or
   something? Or do I download a special German version of OO? If the
   latter, does that mean the faculty will have to keep three or four
   instances of OO running at any one time? One for English, one for
   German, one for French, etc? Sorry I'm so ignorant of working with
   different languages.

About the user interface language:

The offical versions are completely seperate and you are expected to have a
complete openoffice tree for every user interface language, and I don't know
of any plans to improve that.

With the Debian packages, Martin Quinson has come up with a way of having
more than more user interface available.  The principle is, you copy the
language files in program/resource from each language's installation set
into the installed tree under program/resource.  Then, you can configure
OpenOffice to use a particular language by tweaking the XML configuration
file in the user's workstation install directory.  I guess you could do a
similar thing under Windows, too.

 Ok, this is nice but what about the user interface, I've seen that the
 are several languages for OpenOffice.org Debian packages, so that may
 be a solution if it fits your environment
Yes, we introduced that in -4, although -5 should be much better for this
(not yet uploaded)

 (i.e. if you are running
 unstable (I think it also runs on testing with few extra packages from
 unstable)
To be precise, you need to install just libgcc1 from unstable.

 , however I haven't tried them and I don't know about if you
 can configure the language for each individual user.  Does anyone
 know about this?
In -4, no.  In -5, yes - the language is selected according to the user's
locale(1).

Chris


pgp58rY17l5jX.pgp
Description: PGP signature


Re: Apt-get problem

2002-06-13 Thread Chris Halls
On Wed, Jun 12, 2002 at 04:22:55PM -0700, curtis wrote:
 When I run apt-get update it will eventually stop and time out on an entry.

 deb http://www.mx1.ru/~chris/openoffice unstable main contrib
 deb-src http://www.mx1.ru/~chris/openoffice unstable main contrib

I'm afraid that this server is unreachable at the moment - it's probably
the problem.

See http://www.linux-debian.de/openoffice/mirrors.html for a replacement.

BTW, you don't need the 'deb-src' line unless you want to download the
OpenOffice.org source... :)

Chris Halls


pgp4NbB8354bc.pgp
Description: PGP signature


Re: OpenOffice Mirrors fuer Debian

2002-06-11 Thread Chris Halls

On Mon, Jun 10, 2002 at 10:09:07PM +0200, Jochen Schulz wrote:
 Ein 'apt-get update' scheint zwar zu klappen, aber bei genauerem
 Hinsehen stellt man fest, daß in jedem Verzeichnis (source/main, contrib
 etc.) die 'Release'-Dateien fehlen und deswegen apt-get die weitere
 Arbeit mit den OO-Paketen verweigert.

Es stimmt dass 'Release' fählt, aber es ist nicht nötig, ihn zu haben.  Mach
einfach weiter:

  apt-get update
  (wenn du keine unstable in deinen source.list hast, libgcc1 aus unstable
 installieren)
  apt-get install openoffice.org

Chris Halls



msg10175/pgp0.pgp
Description: PGP signature


Re: euro Zeichensatz

2002-06-04 Thread Chris Halls

On Tue, Jun 04, 2002 at 02:06:57PM +0200, Hans Gerber wrote:
 warum  klappt es bei Openoffice ebenso nicht ?

http://www.openoffice.org/issues/show_bug.cgi?id=5397

Chris


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Open Office problems

2002-06-04 Thread Chris Halls
On Mon, Jun 03, 2002 at 10:21:46AM -0700, curtis wrote:
 I removed all my font changes hoping that would iradicate the problem, 
 but it didn't. So, I reinstalled (uninstalled first) Open Office hoping 
 that would fix the problem, but it didn't, as well.

Did you check the font troubleshooting FAQ?

http://www.openoffice.org/files/documents/16/63/FontTroubleshooting-v2.pdf

You may like to try removing the pspfontcaches, as there was a bug that
wasn't fixed until -4.

rm /usr/lib/openoffice/share/psprint/pspfontcache
rm /home/USERNAME/.openoffice/user/psprint/pspfontcache

Chris
-- 
Chris Halls | Frankfurt, Germany
Yahoo:hagga12000 ICQ:36940860 MSN:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: the dreaded Word attachment

2002-06-03 Thread Chris Halls
On Fri, May 31, 2002 at 08:37:45AM -0700, Jeff wrote:
 I use OpenOffice as well, but now and then I get a Word doc that
 crashes OpenOffice when opening.  I then fire up VMWare and start

Jeff,

I don't have enough time to test every type of Word doc with OOo.  If you
are able to reliably make OOo crash, it would help us you could report how
to reproduce the problem to the issuezilla at openoffice.org, if it has not
already been looked at.  That should help improve the quality of the next
release.  If a fix is reasonably small, we can apply patches to the next
version of the .debs, too.

Thanks,
Chris


pgpkLBL4hGUHm.pgp
Description: PGP signature


  1   2   >