mambabase.sh: also remove konsole-nofork usage here
This commit is contained in:
parent
4ade683172
commit
0900dd956b
@ -1,3 +1,7 @@
|
||||
Changes in version 2.2.22 <silvan.calarco@mambasoft.it> 20110602
|
||||
- see git log
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 2.2.21 <silvan.calarco@mambasoft.it> 20110522
|
||||
- see git log
|
||||
---------------------------------------------------------------------------------
|
||||
|
@ -168,7 +168,7 @@ fi
|
||||
if [ "$INSTALL_FLASH" = "1" ]; then
|
||||
echo $"Installing flash plugin"
|
||||
dcop_write $"Installing Flash plugin..." 10
|
||||
konsole-nofork --background-mode -e /usr/bin/openmamba-netsrpms flashplugin
|
||||
/usr/bin/openmamba-netsrpms flashplugin
|
||||
echo $"Executing nspluginscan"
|
||||
nspluginscan
|
||||
rpm -q gnash && {
|
||||
@ -180,18 +180,18 @@ fi
|
||||
if [ "$INSTALL_CODECS" = "1" ]; then
|
||||
echo $"Installing win32 codecs"
|
||||
dcop_write $"Installing Win32 codecs..." 10
|
||||
konsole-nofork --background-mode -e /usr/bin/openmamba-netsrpms win32codecs
|
||||
/usr/bin/openmamba-netsrpms win32codecs
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_MSTTCF" = "1" ]; then
|
||||
dcop_write $"Installing MS TrueType core fonts..." 10
|
||||
konsole-nofork --background-mode -e /usr/bin/openmamba-netsrpms msttcorefonts
|
||||
/usr/bin/openmamba-netsrpms msttcorefonts
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_SKYPE" = "1" ]; then
|
||||
rpm -q libqt4 >/dev/null || apt_get_parsed install -y libqt4
|
||||
dcop_write $"Installing Skype software..." 10
|
||||
konsole-nofork --background-mode -e /usr/bin/openmamba-netsrpms skype
|
||||
/usr/bin/openmamba-netsrpms skype
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_JDK" = "1" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user