I just installed gimp-dev and tried to start the program for the first time. However, I am getting the following error: $ sudo /opt/local/bin/gimp-2.3 process 458: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/opt/local/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not compiled with backtrace support so unable to print a backtrace /opt/local/bin/gimp-2.3: line 8: 458 Abort trap /opt/local/gimp-2.3/bin/gimp-2.3 "$@" Any ideas on what is going on? How can I fix this?
Le 07-07-07 à 10:42, Nicholas Gates a écrit :
I just installed gimp-dev and tried to start the program for the first time. However, I am getting the following error:
$ sudo /opt/local/bin/gimp-2.3 process 458: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/opt/local/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not compiled with backtrace support so unable to print a backtrace /opt/local/bin/gimp-2.3: line 8: 458 Abort trap /opt/local/gimp-2.3/bin/gimp-2.3 "$@"
Any ideas on what is going on? How can I fix this?
I don't know dbus so I can't tell what is happening, but the easy solution is dbus-launch gimp-2.3 yves
Thank you! That worked. On 7/7/07, Yves de Champlain <yves@macports.org> wrote:
Le 07-07-07 à 10:42, Nicholas Gates a écrit :
I just installed gimp-dev and tried to start the program for the first time. However, I am getting the following error:
$ sudo /opt/local/bin/gimp-2.3 process 458: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/opt/local/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not compiled with backtrace support so unable to print a backtrace /opt/local/bin/gimp-2.3: line 8: 458 Abort trap /opt/local/gimp-2.3/bin/gimp-2.3 "$@"
Any ideas on what is going on? How can I fix this?
I don't know dbus so I can't tell what is happening, but the easy solution is
dbus-launch gimp-2.3
yves
I'm getting the same error...although am extremely new to all things terminal-like, so I've just tried typing the solution: dbus-launch gimp-2.3 into the xterm window, but I get bash: dbus-launch: command not found Should there be a prefix or anything? Sorry if I've just missed something simple, Steve Nicholas Gates wrote:
On 7/7/07, Yves de Champlain <yves@macports.org> wrote:
Le 07-07-07 à 10:42, Nicholas Gates a écrit :
I just installed gimp-dev and tried to start the program for the first time. However, I am getting the following error:
$ sudo /opt/local/bin/gimp-2.3 process 458: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/opt/local/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not compiled with backtrace support so unable to print a backtrace /opt/local/bin/gimp-2.3: line 8: 458 Abort trap /opt/local/gimp-2.3/bin/gimp-2.3 "$@"
Any ideas on what is going on? How can I fix this?
I don't know dbus so I can't tell what is happening, but the easy solution is
dbus-launch gimp-2.3
yves
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
-- View this message in context: http://www.nabble.com/D-Bus-Error-while-starting-Gimp-tf4040675.html#a116131... Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Jul 16, 2007, at 06:48, stevo t wrote:
I'm getting the same error...although am extremely new to all things terminal-like, so I've just tried typing the solution:
dbus-launch gimp-2.3
into the xterm window, but I get
bash: dbus-launch: command not found
Should there be a prefix or anything? Sorry if I've just missed something simple,
Presumably dbus-launch is in /opt/local/bin and you have not set up your path properly: http://trac.macosforge.org/projects/macports/wiki/ InstallingMacPorts#a3.Settheshellenvironment
participants (4)
-
Nicholas Gates
-
Ryan Schmidt
-
stevo t
-
Yves de Champlain