[okular] [Bug 503029] Okular MacOS "Open With" not working
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Mon May 12 06:44:51 BST 2025
https://bugs.kde.org/show_bug.cgi?id=503029
jmot205 at proton.me changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|DUPLICATE |FIXED
--- Comment #4 from jmot205 at proton.me ---
Saving the following in AppleScript as an app will allow you to set the default
pdf application to this new app as a workaround. So that means that we can now
open files in a more native way without the right-click menu.
>on open droppedFiles
> repeat with f in droppedFiles
> set filePath to POSIX path of f
> do shell script "/Applications/okular.app/Contents/MacOS/okular " & quoted form of filePath & " >/dev/null 2>&1 &"
> end repeat
>end open
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list