(Untitled)

Apr 29, 2008 21:15


kill `ps axwww | grep -i print | grep dbus | cut -c 1-5`

kills these:

dbus-daemon --fork --print-pid 4 --print-address 6 --config-file /Applications/Gimp.app/Contents/Resources/etc/dbus-1/session.confIt seems that for some reason, if you run GIMP on a macintosh, a shitload of these dbus-daemon processes build up over time. Even if you don't print ( Read more... )

Leave a comment

Comments 2

Try this ... anonymous September 1 2008, 04:45:30 UTC
Try:

killall dbus-daemon

Reply

Re: Try this ... mymacsucks September 1 2008, 18:01:11 UTC
if that works like it looks like it does, yeah that would be easier.

Kind of makes me feel old. Guess I just reinvented the wheel. Oh well.

Reply


Leave a comment

Up