Rolen aus bookworm übernommen
This commit is contained in:
parent
b74032925f
commit
420d9ea7b0
34 changed files with 1239 additions and 23 deletions
BIN
roles/custom/qg-software/files/logseq.png
Normal file
BIN
roles/custom/qg-software/files/logseq.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
BIN
roles/custom/qg-software/files/prusaslicer.png
Normal file
BIN
roles/custom/qg-software/files/prusaslicer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=Arduino IDE2 AppImage
|
||||
Comment=Open-source electronics prototyping platform
|
||||
GenericName=Arduino IDE
|
||||
Exec=unset -v https_proxy http_proxy && . /opt/appimages/arduino2/start-arduino2-appimage %f > /tmp/arduinoAppimage.log 2>&1
|
||||
Icon=arduino
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Development;Engineering;Electronics;IDE;
|
||||
MimeType=text/x-arduino
|
||||
Keywords=embedded electronics;electronics;avr;microcontroller;
|
||||
StartupWMClass=processing-app-Base
|
||||
|
19
roles/custom/qg-software/files/qg.appimage.FreeCAD.desktop
Normal file
19
roles/custom/qg-software/files/qg.appimage.FreeCAD.desktop
Normal file
|
@ -0,0 +1,19 @@
|
|||
[Desktop Entry]
|
||||
Name=FreeCAD Appimage
|
||||
Name[de]=FreeCAD Appimage
|
||||
Name[pl]=FreeCAD Appimage
|
||||
Name[ru]=FreeCAD Appimage
|
||||
Comment=Feature based Parametric Modeler Appimage
|
||||
Comment[de]=Feature-basierter parametrischer Modellierer Appimage
|
||||
Comment[ru]=Система автоматизированного проектирования Appimage
|
||||
GenericName=CAD Application Appimage
|
||||
GenericName[de]=CAD-Anwendung Appimage
|
||||
GenericName[pl]=Aplikacja CAD Appimage
|
||||
GenericName[ru]=Система автоматизированного проектирования Appimage
|
||||
Exec=/opt/appimages/freecad/FreeCAD.AppImage - --single-instance %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=org.freecadweb.FreeCAD
|
||||
Categories=Graphics;Science;Education;Engineering;
|
||||
StartupNotify=true
|
||||
MimeType=application/x-extension-fcstd;model/obj;model/iges;image/vnd.dwg;image/vnd.dxf;model/vnd.collada+xml;application/iges;model/iges;model/step;model/step+zip;model/stl;application/vnd.shp;model/vrml;
|
10
roles/custom/qg-software/files/qg.appimage.Logseq.desktop
Normal file
10
roles/custom/qg-software/files/qg.appimage.Logseq.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Logseq
|
||||
Comment=Logseq for Desktop
|
||||
Exec=/opt/appimages/logseq/Logseq.AppImage $SANDBOXPARAM %u
|
||||
Icon=logseq
|
||||
StartupWMClass=undefined
|
||||
Type=Application
|
||||
Categories=Office;
|
||||
MimeType=x-scheme-handler/logseq;text/html;
|
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=Prusa Slicer Appimage
|
||||
Name[de]=Prusa Slicer Appimage
|
||||
Name[pl]=Prusa Slicer Appimage
|
||||
Comment=Slicer for 3d Printing
|
||||
GenericName=Slicing App Image
|
||||
Exec=/opt/appimages/prusaslicer/PrusaSlicer.AppImage
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=prusaslicer
|
||||
Categories=Graphics;Science;Education;Engineering;
|
||||
StartupNotify=true
|
||||
MimeType=application/x-extension-fcstd;model/obj;model/iges;image/vnd.dwg;image/vnd.dxf;model/vnd.collada+xml;application/iges;model/iges;model/step;model/step+zip;model/stl;application/vnd.shp;model/vrml;
|
16
roles/custom/qg-software/files/start-arduino2-appimage
Executable file
16
roles/custom/qg-software/files/start-arduino2-appimage
Executable file
|
@ -0,0 +1,16 @@
|
|||
echo "---------------------"
|
||||
cachedir=/var/cache/user/${KDE_SESSION_UID}/arduino15
|
||||
echo "Cachedir: $cachedir"
|
||||
echo "---------------------"
|
||||
template=/var/lib/arduino2/template
|
||||
arduinoAppimage=/opt/appimages/arduino2/ArduinoIDE2.AppImage
|
||||
|
||||
mkdir -p $cachedir
|
||||
|
||||
rsync -avr --delete $template/ $cachedir/ > /dev/null 2>&1
|
||||
rm -rf ${HOME}/.arduino15
|
||||
ln -s $cachedir ${HOME}/.arduino15
|
||||
|
||||
$arduinoAppimage $1 &
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue