inducer / inducer/katarakt

Add katarakt.desktop file

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Could we have a `katarakt.desktop` file so that katarakt shows up in various menu programs? eg. dmenu and rofi

Here's a basic one which works for me. It's deployed to `/usr/share/applications`:
```
[Desktop Entry]
Version=1.1
Type=Application
Name=katarakt
GenericName=File viewer
Comment=View PDF files
Exec=katarakt %f
Terminal=false
NoDisplay=false
Categories=Utility;
Keywords=view;pdf
MimeType=application/pdf;application/x-pdf;
```
Thanks for reading.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.