Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 624086
Collapse All | Expand All

(-)/usr/bin/et_original (-2 / +2 lines)
Lines 39-47 Link Here
39
	oldPwd="${PWD}"
39
	oldPwd="${PWD}"
40
	if [ -e "${gInstallPath}/office6/${gApp}" ] ; then
40
	if [ -e "${gInstallPath}/office6/${gApp}" ] ; then
41
		if [ 1 -eq ${gDaemon} ]; then
41
		if [ 1 -eq ${gDaemon} ]; then
42
			nohup ${gInstallPath}/office6/${gApp} ${gOpt} > /dev/null 2>&1 &
42
			apulse nohup ${gInstallPath}/office6/${gApp} ${gOpt} > /dev/null 2>&1 &
43
		else
43
		else
44
			${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
44
			apulse ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
45
		fi
45
		fi
46
	else
46
	else
47
		echo "${gApp} does not exist!"
47
		echo "${gApp} does not exist!"
(-)/usr/bin/wps_original (-2 / +2 lines)
Lines 39-47 Link Here
39
	oldPwd="${PWD}"
39
	oldPwd="${PWD}"
40
	if [ -e "${gInstallPath}/office6/${gApp}" ] ; then
40
	if [ -e "${gInstallPath}/office6/${gApp}" ] ; then
41
		if [ 1 -eq ${gDaemon} ]; then
41
		if [ 1 -eq ${gDaemon} ]; then
42
			nohup ${gInstallPath}/office6/${gApp} ${gOpt} > /dev/null 2>&1 &
42
			apulse nohup ${gInstallPath}/office6/${gApp} ${gOpt} > /dev/null 2>&1 &
43
		else
43
		else
44
			${gInstallPath}/office6/${gApp}  ${gOptExt} ${gOpt} "$@"
44
			apulse ${gInstallPath}/office6/${gApp}  ${gOptExt} ${gOpt} "$@"
45
		fi
45
		fi
46
	else
46
	else
47
		echo "${gApp} does not exist!"
47
		echo "${gApp} does not exist!"
(-)/usr/bin/wpp_original (-2 / +2 lines)
Lines 39-47 Link Here
39
	oldPwd="${PWD}"
39
	oldPwd="${PWD}"
40
	if [ -e "${gInstallPath}/office6/${gApp}" ] ; then
40
	if [ -e "${gInstallPath}/office6/${gApp}" ] ; then
41
		if [ 1 -eq ${gDaemon} ]; then
41
		if [ 1 -eq ${gDaemon} ]; then
42
			nohup ${gInstallPath}/office6/${gApp} ${gOpt} > /dev/null 2>&1 &
42
			apulse nohup ${gInstallPath}/office6/${gApp} ${gOpt} > /dev/null 2>&1 &
43
		else
43
		else
44
			${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
44
			apulse ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
45
		fi
45
		fi
46
	else
46
	else
47
		echo "${gApp} does not exist!"
47
		echo "${gApp} does not exist!"

Return to bug 624086