[okular] [Bug 503029] Okular MacOS "Open With" not working
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Mon May 5 03:14:58 BST 2025
https://bugs.kde.org/show_bug.cgi?id=503029
--- Comment #2 from jmot205 at proton.me ---
Adding this as a workflow quick action in Automator seems to work for opening a
pdf from the right-click menu:
>on run {input, parameters}
> set filePath to POSIX path of (item 1 of input)
> set okularCommand to "/Applications/okular.app/Contents/MacOS/okular " & quoted form of filePath
> do shell script okularCommand
> return input
>end run
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list