Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

How can I set the window icon? #51

Closed Answered by david-swift
Jak2k asked this question in Q&A
Discussion options

You must be logged in to vote

In the shell

If you run the app in a Flatpak (e.g. based on the template), follow the steps below. In case you simply want to try to build the template and show the icon (no custom icon), start at step 4.

  1. Design the icon based on the SVG template.
  2. Save the icons under ./data/icons (or any other directory in your project). Normally, you would follow the following naming scheme (` should be replaced by the reverse DNS style identifier:
  • <app-id>.Source.svg for the file based on the SVG template.
  • <app-id>.svg for the icon visible in the dash and app overview grid
  • <app-id>-symbolic.svg for the symbolic icon which is visible for notifications for example
  1. In the Flatpak manifest (./<app-id…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jak2k
Comment options

Answer selected by Jak2k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants