diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-28 12:56:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-28 12:56:09 +0000 |
commit | 83abcc98d00ee561546aeed16e29e4cccf6764d8 (patch) | |
tree | bedac7922da553126fe59b89219d8bf2159cac9d /move | |
parent | 882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391 (diff) | |
download | drakx-83abcc98d00ee561546aeed16e29e4cccf6764d8.tar drakx-83abcc98d00ee561546aeed16e29e4cccf6764d8.tar.gz drakx-83abcc98d00ee561546aeed16e29e4cccf6764d8.tar.bz2 drakx-83abcc98d00ee561546aeed16e29e4cccf6764d8.tar.xz drakx-83abcc98d00ee561546aeed16e29e4cccf6764d8.zip |
kbuildsycoca keeps a snapshot of current environment, esp. $ENV{BROWSER}
trying to be as similar as startkde environment
Diffstat (limited to 'move')
-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'); |