desktop-launcher

This commit is contained in:
2024-07-07 02:19:39 +02:00
parent 1048ce1db2
commit 53b7668d95
5 changed files with 20 additions and 3 deletions

View File

@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/Archiv" />
<excludeFolder url="file://$MODULE_DIR$/Hilfsprogramme" />
<excludeFolder url="file://$MODULE_DIR$/data-extended" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (Mysteryhelfer_git)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.11 (Mysteryhelfer)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

2
.idea/misc.xml generated
View File

@@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.10 (Mysteryhelfer_pyCharm)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (Mysteryhelfer_git)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_22" project-jdk-name="Python 3.11 (Mysteryhelfer)" project-jdk-type="Python SDK" />
</project>

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Mysteryhelfer
Exec=/home/tebarius/Mysteryhelfer/Mysteryhelfer.pyw
Icon=/home/tebarius/Mysteryhelfer/mysteryhelfer.png
Terminal=false
Categories=Utility;
Comment=

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,8 @@
hier verwendete Pfade:
- `Exec=/home/tebarius/Mysteryhelfer/Mysteryhelfer.pyw`
- `Icon=/home/tebarius/Mysteryhelfer/mysteryhelfer.png`
.desktop-Datei dann nach
- `/home/tebarius/Schreibtisch` für Icon auf Desktop
- bzw. `/home/tebarius/.local/share/applications/` für Eintrag im Menü des Nutzers