Opened 15 years ago

Closed 13 years ago

#18155 closed enhancement (fixed)

gnucash 2.2.8 post-activate no_x11 warning re dbus-launch may be incorrect

Reported by: kadorken@… Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: gnucash dbus dbus-launch Cc: mf2k (Frank Schima)
Port: gnucash

Description

As determined in a discussion of https://trac.macports.org/ticket/17950#comment:69, the post-activate code for gnucash 2.2.8 may need modification.

The warning

   if {[variant_isset no_x11]} {
        ui_warn "When you run gnucash, if it pops up a window saying:"
        ui_warn "   An error occurred while loading or saving configuration"
        ui_warn "   information for gnucash."
        ui_warn "it is probably because it cannot connect to"
        ui_warn "the DBus server.  Either place the following in your login"
        ui_warn "shell profile:"
        ui_warn "    eval `dbus-launch --auto-syntax`"
        ui_warn "or invoke gnucash via 'dbus-launch gnucash'. Note that with"
        ui_warn "the latter alternative you may end up with a stray dbus"
        ui_warn "process after you quit gnucash."
    } 

may no longer be relevant. Please review the discussion at https://trac.macports.org/ticket/17950 specifically comment https://trac.macports.org/ticket/17950#comment:68 for further information.

Change History (4)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: macsforever2000@… added

Cc Me!

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 13 years ago by drkp (Dan Ports)

Owner: changed from macports-tickets@… to dports@…
Status: newassigned

comment:4 Changed 13 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed

Removed warning in r74427

Note: See TracTickets for help on using tickets.