From 83abcc98d00ee561546aeed16e29e4cccf6764d8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 28 Nov 2003 12:56:09 +0000 Subject: kbuildsycoca keeps a snapshot of current environment, esp. $ENV{BROWSER} trying to be as similar as startkde environment --- move/make_live | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'move/make_live') diff --git a/move/make_live b/move/make_live index a17f4dfd9..c8fd84124 100755 --- a/move/make_live +++ b/move/make_live @@ -98,6 +98,10 @@ print "Making live in $::prefix directory.\n"; run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file run_program::rooted($::prefix, 'nspluginscan'); #- must be run before kbuildsycoca for the ksycoca to be flash plugin aware + + $ENV{HELP_BROWSER} = "kfmclient openProfile webbrowsing"; + $ENV{BROWSER} = "kfmclient openProfile webbrowsing"; + $ENV{DESKTOP} = "kde"; foreach (@langs) { $ENV{LC_ALL} = $_; run_program::rooted($::prefix, 'kbuildsycoca'); -- cgit v1.2.1