Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
das ewige Thema Open Office mal wieder...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Warriors Prayer
n00b
n00b


Joined: 11 Nov 2002
Posts: 30
Location: http://localhost

PostPosted: Mon Nov 25, 2002 12:22 pm    Post subject: das ewige Thema Open Office mal wieder... Reply with quote

hi,

ich würde OO gerne aus den Quellen bauen, leider habe ich kein ebuild gefunden, das auch funzt. Gibt es da ne Möglichkeit, OO so zu instn, daß ich

1. keine sandbox access violation bekomme, die ein mergen verhindert
2. ein deutsches OO erhalte
3. Startmenüeinträge in Gnome2 generiert werden?

hmm, viele Wünsche auf einmal, ich weiß, aber bei anderen distros hat das ja auch hin.

Vielen Dank schonmal!
_________________
Abit KT7A RAID, Athlon 1333, 384 MB RAM
Geforce 4, SB Live, Realtek 8139, DAWI 2976 UW
2x Maxtor 34098 H4 RAID0
WD 1000 BB hda
Plextor 1610A ATAPI, Pioneer DVD 303S SCSI
1.4 RC2, Gnome2.2, German
Back to top
View user's profile Send private message
m0pr0be
Guru
Guru


Joined: 29 Aug 2002
Posts: 308

PostPosted: Wed Nov 27, 2002 2:27 pm    Post subject: Reply with quote

Startmenüeinträge für Gnome2 werden auch von openoffice-bin-1.0.1 angelegt und eine sandbox-violation gibts mit diesem ebuild auch nicht.
Bloss deutschsprachige menüs fehlen.

-Christoph
Back to top
View user's profile Send private message
slak
n00b
n00b


Joined: 16 Jun 2002
Posts: 31

PostPosted: Wed Nov 27, 2002 7:16 pm    Post subject: Reply with quote

also, wenn du openoffice kompillierst, wird auch eine deutsche version mitkompilliert.. die musst du dann eigentlich nur noch drueberinstallieren; kleiner tipp: verwende lieber ebuild anstatt emerge; wenn es einen fehler gibt, fangt er nicht von vorne an zu kompillieren sondern, dort wo er aufgehoert hat; also ebuild openoffice-blabla build dann install ... ( man ebuild );
ahja.. es funzt nur mit blackdown-jdk 1.3.1!! wenn du es mit 1.4 kompillierst, bekommst du einen fehler; so weit so gut ..
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Thu Nov 28, 2002 12:15 pm    Post subject: Reply with quote

Fuer die Installaion von OpenOffice diese Variable setzen

Code:

export SANDBOX_DISABLED=1


nach der Installation

Code:

unset SANDBOX_DISABLED


Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
nevermind
n00b
n00b


Joined: 03 Jun 2002
Posts: 12
Location: Hamburg, Germany

PostPosted: Thu Nov 28, 2002 12:27 pm    Post subject: Reply with quote

OK, was anderes zu OO: OO will unbedingt mit dem blackdown-port von java 1.3.1 emerged werden - und fordert mich auf, dieses zu installieren. Ein "emerge -p java" zeigt mir aber, dass ich bereits genau die geforderte version von java installiert habe?! wie kann man dieses problemchen beheben?
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Thu Nov 28, 2002 12:32 pm    Post subject: Reply with quote

wenn tatsaechlich da is probier mal

Code:

emerge -i dev-java/blackdown-jre-1.3.1-r7


Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Warriors Prayer
n00b
n00b


Joined: 11 Nov 2002
Posts: 30
Location: http://localhost

PostPosted: Thu Nov 28, 2002 1:30 pm    Post subject: Reply with quote

ok, ich werds mal antesten,

ich meld mich, obs funzt, thx soweit :-)
_________________
Abit KT7A RAID, Athlon 1333, 384 MB RAM
Geforce 4, SB Live, Realtek 8139, DAWI 2976 UW
2x Maxtor 34098 H4 RAID0
WD 1000 BB hda
Plextor 1610A ATAPI, Pioneer DVD 303S SCSI
1.4 RC2, Gnome2.2, German
Back to top
View user's profile Send private message
slak
n00b
n00b


Joined: 16 Jun 2002
Posts: 31

PostPosted: Thu Nov 28, 2002 7:42 pm    Post subject: Reply with quote

du musst sicher gehen, dass blackdown-java verwendet wird ->
java-config --list-available-vms
java-config --set-system-vm=blackdown-jdk-...
Back to top
View user's profile Send private message
morck
n00b
n00b


Joined: 25 Sep 2002
Posts: 60
Location: Moers, Germany

PostPosted: Thu Nov 28, 2002 10:52 pm    Post subject: Reply with quote

@ slack:
Und wie funktioniert dieses "drüberinstallieren" denn jetzt ?
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Fri Nov 29, 2002 9:05 pm    Post subject: Reply with quote

@ morck

das ist kein drueber installieren, sondern das setzen der Umgebungsvariablen auf eine bereits installierte Java-Version.
Bei der Installation eines JDK oder JRE wird das normalerweise vom ebuid mit erledigt.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
morck
n00b
n00b


Joined: 25 Sep 2002
Posts: 60
Location: Moers, Germany

PostPosted: Sat Nov 30, 2002 1:37 pm    Post subject: Reply with quote

nein ich meinte nicht das mit Java, das ist mir ja klar!
aber slack hat doch ganz am Anfang was davon erzählt, dass beim compilieren ne deutsche Version mitcompiliert wird ... man müsste sie nur "drüberinstallieren". oder hab ich das ganz falsch verstanden???
Quote:

also, wenn du openoffice kompillierst, wird auch eine deutsche version mitkompilliert.. die musst du dann eigentlich nur noch drueberinstallieren;



Gruß,
Morck
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum