'From etoys2.1 of 26 July 2007 [latest update: #1565] on 21 August 2007 at 1:59:46 pm'! "Change Set: safeFailDbus-yo Date: 21 August 2007 Author: Yoshiki Ohshima Ignore error when the VM doesn't have DBus plugin."! !DBusConnection methodsFor: 'accessing' stamp: 'yo 8/21/2007 13:40'! releaseName: name "If the primitive fails, we are not probably running on Sugar and the result doesn't matter." [self primReleaseName: name] on: Error do: [:ex | ^ self]. ! !