diff options
-rwxr-xr-x | move/make_live | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |