-
Notifications
You must be signed in to change notification settings - Fork 224
Add .desktop file and logo #550
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,11 @@ | ||||||||||
| [Desktop Entry] | ||||||||||
| Categories=Game;Utility;GameTool;Java; | ||||||||||
| Comment=Tool to select chunks from Minecraft worlds for deletion or export | ||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| Exec=@binary@ | ||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't see any build system that will replace this here. Should we just not include it or keep it empty? Later in any packaging solution we can just run: or something smilier, depending on the launcher used |
||||||||||
| Icon=net.querz.mcaselector | ||||||||||
| Name=MCA Selector | ||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| StartupNotify=true | ||||||||||
| StartupWMClass=net.querz.mcaselector.ui.Window | ||||||||||
| Terminal=false | ||||||||||
| Type=Application | ||||||||||
| Version=1.0 | ||||||||||
|
Comment on lines
+10
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It would be easier to read if those were moved to the top. Just like the order they are defined at https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html |
||||||||||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilityis a general system tool or a tool that does a simple operation without a specificity defined goal.It is not a
Utilityif it was aGameTool.Also, recommendation is against having more than one main category, in this case both
UtilityandGame.