summaryrefslogtreecommitdiff
path: root/nautilus-installer/src/prescript
diff options
context:
space:
mode:
authorRobey Pointer <robey@src.gnome.org>2000-11-03 20:43:59 +0000
committerRobey Pointer <robey@src.gnome.org>2000-11-03 20:43:59 +0000
commita210d03a94efb380efaceb40ff6e6982678103fe (patch)
treec13219666d515bcd3a1744250c68bbfad1494fff /nautilus-installer/src/prescript
parentc41fa4f9bd6ee1da38437a34ebf46af407473ef7 (diff)
downloadnautilus-a210d03a94efb380efaceb40ff6e6982678103fe.tar.gz
Use /tmp/eazel-install.log for logging (being very careful to make sure
* nautilus-installer/src/installer.c: (log_debug), (add_bullet_point_to_vbox), (strip_categories), (start_over_make_category_func), (start_over), (start_over_callback), (dont_start_over_callback), (start_over_timer), (jump_to_retry_page), (create_window), (eazel_install_progress), (eazel_download_progress), (add_force_packages), (add_force_remove), (add_update_package), (get_detailed_errors_foreach), (get_detailed_errors), (install_failed), (download_failed), (eazel_install_preflight), (eazel_install_dep_check), (install_done), (check_if_next_okay), (toggle_button_toggled), (eazel_installer_add_category), (check_system), (more_check_system), (eazel_installer_do_install), (draw_splash_text), (eazel_installer_finalize), (start_logging), (find_old_tmpdir), (eazel_installer_initialize): * nautilus-installer/src/installer.h: * nautilus-installer/src/link.sh: * nautilus-installer/src/main.c: * nautilus-installer/src/prescript: Use /tmp/eazel-install.log for logging (being very careful to make sure the file is not a booby trap) instead of spamming all over the terminal. However, the --debug option will give you the terminal spam if you want it (in addition to the logfile). Fix the annoying debug logs to use g_log so we can catch them. Add a --batch option that causes the installer to skip all question screens.
Diffstat (limited to 'nautilus-installer/src/prescript')
-rw-r--r--nautilus-installer/src/prescript1
1 files changed, 0 insertions, 1 deletions
diff --git a/nautilus-installer/src/prescript b/nautilus-installer/src/prescript
index 8fccb7476..f17320d6b 100644
--- a/nautilus-installer/src/prescript
+++ b/nautilus-installer/src/prescript
@@ -54,7 +54,6 @@ if test $UID -ne 0; then
# Start the nautilus launcher if needed
ps ax | grep -vw grep | grep -w 'nautilus-launcher-applet' > /dev/null 2>&1
rv=$?
- echo $rv
if [ $rv -ne 0 ]; then
if [ -f /usr/bin/nautilus-launcher-applet ]; then
nautilus-launcher-applet &