git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

commitb42c07233462efa43524329092d6490f036bcb97
parent394386a6aa
authorLucas Galante <[email protected]>
date2026-08-16 11:27
Point Icon= at the app's own theme icon

Icon=cce-designer resolves to cce-icons' hicolor tree (installed by ccebuild)
instead of borrowing a generic freedesktop name that resolved only if
some other installed theme happened to provide it.

Co-Authored-By: Claude <[email protected]>

 cce-designer.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cce-designer.desktop b/cce-designer.desktop
index 1ce915d..9a50f33 100644
--- a/cce-designer.desktop
+++ b/cce-designer.desktop
@@ -3,7 +3,7 @@ Type=Application
 Name=Designer
 Comment=Visual UI designer for clear-ui
 Exec=cce-designer
-Icon=preferences-system-symbolic
+Icon=cce-designer
 Categories=Graphics;Development;
 Keywords=designer;ui;layout;clear-ui;
 StartupNotify=true