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... )
Comments 2
killall dbus-daemon
Reply
Kind of makes me feel old. Guess I just reinvented the wheel. Oh well.
Reply
Leave a comment