Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xpdf: lacks a .desktop entry
@ 2021-02-11 13:41 Val6789
  2021-02-28  0:58 ` maop
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Val6789 @ 2021-02-11 13:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 682 bytes --]

New issue by Val6789 on void-packages repository

https://github.com/void-linux/void-packages/issues/28664

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* package:  xpdf-4.03_1
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``

### 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xpdf: lacks a .desktop entry
  2021-02-11 13:41 [ISSUE] xpdf: lacks a .desktop entry Val6789
@ 2021-02-28  0:58 ` maop
  2021-02-28  1:01 ` maop
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: maop @ 2021-02-28  0:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

New comment by maop on void-packages repository

https://github.com/void-linux/void-packages/issues/28664#issuecomment-787212410

Comment:
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xpdf: lacks a .desktop entry
  2021-02-11 13:41 [ISSUE] xpdf: lacks a .desktop entry Val6789
  2021-02-28  0:58 ` maop
@ 2021-02-28  1:01 ` maop
  2021-02-28  1:02 ` maop
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: maop @ 2021-02-28  1:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

New comment by maop on void-packages repository

https://github.com/void-linux/void-packages/issues/28664#issuecomment-787212410

Comment:
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;
```



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xpdf: lacks a .desktop entry
  2021-02-11 13:41 [ISSUE] xpdf: lacks a .desktop entry Val6789
  2021-02-28  0:58 ` maop
  2021-02-28  1:01 ` maop
@ 2021-02-28  1:02 ` maop
  2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: maop @ 2021-02-28  1:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

New comment by maop on void-packages repository

https://github.com/void-linux/void-packages/issues/28664#issuecomment-787212410

Comment:
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xpdf: lacks a .desktop entry
  2021-02-11 13:41 [ISSUE] xpdf: lacks a .desktop entry Val6789
                   ` (2 preceding siblings ...)
  2021-02-28  1:02 ` maop
@ 2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-03  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/28664#issuecomment-1115549711

Comment:
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] xpdf: lacks a .desktop entry
  2021-02-11 13:41 [ISSUE] xpdf: lacks a .desktop entry Val6789
                   ` (3 preceding siblings ...)
  2022-05-03  2:14 ` github-actions
@ 2022-05-17  2:14 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-17  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Closed issue by Val6789 on void-packages repository

https://github.com/void-linux/void-packages/issues/28664

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* package:  xpdf-4.03_1

### 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-17  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 13:41 [ISSUE] xpdf: lacks a .desktop entry Val6789
2021-02-28  0:58 ` maop
2021-02-28  1:01 ` maop
2021-02-28  1:02 ` maop
2022-05-03  2:14 ` github-actions
2022-05-17  2:14 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).