Search
j0ke.net Open Build Service
>
Projects
>
Java
>
java-1_6_0-sun
> wrapper-script
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File wrapper-script of Package java-1_6_0-sun
#!/bin/bash # This wrapper script solves the problem that graphical java programs won't work with the newest X server export LIBXCB_ALLOW_SLOPPY_LOCK=1 exec -a `readlink -f $0` `readlink -f $0`.bin ${1+"$@"}