aboutsummarylogtreecommitdiffstats
path: root/cevelop.sh
blob: 4672128b79e3e624e9c5ac34564e84413ba9b275 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Disable the intro, it requires additional system library (webkit gtk) we don't control
export CEVELOP_INTRO=false

# To disable GTK3 (and go back to GTK2), uncomment the following line:
# export SWT_GTK3=0

export ECLIPSE_HOME=/usr/lib/cevelop
exec "$ECLIPSE_HOME/cevelop" "$@"