Desktop: Linux improve desktop integration (#3003)

* Move consts to extra module

* Add desktop icons

* Add xdg desktop file

* Improve window attributes

* Make icon background white
This commit is contained in:
Timon
2025-08-06 15:05:38 +00:00
committed by GitHub
parent caa228a1ec
commit 0462d0ea2f
7 changed files with 46 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
pub(crate) static APP_NAME: &str = "Graphite";
pub(crate) static APP_ID: &str = "rs.graphite.GraphiteEditor";
pub(crate) static APP_DIRECTORY_NAME: &str = "graphite-editor";