Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="contrib/net.querz.mcaselector.png" alt="MCA Selector Logo" align="right" height="64" />

# MCA Selector
[![total downloads](https://img.shields.io/github/downloads/Querz/mcaselector/total.svg)](https://github.com/Querz/mcaselector/releases) [![paypal](https://img.shields.io/badge/donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3PV2GDWZL8HCA) [![chat](https://img.shields.io/discord/722924391805223113?logo=discord)](https://discord.gg/h942U8U)

Expand Down
11 changes: 11 additions & 0 deletions contrib/net.querz.mcaselector.desktop.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Categories=Game;Utility;GameTool;Java;
Copy link
Copy Markdown

@zefr0x zefr0x Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Categories=Game;Utility;GameTool;Java;
Categories=Game;GameTool;Java;

Utility is a general system tool or a tool that does a simple operation without a specificity defined goal.

It is not a Utility if it was a GameTool.

Also, recommendation is against having more than one main category, in this case both Utility and Game.

Comment=Tool to select chunks from Minecraft worlds for deletion or export
Copy link
Copy Markdown

@zefr0x zefr0x Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Comment=Tool to select chunks from Minecraft worlds for deletion or export
Comment=Select, edit, and export chunks of your Minecraft world

Exec=@binary@
Copy link
Copy Markdown

@zefr0x zefr0x Sep 23, 2025

Choose a reason for hiding this comment

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

$ desktop-file-edit --set-key=Exec --set-value="mcaselector" <desktop file>

or something smilier, depending on the launcher used

Icon=net.querz.mcaselector
Name=MCA Selector
Copy link
Copy Markdown

@zefr0x zefr0x Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Name=MCA Selector
Name=MCA Selector
GenericName=Minecraft Chunks Manager
Keywords=filter;select;delete;import;NBT;

StartupNotify=true
StartupWMClass=net.querz.mcaselector.ui.Window
Terminal=false
Type=Application
Version=1.0
Comment on lines +10 to +11
Copy link
Copy Markdown

Choose a reason for hiding this comment

The 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

Binary file added contrib/net.querz.mcaselector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.