Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install icons during postInstall phase of Nix flake #4341

Closed
wants to merge 1 commit into from

Conversation

toasterrepairman
Copy link

Small fix for Nix packaging that installs the app icon and desktop file (icon_512 by default) during postInstall phase. There was no issue for this, but I'm not really sure it was large enough to warrant a full triage.

Before:

image

After:

image

@jcollie
Copy link
Collaborator

jcollie commented Jan 2, 2025

Those are not the standard locations/names to install the .desktop file or the icon. The .desktop file is installed to $out/share/applications/com.mitchellh.ghostty.desktop and the icons are installed to $out/share/icons/hicolor/<size>/apps/com.mitchell.ghostty.png. If those file location aren't working for you then I suspect that you have something wrong locally on your system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants