Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341234 Details for
Bug 323819
net-im/jitsi(-bin) - An audio/video SIP VoIP phone and instant messenger written in Java
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Jitsi shell script reference in comment #19
jitsi (text/plain), 980 bytes, created by
Jason Lamb
on 2013-03-07 16:08:14 UTC
(
hide
)
Description:
Jitsi shell script reference in comment #19
Filename:
MIME Type:
Creator:
Jason Lamb
Created:
2013-03-07 16:08:14 UTC
Size:
980 bytes
patch
obsolete
>#!/bin/bash > ># Get architecture >ARCH=`uname -m | sed -e s/x86_64/64/ -e s/i.86/32/` > ># Additionnal JVM arguments >CLIENTARGS="" > >if [ $ARCH -eq 32 ] >then > CLIENTARGS="-client -Xmx256m" >fi > >javabin=$(java-config -J) > >SCDIR=/usr/lib/jitsi >LIBPATH="$SCDIR/lib" >CLASSPATH="$LIBPATH/jdic_stub.jar:$LIBPATH/jdic-all.jar:$LIBPATH/felix.jar:$LIBPATH/bcprovider.jar:$SCDIR/sc-bundles/sc-launcher.jar:$SCDIR/sc-bundles/util.jar" >FELIX_CONFIG="$LIBPATH/felix.client.run.properties" >LOG_CONFIG="$LIBPATH/logging.properties" >COMMAND=("$javabin" $CLIENTARGS -classpath "$CLASSPATH" -Djna.library.path="$LIBPATH/native" -Dfelix.config.properties="file:$FELIX_CONFIG" -Djava.util.logging.config.file="$LOG_CONFIG" net.java.sip.communicator.launcher.SIPCommunicator) > ># set add LIBPATH to LD_LIBRARY_PATH for any sc natives (e.g. jmf .so's) >export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$LIBPATH/native" >export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" > >cd "$SCDIR" > >exec "${COMMAND[@]}" "$@"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 323819
:
274173
|
275963
|
306793
|
312999
|
321320
|
326892
|
326902
|
341232
|
341234
|
341238
|
341266
|
341270
|
341272
|
341276
|
341278
|
349712
|
349724
|
349726
|
349728
|
352240
|
352242
|
352276
|
365126