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

ci: fix deb desktop entry #268

Merged
merged 1 commit into from Nov 11, 2023
Merged

ci: fix deb desktop entry #268

merged 1 commit into from Nov 11, 2023

Conversation

ghost
Copy link

@ghost ghost commented Nov 10, 2023

  • The version key does not represent the version of the application, but rather the version of the desktop entry specification that the file follows. The version field is not required.
  • The GenericName key is the generic name of the application, such as "Web Browser".
  • If the Icon key is an absolute path, the given file will be used. If the path is not an absolute path, it should not have a suffix.
  • Flutter_to_debian adds another Exec and Icon properties to the .desktop file even if there are already Exec and Icon.
  • By the way: If it seems more standardized for the application's parent directory to use the default /opt than /usr/local/bin, you can use postinst to link /opt/gopeed/gopeed to /usr/bin/gopeed. Flutter_to_debian supports postinst.

@monkeyWie
Copy link
Member

This information is very useful to me, tks~

@monkeyWie monkeyWie merged commit 0db0a2c into GopeedLab:main Nov 11, 2023
@monkeyWie monkeyWie added the ci label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant