Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341276 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]
/usr/bin/jitsi
jitsi (text/plain), 1.22 KB, created by
Navid Zamani
on 2013-03-08 01:22:45 UTC
(
hide
)
Description:
/usr/bin/jitsi
Filename:
MIME Type:
Creator:
Navid Zamani
Created:
2013-03-08 01:22:45 UTC
Size:
1.22 KB
patch
obsolete
>#!/bin/bash > ># Change memory settings for 32-bit systems >CLIENTARGS="" >uname -m | grep -q 'i.86' && CLIENTARGS="-client -Xmx256m" > ># Standard paths >javabin="$(java-config -J)" >SCDIR="/usr/lib/jitsi" >LIBPATH="$SCDIR/lib" > ># Configuration files >FELIX_CONFIG="$LIBPATH/felix.client.run.properties" >LOG_CONFIG="$LIBPATH/logging.properties" > ># Command assembly ># Add libraries and sip-communicator bundles: >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" ># Set the system properties: >SYSPROPS=( -Djna.library.path="$LIBPATH/native" -Dfelix.config.properties="file:$FELIX_CONFIG" -Djava.util.logging.config.file="$LOG_CONFIG" ) ># The full command: >COMMAND=( "$javabin" $CLIENTARGS -classpath "$CLASSPATH" "${SYSPROPS[@]}" net.java.sip.communicator.launcher.SIPCommunicator ) > ># Also add "LIBPATH/native" to LD_LIBRARY_PATH. >jarch="$( uname -m | sed 's/i.86/i386/; s/x86_64/amd64/' )" >export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$(java-config -o)/jre/lib/$jarch:/usr/lib/jni:$LIBPATH/native" > ># Fix font anti-aliasing >export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" > ># Run the command >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