feat: fortune cookie v1.0 - qml ui und python backend implementiert

This commit is contained in:
darklithium
2026-06-01 21:16:26 +02:00
parent 9123c7465f
commit 114ccc6c4f
6 changed files with 397 additions and 307 deletions
-32
View File
@@ -9,35 +9,3 @@ Terminal=false
Categories=Utility;
X-Lomiri-Touch=true
X-Ubuntu-Applications=fortunecookie
/*
* DESKTOP.FILE TEMPLATE für Ubuntu Touch Apps
* Basierend auf metime und Referenz-App (Version 1.7)
*
* VERWENDUNG:
* 1. Kopiere diese Datei nach fortunecookie.desktop.in in deinem Projekt
* 2. Ersetze alle <...> Platzhalter mit deinen Werten
* 3. Benenne die Datei in fortunecookie.desktop.in um
*
* WICHTIG (1.7):
* ✅ Exec=qmlscene %U qml/Main.qml (für pure-QML-Apps mit pure-qml-cmake)
* ✅ X-Lomiri-Touch=true (für Lomiri/Ubuntu Touch)
* ✅ X-Ubuntu-Applications=fortunecookie (App-Name ohne .desktop Endung)
*
* ❌ VERMEIDEN:
* - Exec=fortunecookie (funktioniert nicht mit pure-qml-cmake!)
* - Terminal=true (UI-Apps brauchen kein Terminal)
*
* Beispiel für eine fertige Datei (metime.desktop.in):
* [Desktop Entry]
* Version=1.0
* Type=Application
* Name=Metime
* Comment=Mein Metime Manager
* Exec=qmlscene %U qml/Main.qml
* Icon=assets/cookie_closed.png
* Terminal=false
* Categories=Utility;
* X-Lomiri-Touch=true
* X-Ubuntu-Applications=metime
*/