Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352242 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 2.3 /usr/bin shell script
jitsi (text/plain), 1.22 KB, created by
Jason Lamb
on 2013-06-29 13:45:06 UTC
(
hide
)
Description:
jitsi 2.3 /usr/bin shell script
Filename:
MIME Type:
Creator:
Jason Lamb
Created:
2013-06-29 13:45:06 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/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:}${jdir}/jre/lib/${jarch}:${jdir}/jre/lib/${jarch}/client:${jdir}/jre/lib/${jarch}/xawt:$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