Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to force quit Filemaker Pro via Terminal?

Featured Replies

Hi, I have an Applescript that checks to see if FIlemaker Pro is running, and tells it to quit if it's running. Often the script doesn't work for some reason, for example Filemaker is stuck showing a a dialog box and can't receive the quit command.

So I am trying to have another part of the script that double checks to see if FMP is still running, like this

tell application "Finder"

set process_list to the name of every process whose visible is true

end tell

if "Filemaker Pro" is in process_list then

do shell script "killall 'Filemaker Pro'"

end if

The issue is that *nothing* seems to make "killall" in terminal kill Filemaker Pro, and I always get "No matching processes belonging to you were found" no matter how I try to change things.

I am running Filemaker Pro Advanced 11, but I've observed this issue with Filemaker Pro 9 and 8.5 too. Running Lion currently (fully updated) but this issue has been with me a while.

Is there a way to kill the Filemaker process with killall, or else an automated way to do it using the terminal on one line (e.g. not manually finding what the process ID is and killing with 'kill').

Thanks in advance for your help, this has had me stumped for a while.

  • Author

Also trying

for i in $(ps x | grep filemaker* | cut -d"?" -f1 | grep -v filemaker); do kill -9 $i ; done

though I may well have the format wrong. Nothing is quitting though. Can anyone help?

  • Author

No help? It seems that nothing will reliably force a Filemaker Pro app to quit.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.