https://bugs.kde.org/show_bug.cgi?id=503029
jmot...@proton.me changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED --- Comment #4 from jmot...@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.