void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.15k forks source link

xpdf: lacks a .desktop entry #28664

Closed Val6789 closed 2 years ago

Val6789 commented 3 years ago

System

Expected behavior

The xpf package should include a .desktop entry to associate .pdf files with the xpdf reader.

Actual behavior

No .desktop entry exists in /usr/share/applications

Steps to reproduce the behavior

xbps-install xpdf
maop commented 3 years ago

While we wait for the maintainer, you can add the following to your ~/.local/share/applications/xpdf.desktop

[Desktop Entry]
Name=xpdf
GenericName=PDF viewer
Comment=View PDF files
Exec=xpdf %f
Icon=xpdf
Terminal=false
Type=Application
MimeType=application/pdf;application/x-pdf;application/x-gzpdf;application/x-bzpdf;application/x-xzpdf;application/x-lzpdf;
Categories=Viewer;Graphics;
Keywords=Viewer;Graphics;

source: https://salsa.debian.org/debian/xpdf/-/blob/master/debian/xpdf.desktop

github-actions[bot] commented 2 years ago

Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.