Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak changes for 2.4 #6875

Merged
merged 3 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add actions for GCodeViewer + DE translation
  • Loading branch information
xarbit committed Sep 2, 2021
commit 21dbcd8748f8498ac3f2cdc1cd2fd415eb8b1f92
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[Desktop Entry]
Name=Prusa GCode viewer
Name[de]=Prusa GCode Vorschau
Exec=prusa-slicer --gcodeviewer %F
Icon=com.prusa3d.PrusaSlicer.GCodeViewer
Terminal=false
Type=Application
MimeType=text/x.gcode;
Categories=Graphics;3DGraphics;
Keywords=3D;Printing;Slicer;
Keywords=3D;Printing;Slicer;
10 changes: 9 additions & 1 deletion src/platform/unix/flatpak/com.prusa3d.PrusaSlicer.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PrusaSlicer
Name[de]=PrusaSlicer
GenericName=3D Printing Software
Icon=com.prusa3d.PrusaSlicer
Exec=prusa-slicer %F
Expand All @@ -9,4 +10,11 @@ MimeType=model/stl;model/x-wavefront-obj;model/3mf;model/x-geomview-off;applicat
Categories=Graphics;3DGraphics;Engineering;
Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA
StartupNotify=false
StartupWMClass=prusa-slicer
StartupWMClass=prusa-slicer
Actions=GCodeViewer;

[Desktop Action GCodeViewer]
Exec=prusa-slicer --gcodeviewer %F
Name=G-Code Viewer
Name[de]=G-Code Vorschau
Icon=com.prusa3d.PrusaSlicer.GCodeViewer