Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #49595
Ticket #49595
: kdeinit4.sh
File kdeinit4.sh,
233 bytes
(added by
RJVB (René Bertin)
,
9 years ago
)
Line
1
#!/bin/sh
2
3
if
[
"
${
TERM
}
"
!
=
""
]
;
then
4
# launched attached to a terminal session; do not use LaunchServices:
5
exec
@KDEAPPDIR@/kdeinit4.app/Contents/MacOS/kdeinit4
"
$@
"
6
else
7
exec
open -W -a @KDEAPPDIR@/kdeinit4.app --args
"
$@
"
8
fi
Download in other formats:
Original Format