git.lucas.co / cce-text-editor
text editor
git clone https://git.lucas.co/cce-text-editor.git

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

Icon=cce-text-editor 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-text-editor.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cce-text-editor.desktop b/cce-text-editor.desktop
index d7297fb..e7c89a6 100644
--- a/cce-text-editor.desktop
+++ b/cce-text-editor.desktop
@@ -3,7 +3,7 @@ Type=Application
 Name=Clear Text Editor
 Comment=Text editor for clear-ui
 Exec=cce-text-editor %F
-Icon=accessories-text-editor
+Icon=cce-text-editor
 Categories=Utility;TextEditor;Development;
 Terminal=false
 StartupNotify=true