Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574874 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- debian/bin/tribler
0
++ debian/bin/tribler
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# Startup script for Ubuntu Linux
3
2
4
echo "Starting Tribler..."
3
echo "Starting Tribler..."
5
4
5
STATEDIR="${XDG_CONFIG_HOME:-$HOME/.config}/tribler"
6
[ ! -d $STATEDIR ] && mkdir -p "${STATEDIR}"
7
6
cd "/usr/share/tribler"
8
cd "/usr/share/tribler"
7
exec /usr/bin/python2.7 -m Tribler.Main.tribler "$@" > `mktemp /tmp/$USER-tribler-XXXXXXXX.log` 2>&1
9
exec python2 -O Tribler/Main/tribler.py "$@" > "${STATEDIR}"/tribler.log 2>&1

Return to bug 574874