NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.09k stars 14.07k forks source link

multiple applications with .desktop file not missing/provided #36953

Open jacobdillon opened 6 years ago

jacobdillon commented 6 years ago

Issue description

The mgba package doesn't seem to provide a .desktop file for mgba-qt (mgba-qt.desktop), which upstream provides here.

Steps to reproduce

Install mgba, look in /nix/store/*mgba* for mgba-qt.desktop file.

Technical details

Side note: I have noticed a few applications that I use do not ship .desktop files, even when present upstream or in other distributions. Should I list them here, or create a new issue for each?

jfrankenau commented 6 years ago

That sadly is usually the case if a simple make install does not install the provided desktop files and the maintainer of the Nix package forgot to do it by hand. If you've got any other packages where the upstream desktop file is not being installed, feel free to list them here. I'll see what I can do.

cx405 commented 6 years ago

@jad340 Could you please change bug header from "mgba: .desktop file is not provided" -> "multiple applications with .desktop file not missing/provided"? Thank you!

Following applications are still missing desktop files in [18.03]:

jacobdillon commented 6 years ago

@cx405 Certainly

Here are some other applications I've noticed do not have desktop files:

cx405 commented 6 years ago

More in [18.03]: * skanlite (fixed)

cx405 commented 6 years ago

PInging @edolstra @vcunat for awareness, perhaps this bug needs labels as its about systemwide Nixos desktop usability.

vcunat commented 6 years ago

ACK, though too low on my priority list to realistically do something about it myself. Over long term I'd imagine a package linter that scans the built output for various issues (also e.g. ldd -r checks). EDIT: lintian could be a source of inspiration.

cx405 commented 6 years ago

More in [18.03]:

jfrankenau commented 6 years ago

@cx405 The desktop files for clementine and skanlite install fine for me. @jad340 For the desktop file of mgba see #42214.

puddletag has been fixed by #42765.

cx405 commented 6 years ago

@jfrankenau Thanks!

Clementine missing translations in description. Skanlite looks fine.

jfrankenau commented 6 years ago

@cx405, the desktop entry file for Clementine is provided by upstream.

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.