Comment 7 for bug 43035

Revision history for this message
Gregory Oschwald (osch0001) wrote : Re: [Bug 43035] Re: gnome-volume-manager 1.5.14 fails to start

Hi Martin,

It seems to return normally.

Using gnome-volume-manager 1.5.15-0ubuntu7, it seems that it is exiting
at the "exit 1" on line 3490. Here are the last several steps it made:

3449 bind_textdomain_codeset (PACKAGE, "UTF-8");
3450 textdomain (PACKAGE);
3452 program = gnome_program_init (PACKAGE, VERSION,
LIBGNOMEUI_MODULE, argc, argv,
3457 if (print_version) {
3462 if (daemon_arg != NULL) {
3468 fprintf (stdout, _("Unrecognized
--daemon argument: %s\n"), daemon_arg);
3471 if (no_daemon)
3474 if (secret_mode)
3477 if (daemonize && daemon (0, 0) < 0) {
3482 client = gnome_master_client ();
3483 if (gvm_get_clipboard () && gvm_user_at_console ()) {
3486 gnome_client_set_restart_style (client,
GNOME_RESTART_NEVER);
3487 if (gvm_user_at_console ())
3488 warn ("already running");
3547 }
0xb7408ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6

It seems to mistakenly think that it is already running (which it is not).

Please let me know if this is what you wanted, if not I can give you
more information or possibly give you an account on the machine.

Greg