From 0900dd956b1509fb9f51feee4d93a3caf66d845c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 2 Jun 2011 15:19:24 +0200 Subject: [PATCH] mambabase.sh: also remove konsole-nofork usage here --- ChangeLog | 4 ++++ VERSION | 2 +- mambabase/mambabase.sh | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89ff168..56d99a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Changes in version 2.2.22 20110602 +- see git log +--------------------------------------------------------------------------------- + Changes in version 2.2.21 20110522 - see git log --------------------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 79f5c14..f25c840 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION = 2.2.21 +VERSION = 2.2.22 diff --git a/mambabase/mambabase.sh b/mambabase/mambabase.sh index 629ead3..48611a6 100644 --- a/mambabase/mambabase.sh +++ b/mambabase/mambabase.sh @@ -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