repo: Add Meshtastic Desktop icon SVGs#5623
Merged
Merged
Conversation
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Consumed by the FlatPak packaging.
Collaborator
Added: Flatpak packaging metadataThis PR now also includes the Linux desktop packaging structure at
Categories and metadata align with the firmware's Open questions for reviewer
|
- desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
AppStream/Flathub metadata: name, summary, description, OARS,
categories, branding colours, and an initial release entry.
- desktopApp/packaging/linux/org.meshtastic.desktop.desktop
FreeDesktop launcher file required by Flatpak export and app stores.
- desktopApp/packaging/linux/icons/hicolor/scalable/apps/org.meshtastic.desktop.svg
Symlink to src/main/resources/icon.svg so the icon has the app-ID
filename required by the hicolor theme spec and Flatpak icon export
(only $FLATPAK_ID-named icons are exported to the host).
The files in src/main/resources/ remain unchanged; those serve the
Compose runtime (window/tray icon). The packaging/ tree is the source
for Flatpak build-commands that install to /app/share/{metainfo,
applications, icons/hicolor/scalable/apps}.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
d7df9a4 to
5f7732c
Compare
These SVGs are not loaded at runtime (only tray_icon_{black,white}.svg
are used by Compose) and are not referenced by build.gradle.kts native
distributions (which use icon.png/.icns/.ico). Moving them out of
src/main/resources avoids bundling unused artwork into the uber-JAR.
The Flatpak manifest can install them with whatever app-ID filename is
needed at build time.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are consumed by the FlatPak packaging and should live in-repo somewhere.