From ccbe17845c579d32a994035bfc153d606a9e8a42 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 14 Aug 2026 14:21:05 +0100 Subject: Fix Flatpak PDF handoff --- dot_local/share/applications/org.pwmt.zathura.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_local/share/applications/org.pwmt.zathura.desktop (limited to 'dot_local') diff --git a/dot_local/share/applications/org.pwmt.zathura.desktop b/dot_local/share/applications/org.pwmt.zathura.desktop new file mode 100644 index 0000000..f8b0a70 --- /dev/null +++ b/dot_local/share/applications/org.pwmt.zathura.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=Zathura +Comment=Document Viewer +Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=zathura --file-forwarding org.pwmt.zathura @@u %U @@ +Icon=org.pwmt.zathura +Terminal=false +Categories=Office;Viewer; +MimeType=application/pdf;application/postscript; +X-Flatpak=org.pwmt.zathura -- cgit v1.3.1